What problem does it solve?
It eliminates the repetitive, manual work of turning your recent git changes into a structured AI Action Log (AILOG) file with consistent IDs, titles, and risk signaling.
Core Features & Use Cases
- Change-to-log workflow: Detects modified files and summarizes changes using git status and git diff so the log reflects what actually changed.
- Daily sequential AILOG IDs: Creates an AILOG filename and internal ID using the current date plus the next sequence number for that day.
- Language-aware templates: Reads
.straymark/config.yml to select an English or Spanish AILOG template for consistent formatting.
- Risk level guidance: Uses modified-file categories (e.g., security/auth vs config/settings vs business logic) to populate or drive a risk_level selection.
Quick Start
Run straymark-ailog to review detected changes and generate the next AILOG document in .straymark/07-ai-audit/agent-logs/ using the configured language template.