docs/wiki

picortex LLM Wiki — Index

This wiki is maintained primarily by coding agents (Claude Code, Codex CLI). It is a graph of cross-linked concept pages — not a linear narrative. When a new source is ingested, the responsible agent updates affected pages and appends an entry to log.md.

Style: Karpathy-ish. Pages are short, focused, opinionated, cross-referenced. When a claim should link to a file, it links to a file.

Categories

Core concepts

Inheritance & positioning

Ops

Maintenance protocol

When a coding agent completes a significant unit of work:

  1. Update the affected wiki pages (no more than necessary).
  2. Append to log.md with format:
    ## [YYYY-MM-DD] <kind> | <short description>
    - what changed
    - which pages updated
    - beads ticket(s)
    
  3. Don't delete pages — mark them deprecated with a header banner and a pointer to the replacement.

Until a real search exists: rg -n against docs/wiki/.

Orphan / lint policy

Quarterly, an agent runs:

  • Find pages with no inbound links (orphans) — decide: keep as reference, link from relevant pages, or deprecate.
  • Find broken cross-references — fix.
  • Find contradictions — flag for human review.