feat: /wiki-code umbrella — the /wiki for codebases (completes Mode B Code Wiki)#85
Open
RasenGUY wants to merge 4 commits into
Open
feat: /wiki-code umbrella — the /wiki for codebases (completes Mode B Code Wiki)#85RasenGUY wants to merge 4 commits into
RasenGUY wants to merge 4 commits into
Conversation
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
Adds
/wiki-code— the/wikifor codebases: a status-aware umbrella skill that turns the Mode B code-wiki family (wiki-code-ingest,wiki-code-lint,wiki-code-watch) into a single entry point, mirroring how/wikifronts the prose-wiki sub-skills.This is the capstone of the Mode B "Code Wiki" work. Because
maindoes not yet contain any of the Mode B stack, this PR carries the whole feature (ingest → lint → watch → umbrella) so it stands alone.What's in this PR
10edf7c062a69acode_anchorsin the drift check9580caa/wiki-code-lintcode-fidelity audit + emit aliases (= #82)282ef1d/wiki-codeumbrella skill + wire two previously-unrun lint test suites (new)The
/wiki-codeumbrella (new here)skills/wiki-code/SKILL.md+commands/wiki-code.md, mirroringskills/wiki/SKILL.md:/wiki-code— vault presence, code-page counts, watched repos (code-sync-check.py --status --json), anchored pages (code-anchor-check.py --peek --json). Mutates nothing on a status call./wiki-code <repo>scaffolds a minimal Mode B vault viabin/setup-vault.shif none exists, then hands off towiki-code-ingest, honoring its scope + module-list checkpoints./wiki-query(no new query skill — intentional). The umbrella never re-implements an engine./wiki—/wikikeeps its natural-language code routing;/wiki-codeis the explicit, status-aware entry point. One CODE WIKI row added to/wiki's operations table.Design decisions: full umbrella + status dashboard; reuse
/wiki-queryfor code Q&A; auto-scaffold-then-ingest on first run.Also fixed: two test suites that never ran
wiki-code-lint's check scripts (scripts/code-coverage-check.py,scripts/wiki-link-resolve-check.py) shipped with hermetic tests (tests/test_code_coverage_check.py,tests/test_wiki_link_resolve_check.py) that were never wired intomake test. This PR addstest-code-coverage+test-link-resolvetargets, taking the suite from 15 → 17.Docs / packaging
CLAUDE.md— Skills line, Plugin Skills table row, new "Code Wiki" section.README.md— skill count 15 → 18, code-wiki command rows, File Structure tree with accurate counts (18 skills / 19 scripts / 17 suites / 7 bin).CHANGELOG.md—[Unreleased]entries for the umbrella and the/wiki-code-lintslice; suite count 15 → 17..claude-plugin/plugin.json+marketplace.json— 1.9.2 → 1.10.0.Verification
make test→ 17/17 suites green (9 pre-existing + 8 new), exit 0.../wiki/references/modes.md,../wiki/references/frontmatter.md,code-sync-check.py --status,code-anchor-check.py --peek,bin/setup-vault.sh, …).Try it