This folder is the public index for Brigade's starter templates.
The canonical installable files live under src/brigade/templates because the Python package loads them from there. Keep edits in that package directory so brigade init and release builds install the same files people see in the repo.
These are the starter files for someone building an agent workspace from scratch:
AGENTS.mdCLAUDE.mdMEMORY.mdTOOLS.mdUSER.mdSOUL.mdSAFETY_RULES.mdINSTALL_FOR_AGENTS.mdIDENTITY.mdHEARTBEAT.md
Run:
brigade init --depth workspace --harnesses codexStarter memory cards live in src/brigade/templates/memory/cards. They are public-safe examples and operating patterns, not this repo's live memory.
- Claude handoff template
- Codex handoff template
- OpenClaw fragments
- Hermes fragments
- Generic harness contract
Repo installs use:
Root workspace files such as /AGENTS.md, /MEMORY.md, /TOOLS.md, /memory/cards/, .brigade/, and .claude/ are local dogfood state and intentionally ignored. Template source belongs under src/brigade/templates/.