@timmeck/brain 1.8.4 → 1.8.5
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.
- package/README.md +2 -0
- package/assets/synapse-network.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**Adaptive Error Memory & Code Intelligence System for Claude Code**
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
Brain is an MCP server that gives Claude Code a persistent memory. It remembers every error you've encountered, every solution that worked (or didn't), and every code module across all your projects. Over time, it learns — strengthening connections between related concepts through a Hebbian synapse network, surfacing patterns, and proactively suggesting solutions before you even ask.
|
|
6
8
|
|
|
7
9
|
## Why Brain?
|
|
Binary file
|
package/package.json
CHANGED