godpowers 2.6.0 → 3.0.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/CHANGELOG.md +45 -0
- package/README.md +46 -34
- package/RELEASE.md +49 -37
- package/SKILL.md +46 -48
- package/agents/god-deploy-engineer.md +2 -2
- package/agents/god-designer.md +3 -2
- package/agents/god-greenfieldifier.md +2 -4
- package/agents/god-launch-strategist.md +4 -5
- package/agents/god-observability-engineer.md +5 -5
- package/agents/god-reconciler.md +10 -4
- package/agents/god-retrospective.md +1 -1
- package/agents/god-updater.md +5 -5
- package/bin/install.js +11 -6
- package/extensions/data-pack/manifest.yaml +1 -1
- package/extensions/data-pack/package.json +1 -1
- package/extensions/launch-pack/manifest.yaml +1 -1
- package/extensions/launch-pack/package.json +1 -1
- package/extensions/security-pack/manifest.yaml +1 -1
- package/extensions/security-pack/package.json +1 -1
- package/fixtures/gate/build-pass/.godpowers/state.json +33 -0
- package/lib/README.md +2 -0
- package/lib/artifact-map.js +15 -3
- package/lib/cli-dispatch.js +39 -1
- package/lib/command-families.js +13 -8
- package/lib/context-writer.js +4 -4
- package/lib/gate.js +107 -9
- package/lib/install-profiles.js +39 -13
- package/lib/installer-args.js +25 -1
- package/lib/pillars.js +2 -4
- package/lib/recipes.js +16 -0
- package/lib/router.js +1 -5
- package/lib/source-sync.js +1 -1
- package/lib/state-advance.js +244 -0
- package/lib/state-lock.js +8 -4
- package/lib/state-views.js +460 -0
- package/lib/state.js +52 -3
- package/package.json +2 -2
- package/routing/god-audit.yaml +1 -1
- package/routing/god-build.yaml +1 -1
- package/routing/god-capture.yaml +41 -0
- package/routing/god-context.yaml +1 -1
- package/routing/god-deploy.yaml +3 -1
- package/routing/god-design.yaml +2 -2
- package/routing/god-extend.yaml +47 -0
- package/routing/god-fix.yaml +37 -0
- package/routing/god-launch.yaml +4 -1
- package/routing/god-lifecycle.yaml +1 -1
- package/routing/god-locate.yaml +1 -1
- package/routing/god-migrate.yaml +0 -1
- package/routing/god-mode.yaml +1 -1
- package/routing/god-observe.yaml +4 -1
- package/routing/god-plan.yaml +45 -0
- package/routing/god-prd.yaml +1 -1
- package/routing/god-reconcile.yaml +2 -5
- package/routing/god-ship.yaml +39 -0
- package/routing/god-sync.yaml +1 -1
- package/routing/recipes/returning-after-break.yaml +1 -1
- package/schema/state.v1.json +68 -1
- package/skills/god-arch.md +1 -1
- package/skills/god-build.md +6 -4
- package/skills/god-capture.md +45 -0
- package/skills/god-deploy.md +16 -14
- package/skills/god-design.md +3 -3
- package/skills/god-doctor.md +1 -1
- package/skills/god-extend.md +48 -0
- package/skills/god-fast.md +2 -2
- package/skills/god-feature.md +1 -1
- package/skills/god-fix.md +43 -0
- package/skills/god-harden.md +3 -3
- package/skills/god-hotfix.md +1 -1
- package/skills/god-init.md +14 -10
- package/skills/god-launch.md +14 -12
- package/skills/god-lifecycle.md +8 -1
- package/skills/god-locate.md +6 -0
- package/skills/god-mode.md +5 -4
- package/skills/god-observe.md +15 -13
- package/skills/god-pause-work.md +2 -2
- package/skills/god-plan.md +51 -0
- package/skills/god-prd.md +5 -4
- package/skills/god-quick.md +1 -1
- package/skills/god-repo.md +1 -1
- package/skills/god-resume-work.md +5 -4
- package/skills/god-roadmap-check.md +1 -0
- package/skills/god-roadmap-update.md +1 -1
- package/skills/god-roadmap.md +1 -1
- package/skills/god-rollback.md +1 -1
- package/skills/god-ship.md +44 -0
- package/skills/god-skip.md +2 -2
- package/skills/god-stack.md +1 -1
- package/skills/god-standards.md +1 -1
- package/skills/god-status.md +14 -9
- package/skills/god-story.md +1 -1
- package/skills/god-sync.md +2 -2
- package/skills/god-version.md +1 -1
- package/workflows/bluefield-arc.yaml +2 -4
- package/workflows/brownfield-arc.yaml +2 -4
package/skills/god-status.md
CHANGED
|
@@ -4,7 +4,8 @@ description: |
|
|
|
4
4
|
Re-derive project state from disk. Never from memory. Scans all artifact
|
|
5
5
|
paths and reports what exists, what passes, and what's missing.
|
|
6
6
|
|
|
7
|
-
Triggers on: "god status", "where are we", "project status", "what's done"
|
|
7
|
+
Triggers on: "god status", "where are we", "project status", "what's done",
|
|
8
|
+
"god status --locate", "god status --lifecycle"
|
|
8
9
|
---
|
|
9
10
|
|
|
10
11
|
# God Status
|
|
@@ -20,22 +21,26 @@ proactive checks, blockers, planning visibility, and the next action first.
|
|
|
20
21
|
|------|----------|---------|
|
|
21
22
|
| Overview | `/god-status` | Operational state, proactive checks, and blockers. |
|
|
22
23
|
| Progress ledger | `/god-progress` | Requirement and roadmap increment completion. |
|
|
23
|
-
| Lifecycle phase | `/god-lifecycle` | Project phase and fitting workflows. |
|
|
24
|
-
| Resume location | `/god-locate` | Orientation from checkpoint, handoff, and disk state. |
|
|
24
|
+
| Lifecycle phase | `/god-status --lifecycle` | Project phase and fitting workflows. |
|
|
25
|
+
| Resume location | `/god-status --locate` | Orientation from checkpoint, handoff, and disk state. |
|
|
25
26
|
| Next action | `/god-next` | Single recommended command with reason. |
|
|
26
27
|
|
|
27
|
-
`/god-lifecycle`
|
|
28
|
+
`/god-lifecycle` and `/god-locate` remain callable as full-profile compatibility
|
|
29
|
+
aliases for one minor release. New workflows should use `/god-status
|
|
30
|
+
--lifecycle` and `/god-status --locate`.
|
|
28
31
|
|
|
29
32
|
## Process
|
|
30
33
|
|
|
31
|
-
1. Check whether `.godpowers/
|
|
34
|
+
1. Check whether `.godpowers/state.json` exists. If it does not, treat `.godpowers/PROGRESS.md` only as a generated legacy fallback; if neither exists, report that no Godpowers project was found and suggest `/god-init`.
|
|
32
35
|
2. Resolve the runtime root and load `<runtimeRoot>/lib/dashboard.js`.
|
|
33
36
|
3. Call `dashboard.compute(projectRoot)` and render with `dashboard.render(result)`.
|
|
34
37
|
4. Prefer the MCP `status` tool when it is available, and fall back to the CLI or runtime module when it is not.
|
|
35
|
-
5.
|
|
36
|
-
6.
|
|
37
|
-
7.
|
|
38
|
-
8.
|
|
38
|
+
5. If `--lifecycle` is present, emphasize lifecycle phase, fitting workflows, PRD visibility, roadmap visibility, and the next route.
|
|
39
|
+
6. If `--locate` is present, emphasize CHECKPOINT.md, HANDOFF.md, recent events, current step, and the next route.
|
|
40
|
+
7. Use `.godpowers/PROGRESS.md` only as generated fallback or legacy explanation when state.json is missing.
|
|
41
|
+
8. Scan canonical artifact paths for PRD, design, architecture, roadmap, stack, repo, build, deploy, observe, launch, harden, sync, checkpoint, and requirements evidence.
|
|
42
|
+
9. Compare disk state to recorded state and flag phantom resume or untracked work.
|
|
43
|
+
10. Offer `/god-repair` when recorded state and disk evidence conflict.
|
|
39
44
|
|
|
40
45
|
## Required reference
|
|
41
46
|
|
package/skills/god-story.md
CHANGED
|
@@ -23,7 +23,7 @@ Add a new story under `.godpowers/stories/<feature-slug>/`.
|
|
|
23
23
|
|
|
24
24
|
## Process
|
|
25
25
|
|
|
26
|
-
1. Verify `.godpowers/
|
|
26
|
+
1. Verify `.godpowers/state.json` exists. If not: `/god-init` first.
|
|
27
27
|
2. Spawn `god-storyteller` agent in fresh context.
|
|
28
28
|
3. Storyteller reads PRD/ARCH for context, validates user-story format,
|
|
29
29
|
writes the file.
|
package/skills/god-sync.md
CHANGED
|
@@ -110,8 +110,8 @@ Updated:
|
|
|
110
110
|
- prd/PRD.md (added requirement P-MUST-12)
|
|
111
111
|
- arch/ARCH.md (added ADR-007)
|
|
112
112
|
- roadmap/ROADMAP.md (Milestone 2 marked complete)
|
|
113
|
-
-
|
|
114
|
-
-
|
|
113
|
+
- state.json tier-3.deploy (new env var)
|
|
114
|
+
- state.json tier-3.observe (new SLO)
|
|
115
115
|
- backlog/BACKLOG.md (entry resolved)
|
|
116
116
|
- todos/TODOS.md (1 todo marked done)
|
|
117
117
|
- threads/auth-migration.md (progress note)
|
package/skills/god-version.md
CHANGED
|
@@ -16,7 +16,7 @@ Print version and a short capability summary.
|
|
|
16
16
|
```
|
|
17
17
|
Godpowers v2.3.1
|
|
18
18
|
Install: /Users/.../.claude/ (matches package.json)
|
|
19
|
-
Surface:
|
|
19
|
+
Surface: 117 skills, 40 agents, 13 workflows, 42 recipes
|
|
20
20
|
Schema: intent.v1, state.v1, events.v1, workflow.v1, routing.v1, recipe.v1
|
|
21
21
|
External integrations available: impeccable, agent-browser (others lazy)
|
|
22
22
|
Feature awareness: planning-system migration, source-system sync-back, context refresh, dashboard status labels, repo documentation sync, repo surface sync, quick proof, request trace, release hardening, maintenance hardening
|
|
@@ -56,10 +56,8 @@ jobs:
|
|
|
56
56
|
- .godpowers/roadmap/ROADMAP.md
|
|
57
57
|
- .godpowers/stack/DECISION.md
|
|
58
58
|
- .godpowers/repo/AUDIT.md
|
|
59
|
-
- .godpowers/
|
|
60
|
-
- .godpowers/
|
|
61
|
-
- .godpowers/observe/STATE.md
|
|
62
|
-
- .godpowers/launch/STATE.md
|
|
59
|
+
- .godpowers/state.json
|
|
60
|
+
- .godpowers/build/PLAN.md
|
|
63
61
|
- .godpowers/harden/FINDINGS.md
|
|
64
62
|
|
|
65
63
|
prd:
|
|
@@ -72,10 +72,8 @@ jobs:
|
|
|
72
72
|
- .godpowers/roadmap/ROADMAP.md
|
|
73
73
|
- .godpowers/stack/DECISION.md
|
|
74
74
|
- .godpowers/repo/AUDIT.md
|
|
75
|
-
- .godpowers/
|
|
76
|
-
- .godpowers/
|
|
77
|
-
- .godpowers/observe/STATE.md
|
|
78
|
-
- .godpowers/launch/STATE.md
|
|
75
|
+
- .godpowers/state.json
|
|
76
|
+
- .godpowers/build/PLAN.md
|
|
79
77
|
- .godpowers/harden/FINDINGS.md
|
|
80
78
|
|
|
81
79
|
steady-state-handoff:
|