muse_create_session_log
Document vibe coding sessions by creating structured logs that capture code contexts, design decisions, and metadata. Choose daily or session format and output in Markdown or JSON.
Instructions
Creates daily or session-based vibe coding session logs.
Input 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 |