You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump version to 6.5.0
- Update CHANGELOG.md with comprehensive error logging feature
- Update README.md Recent Updates section with v6.5.0
- Update version references
Release: v6.5.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Structured format with timestamps, task IDs, and error details
56
+
-**Mandatory Error Logging**: Updated specialist agent prompts in implement-workflow.sh
57
+
- All failure scenarios require error logging via task-tracker mark-failed
58
+
- Error capture integrated into auto-rollback logic
59
+
- Continue to next task after logging (fail gracefully)
60
+
-**CI ShellCheck Fixes**: Excluded workflow instruction files from validation
61
+
- Workflow files (*-workflow.sh) are documentation, not executable bash scripts
62
+
- Added SC2004 to exclusions (cosmetic style warnings)
63
+
64
+
**Problem Solved**: Error-log.md files were created with comprehensive templates during /plan phase but remained empty during workflow execution. Only /debug command and PowerShell task-tracker actually wrote to error-log.md, meaning errors during /implement were lost.
65
+
66
+
**Impact**: All failures during workflow execution are now automatically logged to error-log.md with full context. Debugging is dramatically faster with complete error history. Specialist agents fail gracefully with proper error tracking.
0 commit comments