feat: LLM wiki knowledge compilation system - #13
Merged
Conversation
Implements the Karpathy-inspired LLM Wiki pattern for persistent, cross-referenced knowledge compilation across cockpit projects. Infrastructure: - wiki/ directory scaffolded in spoke and hub vaults - wiki-ingest.sh: create/update pages with auto-index rebuild - wiki-query.sh: keyword search across wiki pages - wiki-log.sh: view chronological changelog Skill & integration: - New wiki-ops skill with ingest/query/cross-reference workflow - Captain-ops: wiki query on startup, compile on shutdown - Command-ops: hub wiki aggregation from spoke wikis Learnings are raw observations; wiki pages are compiled knowledge. Captains promote useful learnings to wiki over time. Closes #5
Closed
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
wiki/directory scaffolded in spoke and hub vaults with index.md, log.md, and pages/wiki-ingest.sh(create/update pages + auto-rebuild index),wiki-query.sh(keyword search),wiki-log.sh(changelog viewer)wiki-opsskill with full ingest/query/cross-reference workflowBased on Karpathy's LLM Wiki pattern (Apr 2026). Full research report in
docs/research/llm-wiki-research-report.pdf.Test plan
npm run buildpasses cleanlywiki-ingest.shcreates page, rebuilds index, updates logwiki-ingest.shon same slug updates (not duplicates) the pagewiki-query.shfinds pages by keyword, supports--titles-onlywiki-log.shshows chronological entrieswiki/andwiki/pages/Closes #5