log_activity
Record work activities such as decisions, bugs, and test results to build persistent project context across AI coding sessions.
Instructions
Record an important activity during work. Use for: decisions (architecture/implementation choices), bugs (issues discovered), todos (unfinished work), commands (significant commands run), test_result (test outcomes), error (errors encountered). Record outcomes, not reasoning. Be specific: 'Use PKCE for OAuth' not 'Made a decision'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Type of activity | |
| metadata | No | Optional additional data (e.g., {root_cause, fix} for bugs) | |
| description | Yes | Description of the activity | |
| workspace_path | No | Workspace path to resolve session from |