mango-brain 3.2.6__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.
Files changed (53) hide show
  1. {mango_brain-3.2.6 → mango_brain-3.2.8}/PKG-INFO +1 -1
  2. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/PKG-INFO +1 -1
  3. {mango_brain-3.2.6 → mango_brain-3.2.8}/pyproject.toml +1 -1
  4. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/mcp_tools.py +8 -1
  5. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/models.py +1 -1
  6. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/init/01-doc-base.md +1 -1
  7. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/init/02-code-base.md +1 -1
  8. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/init/03-event-base.md +1 -1
  9. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/init/04-chat-base.md +1 -1
  10. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/init/05-elaborate-base.md +1 -1
  11. {mango_brain-3.2.6 → mango_brain-3.2.8}/README.md +0 -0
  12. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/SOURCES.txt +0 -0
  13. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/dependency_links.txt +0 -0
  14. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/entry_points.txt +0 -0
  15. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/requires.txt +0 -0
  16. {mango_brain-3.2.6 → mango_brain-3.2.8}/mango_brain.egg-info/top_level.txt +0 -0
  17. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/__init__.py +0 -0
  18. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/__main__.py +0 -0
  19. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/agents/analyzer.md +0 -0
  20. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/agents/executor.md +0 -0
  21. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/agents/mem-manager.md +0 -0
  22. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/agents/verifier.md +0 -0
  23. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/api_routes.py +0 -0
  24. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/cli.py +0 -0
  25. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/config.py +0 -0
  26. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/dashboard_dist/assets/index-B2dCBdj5.js +0 -0
  27. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/dashboard_dist/assets/index-C9E5pXFt.css +0 -0
  28. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/dashboard_dist/favicon.svg +0 -0
  29. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/dashboard_dist/icons.svg +0 -0
  30. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/dashboard_dist/index.html +0 -0
  31. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/database.py +0 -0
  32. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/decay.py +0 -0
  33. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/embeddings.py +0 -0
  34. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/graph.py +0 -0
  35. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/jsonl_parser.py +0 -0
  36. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/main.py +0 -0
  37. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/mangobrain.default.toml +0 -0
  38. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/prompts/reference/memory-definition.md +0 -0
  39. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/retrieval.py +0 -0
  40. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/rules/mangobrain-remember.md +0 -0
  41. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/rules/mangobrain-workflow.md +0 -0
  42. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/brain-init/SKILL.md +0 -0
  43. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/discuss/SKILL.md +0 -0
  44. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/elaborate/SKILL.md +0 -0
  45. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/health-check/SKILL.md +0 -0
  46. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/memorize/SKILL.md +0 -0
  47. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/smoke-test/SKILL.md +0 -0
  48. {mango_brain-3.2.6 → mango_brain-3.2.8}/server/skills/task/SKILL.md +0 -0
  49. {mango_brain-3.2.6 → mango_brain-3.2.8}/setup.cfg +0 -0
  50. {mango_brain-3.2.6 → mango_brain-3.2.8}/tests/test_core.py +0 -0
  51. {mango_brain-3.2.6 → mango_brain-3.2.8}/tests/test_init.py +0 -0
  52. {mango_brain-3.2.6 → mango_brain-3.2.8}/tests/test_phase2.py +0 -0
  53. {mango_brain-3.2.6 → 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.6
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.6
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.6"
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: ElaborationUpdate as dict.
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()
@@ -224,7 +224,7 @@ SETUP_STEPS_TEMPLATE: list[tuple[str, str, int, str, str, str | None]] = [
224
224
  ".claude/prompts/mangobrain/init/02-code-base.md"),
225
225
  ("init", "event_base", 5,
226
226
  "Event Base — Existing Memory Import",
227
- "Import from PROJECT_MEMORY.jsonl, documents, task lists, or other knowledge archives (optional)",
227
+ "Import existing project knowledge — decision logs, bug reports, architecture docs, task lists, or any append-only event log (optional)",
228
228
  ".claude/prompts/mangobrain/init/03-event-base.md"),
229
229
  ("init", "chat_base", 6,
230
230
  "Chat Base — Chat History Extraction",
@@ -4,7 +4,7 @@ You are the MangoBrain Initializer. This session extracts knowledge from a proje
4
4
 
5
5
  You have access to MangoBrain MCP tools.
6
6
 
7
- **Read `prompts/reference/memory-definition.md` FIRST for the full definition of what a memory is, quality standards, and examples.**
7
+ **Read `.claude/prompts/mangobrain/reference/memory-definition.md` FIRST for the full definition of what a memory is, quality standards, and examples.**
8
8
 
9
9
  ---
10
10
 
@@ -6,7 +6,7 @@ Phase 1 (Doc Base) gave you the project's conventions, identity, and architectur
6
6
 
7
7
  You have access to MangoBrain MCP tools + file system tools (Glob, Read) + **the Agent tool** for parallel exploration.
8
8
 
9
- **Read `prompts/reference/memory-definition.md` FIRST for quality standards.**
9
+ **Read `.claude/prompts/mangobrain/reference/memory-definition.md` FIRST for quality standards.**
10
10
 
11
11
  ---
12
12
 
@@ -6,7 +6,7 @@ Phase 1 created the documentation foundation. Phase 2 mapped the codebase artifa
6
6
 
7
7
  You have access to MangoBrain MCP tools.
8
8
 
9
- **Read `prompts/reference/memory-definition.md` FIRST for quality standards.**
9
+ **Read `.claude/prompts/mangobrain/reference/memory-definition.md` FIRST for quality standards.**
10
10
 
11
11
  ---
12
12
 
@@ -6,7 +6,7 @@ Phase 1 captured documentation, Phase 2 mapped the codebase, Phase 3 imported ex
6
6
 
7
7
  You have access to MangoBrain MCP tools.
8
8
 
9
- **Read `prompts/reference/memory-definition.md` FIRST for quality standards.**
9
+ **Read `.claude/prompts/mangobrain/reference/memory-definition.md` FIRST for quality standards.**
10
10
 
11
11
  ---
12
12
 
@@ -4,7 +4,7 @@ You are the MangoBrain Initializer. This is the final phase: consolidation and g
4
4
 
5
5
  You have access to MangoBrain MCP tools.
6
6
 
7
- **Read `prompts/reference/memory-definition.md` for quality standards.**
7
+ **Read `.claude/prompts/mangobrain/reference/memory-definition.md` for quality standards.**
8
8
 
9
9
  ---
10
10
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes