mango-brain 3.2.7__tar.gz → 3.2.8__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.7 → mango_brain-3.2.8}/PKG-INFO +1 -1
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/PKG-INFO +1 -1
- {mango_brain-3.2.7 → mango_brain-3.2.8}/pyproject.toml +1 -1
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/mcp_tools.py +8 -1
- {mango_brain-3.2.7 → mango_brain-3.2.8}/README.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/SOURCES.txt +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/dependency_links.txt +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/entry_points.txt +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/requires.txt +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/mango_brain.egg-info/top_level.txt +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/__init__.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/__main__.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/agents/analyzer.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/agents/executor.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/agents/mem-manager.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/agents/verifier.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/api_routes.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/cli.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/config.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/dashboard_dist/assets/index-B2dCBdj5.js +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/dashboard_dist/assets/index-C9E5pXFt.css +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/dashboard_dist/favicon.svg +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/dashboard_dist/icons.svg +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/dashboard_dist/index.html +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/database.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/decay.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/embeddings.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/graph.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/jsonl_parser.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/main.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/mangobrain.default.toml +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/models.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/init/01-doc-base.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/init/02-code-base.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/init/03-event-base.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/init/04-chat-base.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/init/05-elaborate-base.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/prompts/reference/memory-definition.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/retrieval.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/rules/mangobrain-remember.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/rules/mangobrain-workflow.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/brain-init/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/discuss/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/elaborate/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/health-check/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/memorize/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/smoke-test/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/server/skills/task/SKILL.md +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/setup.cfg +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/tests/test_core.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/tests/test_init.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/tests/test_phase2.py +0 -0
- {mango_brain-3.2.7 → mango_brain-3.2.8}/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.8
|
|
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.8
|
|
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.8"
|
|
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"}
|
|
@@ -442,7 +442,14 @@ def register_tools(
|
|
|
442
442
|
|
|
443
443
|
Args:
|
|
444
444
|
elaboration_id: ID from prepare_elaboration.
|
|
445
|
-
updates:
|
|
445
|
+
updates: Dict with these optional fields:
|
|
446
|
+
- memories_to_update: [{id, new_content}]
|
|
447
|
+
- memories_to_add: [{content, type, project, tags, relations, file_path, code_signature}]
|
|
448
|
+
- memories_to_deprecate: [{id, reason, replaced_by?}]
|
|
449
|
+
- edges_to_add: [{from_id, to_id, type, weight}] — type: relates_to|depends_on|caused_by|co_occurs|contradicts|supersedes
|
|
450
|
+
- edges_to_update: [{id, new_weight?, new_type?}]
|
|
451
|
+
- edges_to_remove: [edge_id_strings]
|
|
452
|
+
- confirmed: [memory_id_strings] — IDs of memories reviewed but unchanged
|
|
446
453
|
"""
|
|
447
454
|
eu = ElaborationUpdate(**updates)
|
|
448
455
|
report = ElaborationReport()
|
|
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
|