Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1009 Bytes

File metadata and controls

20 lines (15 loc) · 1009 Bytes

Read instructions at ~/.claude/claude.md

Knowledge Tree (MANDATORY)

A persistent knowledge tree is maintained at ~/git/llm_knowledge/. Full instructions are in ~/.claude/claude.md — read that file at session start.

The project name is the root directory name of this repo in lowercase (e.g., if the repo is at ~/git/Foo, the project is "foo").

Before starting ANY work, read these files (blocking prerequisite):

  1. ~/git/llm_knowledge//rules.md
  2. ~/git/llm_knowledge//hypotheses.md
  3. ~/git/llm_knowledge//knowledge.md
  4. ~/git/llm_knowledge/_shared/ — read rules.md in each topic folder

After completing a task (before reporting done): Update ~/git/llm_knowledge// with non-obvious insights. If an insight applies across projects, add it to ~/git/llm_knowledge/_shared//. Create new _shared/ topics as needed. Update index.md if new folders are added. Do NOT wait to be asked — update proactively when the work revealed something surprising.