cos_trajectory_read
Retrieve recent project trajectory snapshots to grasp current phase, focus, architectural decisions, anti-patterns, and open questions before checking the task board.
Instructions
Return the most recent project trajectory snapshot(s).
Use at session start to understand WHERE the project is heading before looking at the task board. Returns phase, current focus, architectural decisions made, anti-patterns discovered, and open questions.
Args: limit: Number of recent snapshots to return (1-20, default 1).
Returns: JSON with {snapshots: [...], count: int}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |