memento_graph
Manage a project memory graph by adding entities and relations, querying connections, assessing impact, and summarizing knowledge.
Instructions
Manage the Project Memory Graph. Actions: add_entity, add_relation, query, impact, summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| name | No | Entity name for add_entity. | |
| entity_type | No | Entity type: file, component, decision, bug_fix, feature, session, module, api. | |
| properties | No | JSON string of additional entity properties. | |
| subject | No | Source entity name for add_relation. | |
| predicate | No | Relation: depends_on, blocks, implements, breaks, supersedes, relates_to, part_of, uses. | |
| object | No | Target entity name for add_relation. | |
| entity_name | No | Entity name for query / impact. | |
| depth | No | Traversal depth for query (1=direct, 2=one hop further). | |
| workspace_root | No |