mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Replace legacy bash operations in session commands with ccw session commands for consistency and better maintainability. Changes: - session/list.md: Replace ls/wc with ccw session list - session/complete.md: Replace bash marker/manifest ops with ccw session - skills/command-guide reference docs: Mirror all changes Commands replaced: - `ls .workflow/active/WFS-*` → `ccw session list --location active` - `test -f .archiving` → `ccw session read --type process --filename .archiving` - `touch .archiving` → `ccw session write --type process --filename .archiving` - `cat manifest.json` → `ccw session read manifest --type manifest` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>