wogiflow 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/.claude/commands/wogi-bug.md +43 -0
  2. package/.claude/commands/wogi-bulk.md +144 -0
  3. package/.claude/commands/wogi-changelog.md +36 -0
  4. package/.claude/commands/wogi-compact.md +99 -0
  5. package/.claude/commands/wogi-config.md +50 -0
  6. package/.claude/commands/wogi-context.md +68 -0
  7. package/.claude/commands/wogi-correction.md +73 -0
  8. package/.claude/commands/wogi-debt.md +128 -0
  9. package/.claude/commands/wogi-deps.md +32 -0
  10. package/.claude/commands/wogi-epics.md +145 -0
  11. package/.claude/commands/wogi-export.md +100 -0
  12. package/.claude/commands/wogi-feature.md +149 -0
  13. package/.claude/commands/wogi-guided-edit.md +83 -0
  14. package/.claude/commands/wogi-health.md +43 -0
  15. package/.claude/commands/wogi-help.md +96 -0
  16. package/.claude/commands/wogi-hybrid-edit.md +36 -0
  17. package/.claude/commands/wogi-hybrid-off.md +24 -0
  18. package/.claude/commands/wogi-hybrid-setup.md +79 -0
  19. package/.claude/commands/wogi-hybrid-status.md +45 -0
  20. package/.claude/commands/wogi-hybrid.md +54 -0
  21. package/.claude/commands/wogi-import.md +44 -0
  22. package/.claude/commands/wogi-init.md +618 -0
  23. package/.claude/commands/wogi-log.md +38 -0
  24. package/.claude/commands/wogi-map-add.md +29 -0
  25. package/.claude/commands/wogi-map-check.md +35 -0
  26. package/.claude/commands/wogi-map-index.md +98 -0
  27. package/.claude/commands/wogi-map-scan.md +38 -0
  28. package/.claude/commands/wogi-map-sync.md +91 -0
  29. package/.claude/commands/wogi-map.md +33 -0
  30. package/.claude/commands/wogi-morning.md +65 -0
  31. package/.claude/commands/wogi-onboard.md +99 -0
  32. package/.claude/commands/wogi-plan.md +173 -0
  33. package/.claude/commands/wogi-ready.md +84 -0
  34. package/.claude/commands/wogi-resume.md +95 -0
  35. package/.claude/commands/wogi-review.md +636 -0
  36. package/.claude/commands/wogi-roadmap.md +241 -0
  37. package/.claude/commands/wogi-rules.md +104 -0
  38. package/.claude/commands/wogi-search.md +33 -0
  39. package/.claude/commands/wogi-session-end.md +49 -0
  40. package/.claude/commands/wogi-setup-stack.md +151 -0
  41. package/.claude/commands/wogi-skill-learn.md +66 -0
  42. package/.claude/commands/wogi-skills.md +87 -0
  43. package/.claude/commands/wogi-standup.md +28 -0
  44. package/.claude/commands/wogi-start.md +465 -0
  45. package/.claude/commands/wogi-status.md +41 -0
  46. package/.claude/commands/wogi-statusline-setup/skill.md +109 -0
  47. package/.claude/commands/wogi-story.md +98 -0
  48. package/.claude/commands/wogi-suspend.md +87 -0
  49. package/.claude/commands/wogi-test-browser.md +43 -0
  50. package/.claude/commands/wogi-trace.md +198 -0
  51. package/.claude/docs/architecture.md +37 -0
  52. package/.claude/docs/commands.md +343 -0
  53. package/.claude/docs/knowledge-base/01-setup-onboarding/README.md +177 -0
  54. package/.claude/docs/knowledge-base/01-setup-onboarding/component-indexing.md +341 -0
  55. package/.claude/docs/knowledge-base/01-setup-onboarding/framework-detection.md +269 -0
  56. package/.claude/docs/knowledge-base/01-setup-onboarding/installation.md +146 -0
  57. package/.claude/docs/knowledge-base/01-setup-onboarding/onboarding-existing.md +317 -0
  58. package/.claude/docs/knowledge-base/01-setup-onboarding/team-setup.md +346 -0
  59. package/.claude/docs/knowledge-base/02-task-execution/01-task-planning.md +259 -0
  60. package/.claude/docs/knowledge-base/02-task-execution/02-execution-loop.md +443 -0
  61. package/.claude/docs/knowledge-base/02-task-execution/03-verification.md +417 -0
  62. package/.claude/docs/knowledge-base/02-task-execution/04-completion.md +374 -0
  63. package/.claude/docs/knowledge-base/02-task-execution/05-session-review.md +170 -0
  64. package/.claude/docs/knowledge-base/02-task-execution/README.md +173 -0
  65. package/.claude/docs/knowledge-base/02-task-execution/external-integrations.md +133 -0
  66. package/.claude/docs/knowledge-base/02-task-execution/model-management.md +202 -0
  67. package/.claude/docs/knowledge-base/02-task-execution/specification-mode.md +292 -0
  68. package/.claude/docs/knowledge-base/02-task-execution/sync-daemon.md +96 -0
  69. package/.claude/docs/knowledge-base/02-task-execution/trade-offs.md +345 -0
  70. package/.claude/docs/knowledge-base/02-task-execution/workflow-steps.md +357 -0
  71. package/.claude/docs/knowledge-base/03-self-improvement/README.md +199 -0
  72. package/.claude/docs/knowledge-base/03-self-improvement/long-input-processing.md +160 -0
  73. package/.claude/docs/knowledge-base/03-self-improvement/model-learning.md +334 -0
  74. package/.claude/docs/knowledge-base/03-self-improvement/project-learning.md +301 -0
  75. package/.claude/docs/knowledge-base/03-self-improvement/skill-learning.md +372 -0
  76. package/.claude/docs/knowledge-base/03-self-improvement/skill-matching.md +304 -0
  77. package/.claude/docs/knowledge-base/03-self-improvement/team-learning.md +342 -0
  78. package/.claude/docs/knowledge-base/04-memory-context/README.md +189 -0
  79. package/.claude/docs/knowledge-base/04-memory-context/context-management.md +308 -0
  80. package/.claude/docs/knowledge-base/04-memory-context/memory-commands.md +176 -0
  81. package/.claude/docs/knowledge-base/04-memory-context/memory-systems.md +359 -0
  82. package/.claude/docs/knowledge-base/04-memory-context/prd-management.md +115 -0
  83. package/.claude/docs/knowledge-base/04-memory-context/session-persistence.md +359 -0
  84. package/.claude/docs/knowledge-base/04-memory-context/team-history.md +317 -0
  85. package/.claude/docs/knowledge-base/05-development-tools/README.md +84 -0
  86. package/.claude/docs/knowledge-base/05-development-tools/code-traces.md +278 -0
  87. package/.claude/docs/knowledge-base/05-development-tools/figma-analyzer.md +253 -0
  88. package/.claude/docs/knowledge-base/05-development-tools/guided-edit.md +173 -0
  89. package/.claude/docs/knowledge-base/05-development-tools/mcp-integrations.md +286 -0
  90. package/.claude/docs/knowledge-base/06-safety-guardrails/README.md +153 -0
  91. package/.claude/docs/knowledge-base/06-safety-guardrails/checkpoint-rollback.md +302 -0
  92. package/.claude/docs/knowledge-base/06-safety-guardrails/commit-gates.md +309 -0
  93. package/.claude/docs/knowledge-base/06-safety-guardrails/damage-control.md +292 -0
  94. package/.claude/docs/knowledge-base/06-safety-guardrails/security-scanning.md +291 -0
  95. package/.claude/docs/knowledge-base/README.md +92 -0
  96. package/.claude/docs/knowledge-base/configuration/README.md +228 -0
  97. package/.claude/docs/knowledge-base/configuration/all-options.md +1632 -0
  98. package/.claude/docs/knowledge-base/future-features.md +277 -0
  99. package/.claude/docs/stack.md +25 -0
  100. package/.claude/docs/testing.md +71 -0
  101. package/.claude/rules/README.md +60 -0
  102. package/.claude/rules/architecture/component-reuse.md +38 -0
  103. package/.claude/rules/architecture/document-structure.md +76 -0
  104. package/.claude/rules/architecture/feature-refactoring-cleanup.md +87 -0
  105. package/.claude/rules/architecture/model-management.md +35 -0
  106. package/.claude/rules/code-style/naming-conventions.md +55 -0
  107. package/.claude/rules/security/security-patterns.md +116 -0
  108. package/.claude/skills/.gitkeep +0 -0
  109. package/.claude/skills/README.md +131 -0
  110. package/.claude/skills/_template/commands/.gitkeep +0 -0
  111. package/.claude/skills/_template/knowledge/anti-patterns.md +49 -0
  112. package/.claude/skills/_template/knowledge/learnings.md +60 -0
  113. package/.claude/skills/_template/knowledge/patterns.md +45 -0
  114. package/.claude/skills/_template/rules/.gitkeep +0 -0
  115. package/.claude/skills/_template/skill.md +99 -0
  116. package/.claude/skills/_template/templates/.gitkeep +0 -0
  117. package/.claude/skills/figma-analyzer/knowledge/anti-patterns.md +216 -0
  118. package/.claude/skills/figma-analyzer/knowledge/patterns.md +144 -0
  119. package/.claude/skills/figma-analyzer/skill.md +236 -0
  120. package/lib/installer.js +59 -19
  121. package/package.json +5 -1
@@ -0,0 +1,84 @@
1
+ Read `.workflow/state/ready.json` and show all tasks organized by status:
2
+
3
+ Run `./scripts/flow ready` to see the task queue.
4
+
5
+ 1. **Ready** - Tasks that can be started (sorted by priority P0-P4)
6
+ 2. **In Progress** - Tasks currently being worked on
7
+ 3. **Blocked** - Tasks waiting on dependencies
8
+ 4. **Recently Completed** - Last 5 completed tasks
9
+ 5. **Parallel Execution** - Shows if multiple tasks can run in parallel
10
+
11
+ For each task show: ID, title, priority (P0-P4), and dependencies if any.
12
+
13
+ Options:
14
+ - `--json` - Output JSON for programmatic access (includes parallel info)
15
+
16
+ Format output like:
17
+ ```
18
+ Task Queue
19
+ ===========
20
+
21
+ READY
22
+ [P0] wf-a1b2c3d4: Critical bug fix
23
+ [P1] wf-b2c3d4e5: Add forgot password link
24
+ [P2] wf-c3d4e5f6: User profile page
25
+
26
+ IN PROGRESS
27
+ wf-d4e5f6g7: Login form validation
28
+
29
+ BLOCKED
30
+ wf-e5f6g7h8: Email notifications (waiting on wf-d4e5f6g7)
31
+
32
+ ⚡ PARALLEL EXECUTION AVAILABLE
33
+ 3 tasks can run in parallel (no dependencies between them)
34
+ Tasks: wf-a1b2c3d4, wf-b2c3d4e5, wf-c3d4e5f6
35
+ ✓ Worktree isolation enabled - safe for parallel execution
36
+
37
+ RECENTLY COMPLETED
38
+ wf-f6g7h8i9: Setup authentication
39
+
40
+ Total active: 4 (2 ready, 1 in progress, 1 blocked)
41
+ ```
42
+
43
+ ## Parallel Execution
44
+
45
+ When multiple ready tasks have no dependencies between them, the output will show:
46
+ - How many tasks can run in parallel
47
+ - Which task IDs are parallelizable
48
+ - Whether worktree isolation is enabled (required for safe parallel execution)
49
+
50
+ **When to use parallel execution:**
51
+ - Multiple independent bug fixes
52
+ - Features that don't share files
53
+ - Documentation tasks across different areas
54
+
55
+ **How it works:**
56
+ - Each task runs in an isolated git worktree (separate branch)
57
+ - Tasks execute simultaneously with their own context
58
+ - Changes are merged back when each task completes
59
+ - Conflicts are resolved with AI assistance if needed
60
+
61
+ **Configuration** (in `.workflow/config.json`):
62
+ ```json
63
+ {
64
+ "parallel": {
65
+ "enabled": true,
66
+ "maxConcurrent": 3,
67
+ "autoSuggest": true,
68
+ "requireWorktree": true
69
+ },
70
+ "worktree": {
71
+ "enabled": true,
72
+ "squashOnMerge": true
73
+ }
74
+ }
75
+ ```
76
+
77
+ Priority levels:
78
+ - P0: Critical (drop everything)
79
+ - P1: High (do today)
80
+ - P2: Medium (do this week)
81
+ - P3: Low (do when possible)
82
+ - P4: Backlog (someday)
83
+
84
+ Tasks are automatically sorted by priority, then by creation date.
@@ -0,0 +1,95 @@
1
+ Resume a suspended task.
2
+
3
+ ## Usage
4
+
5
+ ```
6
+ /wogi-resume [options]
7
+ ```
8
+
9
+ ## Options
10
+
11
+ | Option | Description |
12
+ |--------|-------------|
13
+ | `--status`, `-s` | Show suspension status only |
14
+ | `--approve`, `-a` | Approve human review condition |
15
+ | `--force`, `-f` | Force resume regardless of conditions |
16
+ | `--approved-by <name>` | Specify who approved (for audit) |
17
+
18
+ ## Examples
19
+
20
+ ### Check Status
21
+
22
+ ```
23
+ /wogi-resume --status
24
+ ```
25
+
26
+ Shows current suspension status and whether conditions are met.
27
+
28
+ ### Resume When Ready
29
+
30
+ ```
31
+ /wogi-resume
32
+ ```
33
+
34
+ Attempts to resume. Succeeds if:
35
+ - Time condition has elapsed
36
+ - Poll command returns expected value
37
+ - File exists
38
+ - Human review approved
39
+
40
+ ### Approve Human Review
41
+
42
+ ```
43
+ /wogi-resume --approve
44
+ ```
45
+
46
+ For tasks suspended with `--review`, this approves and resumes.
47
+
48
+ ### Force Resume
49
+
50
+ ```
51
+ /wogi-resume --force
52
+ ```
53
+
54
+ Bypasses all conditions and resumes immediately.
55
+
56
+ ## Output
57
+
58
+ ### When Suspended (conditions not met)
59
+
60
+ ```
61
+ Cannot Resume Yet
62
+ ─────────────────────────────────
63
+ Reason: waiting-for-time
64
+ Resume at: 2024-01-06T09:00:00.000Z
65
+ Remaining: 45m 30s
66
+
67
+ To force resume: flow resume --force
68
+ ─────────────────────────────────
69
+ ```
70
+
71
+ ### When Resumed
72
+
73
+ ```
74
+ Task Resumed
75
+ ─────────────────────────────────
76
+ Task: TASK-042
77
+
78
+ Remaining steps: 3
79
+ Next: Implement the user authentication...
80
+ ─────────────────────────────────
81
+ ```
82
+
83
+ ## Auto-Resume on Start
84
+
85
+ When you run `/wogi-start TASK-XXX`:
86
+
87
+ 1. Checks for existing durable session
88
+ 2. If suspended, checks resume condition
89
+ 3. If condition met, auto-resumes
90
+ 4. If not met, shows status and options
91
+
92
+ ## Requirements
93
+
94
+ - Durable steps must be enabled in config (default: true)
95
+ - Task must be suspended (otherwise already active)