mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: remove obsolete .active marker file references
Remove outdated references to .active-session marker files that are no longer used in the workflow implementation. The system now uses directory-based session management where active sessions are identified by their location in .workflow/active/ directory. Changes: - WORKFLOW_DIAGRAMS.md: Replace .active-session marker with actual directory structure - COMMAND_SPEC.md: Update session:complete description to reflect directory-based archival The .archiving marker is still valid and used for transactional session completion.
This commit is contained in:
@@ -180,7 +180,7 @@ Commands for creating, listing, and managing workflow sessions.
|
||||
- **Syntax**: `/workflow:session:complete [--detailed]`
|
||||
- **Parameters**:
|
||||
- `--detailed` (Flag): Shows a more detailed completion summary.
|
||||
- **Responsibilities**: Marks the currently active session as "completed", records timestamps, and removes the `.active-*` marker file.
|
||||
- **Responsibilities**: Marks the currently active session as "completed", records timestamps, and moves the session from `.workflow/active/` to `.workflow/archives/`.
|
||||
- **Agent Calls**: None.
|
||||
- **Example**:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user