capture_work_session
Record coding session progress by appending a timestamped summary, decisions, and next steps to your daily Obsidian note, with Git branch and commit details for context. Preserves project memory without exposing sensitive data.
Instructions
Capture meaningful work performed during a coding session.
Appends a timestamped section to that day's session note. When repository_path is a Git repo, records branch, short SHA, and dirty state. Never persist secrets or full diffs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changes | No | ||
| project | Yes | ||
| summary | Yes | ||
| decisions | No | ||
| next_steps | No | ||
| open_questions | No | ||
| repository_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||