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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.0.0] - 2026-06-10
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Added `/god-plan`, `/god-fix`, `/god-ship`, `/god-capture`, and
|
|
14
|
+
`/god-extend` as thin verb dispatchers over existing leaf commands.
|
|
15
|
+
- Added routing metadata for the new verb dispatchers so repository surface
|
|
16
|
+
checks keep skills and routes aligned.
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- Changed the omitted installer profile default from `full` to `core`.
|
|
20
|
+
- Updated the `core` profile to install the front door, status, verb
|
|
21
|
+
dispatchers, and `/god-mode` compatibility while preserving every command in
|
|
22
|
+
`--profile=full`.
|
|
23
|
+
- Routed `/god-observe` through the `ship` verb boundary based on Phase 2 host
|
|
24
|
+
proof evidence.
|
|
25
|
+
- Updated public docs, profile tests, command-family tests, and Phase 5
|
|
26
|
+
surface evidence for the 117-command surface.
|
|
27
|
+
|
|
28
|
+
### Deprecated
|
|
29
|
+
- Deprecated `/god-locate` in favor of `/god-status --locate`.
|
|
30
|
+
- Deprecated `/god-lifecycle` in favor of `/god-status --lifecycle`.
|
|
31
|
+
- Added `successor` metadata to deprecated compatibility commands.
|
|
32
|
+
|
|
33
|
+
## [2.7.0] - 2026-06-10
|
|
34
|
+
|
|
35
|
+
### Added
|
|
36
|
+
- Added `godpowers state advance --step=<step> --status=<status> --project=.`
|
|
37
|
+
as a locked state mutation helper that updates `.godpowers/state.json` and
|
|
38
|
+
regenerates managed state views.
|
|
39
|
+
- Added generated checksummed state views for Godpowers-owned design, build,
|
|
40
|
+
deploy, observe, and launch `STATE.md` files, all sourced from
|
|
41
|
+
`.godpowers/state.json`.
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
- Changed route prerequisites, executable gates, workflow handoffs, command
|
|
45
|
+
prompts, and specialist agent contracts so Godpowers decision reads use
|
|
46
|
+
`.godpowers/state.json` instead of generated markdown state views.
|
|
47
|
+
- Changed tier completion instructions to use `godpowers state advance` or an
|
|
48
|
+
owning command wrapper instead of direct edits to `.godpowers/PROGRESS.md`.
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
- Fixed state-view drift by regenerating `.godpowers/PROGRESS.md` and
|
|
52
|
+
Godpowers-owned per-tier `STATE.md` files after state mutations and replacing
|
|
53
|
+
tampered managed fences on the next mutation.
|
|
54
|
+
|
|
10
55
|
## [2.6.0] - 2026-06-10
|
|
11
56
|
|
|
12
57
|
### Added
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](CHANGELOG.md)
|
|
6
6
|
[](https://www.npmjs.com/package/godpowers)
|
|
7
7
|
|
|
8
8
|
**Ship fast. Ship right. Ship everything. Ship accountably.**
|
|
@@ -30,15 +30,16 @@ Godpowers makes AI coding accountable: every serious run should leave disk
|
|
|
30
30
|
state, artifacts, validation gates, host guarantees, and a next action. Code is
|
|
31
31
|
only one output. The project memory and proof trail matter too.
|
|
32
32
|
|
|
33
|
-
Version
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
Version 3.0.0 makes the omitted installer profile `core`, adds five verb
|
|
34
|
+
dispatch commands, and folds locate and lifecycle views into `/god-status`
|
|
35
|
+
flags while preserving full-profile compatibility aliases. It keeps the
|
|
36
|
+
one-directional state authority from 2.7.0, the optional `@godpowers/mcp`
|
|
37
|
+
companion package, the installed-runtime gate and build-gate fixes, Codex host
|
|
38
|
+
proof studies, executable tier gates, command-family UX, external CLI canary
|
|
39
|
+
evidence, prompt-size guardrails, lib coverage gating, and package verification
|
|
40
|
+
before publish.
|
|
40
41
|
|
|
41
|
-
Maintainer hardening continues on the
|
|
42
|
+
Maintainer hardening continues on the 3.x line with small, audited public
|
|
42
43
|
surface updates when they close real workflow gaps. The 2.1.0 patch closes a command-injection vector in the
|
|
43
44
|
agent-browser driver, guards runtime file parsing against corrupt state,
|
|
44
45
|
makes data-directory installs a clean replace, and reconciles documentation
|
|
@@ -120,8 +121,9 @@ The installer copies:
|
|
|
120
121
|
- Codex agent metadata to `<runtime>/agents/*.toml`
|
|
121
122
|
- SessionStart hook (Claude Code only) to `<runtime>/hooks/`
|
|
122
123
|
|
|
123
|
-
Installer profiles keep the visible command surface calm.
|
|
124
|
-
`builder`
|
|
124
|
+
Installer profiles keep the visible command surface calm. The default omitted
|
|
125
|
+
profile is `core`; choose `builder` or `maintainer` only when you already know
|
|
126
|
+
you need those leaves:
|
|
125
127
|
|
|
126
128
|
```bash
|
|
127
129
|
npx godpowers --claude --global --profile=core
|
|
@@ -129,10 +131,11 @@ npx godpowers --codex --local --profile=builder
|
|
|
129
131
|
npx godpowers --all --profile=maintainer
|
|
130
132
|
```
|
|
131
133
|
|
|
132
|
-
Profiles are `core`, `builder`, `maintainer`, `suite`, and `full`. `
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
`--
|
|
134
|
+
Profiles are `core`, `builder`, `maintainer`, `suite`, and `full`. `core`
|
|
135
|
+
installs the front door, status, verb dispatchers, and `/god-mode`
|
|
136
|
+
compatibility. `full` preserves the complete command surface, while the smaller
|
|
137
|
+
profiles install the commands most relevant to the role. `--minimal` is an
|
|
138
|
+
alias for `--profile=core`.
|
|
136
139
|
|
|
137
140
|
Use profiles as journeys:
|
|
138
141
|
|
|
@@ -211,9 +214,10 @@ You can also ask any time:
|
|
|
211
214
|
/god-next
|
|
212
215
|
```
|
|
213
216
|
|
|
214
|
-
This reads `.godpowers/
|
|
215
|
-
|
|
216
|
-
|
|
217
|
+
This reads `.godpowers/state.json`, treats `.godpowers/PROGRESS.md` as a
|
|
218
|
+
generated human view, scans disk, reconciles any drift, and suggests the next
|
|
219
|
+
logical command with a compact action brief. The SessionStart hook does the
|
|
220
|
+
same thing when you open a new session in a Godpowers project.
|
|
217
221
|
|
|
218
222
|
### Start With A Path
|
|
219
223
|
|
|
@@ -226,13 +230,13 @@ commands remain direct shortcuts.
|
|
|
226
230
|
|
|
227
231
|
| Goal | Starter path |
|
|
228
232
|
|---|---|
|
|
229
|
-
| Start a product | `/god-init`, `/god-
|
|
233
|
+
| Start a product | `/god-init`, `/god-plan`, `/god-build` |
|
|
230
234
|
| Add a feature | `/god-reconcile`, `/god-feature`, `/god-sync`, `/god-review` |
|
|
231
|
-
| Fix production | `/god-
|
|
235
|
+
| Fix production | `/god-fix`, `/god-postmortem`, `/god-status` |
|
|
232
236
|
| Audit an existing repo | `/god-preflight`, `/god-archaeology`, `/god-reconstruct`, `/god-audit`, `/god-tech-debt` |
|
|
233
|
-
| Ship a release | `/god-
|
|
237
|
+
| Ship a release | `/god-ship`, `/god-sync`, `/god-docs`, `/god-version`, `npm run release:check` |
|
|
234
238
|
| Maintain project health | `/god-hygiene`, `/god-update-deps`, `/god-docs`, `/god-check-todos` |
|
|
235
|
-
| Extend Godpowers | `/god-
|
|
239
|
+
| Extend Godpowers | `/god-extend scaffold --name=@godpowers/my-pack --output=.`, `/god-extend test`, `/god-extend add`, `/god-extend list` |
|
|
236
240
|
|
|
237
241
|
### Outcome Metrics
|
|
238
242
|
|
|
@@ -259,6 +263,7 @@ npx godpowers next --project=.
|
|
|
259
263
|
npx godpowers status --project=. --brief
|
|
260
264
|
npx godpowers status --project=. --json
|
|
261
265
|
npx godpowers quick-proof --project=.
|
|
266
|
+
npx godpowers state advance --step=prd --status=done --project=.
|
|
262
267
|
npx godpowers gate --tier=prd --project=.
|
|
263
268
|
npx godpowers mcp-info --project=.
|
|
264
269
|
npx godpowers dogfood
|
|
@@ -289,8 +294,9 @@ npx godpowers gate --tier=build --project=.
|
|
|
289
294
|
npx godpowers gate --tier=harden --project=.
|
|
290
295
|
```
|
|
291
296
|
|
|
292
|
-
The gate reads disk artifacts, runs the shared artifact linter, checks
|
|
293
|
-
|
|
297
|
+
The gate reads disk artifacts, runs the shared artifact linter, checks
|
|
298
|
+
structured `state.json` evidence for design and build gates, and blocks
|
|
299
|
+
unresolved Critical harden findings.
|
|
294
300
|
|
|
295
301
|
The main `godpowers` runtime remains dependency-free. The optional
|
|
296
302
|
`@godpowers/mcp` companion package owns the MCP SDK dependency and exposes
|
|
@@ -305,14 +311,14 @@ dependency to the main `godpowers` package:
|
|
|
305
311
|
|
|
306
312
|
```bash
|
|
307
313
|
npx godpowers mcp-info --project=.
|
|
308
|
-
npx -y -p godpowers@
|
|
314
|
+
npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp serve --project=.
|
|
309
315
|
```
|
|
310
316
|
|
|
311
317
|
The companion exposes `status`, `next`, `gate_check`, `lint_artifact`, and
|
|
312
318
|
`trace_requirement`. Host registration is opt-in:
|
|
313
319
|
|
|
314
320
|
```bash
|
|
315
|
-
npx -y -p godpowers@
|
|
321
|
+
npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp setup --host=codex --project=. --write
|
|
316
322
|
```
|
|
317
323
|
|
|
318
324
|
See [MCP Companion](docs/mcp.md) for package boundaries and setup details.
|
|
@@ -322,6 +328,11 @@ See [MCP Companion](docs/mcp.md) for package boundaries and setup details.
|
|
|
322
328
|
| Command | What it does | Spawns agent |
|
|
323
329
|
|---------|--------------|--------------|
|
|
324
330
|
| `/god` | Front door: match free-text intent to a command sequence | (built-in) |
|
|
331
|
+
| `/god-plan` | Route planning intent to planning leaves | (built-in) |
|
|
332
|
+
| `/god-fix` | Route bug and outage intent to debug or hotfix | (built-in) |
|
|
333
|
+
| `/god-ship` | Route deploy, observe, and launch intent | (built-in) |
|
|
334
|
+
| `/god-capture` | Route notes, todos, backlog items, and seeds | (built-in) |
|
|
335
|
+
| `/god-extend` | Route extension install, inspection, testing, and authoring | (built-in) |
|
|
325
336
|
| `/god-mode` | Full autonomous project run | god-orchestrator |
|
|
326
337
|
| `/god-next` | Auto-detect and suggest the next command | (built-in) |
|
|
327
338
|
| `/god-init` | Start a project, detect mode and scale | (built-in) |
|
|
@@ -478,10 +489,10 @@ It spawns the right specialist agent in a **fresh context** to do the work.
|
|
|
478
489
|
You type: /god-prd
|
|
479
490
|
Skill loads: skills/god-prd.md
|
|
480
491
|
Skill spawns: god-pm agent (fresh 200K context)
|
|
481
|
-
Agent reads: .godpowers/
|
|
492
|
+
Agent reads: .godpowers/state.json + .godpowers/intent.yaml
|
|
482
493
|
Agent writes: .godpowers/prd/PRD.md
|
|
483
494
|
Skill verifies: artifact exists, have-nots pass
|
|
484
|
-
Skill updates:
|
|
495
|
+
Skill updates: state.json via godpowers state advance
|
|
485
496
|
```
|
|
486
497
|
|
|
487
498
|
### The Four Tiers
|
|
@@ -496,7 +507,8 @@ Skill updates: PROGRESS.md
|
|
|
496
507
|
### Artifact Paths
|
|
497
508
|
|
|
498
509
|
```
|
|
499
|
-
.godpowers/
|
|
510
|
+
.godpowers/state.json Machine-readable project state
|
|
511
|
+
.godpowers/PROGRESS.md Generated cross-tier progress view
|
|
500
512
|
.godpowers/REQUIREMENTS.md Requirement checklist (done / in progress / not started)
|
|
501
513
|
.godpowers/prd/PRD.md Product Requirements Document
|
|
502
514
|
.godpowers/domain/GLOSSARY.md Domain vocabulary and resolved ambiguities
|
|
@@ -506,10 +518,10 @@ Skill updates: PROGRESS.md
|
|
|
506
518
|
.godpowers/stack/DECISION.md Stack Decision (with flip points)
|
|
507
519
|
.godpowers/repo/AUDIT.md Repo Scaffold Audit
|
|
508
520
|
.godpowers/build/PLAN.md Build Plan (slices, waves)
|
|
509
|
-
.godpowers/build/STATE.md
|
|
510
|
-
.godpowers/deploy/STATE.md
|
|
511
|
-
.godpowers/observe/STATE.md
|
|
512
|
-
.godpowers/launch/STATE.md
|
|
521
|
+
.godpowers/build/STATE.md Generated build state view
|
|
522
|
+
.godpowers/deploy/STATE.md Generated deploy state view
|
|
523
|
+
.godpowers/observe/STATE.md Generated observability state view
|
|
524
|
+
.godpowers/launch/STATE.md Generated launch state view
|
|
513
525
|
.godpowers/harden/FINDINGS.md Security Findings
|
|
514
526
|
```
|
|
515
527
|
|
|
@@ -587,7 +599,7 @@ Pi. T3 Code inherits from the underlying agent (Codex / Claude / OpenCode).
|
|
|
587
599
|
- [Quick Proof](docs/quick-proof.md)
|
|
588
600
|
- [First 10 Minute Proof Case Study](docs/case-studies/first-10-minute-proof.md)
|
|
589
601
|
- [Concepts](docs/concepts.md)
|
|
590
|
-
- [Command reference (all
|
|
602
|
+
- [Command reference (all 117 skills + 40 agents)](docs/reference.md)
|
|
591
603
|
- [Feature awareness](docs/feature-awareness.md)
|
|
592
604
|
- [Adoption Canary](docs/adoption-canary.md)
|
|
593
605
|
- [Repository documentation sync](docs/repo-doc-sync.md)
|
package/RELEASE.md
CHANGED
|
@@ -1,60 +1,72 @@
|
|
|
1
|
-
# Godpowers
|
|
1
|
+
# Godpowers 3.0.0 Release
|
|
2
2
|
|
|
3
|
-
> Status:
|
|
3
|
+
> Status: Prepared
|
|
4
4
|
> Date: 2026-06-10
|
|
5
5
|
|
|
6
|
-
[DECISION] Godpowers
|
|
7
|
-
[DECISION] This release
|
|
8
|
-
[DECISION] This release
|
|
6
|
+
[DECISION] Godpowers 3.0.0 is the Phase 5 surface contraction release.
|
|
7
|
+
[DECISION] This release makes the omitted installer profile resolve to `core` instead of `full`.
|
|
8
|
+
[DECISION] This release keeps `--profile=full` as the complete compatibility surface for every shipped command.
|
|
9
|
+
[DECISION] This release preserves the optional `@godpowers/mcp` companion boundary and keeps the main `godpowers` package dependency-free.
|
|
9
10
|
|
|
10
11
|
## What's in this release
|
|
11
12
|
|
|
12
|
-
- [DECISION]
|
|
13
|
+
- [DECISION] 117 slash commands.
|
|
13
14
|
- [DECISION] 40 specialist agents.
|
|
14
15
|
- [DECISION] 13 executable workflows.
|
|
15
16
|
- [DECISION] 42 intent recipes.
|
|
16
|
-
- [DECISION]
|
|
17
|
-
- [DECISION]
|
|
17
|
+
- [DECISION] Five thin verb dispatch commands: `/god-plan`, `/god-fix`, `/god-ship`, `/god-capture`, and `/god-extend`.
|
|
18
|
+
- [DECISION] `core` installs the front door, status, verb dispatchers, and `/god-mode` compatibility.
|
|
19
|
+
- [DECISION] `full` preserves all direct leaf commands and compatibility aliases.
|
|
20
|
+
- [DECISION] Five read-only MCP tools remain available in `@godpowers/mcp`.
|
|
18
21
|
|
|
19
22
|
## Highlights
|
|
20
23
|
|
|
21
|
-
- [DECISION]
|
|
22
|
-
- [DECISION] `
|
|
23
|
-
- [DECISION]
|
|
24
|
-
- [DECISION]
|
|
25
|
-
- [DECISION]
|
|
24
|
+
- [DECISION] Omitted installer profile selection now writes `GODPOWERS_PROFILE` as `core`.
|
|
25
|
+
- [DECISION] `/god-plan` routes planning intent to PRD, design, architecture, roadmap, stack, or reconstruction leaves.
|
|
26
|
+
- [DECISION] `/god-fix` routes fix intent to debug or hotfix leaves.
|
|
27
|
+
- [DECISION] `/god-ship` routes shipping intent to deploy, observe, or launch leaves.
|
|
28
|
+
- [DECISION] `/god-capture` routes capture intent to note, todo, backlog, or seed leaves.
|
|
29
|
+
- [DECISION] `/god-extend` routes extension intent to scaffold, add, list, info, remove, test, or agent-authoring leaves.
|
|
30
|
+
- [DECISION] `/god-locate` is deprecated in favor of `/god-status --locate`.
|
|
31
|
+
- [DECISION] `/god-lifecycle` is deprecated in favor of `/god-status --lifecycle`.
|
|
32
|
+
- [DECISION] `/god-roadmap-check` now has `successor` metadata pointing to `/god-reconcile`.
|
|
26
33
|
|
|
27
34
|
## Validation
|
|
28
35
|
|
|
29
|
-
- [DECISION] `npm
|
|
30
|
-
- [DECISION] `
|
|
31
|
-
- [DECISION] `
|
|
32
|
-
- [DECISION] `node scripts/test-
|
|
33
|
-
- [DECISION] `node scripts/
|
|
34
|
-
- [DECISION] `
|
|
35
|
-
- [DECISION]
|
|
36
|
-
- [DECISION]
|
|
37
|
-
- [DECISION]
|
|
38
|
-
- [DECISION]
|
|
39
|
-
- [DECISION]
|
|
40
|
-
- [DECISION]
|
|
41
|
-
- [DECISION]
|
|
42
|
-
- [DECISION]
|
|
43
|
-
- [DECISION]
|
|
36
|
+
- [DECISION] `npm ci` passed and reported 0 vulnerabilities.
|
|
37
|
+
- [DECISION] `node scripts/test-installer-profiles.js` passed.
|
|
38
|
+
- [DECISION] `node scripts/test-surface-contraction.js` passed.
|
|
39
|
+
- [DECISION] `node scripts/test-command-families.js` passed.
|
|
40
|
+
- [DECISION] `node scripts/validate-skills.js` passed.
|
|
41
|
+
- [DECISION] `node scripts/test-quick-proof.js` passed.
|
|
42
|
+
- [DECISION] `node scripts/test-doc-surface-counts.js` passed with public surface docs matching version 3.0.0.
|
|
43
|
+
- [DECISION] `node scripts/test-repo-doc-sync.js` passed.
|
|
44
|
+
- [DECISION] `node scripts/test-repo-surface-sync.js` passed.
|
|
45
|
+
- [DECISION] `node scripts/test-automation-surface-sync.js` passed.
|
|
46
|
+
- [DECISION] `node scripts/test-router.js` passed.
|
|
47
|
+
- [DECISION] `npm run test:e2e` passed.
|
|
48
|
+
- [DECISION] `node scripts/test-runtime-verification.js` passed.
|
|
49
|
+
- [DECISION] `node scripts/test-agent-browser.js` passed.
|
|
50
|
+
- [DECISION] `node scripts/test-install-smoke.js` passed.
|
|
51
|
+
- [DECISION] `node bin/install.js dogfood --json` passed 5 of 5 scenarios.
|
|
52
|
+
- [DECISION] `npm --workspace @godpowers/mcp test` passed.
|
|
53
|
+
- [DECISION] `npm run pack:check` passed with 548 root package files.
|
|
54
|
+
- [DECISION] `npm run pack:mcp:check` passed with 8 companion package files.
|
|
55
|
+
- [DECISION] `npm run lint` passed.
|
|
56
|
+
- [DECISION] `npm run test:audit` passed with `npm audit --omit=dev`, `git diff --check`, and public surface checks green.
|
|
57
|
+
- [DECISION] `npm run release:check` passed with `coverage:lib` at 92.79 percent line coverage, `npm audit --omit=dev` reporting 0 vulnerabilities, public surface docs matching version 3.0.0, root package contents verified at 548 files, and `@godpowers/mcp` package contents verified at 8 files.
|
|
58
|
+
- [DECISION] Publish status remains pending until branch review, protected merge, registry credentials, and release hooks are all green.
|
|
44
59
|
|
|
45
60
|
## Upgrade
|
|
46
61
|
|
|
47
|
-
- [DECISION] Use `npm install -g godpowers@
|
|
62
|
+
- [DECISION] Use `npm install -g godpowers@3.0.0` or `npx godpowers@3.0.0`.
|
|
63
|
+
- [DECISION] Use `npx godpowers --profile=full` when the complete pre-3.0 command surface should be installed.
|
|
64
|
+
- [DECISION] Use `npx godpowers --profile=core` or omit `--profile` for the contracted default surface.
|
|
48
65
|
- [DECISION] Use optional MCP package install `npm install -g godpowers @godpowers/mcp` when the host can register MCP servers.
|
|
49
66
|
- [DECISION] Re-run `/god-context` in each project to refresh installed runtime metadata.
|
|
50
|
-
- [DECISION] Existing `.godpowers/` state remains compatible.
|
|
51
67
|
|
|
52
68
|
## Notes
|
|
53
69
|
|
|
54
|
-
- [DECISION]
|
|
55
|
-
- [DECISION] GitHub release
|
|
56
|
-
- [DECISION] The
|
|
57
|
-
- [DECISION] GitHub release `v2.6.0` should be created only after the release gate passes on the merged branch.
|
|
58
|
-
- [DECISION] The tag should match the npm package version.
|
|
59
|
-
- [DECISION] The companion package should publish as `@godpowers/mcp@2.6.0` after the release gate passes.
|
|
60
|
-
- [DECISION] The `v2.6.0` tag is not pushed yet because the current tag workflow publishes only the root `godpowers` package and does not publish `@godpowers/mcp`.
|
|
70
|
+
- [DECISION] No npm publish has been attempted from this prepared release note.
|
|
71
|
+
- [DECISION] No GitHub release has been created from this prepared release note.
|
|
72
|
+
- [DECISION] The next bridge-plan action is protected review and merge for the Phase 5 behavior slice.
|
package/SKILL.md
CHANGED
|
@@ -321,8 +321,8 @@ Run or apply these by default in every relevant closeout:
|
|
|
321
321
|
|
|
322
322
|
#### Level 2: Auto-run local helpers, visible and logged
|
|
323
323
|
Run these local runtime helpers automatically when their trigger is present:
|
|
324
|
-
- `lib/checkpoint.syncFromState` after every `state.json` or
|
|
325
|
-
|
|
324
|
+
- `lib/checkpoint.syncFromState` after every `state.json` mutation or
|
|
325
|
+
managed progress view refresh.
|
|
326
326
|
- Lightweight reverse-sync or linkage scan after code or artifact edits.
|
|
327
327
|
- Pillars sync planning after durable artifact truth changes.
|
|
328
328
|
- `lib/planning-systems.importPlanningContext` when legacy planning, BMAD, or
|
|
@@ -405,9 +405,9 @@ Never auto-run these from inference alone:
|
|
|
405
405
|
reports success
|
|
406
406
|
|
|
407
407
|
Every auto-invoke decision must be explainable from one of these inputs:
|
|
408
|
-
changed files, Godpowers artifacts, `state.json`, `PROGRESS.md
|
|
409
|
-
`CHECKPOINT.md`, `SYNC-LOG.md`, `REVIEW-REQUIRED.md`, routing YAML,
|
|
410
|
-
or explicit user intent.
|
|
408
|
+
changed files, Godpowers artifacts, `state.json`, generated `PROGRESS.md`
|
|
409
|
+
view, `CHECKPOINT.md`, `SYNC-LOG.md`, `REVIEW-REQUIRED.md`, routing YAML,
|
|
410
|
+
recipe YAML, or explicit user intent.
|
|
411
411
|
|
|
412
412
|
---
|
|
413
413
|
|
|
@@ -433,11 +433,11 @@ coordination plan.
|
|
|
433
433
|
## Tier 0: Orchestration
|
|
434
434
|
|
|
435
435
|
### On every invocation:
|
|
436
|
-
1. Read `.godpowers/
|
|
436
|
+
1. Read `.godpowers/state.json` if it exists, using `.godpowers/PROGRESS.md` only as a generated legacy fallback when state is missing
|
|
437
437
|
2. Scan for existing artifacts at all canonical paths
|
|
438
438
|
3. Detect operating mode (A/B/C/D)
|
|
439
439
|
4. Detect project scale (trivial / small / medium / large / enterprise)
|
|
440
|
-
5. Record mode and scale in
|
|
440
|
+
5. Record mode and scale in `state.json`
|
|
441
441
|
6. Route to the appropriate tier and sub-step
|
|
442
442
|
|
|
443
443
|
### Scale Detection
|
|
@@ -450,30 +450,27 @@ Assess the project description against these criteria:
|
|
|
450
450
|
|
|
451
451
|
Scale determines which personas activate and how deep the planning goes.
|
|
452
452
|
|
|
453
|
-
###
|
|
454
|
-
```
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
| 1 | Roadmap | pending | -- | -- |
|
|
468
|
-
| 1 | Stack | pending | -- | -- |
|
|
469
|
-
| 2 | Repo | pending | -- | -- |
|
|
470
|
-
| 2 | Build | pending | -- | -- |
|
|
471
|
-
| 3 | Deploy | pending | -- | -- |
|
|
472
|
-
| 3 | Observe | pending | -- | -- |
|
|
473
|
-
| 3 | Launch | pending | -- | -- |
|
|
474
|
-
| 3 | Harden | pending | -- | -- |
|
|
453
|
+
### State Ledger (`.godpowers/state.json`)
|
|
454
|
+
```json
|
|
455
|
+
{
|
|
456
|
+
"project": { "name": "Example", "started": "2026-05-09T14:30:00Z" },
|
|
457
|
+
"mode": "A",
|
|
458
|
+
"tiers": {
|
|
459
|
+
"tier-1": {
|
|
460
|
+
"prd": { "status": "done" },
|
|
461
|
+
"arch": { "status": "in-flight" },
|
|
462
|
+
"roadmap": { "status": "pending" },
|
|
463
|
+
"stack": { "status": "pending" }
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
475
467
|
```
|
|
476
468
|
|
|
469
|
+
`.godpowers/PROGRESS.md` is a generated human-readable view of this state.
|
|
470
|
+
Commands update tracked steps through `npx godpowers state advance --step=<step>
|
|
471
|
+
--status=<status> --project=.` or through an owning command wrapper, never by
|
|
472
|
+
editing the generated view.
|
|
473
|
+
|
|
477
474
|
Valid statuses: pending, in-flight, done, skipped, imported, failed, re-invoked.
|
|
478
475
|
Silence is not a status. Every tier must have an explicit entry.
|
|
479
476
|
|
|
@@ -501,7 +498,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
501
498
|
3. Run substitution test on every claim
|
|
502
499
|
4. Run three-label test on every sentence
|
|
503
500
|
5. Write to `.godpowers/prd/PRD.md`
|
|
504
|
-
6.
|
|
501
|
+
6. Run `npx godpowers state advance --step=prd --status=done --project=.`
|
|
505
502
|
|
|
506
503
|
**Have-nots (PRD fails if any are true)**:
|
|
507
504
|
- Problem statement passes substitution test (reads the same for any product)
|
|
@@ -536,7 +533,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
536
533
|
- Data model (entities, relationships, ownership)
|
|
537
534
|
4. Run have-nots check
|
|
538
535
|
5. Write to `.godpowers/arch/ARCH.md`
|
|
539
|
-
6.
|
|
536
|
+
6. Run `npx godpowers state advance --step=arch --status=done --project=.`
|
|
540
537
|
|
|
541
538
|
**Have-nots (Architecture fails if any are true)**:
|
|
542
539
|
- A box in the diagram has no clear responsibility
|
|
@@ -569,7 +566,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
569
566
|
- Dependency list
|
|
570
567
|
- Estimated scope (T-shirt size, not fake precision)
|
|
571
568
|
6. Write to `.godpowers/roadmap/ROADMAP.md`
|
|
572
|
-
7.
|
|
569
|
+
7. Run `npx godpowers state advance --step=roadmap --status=done --project=.`
|
|
573
570
|
|
|
574
571
|
**Have-nots (Roadmap fails if any are true)**:
|
|
575
572
|
- Milestone goal passes substitution test
|
|
@@ -592,7 +589,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
592
589
|
- Document the flip point (when would you reverse this choice?)
|
|
593
590
|
- Document the lock-in cost
|
|
594
591
|
3. Write to `.godpowers/stack/DECISION.md`
|
|
595
|
-
4.
|
|
592
|
+
4. Run `npx godpowers state advance --step=stack --status=done --project=.`
|
|
596
593
|
|
|
597
594
|
**Pause conditions**:
|
|
598
595
|
- Two candidates score within 10% and the flip point is a human constraint
|
|
@@ -613,7 +610,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
613
610
|
5. .gitignore, .editorconfig
|
|
614
611
|
6. Run repo audit
|
|
615
612
|
7. Write audit to `.godpowers/repo/AUDIT.md`
|
|
616
|
-
8.
|
|
613
|
+
8. Run `npx godpowers state advance --step=repo --status=done --project=.`
|
|
617
614
|
|
|
618
615
|
### 2.2 Build (god build)
|
|
619
616
|
|
|
@@ -636,8 +633,8 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
636
633
|
- Agent refactors (REFACTOR)
|
|
637
634
|
- Two-stage review: spec compliance, then code quality
|
|
638
635
|
- Atomic commit on pass
|
|
639
|
-
7.
|
|
640
|
-
8.
|
|
636
|
+
7. Record build verification evidence in `.godpowers/state.json`
|
|
637
|
+
8. Run `npx godpowers state advance --step=build --status=done --project=.` to regenerate the build state view
|
|
641
638
|
|
|
642
639
|
**TDD Enforcement**:
|
|
643
640
|
- If a subagent writes implementation before tests, flag the violation
|
|
@@ -664,7 +661,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
664
661
|
2. Environment parity (dev matches prod)
|
|
665
662
|
3. Rollback plan (documented, tested)
|
|
666
663
|
4. Health checks (not just "is the process running")
|
|
667
|
-
5.
|
|
664
|
+
5. Record deploy evidence in `.godpowers/state.json` and regenerate the deploy state view
|
|
668
665
|
|
|
669
666
|
**Have-nots**:
|
|
670
667
|
- Different build per environment
|
|
@@ -681,7 +678,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
681
678
|
3. Alerting (symptoms, not causes)
|
|
682
679
|
4. Structured logging
|
|
683
680
|
5. Runbooks (tested, not paper)
|
|
684
|
-
6.
|
|
681
|
+
6. Record observability evidence in `.godpowers/state.json` and regenerate the observability state view
|
|
685
682
|
|
|
686
683
|
**Have-nots**:
|
|
687
684
|
- SLO has no error budget policy
|
|
@@ -699,7 +696,7 @@ Silence is not a status. Every tier must have an explicit entry.
|
|
|
699
696
|
3. Launch channels identified with messaging per channel
|
|
700
697
|
4. Launch-day telemetry (source attribution on every signup)
|
|
701
698
|
5. D-7 to D+7 runbook
|
|
702
|
-
6.
|
|
699
|
+
6. Record launch evidence in `.godpowers/state.json` and regenerate the launch state view
|
|
703
700
|
|
|
704
701
|
**Have-nots**:
|
|
705
702
|
- Landing copy passes substitution test (reads generic)
|
|
@@ -750,7 +747,7 @@ God Mode pauses ONLY when:
|
|
|
750
747
|
God Mode NEVER pauses to:
|
|
751
748
|
- Ask permission to proceed to the next tier
|
|
752
749
|
- Confirm it should write a file
|
|
753
|
-
- Report progress (
|
|
750
|
+
- Report progress (the generated progress view does that)
|
|
754
751
|
- Ask "is this okay?" without specific options
|
|
755
752
|
|
|
756
753
|
### Pause Format
|
|
@@ -762,7 +759,7 @@ Every pause includes:
|
|
|
762
759
|
|
|
763
760
|
### Resume Protocol
|
|
764
761
|
On resume:
|
|
765
|
-
1. Read `.godpowers/PROGRESS.md`
|
|
762
|
+
1. Read `.godpowers/state.json`, with `.godpowers/PROGRESS.md` only as a generated legacy fallback when state is missing
|
|
766
763
|
2. Scan all artifact paths
|
|
767
764
|
3. Verify artifact integrity (have-nots check on existing artifacts)
|
|
768
765
|
4. Pick up at the first non-done tier
|
|
@@ -786,8 +783,8 @@ grep-testable against the produced artifact.
|
|
|
786
783
|
- **AI-slop**: Output passes substitution test (reads generic)
|
|
787
784
|
- **Phantom resume**: Agent claims done, artifact not on disk
|
|
788
785
|
- **Ghost handoff**: Tier invoked before upstream artifact exists
|
|
789
|
-
- **Rubber-stamp**:
|
|
790
|
-
- **Silence as skip**: Tier absent from
|
|
786
|
+
- **Rubber-stamp**: state.json says done with no artifact
|
|
787
|
+
- **Silence as skip**: Tier absent from state.json
|
|
791
788
|
- **Paper artifact**: Document exists but mechanism does not
|
|
792
789
|
- **Theater**: Sentences that are neither decision, hypothesis, nor open question
|
|
793
790
|
|
|
@@ -815,7 +812,8 @@ See individual tier sections above.
|
|
|
815
812
|
|
|
816
813
|
```
|
|
817
814
|
.godpowers/
|
|
818
|
-
|
|
815
|
+
state.json # Machine-readable source of truth
|
|
816
|
+
PROGRESS.md # Generated cross-tier progress view
|
|
819
817
|
prd/
|
|
820
818
|
PRD.md # Product Requirements Document
|
|
821
819
|
domain/
|
|
@@ -830,13 +828,13 @@ See individual tier sections above.
|
|
|
830
828
|
repo/
|
|
831
829
|
AUDIT.md # Repo Scaffold Audit
|
|
832
830
|
build/
|
|
833
|
-
STATE.md #
|
|
831
|
+
STATE.md # Generated build state view
|
|
834
832
|
deploy/
|
|
835
|
-
STATE.md #
|
|
833
|
+
STATE.md # Generated deploy pipeline state view
|
|
836
834
|
observe/
|
|
837
|
-
STATE.md #
|
|
835
|
+
STATE.md # Generated observability state view
|
|
838
836
|
launch/
|
|
839
|
-
STATE.md #
|
|
837
|
+
STATE.md # Generated launch state view
|
|
840
838
|
harden/
|
|
841
839
|
FINDINGS.md # Security Findings
|
|
842
840
|
```
|
|
@@ -14,7 +14,7 @@ Set up the deploy pipeline.
|
|
|
14
14
|
|
|
15
15
|
## Gate Check
|
|
16
16
|
|
|
17
|
-
Build is complete. All tests pass. `.godpowers/build
|
|
17
|
+
Build is complete. All tests pass. `.godpowers/state.json` records `tier-2.build.status == done` with passing build verification commands.
|
|
18
18
|
|
|
19
19
|
## Process
|
|
20
20
|
|
|
@@ -91,7 +91,7 @@ Build is complete. All tests pass. `.godpowers/build/STATE.md` shows green.
|
|
|
91
91
|
|
|
92
92
|
## Output
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
Return deploy evidence for `.godpowers/state.json`; `lib/state-views.js` generates `.godpowers/deploy/STATE.md` from these fields:
|
|
95
95
|
|
|
96
96
|
```markdown
|
|
97
97
|
# Deploy State
|
package/agents/god-designer.md
CHANGED
|
@@ -105,8 +105,9 @@ result before applying.
|
|
|
105
105
|
(parsed by `lib/design-spec.js`)
|
|
106
106
|
- `PRODUCT.md` at project root, when impeccable is present (impeccable owns
|
|
107
107
|
the format)
|
|
108
|
-
- `.godpowers/
|
|
109
|
-
command log, drift snapshot
|
|
108
|
+
- `.godpowers/state.json` design evidence with lint history, version,
|
|
109
|
+
impeccable command log, and drift snapshot; `lib/state-views.js`
|
|
110
|
+
regenerates `.godpowers/design/STATE.md`
|
|
110
111
|
|
|
111
112
|
## Validation
|
|
112
113
|
|
|
@@ -29,10 +29,8 @@ intent, architecture, delivery commitments, or org constraints.
|
|
|
29
29
|
- `.godpowers/roadmap/ROADMAP.md`
|
|
30
30
|
- `.godpowers/stack/DECISION.md`
|
|
31
31
|
- `.godpowers/repo/AUDIT.md`
|
|
32
|
-
- `.godpowers/
|
|
33
|
-
- `.godpowers/
|
|
34
|
-
- `.godpowers/observe/STATE.md`
|
|
35
|
-
- `.godpowers/launch/STATE.md`
|
|
32
|
+
- `.godpowers/state.json` build, deploy, observe, and launch evidence
|
|
33
|
+
- `.godpowers/build/PLAN.md`
|
|
36
34
|
- `.godpowers/harden/FINDINGS.md`
|
|
37
35
|
- Source evidence from code, org context, and imported planning systems.
|
|
38
36
|
|