Skip to content

v1.0.0 - Foundation

Choose a tag to compare

@asakin asakin released this 08 Apr 19:34
· 68 commits to main since this release
779b933

llm-context-base v1.0.0 - Foundation

The first stable release. No new features, just the existing system made solid and documented for public use.

What this is

A git template for building your own LLM-powered personal knowledge base, built on Andrej Karpathy's LLM Wiki pattern. The difference from a bare wiki: it learns how you work.

What's included

  • Two-section README - personal section maintained by your AI, framework docs tracked cleanly upstream
  • Metadata standard - every file gets a queryable header so your AI scans summaries, not full docs
  • Training period - 30-day adaptive phase where the AI asks questions, suggests structure, and logs what it learns. Goes quiet after.
  • Inbox-first capture - everything lands in _inbox/ first. You never hesitate to capture because you don't have to decide where it goes.
  • Instruction modules - lint, knowledge query, write, and definition-of-done behaviors, loaded just-in-time
  • Templates - decision records, knowledge articles, project briefs

Supported tools

Claude Code, Cursor, Copilot, Windsurf, and anything that reads a CLAUDE.md or system prompt from a folder.

Get started

Click Use this template, clone it, fill in _config/config.md, and start talking to your AI.


Apache 2.0 - Built by @asakin