godpowers 1.6.17 → 1.6.20

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.
@@ -39,14 +39,20 @@ User runs `/god-sync` after manual changes. Useful for:
39
39
  counts, release references, contribution docs, and security policy are
40
40
  checked before sync closes. Safe mechanical updates are local runtime work.
41
41
  Narrative drift should recommend or spawn `god-docs-writer`.
42
- 5. If repo documentation changed durable project truth, plan or apply Pillars
42
+ 5. Call `lib/repo-surface-sync.run(projectRoot)` so command routing, package
43
+ payload, agent handoffs, workflow metadata, recipe routes, extension packs,
44
+ route quality, recipe coverage, release surfaces, and release policy are
45
+ checked before sync closes. Structural drift should recommend scoped agents
46
+ such as `god-auditor`, `god-roadmap-reconciler`, `god-coordinator`, or
47
+ `god-docs-writer`.
48
+ 6. If repo documentation changed durable project truth, plan or apply Pillars
43
49
  updates through `lib/pillars.planArtifactSync` or
44
50
  `lib/pillars.applyArtifactSync` under the active Pillars policy.
45
- 6. If `state.json` contains enabled `source-systems`, auto-invoke
51
+ 7. If `state.json` contains enabled `source-systems`, auto-invoke
46
52
  `lib/source-sync.run(projectRoot)` so current Godpowers progress is written
47
53
  back to imported GSD, BMAD, or Superpowers companion files. Report this as
48
54
  `Agent: none, local runtime only`.
49
- 7. Spawn god-updater in fresh context with:
55
+ 8. Spawn god-updater in fresh context with:
50
56
  - The reconciliation verdict (if available from a prior /god-reconcile)
51
57
  - Or: re-run reconciliation against current state to detect what changed
52
58
  - Recent commits for context
@@ -58,7 +64,7 @@ Auto-invoked:
58
64
  Trigger: <manual /god-sync, recipe closeout, /god-mode final sync, or other source>
59
65
  Agent: god-updater
60
66
  Local syncs:
61
- - pending: feature-awareness, reverse-sync, source-sync, repo-doc-sync, pillars-sync, checkpoint-sync, context-refresh
67
+ - pending: feature-awareness, reverse-sync, source-sync, repo-doc-sync, repo-surface-sync, route-quality-sync, recipe-coverage-sync, release-surface-sync, pillars-sync, checkpoint-sync, context-refresh
62
68
  Artifacts: pending
63
69
  Log: .godpowers/SYNC-LOG.md
64
70
  ```
@@ -86,6 +92,10 @@ Sync status:
86
92
  + feature-awareness: <recorded runtime features, refreshed context, or no-op>
87
93
  + source-sync: <written GSD/BMAD/Superpowers companion files, no-op, or skipped>
88
94
  + repo-doc-sync: <refreshed README badges/counts, recommended god-docs-writer, or no-op>
95
+ + repo-surface-sync: <checked routes/package/agents/workflows/extensions, recommended scoped agents, or no-op>
96
+ + route-quality-sync: <checked atomic spawns and contextual exits, no-op, or recommended god-auditor>
97
+ + recipe-coverage-sync: <checked high-frequency intent recipes, no-op, or recommended god-roadmap-reconciler>
98
+ + release-surface-sync: <checked badges/changelog/release/package guards, no-op, or recommended god-docs-writer>
89
99
  + pillars-sync: <updated N pillar files, no-op, or proposed>
90
100
  + checkpoint-sync: <CHECKPOINT.md updated or skipped>
91
101
  + context-refresh: <updated AGENTS.md/tool pointers, no-op, or skipped by setting>
@@ -131,6 +141,7 @@ Next:
131
141
  | Lost threads | Active threads get progress notes |
132
142
  | Pillars drift | Keeps `agents/*.md` aligned with current `.godpowers` artifacts |
133
143
  | Repo docs drift | Keeps README badges, repo docs, and release surfaces aligned |
144
+ | Repo surface drift | Keeps routes, packages, agents, workflows, recipes, and extensions aligned |
134
145
 
135
146
  The loop:
136
147
 
@@ -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
- Surface: 109 skills, 40 agents, 13 workflows, 36 recipes
19
+ Surface: 109 skills, 40 agents, 13 workflows, 40 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