record_project_entry
Record structured project entries such as goals, decisions, or bugs to maintain shared state across AI coding tools.
Instructions
Stores a structured project-state entry (goal, update, decision, convention, bug, task, rejected_idea).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name or absolute root path | |
| category | Yes | Category: goal, update, decision, convention, bug, task, rejected_idea | |
| title | Yes | Concise summary title | |
| content | Yes | Detailed description or payload | |
| source_agent | No | Optional name of the agent calling this tool (e.g. 'claude-code') | |
| status | No | Optional status: active, completed, resolved, superseded |