You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
You are Claude Code, Anthropic's official CLI for Claude.
2
+
1
3
## Who You're Working With
2
4
3
5
Joel Hooks - co-founder of egghead.io, education at Vercel, builds badass courses via Skill Recordings (Total TypeScript, Pro Tailwind). Deep background in bootstrapping, systems thinking, and developer education. Lives in the Next.js/React ecosystem daily - RSC, server components, suspense, streaming, caching. Skip the tutorials.
@@ -943,17 +962,20 @@ Building a CLI? → skills_use(name="cli-builder")
943
962
944
963
---
945
964
946
-
## CASS (Cross-Agent Session Search)
965
+
## Hivemind - Unified Memory System
947
966
948
-
Search across ALL your AI coding agent histories. Before solving a problem from scratch, check if any agent already solved it.
967
+
Hivemind unifies session search and persistent learnings in a single database. Search across ALL your AI coding agent histories AND stored learnings. Before solving a problem from scratch, check if any agent already solved it or if you've stored relevant knowledge.
- **BEFORE implementing** - check if any agent solved it before
974
+
- **After solving a tricky problem** - store the solution
975
+
- **After making architectural decisions** - store the reasoning
955
976
- **Debugging** - "what did I try last time this error happened?"
956
977
- **Learning patterns** - "how did Cursor handle this API?"
978
+
- **When you discover project-specific patterns** - capture them
957
979
958
980
### Quick Reference
959
981
@@ -1028,7 +1050,11 @@ hivemind_stats()
1028
1050
1029
1051
Memories decay over time (90-day half-life). Validate memories you confirm are still accurate to reset their decay timer. This keeps the knowledge base fresh and relevant.
1030
1052
1031
-
**Pro tip:** Store the WHY, not just the WHAT. Future you needs context.
1053
+
### Token Budget
1054
+
1055
+
Use `fields="minimal"` for compact output (path, line, agent only).
1056
+
1057
+
**Pro tip:** Query Hivemind at the START of complex tasks. Past solutions save time. Store the WHY, not just the WHAT. Future you needs context.
1032
1058
1033
1059
---
1034
1060
@@ -1321,3 +1347,4 @@ When coordinating a swarm, you MUST monitor workers and review their output.
1321
1347
After 3 review rejections, task is marked **blocked**. This signals an architectural problem, not "try harder."
1322
1348
1323
1349
**NEVER skip the review step.** Workers complete faster when they get feedback.
0 commit comments