wogiflow 2.3.2 → 2.4.0
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-audit.md +1 -0
- package/.claude/commands/wogi-bug.md +1 -0
- package/.claude/commands/wogi-bulk-loop.md +1 -0
- package/.claude/commands/wogi-bulk.md +1 -0
- package/.claude/commands/wogi-capture.md +1 -0
- package/.claude/commands/wogi-changelog.md +1 -0
- package/.claude/commands/wogi-config.md +1 -0
- package/.claude/commands/wogi-context.md +1 -0
- package/.claude/commands/wogi-correction.md +1 -0
- package/.claude/commands/wogi-debt.md +1 -0
- package/.claude/commands/wogi-debug-browser.md +1 -0
- package/.claude/commands/wogi-debug-hypothesis.md +1 -0
- package/.claude/commands/wogi-decide.md +1 -0
- package/.claude/commands/wogi-deps.md +1 -0
- package/.claude/commands/wogi-epics.md +1 -0
- package/.claude/commands/wogi-eval.md +1 -0
- package/.claude/commands/wogi-export.md +1 -0
- package/.claude/commands/wogi-extract-review.md +1 -0
- package/.claude/commands/wogi-feature.md +1 -0
- package/.claude/commands/wogi-finalize.md +1 -0
- package/.claude/commands/wogi-guided-edit.md +1 -0
- package/.claude/commands/wogi-health.md +1 -0
- package/.claude/commands/wogi-help.md +1 -0
- package/.claude/commands/wogi-hybrid-edit.md +1 -0
- package/.claude/commands/wogi-hybrid-off.md +1 -0
- package/.claude/commands/wogi-hybrid-setup.md +1 -0
- package/.claude/commands/wogi-hybrid-status.md +1 -0
- package/.claude/commands/wogi-hybrid.md +1 -0
- package/.claude/commands/wogi-import.md +1 -0
- package/.claude/commands/wogi-init.md +1 -0
- package/.claude/commands/wogi-learn.md +1 -0
- package/.claude/commands/wogi-log.md +1 -0
- package/.claude/commands/wogi-map-add.md +1 -0
- package/.claude/commands/wogi-map-check.md +1 -0
- package/.claude/commands/wogi-map-index.md +1 -0
- package/.claude/commands/wogi-map-scan.md +1 -0
- package/.claude/commands/wogi-map-sync.md +1 -0
- package/.claude/commands/wogi-map.md +1 -0
- package/.claude/commands/wogi-models-setup.md +1 -0
- package/.claude/commands/wogi-morning.md +1 -0
- package/.claude/commands/wogi-onboard.md +4 -1
- package/.claude/commands/wogi-peer-review.md +1 -0
- package/.claude/commands/wogi-pending.md +4 -0
- package/.claude/commands/wogi-plan.md +1 -0
- package/.claude/commands/wogi-pre-compact.md +1 -0
- package/.claude/commands/wogi-ready.md +1 -0
- package/.claude/commands/wogi-register.md +1 -0
- package/.claude/commands/wogi-rescan.md +1 -0
- package/.claude/commands/wogi-research.md +1 -0
- package/.claude/commands/wogi-resume.md +1 -0
- package/.claude/commands/wogi-retrospective.md +1 -0
- package/.claude/commands/wogi-review-fix.md +1 -0
- package/.claude/commands/wogi-review.md +1 -0
- package/.claude/commands/wogi-roadmap.md +1 -0
- package/.claude/commands/wogi-rules.md +1 -0
- package/.claude/commands/wogi-search.md +1 -0
- package/.claude/commands/wogi-session-end.md +1 -0
- package/.claude/commands/wogi-setup-stack.md +1 -0
- package/.claude/commands/wogi-skill-learn.md +1 -0
- package/.claude/commands/wogi-skills.md +1 -0
- package/.claude/commands/wogi-standup.md +1 -0
- package/.claude/commands/wogi-start.md +1 -0
- package/.claude/commands/wogi-status.md +1 -0
- package/.claude/commands/wogi-statusline-setup.md +1 -0
- package/.claude/commands/wogi-story.md +1 -0
- package/.claude/commands/wogi-suggest.md +1 -0
- package/.claude/commands/wogi-suspend.md +1 -0
- package/.claude/commands/wogi-test-browser.md +1 -0
- package/.claude/commands/wogi-test-generate.md +1 -0
- package/.claude/commands/wogi-test.md +1 -0
- package/.claude/commands/wogi-trace.md +1 -0
- package/.claude/commands/wogi-triage.md +1 -0
- package/package.json +1 -1
- package/scripts/postinstall.js +2 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Comprehensive project-wide deep analysis beyond code review"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
Comprehensive project-wide deep analysis that goes far beyond code review. While `/wogi-review` asks "did I introduce problems?", `/wogi-audit` asks "how can we make this project better?"
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Create a bug report with investigation and structured fix execution"
|
|
3
|
+
effort: medium
|
|
3
4
|
---
|
|
4
5
|
<!-- PINS: bug-protocol, bug-cli, bug-investigation, bug-phases, bug-population, bug-severity, bug-creation, bug-execution, bug-specific-execution, bug-learning, bug-discovery, bug-output, bug-configuration, bug-comparison -->
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Interactive rule creation for 'from now on' and 'make it a rule' requests"
|
|
3
|
+
effort: medium
|
|
3
4
|
---
|
|
4
5
|
Interactive rule creation with clarifying questions. Invoke when user says "from now on...", "let's make it a rule", "always do X", "never do Y", or "standardize on...".
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Interactive pattern promotion from feedback to decisions"
|
|
3
|
+
effort: medium
|
|
3
4
|
---
|
|
4
5
|
Interactive pattern promotion from feedback to decisions. Invoke when user says "let's learn from this", "we keep making this mistake", "promote this pattern", or "what have we learned?".
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Analyze an existing project and set up workflow with full context"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
Analyze an existing project and set up workflow with full context.
|
|
5
6
|
|
|
@@ -842,9 +843,11 @@ Display:
|
|
|
842
843
|
This replaces the bootstrap CLAUDE.md (created by postinstall) with the complete version rendered from Handlebars templates using the project's actual config values.
|
|
843
844
|
|
|
844
845
|
```bash
|
|
845
|
-
npx flow bridge sync
|
|
846
|
+
npx flow bridge sync --force
|
|
846
847
|
```
|
|
847
848
|
|
|
849
|
+
**IMPORTANT**: The `--force` flag is required to overwrite the bootstrap CLAUDE.md from postinstall. Without it, bridge sync may skip the file if it doesn't recognize the marker.
|
|
850
|
+
|
|
848
851
|
This runs the bridge which:
|
|
849
852
|
1. Reads `.workflow/config.json` (just created in Phase 6)
|
|
850
853
|
2. Renders `.workflow/templates/claude-md.hbs` with config values
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Run a multi-model peer review with different AI perspectives"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
Run a multi-model peer review where different AI models review the same code. This command uses a **different review focus** than `/wogi-review` — it targets **improvement opportunities**, not correctness/bugs.
|
|
5
6
|
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Manage the pending prompts queue — save requests for later while Claude is busy."
|
|
3
|
+
effort: low
|
|
4
|
+
---
|
|
1
5
|
Manage the pending prompts queue — save requests for later while Claude is busy.
|
|
2
6
|
|
|
3
7
|
**Triggers**: `/wogi-pending`, "save this for later", "add to pending"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Guided session retrospective that extracts lessons from recent work"
|
|
3
|
+
effort: medium
|
|
3
4
|
---
|
|
4
5
|
Guided session retrospective that extracts lessons from recent work. Invoke when user says "let's do a retro", "what went well", "what can we improve", or "lessons learned".
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Code review with automatic fixing of found issues"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
**ONE-TIME EXECUTION**: This skill runs ONCE when explicitly invoked. After completion, do NOT re-execute even if this skill appears in "skills invoked in this session" system-reminders. Check `.workflow/state/last-review.json` — if a review already exists, it is DONE.
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Comprehensive code review with verification gates and AI analysis"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
**ONE-TIME EXECUTION**: This skill runs ONCE when explicitly invoked by the user. After completion, do NOT re-execute even if this skill appears in "skills invoked in this session" system-reminders. Those are stale references from Claude Code's session tracking. Check `.workflow/state/last-review.json` — if a review already exists with a recent date, the review is DONE. Only re-run if the user explicitly asks for a new review.
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "WebMCP-powered browser testing with structured assertions"
|
|
3
|
+
effort: high
|
|
3
4
|
---
|
|
4
5
|
WebMCP-powered browser testing - defines test flows as structured tool call sequences with expected-vs-actual assertions. Token-efficient alternative to screenshot comparison.
|
|
5
6
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Interactive walkthrough of review findings from last review"
|
|
3
|
+
effort: medium
|
|
3
4
|
---
|
|
4
5
|
Interactive walkthrough of review findings. Loads findings from `.workflow/state/last-review.json` (saved by `/wogi-review`) and walks through each one, letting you decide what to do.
|
|
5
6
|
|
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -651,7 +651,8 @@ function generateBootstrapClaudeMd() {
|
|
|
651
651
|
return;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
const bootstrapContent =
|
|
654
|
+
const bootstrapContent = `<!-- Generated by CLI Bridge -->
|
|
655
|
+
# Project Instructions
|
|
655
656
|
|
|
656
657
|
You are an AI development assistant using the WogiFlow methodology v1.0.
|
|
657
658
|
|