@@ -178,9 +178,7 @@ The `opencode-swarm-plugin` provides type-safe, context-preserving wrappers. Alw
178178
179179### Other Custom Tools
180180
181- - ** cass_search, cass_view, cass_expand** - Search past agent sessions
182- - ** semantic-memory_find, semantic-memory_store, semantic-memory_validate** - Persistent learning across sessions
183-
181+ - ** cass_search, cass_view, cass_expand** - Search past agent sessions (use ` hivemind_find ` instead for unified interface)
184182
185183- ** swarm_review, swarm_review_feedback** - Coordinator reviews worker output (3-strike rule)
186184
@@ -1063,14 +1061,14 @@ Agents MUST proactively store learnings. The rule is simple: if you learned it t
10631061
10641062### MANDATORY Triggers
10651063
1066- | Situation | Action | Consequence of Non-Compliance |
1067- | -------------------------------- | ---------------------------------------------------- | --------------------------------------------- |
1064+ | Situation | Action | Consequence of Non-Compliance |
1065+ | -------------------------------- | --------------------------------------------- | --------------------------------------------- |
10681066| ** Debugging >30min** | ` hivemind_store() ` with root cause + solution | Next agent wastes another 30min on same issue |
1069- | ** Architectural decision** | Store reasoning, alternatives, tradeoffs | Future changes break assumptions, regression |
1070- | ** Project-specific pattern** | Store domain rule with examples | Inconsistent implementations across codebase |
1071- | ** Tool/library gotcha** | Store quirk + workaround | Repeated trial-and-error, wasted time |
1067+ | ** Architectural decision** | Store reasoning, alternatives, tradeoffs | Future changes break assumptions, regression |
1068+ | ** Project-specific pattern** | Store domain rule with examples | Inconsistent implementations across codebase |
1069+ | ** Tool/library gotcha** | Store quirk + workaround | Repeated trial-and-error, wasted time |
10721070| ** Before starting complex work** | ` hivemind_find() ` to check for learnings | Reinventing wheels, ignoring past failures |
1073- | ** After /debug-plus success** | Store prevention pattern if one was created | Prevention patterns not reused, bugs recur |
1071+ | ** After /debug-plus success** | Store prevention pattern if one was created | Prevention patterns not reused, bugs recur |
10741072
10751073### Good vs Bad Usage
10761074
0 commit comments