docs(wiki): full wiki rebuild β 239 articles + ignore stray kb store#25
Open
prakashUXtech wants to merge 1 commit into
Open
docs(wiki): full wiki rebuild β 239 articles + ignore stray kb store#25prakashUXtech wants to merge 1 commit into
prakashUXtech wants to merge 1 commit into
Conversation
First complete wiki for ripple β 239 articles covering all Svelte 5 widgets, state manager, event dispatcher, and spec types under docs/wiki/. Each article has frontmatter (title, summary, concepts, categories) and a synthesized markdown body. Also gitignores .knowledge-base/ β kb-go stashed a stray raw/ store inside the repo during a prior run; the canonical store lives at ~/.knowledge-base/. Compiled via kb-go prepare + 16 parallel Sonnet sub-agents (no API spend).
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 ripple β 239 articles, 1,630 concepts, 107 categories. One article per
*.tsand*.sveltesource file across widgets, core, schema, and stores.Also adds
.knowledge-base/to.gitignoreβ an earlier kb-go run created a stray local copy of its working store inside this repo; the canonical store lives at~/.knowledge-base/and we don't want the stray one tracked.How
kb prepareβ 16 parallel Sonnet sub-agents compiling batches of 15 βkb acceptβ rsync into repo. No API spend.What's in the PR
docs/wiki/*.mdβ 239 compiled articles (auto-generated, do not hand-edit)docs/wiki/README.mdβ guardrail +kb recompileinstructionsdocs/wiki/index.md+index.jsonβ auto-generated table of contentsdocs/wiki/.last-indexed-shaβ baseline sha for incremental rebuilds.gitignoreβ adds.knowledge-base/with a short note on whyGoing forward
Future rebuilds flow through
docs/scripts/wiki-sync.sh(workspace-level) β incremental from.last-indexed-sha, triggered by the Stop hook or weekly cron.