mango-brain 3.2.2__tar.gz → 3.2.3__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.
- {mango_brain-3.2.2 → mango_brain-3.2.3}/PKG-INFO +3 -3
- {mango_brain-3.2.2 → mango_brain-3.2.3}/README.md +2 -2
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/PKG-INFO +3 -3
- {mango_brain-3.2.2 → mango_brain-3.2.3}/pyproject.toml +1 -1
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/cli.py +15 -2
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/SOURCES.txt +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/dependency_links.txt +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/entry_points.txt +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/requires.txt +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/mango_brain.egg-info/top_level.txt +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/__init__.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/__main__.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/agents/analyzer.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/agents/executor.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/agents/mem-manager.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/agents/verifier.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/api_routes.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/config.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/dashboard_dist/assets/index-B2dCBdj5.js +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/dashboard_dist/assets/index-C9E5pXFt.css +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/dashboard_dist/favicon.svg +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/dashboard_dist/icons.svg +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/dashboard_dist/index.html +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/database.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/decay.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/embeddings.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/graph.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/jsonl_parser.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/main.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/mangobrain.default.toml +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/mcp_tools.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/models.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/init/01-doc-base.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/init/02-code-base.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/init/03-event-base.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/init/04-chat-base.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/init/05-elaborate-base.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/prompts/reference/memory-definition.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/retrieval.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/rules/mangobrain-remember.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/rules/mangobrain-workflow.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/brain-init/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/discuss/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/elaborate/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/health-check/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/memorize/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/smoke-test/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/server/skills/task/SKILL.md +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/setup.cfg +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/tests/test_core.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/tests/test_init.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/tests/test_phase2.py +0 -0
- {mango_brain-3.2.2 → mango_brain-3.2.3}/tests/test_setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mango-brain
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: The learning layer for Claude Code — persistent associative memory + development workflow. Claude Code gets smarter the longer you use it.
|
|
5
5
|
Author-email: Federico Anastasi <federico.anastasi@outlook.com>
|
|
6
6
|
License: MIT
|
|
@@ -97,7 +97,7 @@ After 500+ memories across two real projects, session 50 is genuinely better tha
|
|
|
97
97
|
### 1. Install
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
pip install
|
|
100
|
+
pip install mango-brain
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
Lightweight install (~50MB). PyTorch and the embedding engine are installed in the next step, optimized for your hardware.
|
|
@@ -128,7 +128,7 @@ Open Claude Code in your project and paste:
|
|
|
128
128
|
Install MangoBrain for this project.
|
|
129
129
|
IMPORTANT: Use Python 3.11 or higher. Check available versions first (python --version,
|
|
130
130
|
py -3.12 --version, python3.12 --version, etc.) and use the correct one for pip install.
|
|
131
|
-
Run: pip install
|
|
131
|
+
Run: pip install mango-brain (using Python >= 3.11's pip)
|
|
132
132
|
Then run: mangobrain install
|
|
133
133
|
Then run: mangobrain serve --api (in background)
|
|
134
134
|
Then tell me to open http://localhost:3101 and to restart Claude Code.
|
|
@@ -70,7 +70,7 @@ After 500+ memories across two real projects, session 50 is genuinely better tha
|
|
|
70
70
|
### 1. Install
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
pip install
|
|
73
|
+
pip install mango-brain
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
Lightweight install (~50MB). PyTorch and the embedding engine are installed in the next step, optimized for your hardware.
|
|
@@ -101,7 +101,7 @@ Open Claude Code in your project and paste:
|
|
|
101
101
|
Install MangoBrain for this project.
|
|
102
102
|
IMPORTANT: Use Python 3.11 or higher. Check available versions first (python --version,
|
|
103
103
|
py -3.12 --version, python3.12 --version, etc.) and use the correct one for pip install.
|
|
104
|
-
Run: pip install
|
|
104
|
+
Run: pip install mango-brain (using Python >= 3.11's pip)
|
|
105
105
|
Then run: mangobrain install
|
|
106
106
|
Then run: mangobrain serve --api (in background)
|
|
107
107
|
Then tell me to open http://localhost:3101 and to restart Claude Code.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mango-brain
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: The learning layer for Claude Code — persistent associative memory + development workflow. Claude Code gets smarter the longer you use it.
|
|
5
5
|
Author-email: Federico Anastasi <federico.anastasi@outlook.com>
|
|
6
6
|
License: MIT
|
|
@@ -97,7 +97,7 @@ After 500+ memories across two real projects, session 50 is genuinely better tha
|
|
|
97
97
|
### 1. Install
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
pip install
|
|
100
|
+
pip install mango-brain
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
Lightweight install (~50MB). PyTorch and the embedding engine are installed in the next step, optimized for your hardware.
|
|
@@ -128,7 +128,7 @@ Open Claude Code in your project and paste:
|
|
|
128
128
|
Install MangoBrain for this project.
|
|
129
129
|
IMPORTANT: Use Python 3.11 or higher. Check available versions first (python --version,
|
|
130
130
|
py -3.12 --version, python3.12 --version, etc.) and use the correct one for pip install.
|
|
131
|
-
Run: pip install
|
|
131
|
+
Run: pip install mango-brain (using Python >= 3.11's pip)
|
|
132
132
|
Then run: mangobrain install
|
|
133
133
|
Then run: mangobrain serve --api (in background)
|
|
134
134
|
Then tell me to open http://localhost:3101 and to restart Claude Code.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mango-brain"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.3"
|
|
8
8
|
description = "The learning layer for Claude Code — persistent associative memory + development workflow. Claude Code gets smarter the longer you use it."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -445,10 +445,23 @@ def _setup_mcp_json(project_path: Path) -> None:
|
|
|
445
445
|
|
|
446
446
|
|
|
447
447
|
def _patch_claude_md(project_path: Path, project_name: str) -> None:
|
|
448
|
-
"""Add MangoBrain section to project's CLAUDE.md if not already present.
|
|
449
|
-
|
|
448
|
+
"""Add MangoBrain section to project's CLAUDE.md if not already present.
|
|
449
|
+
|
|
450
|
+
Searches for CLAUDE.md in order: .claude/CLAUDE.md, then root CLAUDE.md.
|
|
451
|
+
Patches whichever is found first. Creates root CLAUDE.md only if neither exists.
|
|
452
|
+
"""
|
|
453
|
+
claude_md_inner = project_path / ".claude" / "CLAUDE.md"
|
|
454
|
+
claude_md_root = project_path / "CLAUDE.md"
|
|
450
455
|
marker = "## MangoBrain"
|
|
451
456
|
|
|
457
|
+
# Find existing CLAUDE.md — prefer .claude/ over root
|
|
458
|
+
if claude_md_inner.exists():
|
|
459
|
+
claude_md = claude_md_inner
|
|
460
|
+
elif claude_md_root.exists():
|
|
461
|
+
claude_md = claude_md_root
|
|
462
|
+
else:
|
|
463
|
+
claude_md = claude_md_root # Create at root if neither exists
|
|
464
|
+
|
|
452
465
|
if claude_md.exists():
|
|
453
466
|
content = claude_md.read_text(encoding="utf-8")
|
|
454
467
|
if marker in content:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|