Consolidate to a single wiki template#9
Merged
Conversation
Retire the homelab, codebase, and codebase-large variants and rename generic/ to wiki/. Four templates with no real installs each meant every change cost 4x (CLAUDE.md, lint config, skills wrappers, byte-parity tests) for hypothetical users. The variants remain in git history, their lint configs live on under tests/fixtures/ as engine coverage for the extension knobs no shipped template currently sets (membership, staleness, sync_drift, coverage), and the engine keeps those knobs, so a specialized schema remains a lint.py + CLAUDE.md away. Also replaces a vendor-specific example secret pattern in the tests with a neutral one. - tests: VARIANTS collapses to [wiki]; cross-variant byte-parity and divergence tests removed; 91 tests green - README rewritten for the single-template layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retires the homelab, codebase, and codebase-large variants and renames
generic/towiki/.Rationale: four templates with zero real installs each meant every change cost 4x — this week's OKF v0.2 migration touched four CLAUDE.md files, four lint configs, four skills-wrapper sets, and the byte-parity test machinery that existed only to keep the copies honest. One well-tested template is the honest shape of the project right now.
Nothing is unrecoverable:
tests/fixtures/as engine coverage, so the extension knobs no shipped template sets (membership, staleness, sync-drift, coverage reports) stay exercised.lint.py+CLAUDE.mdon top of the same engine.Changes
generic/→wiki/; other variants deleted.tests/:VARIANTScollapses to["wiki"]; cross-variant byte-parity and divergence tests removed; retired configs load fromtests/fixtures/. 91 tests green.