현재 세션 문서와 상태 동기화
Synchronizes session documents and tracks task progress with phase detection.
/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:"; [ -f ".claude/session/$SESSION-plan.md" ] && echo "exists" || echo "missing"; echo "Context:"; [ -f ".claude/session/$SESSION-context.md" ] && echo "exists" || echo "missing"; fi
.claude/session/active.claude/session/[session]-plan.md- [x]) vs total tasks (- [ ] and - [x]).claude/session/[session]-context.md[session]-context.md:
[session]-plan.md: