brigade-cli 0.8.0__tar.gz → 0.8.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. brigade_cli-0.8.2/PKG-INFO +778 -0
  2. brigade_cli-0.8.2/README.md +749 -0
  3. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/pyproject.toml +9 -4
  4. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/__init__.py +1 -1
  5. brigade_cli-0.8.2/src/brigade/agents.py +184 -0
  6. brigade_cli-0.8.2/src/brigade/budgets_cmd.py +84 -0
  7. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/center_cmd.py +41 -7
  8. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/cli.py +1065 -5
  9. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/daily_cmd.py +352 -26
  10. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/doctor.py +48 -22
  11. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/dogfood_cmd.py +47 -15
  12. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/handoff_cmd.py +505 -2
  13. brigade_cli-0.8.2/src/brigade/hermes_adapter.py +97 -0
  14. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/ingest.py +40 -7
  15. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/install.py +47 -8
  16. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/learn_cmd.py +441 -4
  17. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/managed.py +94 -2
  18. brigade_cli-0.8.2/src/brigade/notifications_cmd.py +510 -0
  19. brigade_cli-0.8.2/src/brigade/operator_cmd.py +3001 -0
  20. brigade_cli-0.8.2/src/brigade/pantry_cmd.py +274 -0
  21. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/phases_cmd.py +12 -1
  22. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/prompt.py +30 -1
  23. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/registry.py +15 -1
  24. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/release_cmd.py +11 -1
  25. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/repos_cmd.py +139 -2
  26. brigade_cli-0.8.2/src/brigade/research/__init__.py +1 -0
  27. brigade_cli-0.8.2/src/brigade/research/config.py +31 -0
  28. brigade_cli-0.8.2/src/brigade/research/engine.py +198 -0
  29. brigade_cli-0.8.2/src/brigade/research/extract.py +57 -0
  30. brigade_cli-0.8.2/src/brigade/research/handoff.py +58 -0
  31. brigade_cli-0.8.2/src/brigade/research/llm.py +50 -0
  32. brigade_cli-0.8.2/src/brigade/research/registry.py +88 -0
  33. brigade_cli-0.8.2/src/brigade/research/report.py +72 -0
  34. brigade_cli-0.8.2/src/brigade/research/sources/__init__.py +1 -0
  35. brigade_cli-0.8.2/src/brigade/research/sources/cli.py +102 -0
  36. brigade_cli-0.8.2/src/brigade/research/sources/local.py +85 -0
  37. brigade_cli-0.8.2/src/brigade/research/sources/web.py +79 -0
  38. brigade_cli-0.8.2/src/brigade/research/types.py +48 -0
  39. brigade_cli-0.8.2/src/brigade/research_cmd.py +756 -0
  40. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/roadmap_cmd.py +145 -71
  41. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/roster.py +34 -54
  42. brigade_cli-0.8.2/src/brigade/runbook_cmd.py +371 -0
  43. brigade_cli-0.8.2/src/brigade/scrub.py +290 -0
  44. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/security_cmd.py +484 -27
  45. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/selection.py +37 -1
  46. brigade_cli-0.8.2/src/brigade/skills_cmd.py +1796 -0
  47. brigade_cli-0.8.2/src/brigade/templates/antigravity/memory-handoffs/TEMPLATE.md +64 -0
  48. brigade_cli-0.8.2/src/brigade/templates/claude/memory-handoffs/TEMPLATE.md +64 -0
  49. brigade_cli-0.8.2/src/brigade/templates/codex/memory-handoffs/TEMPLATE.md +64 -0
  50. brigade_cli-0.8.2/src/brigade/templates/continue/memory-handoffs/TEMPLATE.md +64 -0
  51. brigade_cli-0.8.2/src/brigade/templates/copilot/memory-handoffs/TEMPLATE.md +64 -0
  52. brigade_cli-0.8.2/src/brigade/templates/cursor/memory-handoffs/TEMPLATE.md +64 -0
  53. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/depth/repo.json +2 -1
  54. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/generic/harness-adapter-checklist.md +2 -2
  55. brigade_cli-0.8.2/src/brigade/templates/goose/memory-handoffs/TEMPLATE.md +64 -0
  56. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/handoff/handoff-sources.example.json +14 -1
  57. brigade_cli-0.8.2/src/brigade/templates/handoff/openclaw-ingest-receipt.example.json +43 -0
  58. brigade_cli-0.8.2/src/brigade/templates/harnesses/adal.json +11 -0
  59. brigade_cli-0.8.2/src/brigade/templates/harnesses/aider.json +11 -0
  60. brigade_cli-0.8.2/src/brigade/templates/harnesses/antigravity.json +11 -0
  61. brigade_cli-0.8.2/src/brigade/templates/harnesses/continue.json +11 -0
  62. brigade_cli-0.8.2/src/brigade/templates/harnesses/copilot.json +11 -0
  63. brigade_cli-0.8.2/src/brigade/templates/harnesses/cursor.json +11 -0
  64. brigade_cli-0.8.2/src/brigade/templates/harnesses/goose.json +11 -0
  65. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/harnesses/hermes.json +7 -4
  66. brigade_cli-0.8.2/src/brigade/templates/harnesses/kimi.json +11 -0
  67. brigade_cli-0.8.2/src/brigade/templates/harnesses/opencode.json +11 -0
  68. brigade_cli-0.8.2/src/brigade/templates/harnesses/openhands.json +11 -0
  69. brigade_cli-0.8.2/src/brigade/templates/harnesses/pi.json +11 -0
  70. brigade_cli-0.8.2/src/brigade/templates/harnesses/qwen.json +11 -0
  71. brigade_cli-0.8.2/src/brigade/templates/hermes/README.md +47 -0
  72. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/hermes/memory-handoff.harness.json +3 -3
  73. brigade_cli-0.8.2/src/brigade/templates/hermes/memory-handoffs/TEMPLATE.md +64 -0
  74. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/hermes/model-lanes.harness.json +1 -1
  75. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/hermes/workspace.harness.json +2 -2
  76. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/includes/publisher.json +1 -0
  77. brigade_cli-0.8.2/src/brigade/templates/kimi/memory-handoffs/TEMPLATE.md +64 -0
  78. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/handoff-flow.md +5 -5
  79. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/chat-memory-sweep.example.json +1 -1
  80. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/memory-care.example.json +1 -1
  81. brigade_cli-0.8.2/src/brigade/templates/opencode/memory-handoffs/TEMPLATE.md +64 -0
  82. brigade_cli-0.8.2/src/brigade/templates/openhands/memory-handoffs/TEMPLATE.md +64 -0
  83. brigade_cli-0.8.2/src/brigade/templates/pi/memory-handoffs/TEMPLATE.md +64 -0
  84. brigade_cli-0.8.2/src/brigade/templates/policies/personal.json +28 -0
  85. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/policies/public-content.json +1 -1
  86. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/policies/public-repo.json +1 -1
  87. brigade_cli-0.8.2/src/brigade/templates/qwen/memory-handoffs/TEMPLATE.md +64 -0
  88. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/AGENTS.md +29 -4
  89. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/INSTALL_FOR_AGENTS.md +2 -2
  90. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/SAFETY_RULES.md +1 -1
  91. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/tools_cmd.py +738 -17
  92. brigade_cli-0.8.2/src/brigade/untrusted.py +102 -0
  93. brigade_cli-0.8.2/src/brigade/untrusted_cmd.py +78 -0
  94. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/work_cmd.py +1045 -17
  95. brigade_cli-0.8.2/src/brigade_cli.egg-info/PKG-INFO +778 -0
  96. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade_cli.egg-info/SOURCES.txt +68 -0
  97. brigade_cli-0.8.2/src/brigade_cli.egg-info/requires.txt +6 -0
  98. brigade_cli-0.8.2/tests/test_agents.py +132 -0
  99. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_budgets.py +20 -1
  100. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_doctor.py +43 -1
  101. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_dogfood_cmd.py +76 -1
  102. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_fragments.py +9 -1
  103. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_gitignore.py +36 -0
  104. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_handoff_cmd.py +457 -1
  105. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_ingest.py +201 -0
  106. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_init.py +3 -0
  107. brigade_cli-0.8.2/tests/test_install.py +211 -0
  108. brigade_cli-0.8.2/tests/test_managed.py +155 -0
  109. brigade_cli-0.8.2/tests/test_notifications_cmd.py +196 -0
  110. brigade_cli-0.8.2/tests/test_operator_cmd.py +1253 -0
  111. brigade_cli-0.8.2/tests/test_pantry_cmd.py +94 -0
  112. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase101_cmd.py +101 -0
  113. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase165_cmd.py +32 -0
  114. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase36_cmd.py +178 -0
  115. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase37_cmd.py +41 -0
  116. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase38_cmd.py +3 -0
  117. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_prompt.py +5 -3
  118. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_registry.py +9 -0
  119. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_repos_cmd.py +66 -0
  120. brigade_cli-0.8.2/tests/test_research_cli_sources.py +20 -0
  121. brigade_cli-0.8.2/tests/test_research_cmd.py +311 -0
  122. brigade_cli-0.8.2/tests/test_research_config.py +23 -0
  123. brigade_cli-0.8.2/tests/test_research_engine.py +59 -0
  124. brigade_cli-0.8.2/tests/test_research_extract.py +33 -0
  125. brigade_cli-0.8.2/tests/test_research_handoff.py +21 -0
  126. brigade_cli-0.8.2/tests/test_research_llm.py +34 -0
  127. brigade_cli-0.8.2/tests/test_research_local_sources.py +23 -0
  128. brigade_cli-0.8.2/tests/test_research_registry.py +27 -0
  129. brigade_cli-0.8.2/tests/test_research_report.py +22 -0
  130. brigade_cli-0.8.2/tests/test_research_types.py +12 -0
  131. brigade_cli-0.8.2/tests/test_research_web.py +30 -0
  132. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_roadmap_cmd.py +37 -4
  133. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_roster.py +56 -1
  134. brigade_cli-0.8.2/tests/test_runbook_cmd.py +115 -0
  135. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_scrub.py +52 -2
  136. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_security_cmd.py +224 -0
  137. brigade_cli-0.8.2/tests/test_selection.py +144 -0
  138. brigade_cli-0.8.2/tests/test_skills_cmd.py +376 -0
  139. brigade_cli-0.8.2/tests/test_untrusted.py +103 -0
  140. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_work_cmd.py +1321 -28
  141. brigade_cli-0.8.0/PKG-INFO +0 -1235
  142. brigade_cli-0.8.0/README.md +0 -1212
  143. brigade_cli-0.8.0/src/brigade/agents.py +0 -92
  144. brigade_cli-0.8.0/src/brigade/scrub.py +0 -90
  145. brigade_cli-0.8.0/src/brigade/templates/hermes/README.md +0 -25
  146. brigade_cli-0.8.0/src/brigade_cli.egg-info/PKG-INFO +0 -1235
  147. brigade_cli-0.8.0/src/brigade_cli.egg-info/requires.txt +0 -3
  148. brigade_cli-0.8.0/tests/test_agents.py +0 -84
  149. brigade_cli-0.8.0/tests/test_install.py +0 -88
  150. brigade_cli-0.8.0/tests/test_managed.py +0 -57
  151. brigade_cli-0.8.0/tests/test_selection.py +0 -76
  152. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/LICENSE +0 -0
  153. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/MANIFEST.in +0 -0
  154. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/QUICKSTART.md +0 -0
  155. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/setup.cfg +0 -0
  156. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/__main__.py +0 -0
  157. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/aboyeur.py +0 -0
  158. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/add.py +0 -0
  159. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/budgets.py +0 -0
  160. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/chat_cmd.py +0 -0
  161. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/config.py +0 -0
  162. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/context_cmd.py +0 -0
  163. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/fragments.py +0 -0
  164. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/handoff.py +0 -0
  165. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/memory_cmd.py +0 -0
  166. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/proc.py +0 -0
  167. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/projects_cmd.py +0 -0
  168. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/py.typed +0 -0
  169. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/reconfigure.py +0 -0
  170. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/roster_cmd.py +0 -0
  171. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/runs_cmd.py +0 -0
  172. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/station.py +0 -0
  173. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/status.py +0 -0
  174. {brigade_cli-0.8.0/src/brigade/templates/claude → brigade_cli-0.8.2/src/brigade/templates/adal}/memory-handoffs/TEMPLATE.md +0 -0
  175. {brigade_cli-0.8.0/src/brigade/templates/codex → brigade_cli-0.8.2/src/brigade/templates/aider}/memory-handoffs/TEMPLATE.md +0 -0
  176. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/depth/workspace.json +0 -0
  177. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/generic/memory-contract.md +0 -0
  178. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/harnesses/claude.json +0 -0
  179. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/harnesses/codex.json +0 -0
  180. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/harnesses/openclaw.json +0 -0
  181. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/hooks/pre-push +0 -0
  182. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/backup-restic.md +0 -0
  183. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/chat-surface-crawlers.md +0 -0
  184. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/content-safety.md +0 -0
  185. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/memory-architecture.md +0 -0
  186. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/memory-care-staleness.md +0 -0
  187. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/memory-scanner.md +0 -0
  188. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/multi-workspace-handoff-admin.md +0 -0
  189. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/obsidian-notes.md +0 -0
  190. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/pipeline-standups.md +0 -0
  191. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/memory/cards/tokenjuice-output-compaction.md +0 -0
  192. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/openclaw/README.md +0 -0
  193. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/openclaw/acp-escalation.openclaw.json +0 -0
  194. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/openclaw/memory-sweep-cron.openclaw.json +0 -0
  195. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/openclaw/model-aliases.openclaw.json +0 -0
  196. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/openclaw/ollama-memory-search.openclaw.json +0 -0
  197. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/scripts/backup-restic.sh +0 -0
  198. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/skills/note/SKILL.md +0 -0
  199. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/CLAUDE.md +0 -0
  200. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/HEARTBEAT.md +0 -0
  201. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/IDENTITY.md +0 -0
  202. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/MEMORY.md +0 -0
  203. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/SOUL.md +0 -0
  204. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/TOOLS.md +0 -0
  205. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/USER.md +0 -0
  206. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/rules/acceptance-driven-work.md +0 -0
  207. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates/workspace/rules/issue-tdd-loop.md +0 -0
  208. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/templates.py +0 -0
  209. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade/toml_compat.py +0 -0
  210. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade_cli.egg-info/dependency_links.txt +0 -0
  211. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade_cli.egg-info/entry_points.txt +0 -0
  212. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/src/brigade_cli.egg-info/top_level.txt +0 -0
  213. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_aboyeur.py +0 -0
  214. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_add.py +0 -0
  215. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_cli_alias.py +0 -0
  216. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_config.py +0 -0
  217. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_handoff.py +0 -0
  218. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_memory_cmd.py +0 -0
  219. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_neutrality.py +0 -0
  220. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase100_cmd.py +0 -0
  221. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase39_cmd.py +0 -0
  222. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase40_cmd.py +0 -0
  223. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase41_cmd.py +0 -0
  224. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase42_cmd.py +0 -0
  225. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase43_cmd.py +0 -0
  226. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase44_cmd.py +0 -0
  227. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase45_cmd.py +0 -0
  228. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase46_50_cmd.py +0 -0
  229. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase51_55_cmd.py +0 -0
  230. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase56_60_cmd.py +0 -0
  231. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase96_cmd.py +0 -0
  232. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase97_cmd.py +0 -0
  233. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase98_cmd.py +0 -0
  234. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_phase99_cmd.py +0 -0
  235. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_privacy_regression.py +0 -0
  236. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_proc.py +0 -0
  237. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_reconfigure.py +0 -0
  238. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_release_cmd.py +0 -0
  239. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_roster_cmd.py +0 -0
  240. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_run_cli.py +0 -0
  241. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_runs_cmd.py +0 -0
  242. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_station.py +0 -0
  243. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_status.py +0 -0
  244. {brigade_cli-0.8.0 → brigade_cli-0.8.2}/tests/test_toml_compat.py +0 -0
@@ -0,0 +1,778 @@
1
+ Metadata-Version: 2.4
2
+ Name: brigade-cli
3
+ Version: 0.8.2
4
+ Summary: AI agent memory, handoffs, and local guardrails for Codex, Claude Code, OpenCode, Hermes, and OpenClaw.
5
+ Author-email: Solomon Neas <srneas@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://brigade.tools
8
+ Project-URL: Repository, https://github.com/escoffier-labs/brigade
9
+ Project-URL: Cookbook, https://github.com/solomonneas/solos-cookbook
10
+ Project-URL: OpenClaw, https://github.com/solomonneas/openclaw
11
+ Project-URL: ContentGuard, https://github.com/solomonneas/content-guard
12
+ Project-URL: AgentPantry, https://github.com/escoffier-labs/agentpantry
13
+ Project-URL: Issues, https://github.com/escoffier-labs/brigade/issues
14
+ Keywords: agents,ai-agents,agent-memory,agent-handoffs,ai-memory,openclaw,claude-code,codex,opencode,memory,bootstrap,brigade,brigade-cli,operator,local-first,guardrails,agents-md
15
+ Classifier: Development Status :: 3 - Alpha
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Requires-Python: >=3.10
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+ Provides-Extra: dev
25
+ Requires-Dist: pytest>=7; extra == "dev"
26
+ Provides-Extra: research
27
+ Requires-Dist: playwright>=1.40; extra == "research"
28
+ Dynamic: license-file
29
+
30
+ <p align="center">
31
+ <img src="docs/assets/brigade-social-preview.jpg" alt="Brigade" width="900">
32
+ </p>
33
+
34
+ <h1 align="center">Brigade CLI</h1>
35
+
36
+ <p align="center">
37
+ <strong>AI agent memory, handoffs, and local guardrails for Codex, Claude Code, OpenCode, Antigravity, Pi, Cursor, Aider, Goose, Continue, GitHub Copilot CLI, Qwen Code, Kimi Code, AdaL, OpenHands, Hermes, and OpenClaw.</strong>
38
+ </p>
39
+
40
+ <p align="center">
41
+ <img src="https://img.shields.io/github/actions/workflow/status/escoffier-labs/brigade/ci.yml?branch=main&style=for-the-badge&label=ci" alt="CI status">
42
+ <img src="https://img.shields.io/pypi/v/brigade-cli?style=for-the-badge&label=pypi" alt="PyPI version">
43
+ <img src="https://img.shields.io/badge/python-3.10%2B-blue?style=for-the-badge&logo=python&logoColor=white" alt="Python 3.10+">
44
+ <img src="https://img.shields.io/badge/license-MIT-green?style=for-the-badge" alt="MIT license">
45
+ </p>
46
+
47
+ Your agents run loops. Brigade keeps the receipts.
48
+
49
+ Harness agents ship smart models with empty heads. Every session they wake up knowing nothing about your machine, your rules, or what they learned yesterday, and whatever each one figures out scatters across tools and dies there.
50
+
51
+ **Brigade is a local control plane for agent memory, work, tools, research, review, and release.** Writer agents like Codex, Claude Code, OpenCode, Antigravity, Pi, Cursor, Aider, Goose, Continue, GitHub Copilot CLI, Qwen Code, Kimi Code, AdaL, and OpenHands leave handoff notes as they work. A memory owner like OpenClaw or Hermes ingests the ones worth keeping. Brigade lints, guards, and routes everything in between, and every consequential action lands a receipt in a plain file you can grep, diff, and prune. Nothing is published, pushed, or saved behind your back, and the shared memory never decays into a junk drawer.
52
+
53
+ It runs on the operator-controlled machine first, before any external service, whether that machine is a laptop, workstation, or VPS: local by default, loud about the exceptions. The GitHub repo is [`escoffier-labs/brigade`](https://github.com/escoffier-labs/brigade), the PyPI package is [`brigade-cli`](https://pypi.org/project/brigade-cli/), and the command is `brigade`.
54
+
55
+ ## Current Status
56
+
57
+ Brigade is usable now for real first-run workflows. The tested path is installing the CLI, running `operator quickstart` in a repo or operator workspace, checking `operator doctor --profile local-operator`, writing memory handoffs, projecting portable skills and tools, and using the local security scanner.
58
+
59
+ Quickstart keeps the first run scoped to the harnesses you select: a `--harnesses codex` setup watches the Codex handoff inbox, writes a local bootstrap handoff-ingest log, and leaves unwired side harnesses quiet until you add them.
60
+
61
+ It is still early-stage and being actively fleshed out. The current focus is hardening the first-run path, roadmap and command drift checks, daily operator loop, and local evidence closeouts. Expect sharp edges around advanced workflows, new harness adapters, repo-fleet evidence, and release-candidate evidence. If you hit a broken workflow, confusing command, missing adapter, or setup issue, open a GitHub issue in [`escoffier-labs/brigade`](https://github.com/escoffier-labs/brigade/issues) and I will get it addressed as soon as I can.
62
+
63
+ Want an agent to set this up for you? Point it at this repository. The root [`AGENTS.md`](AGENTS.md) tells agents how to install Brigade, verify with doctor, adapt your existing homegrown workflow instead of replacing it, keep local generated folders out of commits, and stop before any remote or destructive action. The fuller walkthrough is in [`docs/agent-assisted-setup.md`](docs/agent-assisted-setup.md).
64
+
65
+ New here? Start with [`docs/first-10-minutes.md`](docs/first-10-minutes.md). Maintainers can use [`docs/support-response-templates.md`](docs/support-response-templates.md) for quick first replies to install, quickstart, doctor, commit-scope, and security questions.
66
+
67
+ Good first install:
68
+
69
+ ```bash
70
+ pipx install brigade-cli
71
+ brigade operator quickstart --target ./my-repo --harnesses codex
72
+ brigade operator doctor --target ./my-repo --profile local-operator
73
+ ```
74
+
75
+ For an OpenClaw or Hermes workspace instead of a code repo:
76
+
77
+ ```bash
78
+ mkdir -p ~/agent-workspace
79
+ brigade operator quickstart --target ~/agent-workspace --depth workspace --harnesses openclaw,hermes --owner openclaw
80
+ brigade operator doctor --target ~/agent-workspace --profile local-operator
81
+ ```
82
+
83
+ For multiple agent surfaces:
84
+
85
+ ```bash
86
+ brigade operator quickstart --target ./my-repo --harnesses codex,claude,opencode,antigravity,pi,cursor,aider,goose,continue,copilot,qwen,kimi,adal,openhands
87
+ ```
88
+
89
+ If you use [OpenClaw](https://github.com/solomonneas/openclaw), [Hermes](https://github.com/NousResearch/hermes-agent), [Codex](https://github.com/openai/codex), Claude Code, [OpenCode](https://github.com/opencode-ai/opencode), Antigravity, Pi, Cursor, or a mix of them, Brigade gives those tools a shared local pattern:
90
+
91
+ 1. agents write handoff notes
92
+ 2. the memory ingester scans, lints, and routes them
93
+ 3. safe targeted notes become durable memory
94
+ 4. ambiguous or risky notes wait for review
95
+ 5. future sessions start with better context
96
+
97
+ It is intentionally local. Brigade writes files and review queues on the operator-controlled machine. It does not run a background service, publish releases, push to GitHub, send notifications, or rewrite permanent memory unless you explicitly run the command that does it.
98
+
99
+ ## Stack At A Glance
100
+
101
+ ```mermaid
102
+ flowchart TB
103
+ OWNER["<b>OpenClaw / Hermes</b><br/><i>canonical memory owner</i>"]
104
+ MEMORY["<b>Durable memory</b><br/>MEMORY.md · cards · project context"]
105
+ BRIGADE["<b>Brigade CLI</b><br/><i>local wiring · receipts · review queues</i>"]
106
+ STATE["<b>.brigade/</b><br/>local config · scans · reports · closeouts"]
107
+
108
+ OWNER -->|maintains| MEMORY
109
+ BRIGADE -->|records| STATE
110
+ BRIGADE -->|prepares reviewed handoffs for| OWNER
111
+
112
+ subgraph WRITERS [" writer harnesses "]
113
+ CODEX["<b>Codex CLI</b><br/>handoff writer"]
114
+ CLAUDE["<b>Claude Code</b><br/>handoff writer"]
115
+ OPEN["<b>OpenCode</b><br/>handoff writer"]
116
+ MORE["<b>more CLI writers</b><br/>Antigravity · Pi · Cursor<br/>Aider · Goose · Continue<br/>Copilot · Qwen · Kimi · AdaL · OpenHands"]
117
+ HERMES["<b>Hermes</b><br/>writer or owner"]
118
+ end
119
+
120
+ CODEX & CLAUDE & OPEN & MORE & HERMES == handoff drafts ==> BRIGADE
121
+ MEMORY -. context .-> CODEX & CLAUDE & OPEN & MORE & HERMES
122
+
123
+ subgraph LOCAL [" local operator lanes "]
124
+ WORK["work sessions<br/>tasks · plans · verification"]
125
+ SCAN["scanners<br/>security · chat · repo health"]
126
+ RELEASE["release evidence<br/>candidates · smoke · waivers"]
127
+ end
128
+
129
+ BRIGADE --> WORK
130
+ BRIGADE --> SCAN
131
+ BRIGADE --> RELEASE
132
+
133
+ classDef owner fill:#ef4444,stroke:#b91c1c,color:#fff;
134
+ classDef brigade fill:#2563eb,stroke:#1d4ed8,color:#fff;
135
+ classDef state fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
136
+ classDef lane fill:#f1f5f9,stroke:#94a3b8,color:#334155;
137
+ class OWNER owner;
138
+ class BRIGADE brigade;
139
+ class MEMORY,STATE state;
140
+ class WORK,SCAN,RELEASE,CODEX,CLAUDE,OPEN,MORE,HERMES lane;
141
+ ```
142
+
143
+ > Brigade was extracted from the [**solos-cookbook**](https://github.com/solomonneas/solos-cookbook), a documented 24/7 multi-agent stack running in production. If you want the full picture of how Brigade fits into a real setup, start there, and a star helps other people find it.
144
+ >
145
+ > [![Star the cookbook](https://img.shields.io/github/stars/solomonneas/solos-cookbook?style=social&label=Star%20solos-cookbook)](https://github.com/solomonneas/solos-cookbook)
146
+
147
+ ## Project Identity
148
+
149
+ - GitHub: [`escoffier-labs/brigade`](https://github.com/escoffier-labs/brigade)
150
+ - Website: [`brigade.tools`](https://brigade.tools)
151
+ - Cookbook: [`solomonneas/solos-cookbook`](https://github.com/solomonneas/solos-cookbook), the real-world multi-agent stack Brigade grew out of
152
+ - PyPI package: [`brigade-cli`](https://pypi.org/project/brigade-cli/)
153
+ - CLI command: `brigade`
154
+ - Core search terms: AI agent memory, agent handoffs, Codex memory, Claude Code memory, OpenCode handoffs, local-first agent workflow, AGENTS.md, agent guardrails
155
+
156
+ ## Why This Exists
157
+
158
+ Agent tools are getting good enough that people use more than one of them. That creates a boring but important problem: each tool learns a little bit, but the learning is scattered.
159
+
160
+ Brigade gives the setup a home base.
161
+
162
+ - OpenClaw or Hermes can be the main memory owner.
163
+ - Codex, Claude Code, OpenCode, Antigravity, Pi, Cursor, Aider, Goose, Continue, GitHub Copilot CLI, Qwen Code, Kimi Code, AdaL, OpenHands, and Hermes can write handoff notes.
164
+ - You can inspect and lint those notes before saving them.
165
+ - Local receipts show what happened during work, scans, and reviews.
166
+ - Risky actions stay manual.
167
+
168
+ The goal is not to make a giant automation machine. The goal is to make agent memory understandable, reviewable, and portable across harnesses.
169
+
170
+ ## Mise En Place
171
+
172
+ The name comes from the kitchen. A *brigade de cuisine* is the staff that runs the line, and *mise en place*, pronounced "meez", means everything is in its place before the work starts.
173
+
174
+ In a kitchen, that is the chef's first job: prep the station, label the ingredients, sharpen the tools, and make sure service does not depend on hunting for basics mid-rush. For agents, it is the same job: rules, memory, handoff inboxes, tools, guards, receipts, and verification paths set up before the session gets expensive.
175
+
176
+ That is the idea Brigade is built on. The chef owns the station, and every agent working in it should leave the setup clearer, safer, and easier for the next agent to use.
177
+
178
+ ## Start Small
179
+
180
+ Install:
181
+
182
+ ```bash
183
+ pipx install brigade-cli
184
+ ```
185
+
186
+ Set up a repo:
187
+
188
+ ```bash
189
+ brigade operator quickstart --target ./my-repo --harnesses codex
190
+ brigade operator doctor --target ./my-repo --profile local-operator
191
+ ```
192
+
193
+ Set up an agent workspace:
194
+
195
+ ```bash
196
+ brigade operator quickstart --target ~/agent-workspace --depth workspace --harnesses openclaw,hermes --owner openclaw
197
+ brigade operator doctor --target ~/agent-workspace --profile local-operator
198
+ ```
199
+
200
+ Use `--dry-run` first if you want to preview the local files Brigade will write. To wire more than one agent surface, pass a comma-separated list such as `--harnesses codex,claude,opencode,antigravity,pi,cursor,aider,goose,continue,copilot,qwen,kimi,adal,openhands`.
201
+
202
+ If you already have a homegrown setup with scripts, handoff folders, crons, or process managers, use the adoption loop before changing it:
203
+
204
+ ```bash
205
+ brigade operator adopt plan --target ~/agent-workspace --json
206
+ brigade operator adopt capture --target ~/agent-workspace --json
207
+ brigade operator adopt import-issues --target ~/agent-workspace --json
208
+ brigade operator migration status --target ~/agent-workspace --json
209
+ brigade operator migration doctor --target ~/agent-workspace --json
210
+ brigade operator migration consolidate --target ~/agent-workspace --surface shell_crontab --review-status needs-owner
211
+ brigade operator surfaces capture --target ~/agent-workspace --json
212
+ brigade operator surfaces doctor --target ~/agent-workspace --json
213
+ brigade operator surfaces review --target ~/agent-workspace --surface shell_crontab --status external-ok --all --reason reviewed-external-ownership
214
+ brigade operator surfaces reviews --target ~/agent-workspace --json
215
+ brigade operator surfaces import-issues --target ~/agent-workspace --json
216
+ ```
217
+
218
+ `adopt plan` is read-only. `adopt capture` writes a redacted local snapshot under `.brigade/operator/adoption/`. `adopt import-issues` routes adoption gaps into the normal work inbox so the migration shows up in `work brief` and the daily loop. `operator migration status/doctor/import-issues/consolidate` rolls adoption state, surface review state, and pending migration work into one replacement-progress view, then lets a reviewed rollup supersede tiny record-level imports. `operator surfaces capture/list/doctor/review/reviews/import-issues` keeps a separate redacted registry for shell crontab, OpenClaw cron, and PM2 coverage under `.brigade/operator/surfaces/`. Scheduler and process surfaces are reported as counts, status totals, ordinal labels, review decisions, and fingerprints, not raw scheduler lines, job names, process names, command paths, host details, or environment values.
219
+
220
+ For a fuller first-run walkthrough and troubleshooting checklist, see [`docs/new-user-quickstart.md`](docs/new-user-quickstart.md). For the shortest path, use [`docs/first-10-minutes.md`](docs/first-10-minutes.md). If quickstart fails, use the Quickstart setup problem issue form and include the redacted `issue_report` from `brigade operator quickstart --json`.
221
+
222
+ Write a handoff note:
223
+
224
+ ```bash
225
+ brigade handoff draft \
226
+ --target ./my-repo \
227
+ --inbox codex \
228
+ --title "What changed" \
229
+ --summary "Short note future agents should know." \
230
+ --content "### What changed
231
+
232
+ Put the durable note here."
233
+ ```
234
+
235
+ Then run your memory owner's ingester. Safe targeted notes can be filed into long-term memory; ambiguous or risky notes stay visible for review.
236
+
237
+ That is the simplest useful version of Brigade: shared handoffs, local review, durable memory.
238
+
239
+ ## How Memory Handoffs Work
240
+
241
+ Each writer harness gets its own local inbox. Use `brigade handoff draft --inbox <id>` to write to the matching inbox, or select the harness with `brigade operator quickstart --harnesses ...`.
242
+
243
+ | Writer | `--inbox` / harness id | Local inbox | Brigade support |
244
+ |---|---|---|---|
245
+ | Codex CLI | `codex` | `.codex/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
246
+ | Claude Code | `claude` | `.claude/memory-handoffs/` | handoff template, ingest source, tools, skills |
247
+ | OpenCode | `opencode` | `.opencode/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
248
+ | Antigravity | `antigravity` | `.antigravity/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
249
+ | Pi | `pi` | `.pi/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
250
+ | Cursor | `cursor` | `.cursor/memory-handoffs/` | handoff template, ingest source, dogfood adapter, rules, skills |
251
+ | Aider | `aider` | `.aider/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
252
+ | Goose | `goose` | `.goose/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
253
+ | Continue | `continue` | `.continue/memory-handoffs/` | handoff template, ingest source, dogfood adapter, rules, skills |
254
+ | GitHub Copilot CLI | `copilot` | `.copilot/memory-handoffs/` | handoff template, ingest source, dogfood adapter, instructions, skills |
255
+ | Qwen Code | `qwen` | `.qwen/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
256
+ | Kimi Code | `kimi` | `.kimi/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
257
+ | AdaL | `adal` | `.adal/memory-handoffs/` | handoff template, ingest source, dogfood adapter, tools, skills |
258
+ | OpenHands | `openhands` | `.openhands/memory-handoffs/` | handoff template, ingest source, dogfood adapter, instructions, skills |
259
+ | Hermes | `hermes` | `.hermes/memory-handoffs/` | handoff template, ingest source, owner adapter fragments |
260
+
261
+ OpenClaw is usually the canonical memory owner rather than a writer inbox. Add it with `--harnesses openclaw,...` when the workspace should own durable memory.
262
+
263
+ The memory owner, usually OpenClaw or Hermes, can ingest handoffs into the permanent memory files. Brigade keeps the handoff format consistent so different tools can contribute without each one inventing its own note style.
264
+
265
+ ```mermaid
266
+ flowchart LR
267
+ subgraph WRITERS [" writer inboxes "]
268
+ C[".codex/memory-handoffs/"]
269
+ CL[".claude/memory-handoffs/"]
270
+ O[".opencode/memory-handoffs/"]
271
+ A[".antigravity/memory-handoffs/"]
272
+ P[".pi/memory-handoffs/"]
273
+ CU[".cursor/memory-handoffs/"]
274
+ AI[".aider/memory-handoffs/"]
275
+ G[".goose/memory-handoffs/"]
276
+ CO[".continue/memory-handoffs/"]
277
+ GH[".copilot/memory-handoffs/"]
278
+ Q[".qwen/memory-handoffs/"]
279
+ K[".kimi/memory-handoffs/"]
280
+ AD[".adal/memory-handoffs/"]
281
+ OH[".openhands/memory-handoffs/"]
282
+ H[".hermes/memory-handoffs/"]
283
+ end
284
+
285
+ DRAFT["Brigade handoff draft<br/>lint · guard · route"]
286
+ REVIEW["operator review<br/>safe · ambiguous · risky"]
287
+ OWNER["OpenClaw / Hermes<br/>memory owner"]
288
+ MEM["durable memory<br/>cards · docs · learnings"]
289
+
290
+ C & CL & O & A & P & CU & AI & G & CO & GH & Q & K & AD & OH & H --> DRAFT --> REVIEW
291
+ REVIEW -->|safe targeted note| OWNER --> MEM
292
+ REVIEW -->|needs judgment| INBOX["review inbox"]
293
+
294
+ classDef local fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
295
+ classDef review fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
296
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
297
+ class C,CL,O,A,P,CU,AI,G,CO,GH,Q,K,AD,OH,H,DRAFT local;
298
+ class REVIEW,INBOX review;
299
+ class OWNER,MEM memory;
300
+ ```
301
+
302
+ The important part is the boundary. The ingester should be conservative: safe card handoffs can become cards, targeted updates can append to the right file, and ambiguous material should be kicked back for review instead of trusted automatically.
303
+
304
+ ### Card Promotion And MEMORY.md
305
+
306
+ Long-term memory has two layers. Knowledge cards under `memory/cards/` hold the detail: YAML frontmatter (`topic`, `category`, `tags`, `created`, `updated`) plus the durable facts. `MEMORY.md` is the index: one line per card, loaded at session start, never holding card content itself. When the ingester promotes a handoff, it creates or updates the card first, then adds or refreshes the one-line index entry. No-card handoffs append to the right document instead. Brigade records the receipt for every outcome but never edits `MEMORY.md` or cards itself; the memory owner does the writing.
307
+
308
+ ```mermaid
309
+ flowchart LR
310
+ HANDOFF["reviewed handoff<br/>create-card · update-card · no-card"]
311
+ INGEST["memory ingester<br/>lint · guard · route"]
312
+ CARD["memory/cards/&lt;name&gt;.md<br/>frontmatter + durable facts"]
313
+ INDEX["MEMORY.md<br/>one-line index entry per card"]
314
+ DOCS["TOOLS.md · USER.md<br/>rules/ · .learnings/"]
315
+ RECEIPT["ingest receipt<br/>promoted · routed · skipped · failed"]
316
+
317
+ HANDOFF --> INGEST
318
+ INGEST -->|create-card / update-card| CARD --> INDEX
319
+ INGEST -->|no-card| DOCS
320
+ INGEST --> RECEIPT
321
+
322
+ classDef local fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
323
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
324
+ classDef step fill:#f1f5f9,stroke:#64748b,color:#334155;
325
+ class HANDOFF,INGEST,RECEIPT local;
326
+ class CARD,INDEX,DOCS memory;
327
+ ```
328
+
329
+ ### Keeping Cards Fresh
330
+
331
+ Memory degrades. Cards go stale, lose their backing evidence, or get superseded. `brigade memory care scan` is a read-only sweep over the card roots that checks freshness metadata (`reviewed`, `fresh_until`, confidence, evidence) and flags stale, expired, undersourced, contradictory, orphaned, and oversized cards. Flagged cards land in a refresh queue that routes into the work inbox, so a card that needs review shows up in the daily plan instead of rotting quietly. Brigade never edits or deletes a card automatically: the operator either refreshes it with a new reviewed date or archives it and drops the index entry.
332
+
333
+ ```mermaid
334
+ flowchart LR
335
+ CARDS["memory cards<br/>reviewed · fresh_until<br/>confidence · evidence"]
336
+ SCAN["memory care scan<br/>read-only"]
337
+ ISSUES["issues<br/>stale · expired · undersourced<br/>contradictory · orphaned · oversized"]
338
+ QUEUE["refresh queue"]
339
+ INBOX["work inbox<br/>daily plan candidates"]
340
+ OPERATOR["operator review"]
341
+ REFRESH["card refreshed<br/>reviewed date updated"]
342
+ ARCHIVE["card archived<br/>index entry removed"]
343
+
344
+ CARDS --> SCAN --> ISSUES --> QUEUE --> INBOX --> OPERATOR
345
+ OPERATOR -->|still true| REFRESH -. fresh again .-> CARDS
346
+ OPERATOR -->|no longer true| ARCHIVE
347
+
348
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
349
+ classDef step fill:#f1f5f9,stroke:#64748b,color:#334155;
350
+ classDef gate fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
351
+ class CARDS,REFRESH memory;
352
+ class SCAN,ISSUES,QUEUE,INBOX step;
353
+ class OPERATOR,ARCHIVE gate;
354
+ ```
355
+
356
+ ## The Local Loop
357
+
358
+ Brigade is built around a simple daily loop:
359
+
360
+ 1. set up the repo or operator workspace
361
+ 2. let agents work
362
+ 3. run the memory ingester
363
+ 4. review anything skipped, flagged, or ambiguous
364
+ 5. save only the parts worth remembering
365
+
366
+ ```mermaid
367
+ flowchart LR
368
+ SETUP["quickstart<br/>local files"]
369
+ WORK["agents work<br/>sessions & tasks"]
370
+ HANDOFF["handoffs<br/>draft & lint"]
371
+ REVIEW["operator review<br/>promote or defer"]
372
+ MEMORY["durable memory<br/>only what is worth keeping"]
373
+ RECEIPTS["receipts<br/>what happened"]
374
+
375
+ SETUP --> WORK --> HANDOFF --> REVIEW --> MEMORY
376
+ WORK --> RECEIPTS
377
+ REVIEW --> RECEIPTS
378
+ RECEIPTS -. better context .-> WORK
379
+
380
+ classDef step fill:#f1f5f9,stroke:#64748b,color:#334155;
381
+ classDef gate fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
382
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
383
+ class SETUP,WORK,HANDOFF,RECEIPTS step;
384
+ class REVIEW gate;
385
+ class MEMORY memory;
386
+ ```
387
+
388
+ This loop scales from one person using one repo or OpenClaw/Hermes workspace to a more serious operator setup with scanner inboxes, work receipts, release checks, and repo-fleet summaries. You do not need all of that on day one.
389
+
390
+ ## What Brigade Can Handle
391
+
392
+ For memory:
393
+
394
+ - install shared memory files, rules, and handoff templates
395
+ - keep one canonical memory owner
396
+ - lint handoff drafts before ingest
397
+ - scan handoff drafts with Content Guard before they become durable memory
398
+ - track which local inboxes the ingestor should watch
399
+ - reconcile ingester receipts so skipped, failed, routed, and promoted notes stay visible
400
+ - support OpenClaw, Hermes, Codex, Claude Code, OpenCode, Antigravity, Pi, Cursor, Aider, Goose, Continue, GitHub Copilot CLI, Qwen Code, Kimi Code, AdaL, and OpenHands conventions
401
+
402
+ For local work:
403
+
404
+ - record work sessions and verification receipts
405
+ - collect scanner findings into reviewable inboxes
406
+ - keep release-readiness evidence local and explicit
407
+ - project shared tool docs into harness-specific folders
408
+ - summarize repo/operator state before a work session
409
+
410
+ For safety:
411
+
412
+ - run Content Guard before push, release review, or handoff ingest
413
+ - import Content Guard findings into the work inbox for review
414
+ - keep generated state ignored by default
415
+ - avoid publishing, pushing, or mutating remotes automatically
416
+ - keep notification sending opt-in
417
+ - make risky actions visible as operator decisions
418
+
419
+ ## Ecosystem
420
+
421
+ Brigade is the local operator layer. It integrates with nearby tools instead of trying to absorb all of them.
422
+
423
+ ```mermaid
424
+ flowchart TB
425
+ BRIGADE["Brigade<br/>local operator layer"]
426
+
427
+ subgraph MEMORY [" memory and handoffs "]
428
+ OPENCLAW["OpenClaw"]
429
+ HERMES["Hermes"]
430
+ MDOCTOR["memory-doctor"]
431
+ BDOCTOR["bootstrap-doctor"]
432
+ end
433
+
434
+ subgraph SAFETY [" safety and operations "]
435
+ GUARD["Content Guard"]
436
+ PANTRY["Agent Pantry"]
437
+ NOTIFY["agent-notify"]
438
+ TOKEN["tokenjuice"]
439
+ end
440
+
441
+ subgraph NATIVE [" native Brigade stations "]
442
+ REPOS["repo fleet"]
443
+ TOOLS["tool catalog"]
444
+ SECURITY["security scan"]
445
+ HANDOFFS["handoff promotion"]
446
+ end
447
+
448
+ BRIGADE --> MEMORY
449
+ BRIGADE --> SAFETY
450
+ BRIGADE --> NATIVE
451
+
452
+ classDef core fill:#2563eb,stroke:#1d4ed8,color:#fff;
453
+ classDef group fill:#f8fafc,stroke:#94a3b8,color:#334155;
454
+ class BRIGADE core;
455
+ class OPENCLAW,HERMES,MDOCTOR,BDOCTOR,GUARD,PANTRY,NOTIFY,TOKEN,REPOS,TOOLS,SECURITY,HANDOFFS group;
456
+ ```
457
+
458
+ Memory and handoff tools:
459
+
460
+ - [OpenClaw](https://github.com/solomonneas/openclaw): personal AI assistant and memory owner.
461
+ - Hermes: local memory owner and handoff writer convention.
462
+ - [memory-doctor](https://github.com/escoffier-labs/memory-doctor): focused maintenance CLI for Claude Code / OpenClaw memory.
463
+ - [bootstrap-doctor](https://github.com/escoffier-labs/bootstrap-doctor): audits and trims oversized OpenClaw bootstrap files.
464
+
465
+ Safety and operations tools:
466
+
467
+ - [Content Guard](https://github.com/solomonneas/content-guard): policy-driven content scanning and publish checks.
468
+ - [Agent Pantry](https://github.com/escoffier-labs/agentpantry): encrypted browser session, cookie, and secret sync for agent machines.
469
+ - [agent-notify](https://github.com/solomonneas/agent-notify): optional notification hooks for long-running agent work.
470
+ - [tokenjuice](https://github.com/solomonneas/tokenjuice): output compaction for terminal-heavy agent workflows.
471
+
472
+ Brigade also has native local workflows for [repo fleet operations](docs/repo-fleet.md), [portable tool catalogs](docs/tool-catalog.md), [security scans](docs/security.md), and [handoff promotion](docs/handoff-promotion.md). The highlights are below.
473
+
474
+ ## Repo Fleet
475
+
476
+ `brigade repos` watches a configured set of local repositories and turns their state into reviewable evidence: health scans, sweeps, reports, fleet actions, and release trains.
477
+
478
+ ```mermaid
479
+ flowchart LR
480
+ CONFIG[".brigade/repos.toml<br/>configured local repos"]
481
+ SCAN["repos scan / sweep<br/>safe metadata only"]
482
+ REPORT["fleet report<br/>health evidence"]
483
+ ACTIONS["reviewed actions<br/>start · done · defer"]
484
+ RELEASE["release train<br/>manual checklist"]
485
+
486
+ CONFIG --> SCAN --> REPORT --> ACTIONS --> RELEASE
487
+ RELEASE -. no publish step .-> MANUAL["operator publishes manually"]
488
+
489
+ classDef local fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
490
+ classDef review fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
491
+ class CONFIG,SCAN,REPORT local;
492
+ class ACTIONS,RELEASE,MANUAL review;
493
+ ```
494
+
495
+ - Repos live in a gitignored `.brigade/repos.toml`. Nothing is cloned, pushed, or mutated remotely.
496
+ - `brigade repos scan` and `brigade repos sweep` collect local health evidence.
497
+ - Reports become fleet actions you start, finish, defer, or dispatch by hand.
498
+ - Release trains gather readiness evidence and checklists without publishing anything.
499
+
500
+ Full command list in [Repo fleet](docs/repo-fleet.md).
501
+
502
+ ## Tool Catalog
503
+
504
+ `brigade tools` describes local callable tools, slash commands, skills, scripts, and MCP configs across harnesses, then gates execution behind an approval queue. `brigade tools defaults` refreshes built-in portable tool entries while preserving custom repo tools.
505
+
506
+ ```mermaid
507
+ flowchart LR
508
+ SOURCE["tools/<br/>tracked portable sources"]
509
+ CATALOG[".brigade/tools.toml<br/>catalog"]
510
+ PROJECT["sync-tools<br/>harness projections"]
511
+ APPROVAL["call plan / queue<br/>operator approval"]
512
+ RUN["run receipt<br/>logs · replay · checkpoints"]
513
+
514
+ SOURCE --> CATALOG --> PROJECT
515
+ CATALOG --> APPROVAL --> RUN
516
+ PROJECT -. local generated .-> HARNESSES[".codex · .claude<br/>.opencode · .antigravity · .pi · .cursor<br/>.aider · .goose · .continue · .copilot<br/>.qwen · .kimi · .adal · .openhands · .mcp"]
517
+
518
+ classDef source fill:#ecfdf5,stroke:#059669,color:#064e3b;
519
+ classDef local fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
520
+ classDef gate fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
521
+ class SOURCE source;
522
+ class CATALOG,PROJECT,HARNESSES local;
523
+ class APPROVAL,RUN gate;
524
+ ```
525
+
526
+ - Discovery is read-only: `list`, `search`, `describe`, `contracts`.
527
+ - Projections write reviewed harness-specific tool docs. There is no auto-sync.
528
+ - Script calls move through plan, queue, approve, run, with run receipts and replay.
529
+ - Runtimes are supervised explicitly. Brigade never auto-starts MCP servers or stores auth.
530
+
531
+ Details in [Tool catalog](docs/tool-catalog.md).
532
+
533
+ ## Handoff Promotion
534
+
535
+ Reviewed scanner imports can be promoted into memory handoff drafts instead of being retyped by hand.
536
+
537
+ ```mermaid
538
+ flowchart LR
539
+ IMPORT["work import<br/>decision · finding · command · incident"]
540
+ PLAN["plan-handoff<br/>preview target & blockers"]
541
+ PROMOTE["promote-handoff<br/>write draft"]
542
+ LINT["handoff lint<br/>format · route · guard"]
543
+ DRAFT["memory-handoffs/<br/>reviewed draft"]
544
+ OWNER["memory owner ingest<br/>outside Brigade"]
545
+
546
+ IMPORT --> PLAN --> PROMOTE --> LINT --> DRAFT --> OWNER
547
+ LINT -->|blocked| REPAIR["repair import"]
548
+
549
+ classDef import fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
550
+ classDef gate fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
551
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
552
+ class IMPORT,PLAN,PROMOTE import;
553
+ class LINT,REPAIR gate;
554
+ class DRAFT,OWNER memory;
555
+ ```
556
+
557
+ - Works for durable non-task imports: decisions, preferences, links, commands, findings, incidents.
558
+ - `brigade work import plan-handoff` previews the target and blockers, `promote-handoff` writes the draft and lints it.
559
+ - Drafts land in the normal handoff inbox. Canonical memory is never edited directly.
560
+ - Raw private chat fields are rejected and secret-looking values are redacted before the draft is written.
561
+
562
+ See [Handoff promotion](docs/handoff-promotion.md).
563
+
564
+ ## Deep Research
565
+
566
+ `brigade research` turns a research question into a local report and a reviewed Memory Handoff. Trusted local files and configured CLI lanes are used first; browser or web sources are opt-in with `--web` and labeled as untrusted source material.
567
+
568
+ ```mermaid
569
+ flowchart LR
570
+ QUESTION["research question"]
571
+ RUN["research run<br/>local-first · resumable"]
572
+ REPORT["report.html<br/>report.md"]
573
+ EXPORT["export-handoff<br/>explicit writer inbox"]
574
+ DRAFT["memory-handoffs/<br/>linted draft"]
575
+ MEMORY["memory owner ingest<br/>cards or learnings"]
576
+
577
+ QUESTION --> RUN --> REPORT
578
+ RUN --> EXPORT --> DRAFT --> MEMORY
579
+ EXPORT -. drift visible .-> REVIEW["work brief<br/>center reviews<br/>release evidence"]
580
+
581
+ classDef local fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
582
+ classDef review fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
583
+ classDef memory fill:#ecfdf5,stroke:#059669,color:#064e3b;
584
+ class QUESTION,RUN,REPORT local;
585
+ class EXPORT,REVIEW review;
586
+ class DRAFT,MEMORY memory;
587
+ ```
588
+
589
+ ```bash
590
+ brigade research run "what should we remember about this topic?" --corpus docs
591
+ brigade research export-handoff <run-id> --inbox codex
592
+ brigade research handoffs doctor
593
+ brigade research handoffs import-issues
594
+ brigade research show <run-id>
595
+ ```
596
+
597
+ Exports are explicit and receipt-backed. Brigade records the source fingerprint for the handoff artifact, then warns when a completed research run has no export, a missing export path, or a stale export after the run artifact changes. The doctor is read-only; import routing creates reviewable work inbox items instead of exporting or ingesting memory automatically.
598
+
599
+ ## Agent Pantry
600
+
601
+ The `pantry` station (alias `larder`) wires [Agent Pantry](https://github.com/escoffier-labs/agentpantry) into the same operator workflow: encrypted browser session, cookie, and secret sync between agent machines. The pantry is where the chef stores the cookies and the secret recipes.
602
+
603
+ - `brigade add pantry` installs agentpantry.
604
+ - `brigade pantry status` gives a pantry-specific health readout.
605
+ - `brigade pantry setup plan --role source|sink` previews or writes a reviewed setup plan.
606
+ - Pantry checks are advisory. An unwired install warns but never fails a workspace run.
607
+
608
+ ## What Brigade Is Not
609
+
610
+ Brigade is not a hosted memory service, a daemon, or an automatic release bot.
611
+
612
+ It does not:
613
+
614
+ - run in the background
615
+ - install schedulers
616
+ - push to GitHub
617
+ - publish packages
618
+ - send notifications by default
619
+ - save every note automatically
620
+ - turn memory ingest into a silent background process
621
+ - skip review for ambiguous, risky, or failed notes
622
+
623
+ That pause is the point. Agent memory should be useful, not noisy.
624
+
625
+ ## For OpenClaw Users
626
+
627
+ OpenClaw can be the memory owner. Brigade gives nearby tools a way to contribute checked handoffs back into that owner memory without forcing every tool to know OpenClaw internals.
628
+
629
+ ```mermaid
630
+ flowchart LR
631
+ WRITERS["Codex · Claude · OpenCode<br/>Antigravity · Pi · Cursor writer inboxes"]
632
+ BRIGADE["Brigade<br/>draft · lint · source coverage"]
633
+ OPENCLAW["OpenClaw<br/>memory owner"]
634
+ MEMORY["canonical memory"]
635
+ RECEIPTS["ingest receipts<br/>promoted · skipped · failed"]
636
+
637
+ WRITERS --> BRIGADE --> OPENCLAW --> MEMORY
638
+ OPENCLAW --> RECEIPTS --> BRIGADE
639
+
640
+ classDef brigade fill:#2563eb,stroke:#1d4ed8,color:#fff;
641
+ classDef owner fill:#ef4444,stroke:#b91c1c,color:#fff;
642
+ classDef local fill:#f1f5f9,stroke:#94a3b8,color:#334155;
643
+ class BRIGADE brigade;
644
+ class OPENCLAW owner;
645
+ class WRITERS,MEMORY,RECEIPTS local;
646
+ ```
647
+
648
+ A repo-adjacent setup is:
649
+
650
+ ```bash
651
+ brigade init --target ./my-repo --depth repo --harnesses openclaw,codex,claude,opencode,antigravity,pi,cursor,aider,goose,continue,copilot,qwen,kimi,adal,openhands
652
+ brigade handoff sources init --target ./my-repo
653
+ brigade handoff doctor --target ./my-repo
654
+ ```
655
+
656
+ An OpenClaw workspace setup does not need to be inside a code repo:
657
+
658
+ ```bash
659
+ brigade init --target ~/agent-workspace --depth workspace --harnesses openclaw,hermes --owner openclaw
660
+ brigade handoff sources init --target ~/agent-workspace
661
+ brigade handoff doctor --target ~/agent-workspace
662
+ ```
663
+
664
+ Then writer tools leave handoffs in their own inboxes, and the memory owner ingests the safe targeted notes while Brigade keeps receipts for promoted, routed, skipped, failed, malformed, and warning outcomes.
665
+
666
+ ## For Hermes Users
667
+
668
+ Hermes now has a first-class Brigade handoff inbox:
669
+
670
+ ```mermaid
671
+ flowchart LR
672
+ HERMES["Hermes"]
673
+ INBOX[".hermes/memory-handoffs/"]
674
+ FRAGMENTS[".brigade/hermes/<br/>adapter fragments"]
675
+ VERIFY["operator verify-harness"]
676
+ HANDOFFS["handoff list / lint"]
677
+
678
+ HERMES --> INBOX
679
+ HERMES --> FRAGMENTS
680
+ INBOX --> VERIFY
681
+ FRAGMENTS --> VERIFY
682
+ VERIFY --> HANDOFFS
683
+
684
+ classDef hermes fill:#7c3aed,stroke:#5b21b6,color:#fff;
685
+ classDef local fill:#f1f5f9,stroke:#94a3b8,color:#334155;
686
+ class HERMES hermes;
687
+ class INBOX,FRAGMENTS,VERIFY,HANDOFFS local;
688
+ ```
689
+
690
+ ```bash
691
+ brigade init --target . --depth workspace --harnesses hermes
692
+ brigade handoff sources init --target . --force
693
+ ```
694
+
695
+ ```bash
696
+ brigade handoff draft --target . --inbox hermes \
697
+ --title "Hermes note" \
698
+ --summary "Hermes can write a local Brigade handoff." \
699
+ --content "### Hermes note
700
+
701
+ Durable context goes here."
702
+ ```
703
+
704
+ Check the local wiring with:
705
+
706
+ ```bash
707
+ brigade operator verify-harness --harness hermes --target .
708
+ brigade handoff list --target .
709
+ ```
710
+
711
+ The verifier checks both the `.hermes/memory-handoffs/` writer inbox and the `.brigade/hermes/` adapter fragments.
712
+
713
+ See [Hermes handoffs](docs/hermes-handoffs.md) for the current boundaries.
714
+
715
+ ## Content Guard
716
+
717
+ Brigade handles the memory and operator workflow. Content Guard checks whether content is safe to publish or save.
718
+
719
+ ```mermaid
720
+ flowchart LR
721
+ SCAN["security scan<br/>redacted findings"]
722
+ BUNDLE[".brigade/security/latest<br/>JSON · Markdown · SARIF"]
723
+ REVIEW["review / suppress<br/>accepted risk with reason"]
724
+ IMPORT["work import<br/>security follow-up"]
725
+ RELEASE["release readiness<br/>local blocker evidence"]
726
+
727
+ SCAN --> BUNDLE --> REVIEW
728
+ BUNDLE --> IMPORT
729
+ REVIEW --> RELEASE
730
+ IMPORT --> RELEASE
731
+
732
+ classDef scan fill:#fee2e2,stroke:#dc2626,color:#7f1d1d;
733
+ classDef local fill:#f1f5f9,stroke:#94a3b8,color:#334155;
734
+ classDef review fill:#fff7ed,stroke:#ea580c,color:#7c2d12;
735
+ class SCAN scan;
736
+ class BUNDLE,IMPORT,RELEASE local;
737
+ class REVIEW review;
738
+ ```
739
+
740
+ Use it at three points:
741
+
742
+ - before memory ingest: `brigade handoff lint --content-guard`
743
+ - before publishing: `brigade scrub --policy public-repo`
744
+ - after findings appear: `brigade work import content-guard`
745
+
746
+ Policy names are intentionally plain:
747
+
748
+ - `personal`: local/internal working notes
749
+ - `public-repo`: code and docs before push
750
+ - `public-content`: stricter checks for blog, social, and site copy
751
+
752
+ `brigade operator doctor` and `brigade operator status` show whether Content Guard is installed, which policy is expected, which pre-push hook is active, and the latest local scan summary when available.
753
+
754
+ Brigade also ships a read-only local security scanner. `brigade security scan` produces redacted findings you can review, suppress with a reason, or import into the work inbox. See [Security and Content Guard](docs/security.md).
755
+
756
+ ## Where The Detailed Docs Went
757
+
758
+ The full technical walkthrough still exists; it is just not the README anymore.
759
+
760
+ - [Technical guide](docs/technical-guide.md): the detailed command walkthrough.
761
+ - [Security and Content Guard](docs/security.md): scanner policies, handoff guards, and import flow.
762
+ - [Handoff promotion](docs/handoff-promotion.md): how notes move toward memory.
763
+ - [OpenClaw memory ingest checklist](docs/openclaw-memory-ingest-checklist.md): the ingest boundary and receipt checks for handoffs.
764
+ - [Hermes handoffs](docs/hermes-handoffs.md): Hermes writer inbox setup.
765
+ - [Repo fleet](docs/repo-fleet.md): local multi-repo health, actions, and release evidence.
766
+ - [Tool catalog](docs/tool-catalog.md): portable tools, projections, approvals, and run receipts.
767
+ - [Internal dogfood loop](docs/internal-dogfood.md): how this repo uses Brigade on itself.
768
+ - [Command inventory](docs/command-inventory.md): every public CLI command.
769
+ - [Roadmap](ROADMAP.md): current direction.
770
+ - [Roadmap archive](docs/roadmap-archive.md): completed or intentionally closed roadmap items.
771
+
772
+ ## Tiny Glossary
773
+
774
+ - **Harness**: an agent tool such as OpenClaw, Hermes, Codex, Claude Code, OpenCode, Antigravity, Pi, or Cursor.
775
+ - **Handoff**: a note an agent writes for later review.
776
+ - **Inbox**: the local folder where handoff notes wait.
777
+ - **Memory owner**: the place that keeps durable shared memory.
778
+ - **Operator**: the human deciding what gets saved, run, or published.