Skip to content

feat: LLM wiki knowledge compilation system - #13

Merged
tu11aa merged 1 commit into
developfrom
feature/llm-wiki
Apr 7, 2026
Merged

feat: LLM wiki knowledge compilation system#13
tu11aa merged 1 commit into
developfrom
feature/llm-wiki

Conversation

@tu11aa

@tu11aa tu11aa commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Wiki infrastructure: wiki/ directory scaffolded in spoke and hub vaults with index.md, log.md, and pages/
  • Three shell scripts: wiki-ingest.sh (create/update pages + auto-rebuild index), wiki-query.sh (keyword search), wiki-log.sh (changelog viewer)
  • New wiki-ops skill with full ingest/query/cross-reference workflow
  • Captain-ops: wiki query on startup (step 7), compile knowledge on shutdown, new "Wiki Compilation" section
  • Command-ops: hub wiki aggregation from spoke wikis during daily briefing

Based on Karpathy's LLM Wiki pattern (Apr 2026). Full research report in docs/research/llm-wiki-research-report.pdf.

Test plan

  • npm run build passes cleanly
  • wiki-ingest.sh creates page, rebuilds index, updates log
  • wiki-ingest.sh on same slug updates (not duplicates) the page
  • wiki-query.sh finds pages by keyword, supports --titles-only
  • wiki-log.sh shows chronological entries
  • Spoke vault scaffold includes wiki/ and wiki/pages/

Closes #5

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
@tu11aa
tu11aa merged commit 7adb520 into develop Apr 7, 2026
@tu11aa
tu11aa deleted the feature/llm-wiki branch April 7, 2026 08:12
@tu11aa tu11aa mentioned this pull request May 5, 2026
2 tasks
@tu11aa tu11aa mentioned this pull request May 26, 2026
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.

LLM Wiki / Knowledge Compilation System

1 participant