muse_create_session_log
Document coding sessions by recording accomplishments, design decisions, and code contexts for organized development tracking.
Instructions
Creates daily or session-based vibe coding session logs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the session | |
| summary | Yes | Summary of what was accomplished | |
| codeContexts | No | Array of code contexts from the session | |
| designDecisions | No | Array of design decisions made | |
| duration | No | Session duration in seconds | |
| tags | No | Tags for the session | |
| options | No |