godpowers 0.15.12 → 0.15.13

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 CHANGED
@@ -5,6 +5,22 @@ All notable changes to Godpowers will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.15.13] - 2026-05-11
9
+
10
+ Access ladder release. Tightens `/god-mode --yolo` shipping closure so keys,
11
+ API tokens, dashboards, admin consoles, and provider access are requested only
12
+ when a concrete check proves they are needed.
13
+
14
+ ### Changed
15
+ - Added an External Access Ladder to the Shipping Closure Protocol: ask first
16
+ for the deployed staging origin, run the real staging smoke command, then ask
17
+ for one additional access item only when the next named check requires it.
18
+ - Deploy, observability, launch, and full-arc instructions now cap blocked
19
+ shipping pauses to one new external access item unless a single command
20
+ genuinely requires several values together.
21
+ - God Mode now treats provider keys and API tokens as last-mile inputs, not
22
+ upfront rollout prerequisites.
23
+
8
24
  ## [0.15.12] - 2026-05-11
9
25
 
10
26
  Shipping closure release. Prevents `/god-mode --yolo` from stopping with broad
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/aihxp/godpowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Version](https://img.shields.io/badge/version-0.15.12-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-0.15.13-blue)](CHANGELOG.md)
6
6
  [![npm](https://img.shields.io/npm/v/godpowers.svg)](https://www.npmjs.com/package/godpowers)
7
7
 
8
8
  **Ship fast. Ship right. Ship everything. Ship accountably.**
@@ -61,9 +61,17 @@ Build is complete. All tests pass. `.godpowers/build/STATE.md` shows green.
61
61
  run the same smoke command against it.
62
62
  - If provider credentials, DNS, TLS, dashboard access, or production secrets are
63
63
  missing, write `.godpowers/deploy/WAITING-FOR-EXTERNAL-ACCESS.md`.
64
- - That file must contain one smallest access bundle, exact env var names,
65
- exact dashboard/provider links or placeholders, and the command Godpowers will
66
- run after access exists.
64
+ - That file must contain the smallest next access item, exact env var names
65
+ only when needed by the next command, exact provider links only when a failed
66
+ check proves they are needed, and the command Godpowers will run after access
67
+ exists.
68
+ - Default first pause: ask only for `STAGING_APP_URL=<staging-origin>` so the
69
+ real smoke command can run. Do not ask for provider keys, API tokens,
70
+ dashboards, DNS tokens, production secrets, admin consoles, or test users
71
+ until a named deploy, smoke, rollback, health, callback, webhook, export, or
72
+ observability check cannot run without that exact item.
73
+ - Add at most one new external access item per pause unless one command
74
+ invocation genuinely requires several values together.
67
75
  - Do not return a broad checklist as the final answer. Either return tested
68
76
  deploy readiness or the one access bundle.
69
77
 
@@ -105,3 +113,4 @@ Write `.godpowers/deploy/STATE.md`:
105
113
  - Paper canary (label without traffic split)
106
114
  - Broad provider checklist with no scripts or exact access bundle
107
115
  - Marks deploy done when the only verified target is missing
116
+ - Requests all provider keys before the staging URL smoke check has run
@@ -70,12 +70,15 @@ For each channel:
70
70
  `.godpowers/deploy/WAITING-FOR-EXTERNAL-ACCESS.md` if present, and
71
71
  `.godpowers/observe/STATE.md`.
72
72
  - If deploy or observe is waiting on external access, do not create a broad
73
- dashboard checklist. Reference the single waiting access bundle and write
74
- launch state as `waiting-for-external-access`.
73
+ dashboard checklist. Reference only the smallest next access item from the
74
+ waiting bundle and write launch state as `waiting-for-external-access`.
75
75
  - If a staging or production URL is available, run or specify the exact smoke
76
76
  command and record the result.
77
77
  - If only local staging is available, run local launch-readiness checks and
78
78
  clearly label scope as local readiness, not live launch.
79
+ - Do not ask for launch-channel accounts, analytics dashboards, provider
80
+ dashboards, API keys, or admin consoles until a named launch-readiness or
81
+ smoke check cannot run without that exact access.
79
82
 
80
83
  ## Output
81
84
 
@@ -92,6 +95,8 @@ Write `.godpowers/launch/STATE.md` with all artifacts.
92
95
  - "We'll figure out marketing later"
93
96
  - Broad provider checklist instead of one exact external access bundle
94
97
  - Declares live launch without a verified live target
98
+ - Requests launch or provider credentials before the live staging smoke check
99
+ proves they are needed
95
100
 
96
101
  ## Pause Conditions
97
102
 
@@ -64,8 +64,12 @@ For each PRD success metric, define an SLO:
64
64
  dashboards, and runbooks.
65
65
  - If the provider is not reachable, create provider-neutral dashboard and alert
66
66
  definitions as code when possible.
67
- - If dashboard/API credentials are missing, append them to the single waiting
68
- access bundle instead of returning a broad checklist.
67
+ - If dashboard/API credentials are missing, do not request them until the next
68
+ executable observability check specifically requires that provider access.
69
+ Prefer local definitions as code, runbook dry-runs, log-shape checks, and CI
70
+ verification first.
71
+ - If a credential is truly required, append one exact access item to the single
72
+ waiting access bundle, with the command that will run next.
69
73
  - Under `/god-mode --yolo`, continue through every local or CI-verifiable
70
74
  observability check before pausing for external access.
71
75
 
@@ -88,3 +92,5 @@ Write `.godpowers/observe/STATE.md` with:
88
92
  - Alert with no runbook
89
93
  - Broad dashboard checklist instead of definitions as code or one exact access
90
94
  bundle
95
+ - Requests dashboards or API keys before local observability definitions are
96
+ created and checked
@@ -348,13 +348,32 @@ For deploy, observe, harden, and launch:
348
348
  5. Under `--yolo`, auto-pick safe defaults for provider-neutral choices and
349
349
  continue through every local and CI-verifiable gate.
350
350
  6. Only pause when real external access is required and absent. The pause must
351
- ask for one concrete thing, such as "provide STAGING_URL and these 5 secrets"
352
- or "confirm production DNS host and token." Do not output a long checklist
353
- as the stopping condition.
351
+ ask for the smallest next input needed to run the next concrete check. The
352
+ first pause should usually ask only for the deployed staging origin, for
353
+ example `STAGING_APP_URL=<staging-origin>`. Do not ask for API keys,
354
+ provider dashboards, DNS tokens, production secrets, or admin consoles until
355
+ a specific scripted check cannot run without that exact access.
354
356
  7. Do not say "Suggested next" for a blocked shipping tier. Say either
355
357
  `Arc complete` or `PAUSE: external access required`, with the exact artifact
356
358
  that lists the required bundle.
357
359
 
360
+ ### External Access Ladder
361
+
362
+ Use this order when external access is missing:
363
+
364
+ 1. Ask for the deployed staging origin only if no live target URL is known.
365
+ 2. Run the real staging smoke command against that origin.
366
+ 3. Ask for a provider key, dashboard, admin console, or test user only when a
367
+ named smoke, callback, webhook, export, observability, or rollback check
368
+ fails or cannot execute without that exact item.
369
+ 4. Add at most one new access item per pause unless several items are required
370
+ by the same command invocation.
371
+ 5. Every access request must include the command that will run next and the
372
+ artifact that will be updated after it runs.
373
+
374
+ Never request every possible key or API at the start of shipping. Keys and API
375
+ tokens are last-mile inputs.
376
+
358
377
  ## YOLO Behavior with Design + Linkage
359
378
 
360
379
  | Concern | Default | --yolo |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godpowers",
3
- "version": "0.15.12",
3
+ "version": "0.15.13",
4
4
  "description": "AI-powered development system: 104 slash commands and 38 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
5
5
  "bin": {
6
6
  "godpowers": "./bin/install.js"
@@ -47,6 +47,13 @@ env manifest, and local staging harness first. If real external access is still
47
47
  required, pause on the single access bundle in
48
48
  `.godpowers/deploy/WAITING-FOR-EXTERNAL-ACCESS.md`.
49
49
 
50
+ The single access bundle must be incremental. Ask for the smallest next item
51
+ needed to run the next command. If no live target URL is known, ask only for
52
+ `STAGING_APP_URL=<staging-origin>` and the exact smoke command that will run.
53
+ Do not ask for provider keys, API tokens, dashboards, DNS tokens, production
54
+ secrets, admin consoles, or test users until a specific scripted check proves
55
+ that exact item is required.
56
+
50
57
 
51
58
  ## Re-invocation contract
52
59
 
@@ -54,6 +54,11 @@ the launch runbook, smoke command, source attribution plan, and local
54
54
  launch-readiness checks. If real launch is blocked by missing external access,
55
55
  pause on the single access bundle from deploy or launch state.
56
56
 
57
+ The launch pause must not expand into every possible channel, analytics, or
58
+ provider credential. Ask only for the next missing access item needed to run a
59
+ named live smoke, launch-readiness, attribution, or monitoring check. If no
60
+ live target URL is known, ask only for `STAGING_APP_URL=<staging-origin>`.
61
+
57
62
 
58
63
  ## Re-invocation contract
59
64
 
@@ -85,6 +85,11 @@ You are receiving a /god-mode invocation. Your job is to spawn the
85
85
  Shipping Closure Protocol: verify a real environment when available,
86
86
  otherwise create local/CI-verifiable deploy automation and pause only for
87
87
  one exact external access bundle.
88
+ - Instruction that keys, API tokens, dashboards, admin consoles, and
89
+ provider-specific access are last-mile inputs. The first external pause
90
+ should ask only for the smallest next item needed by a concrete command,
91
+ usually `STAGING_APP_URL=<staging-origin>`. Ask for additional provider
92
+ access only after a named check proves it is needed.
88
93
 
89
94
  6. Orchestrator runs the appropriate workflow:
90
95
  - Greenfield -> full-arc
@@ -45,6 +45,11 @@ update alert definitions, dashboard definitions, runbooks, and local checks
45
45
  first. If real provider access is still required, append the exact missing
46
46
  credentials to `.godpowers/deploy/WAITING-FOR-EXTERNAL-ACCESS.md`.
47
47
 
48
+ Provider credentials are last-mile inputs. Do not ask for dashboard access,
49
+ API keys, or observability admin consoles until the local definitions, runbook
50
+ dry-runs, log-shape checks, and CI-verifiable checks are done and the next
51
+ named command cannot run without one exact credential.
52
+
48
53
 
49
54
  ## Re-invocation contract
50
55
 
@@ -69,11 +69,16 @@ jobs:
69
69
  closure:
70
70
  on-missing-external-access: create-waiting-access-bundle
71
71
  local-verification-required: true
72
+ access-order: ask-for-staging-url-before-provider-keys
73
+ max-new-access-items-per-pause: 1
72
74
 
73
75
  observe:
74
76
  tier: 3
75
77
  needs: deploy
76
78
  uses: god-observability-engineer@^1.0.0
79
+ closure:
80
+ access-order: ask-for-local-definitions-before-provider-keys
81
+ max-new-access-items-per-pause: 1
77
82
 
78
83
  harden:
79
84
  tier: 3
@@ -91,3 +96,5 @@ jobs:
91
96
  closure:
92
97
  no-broad-checklists: true
93
98
  on-missing-external-access: pause-with-single-access-bundle
99
+ access-order: ask-for-staging-url-before-provider-keys
100
+ max-new-access-items-per-pause: 1