feature_history
Fetch the append-only audit trail for a feature or whole project to see what changed, when, by whom, and against which git commit. Use it to verify decisions and reconstruct the tracked history.
Instructions
The append-only record: what changed, when, by whom, and against which git commit. This is the audit trail that replaces git history for the tracker itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Omit for the whole project. | |
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| limit | No |