feat(P03): multi-project support, NFR milestone versioning, phase context reset, install scripts (v0.3.0)
This commit is contained in:
@@ -8,6 +8,17 @@ Run the clarification phase for the current CI project. Generate questions about
|
||||
|
||||
**Usage:** `ci-clarify [phase_number]`
|
||||
|
||||
## Step 0: Confirm Active Project
|
||||
|
||||
Check `ci listProjects()` or read `.ci/config.json` to determine if multi-project mode is active.
|
||||
|
||||
If `.ci/config.json` has `projects[]` with length > 0:
|
||||
- Confirm `active_project` is correct for this clarification
|
||||
- If not, set it with `ci setActiveProject(<slug>)`
|
||||
- All commit messages must include `project: <slug>` in `---ci---` block
|
||||
|
||||
If single-project mode: proceed with existing conventions.
|
||||
|
||||
## Step 1: Load Git Context
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user