mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 18:34:13 +00:00
- Add .claude/ configuration (agents, commands, hooks, get-shit-done workflows) - Add prompts/ directory with development planning documents - Add scripts/setup-tenants/ with tenant configuration - Add docs/screenshots/ - Remove obsolete phase2.2-corrections-report.md - Update pnpm-lock.yaml - Update detect-secrets.sh to ignore setup.sh (env var usage, not secrets) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
| name | description | allowed-tools | |||||
|---|---|---|---|---|---|---|---|
| gsd:resume-work | Resume work from previous session with full context restoration |
|
Routes to the resume-project workflow which handles:
- STATE.md loading (or reconstruction if missing)
- Checkpoint detection (.continue-here files)
- Incomplete work detection (PLAN without SUMMARY)
- Status presentation
- Context-aware next action routing
<execution_context> @/home/payload/payload-cms/.claude/get-shit-done/workflows/resume-project.md </execution_context>
**Follow the resume-project workflow** from `@/home/payload/payload-cms/.claude/get-shit-done/workflows/resume-project.md`.The workflow handles all resumption logic including:
- Project existence verification
- STATE.md loading or reconstruction
- Checkpoint and incomplete work detection
- Visual status presentation
- Context-aware option offering (checks CONTEXT.md before suggesting plan vs discuss)
- Routing to appropriate next command
- Session continuity updates