mango-brain 3.2.4__tar.gz → 3.2.6__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.4 → mango_brain-3.2.6}/PKG-INFO +1 -1
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/PKG-INFO +1 -1
- {mango_brain-3.2.4 → mango_brain-3.2.6}/pyproject.toml +1 -1
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/mcp_tools.py +1 -1
- {mango_brain-3.2.4 → mango_brain-3.2.6}/README.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/SOURCES.txt +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/dependency_links.txt +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/entry_points.txt +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/requires.txt +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/mango_brain.egg-info/top_level.txt +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/__init__.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/__main__.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/agents/analyzer.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/agents/executor.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/agents/mem-manager.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/agents/verifier.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/api_routes.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/cli.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/config.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/dashboard_dist/assets/index-B2dCBdj5.js +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/dashboard_dist/assets/index-C9E5pXFt.css +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/dashboard_dist/favicon.svg +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/dashboard_dist/icons.svg +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/dashboard_dist/index.html +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/database.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/decay.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/embeddings.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/graph.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/jsonl_parser.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/main.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/mangobrain.default.toml +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/models.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/init/01-doc-base.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/init/02-code-base.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/init/03-event-base.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/init/04-chat-base.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/init/05-elaborate-base.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/prompts/reference/memory-definition.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/retrieval.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/rules/mangobrain-remember.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/rules/mangobrain-workflow.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/brain-init/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/discuss/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/elaborate/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/health-check/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/memorize/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/smoke-test/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/server/skills/task/SKILL.md +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/setup.cfg +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/tests/test_core.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/tests/test_init.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/tests/test_phase2.py +0 -0
- {mango_brain-3.2.4 → mango_brain-3.2.6}/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.6
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mango-brain
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.6
|
|
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
|
|
@@ -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.6"
|
|
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"}
|
|
@@ -1302,7 +1302,7 @@ def register_tools(
|
|
|
1302
1302
|
phase: str | None = None,
|
|
1303
1303
|
step: str | None = None,
|
|
1304
1304
|
status: str | None = None,
|
|
1305
|
-
result: str | None = None,
|
|
1305
|
+
result: str | dict | None = None,
|
|
1306
1306
|
) -> str:
|
|
1307
1307
|
"""Get or update setup progress for a project.
|
|
1308
1308
|
|
|
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
|
|
File without changes
|