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
feat: Enterprise-ready workflows with formatted reports
Major enhancements for v3.2.x release:
## Formatted Reports for All Workflows
- Added consistent `formatted_report` output to all 10 workflows
- Professional structure with status icons and actionable summaries
- Workflows: health-check, security-audit, perf-audit, dependency-check,
code-review, release-prep, refactor-plan, secure-release, doc-gen, test-gen
## Enterprise Doc-Gen Features
- Auto-scaling tokens based on section count (2k tokens/section)
- Chunked generation for large documents (sections_per_chunk=3)
- Chunked polish for documents over 10k tokens
- Cost guardrails with configurable max_cost ($5 default)
- Graceful degradation with partial results on errors
- File export to docs/generated/ directory
- Output chunking for display (avoids terminal truncation)
## README Updates
- Added "Enterprise-Ready Workflows" to What's New section
- New "Enterprise Doc-Gen" section with usage examples
- Updated workflow table with formatted reports mention
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
-**Formatted Reports for All Workflows** — Every workflow now includes `formatted_report` with consistent structure, status icons, and actionable summaries
0 commit comments