This directory is the durable system of record for repository rules that agents need during work. The rules here should stay tool-agnostic by default so they remain usable across multiple coding-agent runtimes.
context/: durable context the agent should respect across tasksworkflows/: ordered procedures the agent should followconventions/: writing and organization conventionsapi-gateway-cache-probe/: reusable notes for testing caching behavior on AI gateways
- Session bootstrap: workflows/session-start.md
- Memory rules: context/memory.md
- Research loop: workflows/research-loop.md
- Cross-project agent collaboration patterns: conventions/agent-collaboration-generalizations.md
- Skills policy: conventions/skills.md
- Agent-facing doc layering: conventions/agent-facing-doc-layering.md
- Skills versioning: conventions/skills-versioning.md
- Skills governance release checklist: conventions/skills-governance-release-checklist.md
- Skills governance case prompt: conventions/skills-governance-case-prompt.md
- Logseq vault skill inventory stub: conventions/logseq-vault-skill-inventory.md
- Memory writing format: conventions/memory-writing.md
- API gateway cache probes: api-gateway-cache-probe/README.md
- Skills governance action index: ../skills/skills-governance-index.md
If a rule is likely to outlive one task, document it here instead of expanding AGENTS.md.