mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
refactor: remove redundant references to workflow architecture in documentation
This commit is contained in:
@@ -268,7 +268,7 @@ Generate `TODO_LIST.md` at `.workflow/{session_id}/TODO_LIST.md`:
|
||||
- Completed tasks → summaries: `[✅](./.summaries/IMPL-XXX-summary.md)`
|
||||
- Consistent ID schemes: IMPL-XXX, IMPL-XXX.Y (max 2 levels)
|
||||
|
||||
**Format Specifications**: @~/.claude/workflows/workflow-architecture.md
|
||||
|
||||
|
||||
### 5. Complexity Assessment & Document Structure
|
||||
Use `analysis_results.complexity` or task count to determine structure:
|
||||
@@ -299,7 +299,6 @@ Use `analysis_results.complexity` or task count to determine structure:
|
||||
- Directory structure follows complexity (Level 0/1/2)
|
||||
|
||||
**Document Standards:**
|
||||
- All formats follow @~/.claude/workflows/workflow-architecture.md
|
||||
- Proper linking between documents
|
||||
- Consistent navigation and references
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@ When step contains `command` field with Codex CLI, execute via Bash tool. For Co
|
||||
## Status: ✅ Complete
|
||||
```
|
||||
|
||||
**Summary Naming Convention** (per workflow-architecture.md):
|
||||
**Summary Naming Convention**:
|
||||
- **Main tasks**: `IMPL-[task-id]-summary.md` (e.g., `IMPL-001-summary.md`)
|
||||
- **Subtasks**: `IMPL-[task-id].[subtask-id]-summary.md` (e.g., `IMPL-001.1-summary.md`)
|
||||
- **Location**: Always in `.summaries/` directory within session workflow folder
|
||||
|
||||
Reference in New Issue
Block a user