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.
- package/.claude/commands/wogi-bug.md +43 -0
- package/.claude/commands/wogi-bulk.md +144 -0
- package/.claude/commands/wogi-changelog.md +36 -0
- package/.claude/commands/wogi-compact.md +99 -0
- package/.claude/commands/wogi-config.md +50 -0
- package/.claude/commands/wogi-context.md +68 -0
- package/.claude/commands/wogi-correction.md +73 -0
- package/.claude/commands/wogi-debt.md +128 -0
- package/.claude/commands/wogi-deps.md +32 -0
- package/.claude/commands/wogi-epics.md +145 -0
- package/.claude/commands/wogi-export.md +100 -0
- package/.claude/commands/wogi-feature.md +149 -0
- package/.claude/commands/wogi-guided-edit.md +83 -0
- package/.claude/commands/wogi-health.md +43 -0
- package/.claude/commands/wogi-help.md +96 -0
- package/.claude/commands/wogi-hybrid-edit.md +36 -0
- package/.claude/commands/wogi-hybrid-off.md +24 -0
- package/.claude/commands/wogi-hybrid-setup.md +79 -0
- package/.claude/commands/wogi-hybrid-status.md +45 -0
- package/.claude/commands/wogi-hybrid.md +54 -0
- package/.claude/commands/wogi-import.md +44 -0
- package/.claude/commands/wogi-init.md +618 -0
- package/.claude/commands/wogi-log.md +38 -0
- package/.claude/commands/wogi-map-add.md +29 -0
- package/.claude/commands/wogi-map-check.md +35 -0
- package/.claude/commands/wogi-map-index.md +98 -0
- package/.claude/commands/wogi-map-scan.md +38 -0
- package/.claude/commands/wogi-map-sync.md +91 -0
- package/.claude/commands/wogi-map.md +33 -0
- package/.claude/commands/wogi-morning.md +65 -0
- package/.claude/commands/wogi-onboard.md +99 -0
- package/.claude/commands/wogi-plan.md +173 -0
- package/.claude/commands/wogi-ready.md +84 -0
- package/.claude/commands/wogi-resume.md +95 -0
- package/.claude/commands/wogi-review.md +636 -0
- package/.claude/commands/wogi-roadmap.md +241 -0
- package/.claude/commands/wogi-rules.md +104 -0
- package/.claude/commands/wogi-search.md +33 -0
- package/.claude/commands/wogi-session-end.md +49 -0
- package/.claude/commands/wogi-setup-stack.md +151 -0
- package/.claude/commands/wogi-skill-learn.md +66 -0
- package/.claude/commands/wogi-skills.md +87 -0
- package/.claude/commands/wogi-standup.md +28 -0
- package/.claude/commands/wogi-start.md +465 -0
- package/.claude/commands/wogi-status.md +41 -0
- package/.claude/commands/wogi-statusline-setup/skill.md +109 -0
- package/.claude/commands/wogi-story.md +98 -0
- package/.claude/commands/wogi-suspend.md +87 -0
- package/.claude/commands/wogi-test-browser.md +43 -0
- package/.claude/commands/wogi-trace.md +198 -0
- package/.claude/docs/architecture.md +37 -0
- package/.claude/docs/commands.md +343 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/README.md +177 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/component-indexing.md +341 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/framework-detection.md +269 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/installation.md +146 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/onboarding-existing.md +317 -0
- package/.claude/docs/knowledge-base/01-setup-onboarding/team-setup.md +346 -0
- package/.claude/docs/knowledge-base/02-task-execution/01-task-planning.md +259 -0
- package/.claude/docs/knowledge-base/02-task-execution/02-execution-loop.md +443 -0
- package/.claude/docs/knowledge-base/02-task-execution/03-verification.md +417 -0
- package/.claude/docs/knowledge-base/02-task-execution/04-completion.md +374 -0
- package/.claude/docs/knowledge-base/02-task-execution/05-session-review.md +170 -0
- package/.claude/docs/knowledge-base/02-task-execution/README.md +173 -0
- package/.claude/docs/knowledge-base/02-task-execution/external-integrations.md +133 -0
- package/.claude/docs/knowledge-base/02-task-execution/model-management.md +202 -0
- package/.claude/docs/knowledge-base/02-task-execution/specification-mode.md +292 -0
- package/.claude/docs/knowledge-base/02-task-execution/sync-daemon.md +96 -0
- package/.claude/docs/knowledge-base/02-task-execution/trade-offs.md +345 -0
- package/.claude/docs/knowledge-base/02-task-execution/workflow-steps.md +357 -0
- package/.claude/docs/knowledge-base/03-self-improvement/README.md +199 -0
- package/.claude/docs/knowledge-base/03-self-improvement/long-input-processing.md +160 -0
- package/.claude/docs/knowledge-base/03-self-improvement/model-learning.md +334 -0
- package/.claude/docs/knowledge-base/03-self-improvement/project-learning.md +301 -0
- package/.claude/docs/knowledge-base/03-self-improvement/skill-learning.md +372 -0
- package/.claude/docs/knowledge-base/03-self-improvement/skill-matching.md +304 -0
- package/.claude/docs/knowledge-base/03-self-improvement/team-learning.md +342 -0
- package/.claude/docs/knowledge-base/04-memory-context/README.md +189 -0
- package/.claude/docs/knowledge-base/04-memory-context/context-management.md +308 -0
- package/.claude/docs/knowledge-base/04-memory-context/memory-commands.md +176 -0
- package/.claude/docs/knowledge-base/04-memory-context/memory-systems.md +359 -0
- package/.claude/docs/knowledge-base/04-memory-context/prd-management.md +115 -0
- package/.claude/docs/knowledge-base/04-memory-context/session-persistence.md +359 -0
- package/.claude/docs/knowledge-base/04-memory-context/team-history.md +317 -0
- package/.claude/docs/knowledge-base/05-development-tools/README.md +84 -0
- package/.claude/docs/knowledge-base/05-development-tools/code-traces.md +278 -0
- package/.claude/docs/knowledge-base/05-development-tools/figma-analyzer.md +253 -0
- package/.claude/docs/knowledge-base/05-development-tools/guided-edit.md +173 -0
- package/.claude/docs/knowledge-base/05-development-tools/mcp-integrations.md +286 -0
- package/.claude/docs/knowledge-base/06-safety-guardrails/README.md +153 -0
- package/.claude/docs/knowledge-base/06-safety-guardrails/checkpoint-rollback.md +302 -0
- package/.claude/docs/knowledge-base/06-safety-guardrails/commit-gates.md +309 -0
- package/.claude/docs/knowledge-base/06-safety-guardrails/damage-control.md +292 -0
- package/.claude/docs/knowledge-base/06-safety-guardrails/security-scanning.md +291 -0
- package/.claude/docs/knowledge-base/README.md +92 -0
- package/.claude/docs/knowledge-base/configuration/README.md +228 -0
- package/.claude/docs/knowledge-base/configuration/all-options.md +1632 -0
- package/.claude/docs/knowledge-base/future-features.md +277 -0
- package/.claude/docs/stack.md +25 -0
- package/.claude/docs/testing.md +71 -0
- package/.claude/rules/README.md +60 -0
- package/.claude/rules/architecture/component-reuse.md +38 -0
- package/.claude/rules/architecture/document-structure.md +76 -0
- package/.claude/rules/architecture/feature-refactoring-cleanup.md +87 -0
- package/.claude/rules/architecture/model-management.md +35 -0
- package/.claude/rules/code-style/naming-conventions.md +55 -0
- package/.claude/rules/security/security-patterns.md +116 -0
- package/.claude/skills/.gitkeep +0 -0
- package/.claude/skills/README.md +131 -0
- package/.claude/skills/_template/commands/.gitkeep +0 -0
- package/.claude/skills/_template/knowledge/anti-patterns.md +49 -0
- package/.claude/skills/_template/knowledge/learnings.md +60 -0
- package/.claude/skills/_template/knowledge/patterns.md +45 -0
- package/.claude/skills/_template/rules/.gitkeep +0 -0
- package/.claude/skills/_template/skill.md +99 -0
- package/.claude/skills/_template/templates/.gitkeep +0 -0
- package/.claude/skills/figma-analyzer/knowledge/anti-patterns.md +216 -0
- package/.claude/skills/figma-analyzer/knowledge/patterns.md +144 -0
- package/.claude/skills/figma-analyzer/skill.md +236 -0
- package/lib/installer.js +59 -19
- 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)
|