현재 세션의 작업 실행
Executes approved session tasks and updates progress tracking files.
/plugin marketplace add wonjiko/claude-toymarket/plugin install typical-process@claude-toymarketActive session: !cat .claude/session/active 2>/dev/null || echo "(none)"
!SESSION=$(cat .claude/session/active 2>/dev/null); if [ -n "$SESSION" ]; then echo "=== Plan ==="; cat ".claude/session/$SESSION-plan.md" 2>/dev/null | head -50; echo ""; echo "=== Context ==="; cat ".claude/session/$SESSION-context.md" 2>/dev/null | tail -30; fi
.claude/session/active[session]-plan.md and [session]-context.md[session]-plan.md to [x][session]-context.md:
### [timestamp] - Task: [name]
- **Action:** [what was done]
- **Files:** [files modified]
- **Result:** success | blocked
- **Notes:** [observations]