Skip to content

bibleCode21/terranaut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work-wiki

A personal LLM-maintained knowledge base for internal work — projects, teams, systems, decisions.

Based on Andrej Karpathy's LLM Wiki pattern: instead of retrieving from raw documents at query time (RAG), an LLM agent incrementally builds and maintains a persistent, interlinked markdown wiki. The wiki keeps getting richer with every source ingested and every question asked.

Roles

  • You curate sources, ask questions, direct emphasis.
  • The LLM does the bookkeeping — summarizing, cross-referencing, filing, lint.

Tooling

  • Editor: Obsidian (vault root = this directory).
  • Agent: Claude Code, driven by CLAUDE.md.
  • Plugins: Web Clipper, Dataview, Templater.
  • Storage: git (history is part of the wiki's evolution).

How to use

  1. Drop a new source into raw/{meetings,docs,notion}/.
  2. Tell Claude Code: ingest raw/meetings/2026-05-22-foo.md.
  3. Discuss the takeaways. Confirm the proposed page changes.
  4. The agent files everything and updates index.md + log.md.
  5. Ask questions against wiki/. Optionally file good answers back.
  6. Periodically run /lint.

Spec entrypoint

CLAUDE.md is the operating spec for the agent. Start there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors