π§ Company Brain
The single source of truth for LettuceAI / bhakta.us. Plain Markdown. Git-backed. Human and AI readable.
Who reads this
| Reader | Access |
|---|---|
| Pat (Managing President) | Full access β reads and writes everything |
| J.A.R.V.I.S. (CEO / Hermes) | Read-write on 00-07, read-only on 10-11 |
| Paperclip Agents | Read-only on 00-07, no access to 10-11 |
| External tools | No access |
Folder structure
00-inbox/ β Quick capture. Triage to proper folder.
01-projects/ β Active project knowledge (Huible, InvestInMe, etc.)
02-decisions/ β Architecture Decision Records (ADRs)
03-lessons/ β What went wrong and what we learned
04-operations/ β How things run: infra, credentials, runbooks
05-people/ β Contacts, roles, relationships
06-meetings/ β Meeting notes, voice memo summaries
07-reference/ β External research, competitive analysis
10-private/ β Pat's private notes (agents: NO ACCESS)
11-journal/ β Pat's daily journal (agents: READ ONLY)
Templates/ β Note templates
How to use
- Write knowledge here, not in chat. If it matters, it goes in the vault.
- Link notes with
[[wikilinks]]to build the knowledge graph. - Commit after changes.
git add -A && git commit -m "description" - Pull before reading if synced from another device.
- Never store secrets in the vault. Use
.envfiles outside the vault.
Rules for J.A.R.V.I.S.
- Before answering questions about projects, check the vault first.
- When you learn something important, write it to the vault, not just memory.
- When Pat corrects you, record it in
03-lessons/. - Before reporting something as βdone,β verify against the vault.
- Never write to
10-private/or11-journal/.
Rules for Paperclip agents
- The vault is your read-only reference for project context.
- Do not modify vault files directly β write code to repos.
- When you complete work, J.A.R.V.I.S. will update the vault.
Created: 2026-08-03 by J.A.R.V.I.S.