godpowers 1.6.16 → 1.6.19

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.
@@ -25,6 +25,9 @@ Before reading routing data or calling runtime modules, resolve the Godpowers ru
25
25
  4. For status output, load `<runtimeRoot>/lib/dashboard.js` and call
26
26
  `dashboard.compute(projectRoot)`. Use `dashboard.render(result)` for the
27
27
  shared dashboard section before adding route-specific detail.
28
+ 5. If the checkout runtime and installed runtime differ, say which runtime root
29
+ was used. Only call the output a manual disk scan when `lib/dashboard.js`
30
+ cannot be loaded at all.
28
31
 
29
32
  ## Three modes of invocation
30
33
 
@@ -347,11 +350,13 @@ Godpowers Next
347
350
 
348
351
  Godpowers Dashboard
349
352
 
353
+ Source: runtime dashboard (lib/dashboard.js)
354
+
350
355
  Current status:
351
356
  State: proposal
352
357
  Phase: [plain-language phase] (tier [human ordinal] of [human total])
353
358
  Step: [current step label] (step [n] of [total steps])
354
- Progress: [pct]% ([done] of [total] steps complete)
359
+ Progress: [pct]% workflow progress ([done] of [total] tracked steps complete)
355
360
  Worktree: [clean | modified files unstaged | staged changes | mixed]
356
361
  Index: [untouched | staged files listed]
357
362
 
@@ -359,7 +364,7 @@ Planning visibility:
359
364
  PRD: [done | pending | missing | deferred] [path when present]
360
365
  Roadmap: [done | pending | missing | deferred] [path when present]
361
366
  Current milestone: [roadmap milestone, phase, tier, or next planning gate]
362
- Completion: [pct]% [basis from state.json, PROGRESS.md, or artifacts]
367
+ Completion basis: [state.json, PROGRESS.md, artifacts, or audit score source]
363
368
 
364
369
  Suggested next: [/god-X]
365
370
 
@@ -38,9 +38,10 @@ Re-derive state from disk. Your memory is not authoritative. The file system is.
38
38
  - If PROGRESS.md says "done" but artifact is missing: FLAG as phantom resume
39
39
  - If artifact exists but PROGRESS.md says "pending": FLAG as untracked work
40
40
  8. Report the Godpowers Dashboard from `dashboard.render(result)`:
41
+ - Dashboard source: runtime dashboard or unavailable manual scan
41
42
  - Current mode and scale
42
43
  - Current phase, tier number, step label, and step number
43
- - Progress summary: percentage, completed step count, current step number
44
+ - Workflow progress summary: percentage, completed step count, current step number
44
45
  - Planning visibility: PRD status, roadmap status, active milestone, and
45
46
  completion basis
46
47
  - What happened recently, using CHECKPOINT.md actions when available
@@ -55,11 +56,16 @@ Re-derive state from disk. Your memory is not authoritative. The file system is.
55
56
  If the runtime module is unavailable, fall back to the manual scan below and
56
57
  say `Dashboard engine: unavailable, manual scan used`.
57
58
 
59
+ Never mix workflow progress with audit, hygiene, or remediation scores. If an
60
+ audit score is relevant, label it separately as `Audit score`.
61
+
58
62
  ## Output Format
59
63
 
60
64
  ```text
61
65
  Godpowers Dashboard
62
66
 
67
+ Source: runtime dashboard (lib/dashboard.js)
68
+
63
69
  Mode: A (greenfield) Scale: medium
64
70
  Started: 2026-05-09
65
71
 
@@ -67,7 +73,7 @@ Current status:
67
73
  State: in progress
68
74
  Phase: Planning (tier 2 of 4, internal tier-1)
69
75
  Step: Architecture (step 3 of 13)
70
- Progress: 15% (2 of 13 steps complete)
76
+ Progress: 15% workflow progress (2 of 13 tracked steps complete)
71
77
  Worktree: clean
72
78
  Index: untouched
73
79
 
@@ -75,7 +81,7 @@ Planning visibility:
75
81
  PRD: done .godpowers/prd/PRD.md
76
82
  Roadmap: pending
77
83
  Current milestone: Planning / Architecture
78
- Completion: 15% based on PROGRESS.md tracked steps
84
+ Completion basis: .godpowers/state.json workflow steps
79
85
 
80
86
  What happened recently:
81
87
  1. PRD artifact verified on disk
@@ -171,8 +177,10 @@ Report:
171
177
  - Checkpoint: `fresh`, `missing`, `stale`, or `conflicts with state.json`
172
178
  - Reviews: `none` or `<N> pending, suggest /god-review-changes`
173
179
  - Sync: `fresh`, `missing`, `stale`, or `suggest /god-sync`
174
- - Docs: `fresh`, `possible drift, suggest /god-docs`, or
175
- `docs drift-check already logged`
180
+ - Docs: `fresh`, `<N> stale, suggest /god-docs`, `possible drift, suggest
181
+ /god-docs`, or `repo-doc-sync ran`
182
+ - Repo surface: `fresh`, `<N> stale, suggest /god-doctor`, or
183
+ `repo-surface-sync ran`
176
184
  - Runtime: `not-applicable`, `known URL, suggest /god-test-runtime`, or
177
185
  `no known URL, defer deployed verification`
178
186
  - Automation: `not configured`, `<N> active`, or
@@ -35,11 +35,23 @@ User runs `/god-sync` after manual changes. Useful for:
35
35
  3. Call `lib/pillars.pillarizeExisting(projectRoot)` if Pillars is absent or
36
36
  partial, because every Godpowers project must also carry native Pillars
37
37
  context.
38
- 4. If `state.json` contains enabled `source-systems`, auto-invoke
38
+ 4. Call `lib/repo-doc-sync.run(projectRoot)` so README badges, public surface
39
+ counts, release references, contribution docs, and security policy are
40
+ checked before sync closes. Safe mechanical updates are local runtime work.
41
+ Narrative drift should recommend or spawn `god-docs-writer`.
42
+ 5. Call `lib/repo-surface-sync.run(projectRoot)` so command routing, package
43
+ payload, agent handoffs, workflow metadata, recipe routes, extension packs,
44
+ and release policy are checked before sync closes. Structural drift should
45
+ recommend scoped agents such as `god-auditor`, `god-roadmap-reconciler`, or
46
+ `god-coordinator`.
47
+ 6. If repo documentation changed durable project truth, plan or apply Pillars
48
+ updates through `lib/pillars.planArtifactSync` or
49
+ `lib/pillars.applyArtifactSync` under the active Pillars policy.
50
+ 7. If `state.json` contains enabled `source-systems`, auto-invoke
39
51
  `lib/source-sync.run(projectRoot)` so current Godpowers progress is written
40
52
  back to imported GSD, BMAD, or Superpowers companion files. Report this as
41
53
  `Agent: none, local runtime only`.
42
- 5. Spawn god-updater in fresh context with:
54
+ 8. Spawn god-updater in fresh context with:
43
55
  - The reconciliation verdict (if available from a prior /god-reconcile)
44
56
  - Or: re-run reconciliation against current state to detect what changed
45
57
  - Recent commits for context
@@ -51,7 +63,7 @@ Auto-invoked:
51
63
  Trigger: <manual /god-sync, recipe closeout, /god-mode final sync, or other source>
52
64
  Agent: god-updater
53
65
  Local syncs:
54
- - pending: feature-awareness, reverse-sync, source-sync, pillars-sync, checkpoint-sync, context-refresh
66
+ - pending: feature-awareness, reverse-sync, source-sync, repo-doc-sync, repo-surface-sync, pillars-sync, checkpoint-sync, context-refresh
55
67
  Artifacts: pending
56
68
  Log: .godpowers/SYNC-LOG.md
57
69
  ```
@@ -78,6 +90,8 @@ Sync status:
78
90
  + reverse-sync: <scanned N files, updated M footers, populated K review items>
79
91
  + feature-awareness: <recorded runtime features, refreshed context, or no-op>
80
92
  + source-sync: <written GSD/BMAD/Superpowers companion files, no-op, or skipped>
93
+ + repo-doc-sync: <refreshed README badges/counts, recommended god-docs-writer, or no-op>
94
+ + repo-surface-sync: <checked routes/package/agents/workflows/extensions, recommended scoped agents, or no-op>
81
95
  + pillars-sync: <updated N pillar files, no-op, or proposed>
82
96
  + checkpoint-sync: <CHECKPOINT.md updated or skipped>
83
97
  + context-refresh: <updated AGENTS.md/tool pointers, no-op, or skipped by setting>
@@ -122,6 +136,8 @@ Next:
122
136
  | Orphan todos | Closes superseded todos |
123
137
  | Lost threads | Active threads get progress notes |
124
138
  | Pillars drift | Keeps `agents/*.md` aligned with current `.godpowers` artifacts |
139
+ | Repo docs drift | Keeps README badges, repo docs, and release surfaces aligned |
140
+ | Repo surface drift | Keeps routes, packages, agents, workflows, recipes, and extensions aligned |
125
141
 
126
142
  The loop:
127
143
 
@@ -14,12 +14,12 @@ Print version and a short capability summary.
14
14
  ## Output
15
15
 
16
16
  ```
17
- Godpowers v1.6.16
17
+ Godpowers v1.6.19
18
18
  Install: /Users/.../.claude/ (matches package.json)
19
19
  Surface: 109 skills, 40 agents, 13 workflows, 36 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
- Feature awareness: planning-system migration, source-system sync-back, context refresh
22
+ Feature awareness: planning-system migration, source-system sync-back, context refresh, dashboard status labels, repo documentation sync, repo surface sync
23
23
  ```
24
24
 
25
25
  ## Subcommands