memory_create_issue
Create a structured memory entry for an issue or bug, capturing status, severity, component, and category. Auto-tag as memora/issues to organize and retrieve context later.
Instructions
Create a new issue/bug memory.
Args: content: Description of the issue status: Issue status - "open" (default) or "closed" closed_reason: If closed, the reason - "complete" or "not_planned" severity: Issue severity - "critical", "major", "minor" (default) component: Component/area affected (e.g., "graph", "storage", "api") category: Issue category (e.g., "bug", "enhancement", "performance")
Returns: Created issue memory with auto-assigned tag "memora/issues"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | open | |
| content | Yes | ||
| category | No | ||
| severity | No | minor | |
| component | No | ||
| closed_reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |