Skip to content

docs(wiki): full wiki rebuild β€” 239 articles + ignore stray kb store#25

Open
prakashUXtech wants to merge 1 commit into
mainfrom
docs/wiki-full-rebuild-2026-04-24
Open

docs(wiki): full wiki rebuild β€” 239 articles + ignore stray kb store#25
prakashUXtech wants to merge 1 commit into
mainfrom
docs/wiki-full-rebuild-2026-04-24

Conversation

@prakashUXtech
Copy link
Copy Markdown
Contributor

What

First complete wiki for ripple β€” 239 articles, 1,630 concepts, 107 categories. One article per *.ts and *.svelte source 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 recompile instructions
  • docs/wiki/index.md + index.json β€” auto-generated table of contents
  • docs/wiki/.last-indexed-sha β€” baseline sha for incremental rebuilds
  • .gitignore β€” adds .knowledge-base/ with a short note on why

Going 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.

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant