mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-07 16:41:06 +08:00
feat: add spec-setup command for project initialization and interactive configuration
- Introduced a new command `spec-setup` to initialize project-level state. - Generates `.workflow/project-tech.json` and `.ccw/specs/*.md` files. - Implements a multi-round interactive questionnaire for configuring project guidelines. - Supports flags for regeneration, skipping specs, and resetting existing content. - Integrates analysis via `cli-explore-agent` for comprehensive project understanding. - Provides detailed execution process and error handling for various scenarios.
This commit is contained in:
@@ -224,6 +224,7 @@ Phase 8: Fix Execution
|
||||
Phase 9: Fix Completion
|
||||
└─ Ref: phases/09-fix-completion.md
|
||||
├─ Aggregate results → fix-summary.md
|
||||
├─ Sync session state: $session-sync -y "Review cycle complete: {findings} findings, {fixed} fixed"
|
||||
└─ Optional: complete workflow session if all fixes successful
|
||||
|
||||
Complete: Review reports + optional fix results
|
||||
@@ -473,3 +474,9 @@ review-cycle src/auth/**
|
||||
# Step 2: Fix (continue or standalone)
|
||||
review-cycle --fix ${projectRoot}/.workflow/active/WFS-{session-id}/.review/
|
||||
```
|
||||
|
||||
### Session Sync
|
||||
```bash
|
||||
# Auto-synced at Phase 9 (fix completion)
|
||||
$session-sync -y "Review cycle complete: {findings} findings, {fixed} fixed"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user