Daily session brief
session_briefPacks compact project context from git diff into a file, enabling AI agents to understand the project structure and start or switch coding tasks with low token cost.
Instructions
Pack compact context with git diff and write to .ai/context.md in the project root. Call when starting a new AI coding session or switching tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Project root (default: server cwd) | |
| out | No | Output file relative to root (default .ai/context.md) |