docs(wiki): full wiki rebuild — 143 articles#12
Open
prakashUXtech wants to merge 1 commit into
Open
Conversation
First complete wiki pass for kb-go — 143 articles compiled from *.go source, one article per file. Adds guardrail README, auto-generated index.md + index.json table of contents, and a .last-indexed-sha baseline for future incremental rebuilds. Compiled via kb-go prepare + Sonnet sub-agents (no API spend). Future updates will flow through docs/scripts/wiki-sync.sh at the workspace level.
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.
What
First complete wiki for kb-go — 143 articles, one per source file under
docs/wiki/, with 1,177 indexed concepts across 96 categories. Each article has JSON frontmatter (title, summary, concepts, categories) and a synthesized markdown body.Why
Bring the repo's living wiki up to date against current code, and lay the baseline for an incremental refresh loop. No wiki existed before this pass.
How
kb prepareemitted compilation prompts per filekb acceptstored the result;wiki-sync.shrsynced into this repoWhat's in the PR
docs/wiki/*.md— 143 compiled articles (auto-generated, do not hand-edit)docs/wiki/README.md— guardrail explaining the flow and how to fix an article (kb recompile <id>)docs/wiki/index.md+index.json— auto-generated table of contents (grouped by category, top concepts ranked)docs/wiki/.last-indexed-sha— baseline sha for incremental rebuildsGoing forward
Fresh commits on
mainwill be picked up by:docs-sync-hook.sh) when the captain commits from a sessionwiki-weekly.sh) as safety netBoth read
.last-indexed-shaand only recompile files changed since. Full rebuilds stay manual viamake wiki-kb-go.