What problem does it solve?
Automates the end-of-day session reporting workflow so employees no longer manually compile commits, project state, and notes before clocking out. It ensures a consistent, auditable report file is created, committed, and optionally uploaded to the ERP to satisfy timekeeping and handoff requirements.
Core Features & Use Cases
- Gather Recent Activity: Collects recent git commits, branch, project directory, and state information from state.js and tracking.json.
- Synthesize Concise Reports: Produces a dated markdown session report with What Was Done, Blockers, Next Steps, and a commits list.
- Commit, Push, and Upload: Writes .planning/reports/report-{date}.md, commits and pushes it to the repo, and optionally POSTs a structured JSON payload to the configured ERP endpoint.
- State Update: Transitions local state to activity using state.js to reflect that the session report was generated.
- Use Case: Daily developer or consultant workflow to standardize end-of-day reports and streamline ERP time/attendance submissions.
Quick Start
Run /qualia-report to generate a concise session report, commit it to the repository, and upload it to the configured ERP if enabled.