godpowers 3.13.0 → 3.13.2

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.
@@ -3,6 +3,15 @@
3
3
  # the agents in the order this file specifies. To preview without running,
4
4
  # use `/god-mode --workflow=<name> --plan`.
5
5
  #
6
+ # Native Pillars context (AGENTS.md + agents/context.md + agents/repo.md) is
7
+ # woven through this arc by the orchestrator's local runtime, not a specialist
8
+ # agent. It is now visible at both ends: the tier-0 `context` preamble runs
9
+ # context-bootstrap (lib/pillars.detect then lib/pillars.init) so a greenfield
10
+ # project is Pillar-ized before planning, and the `final-sync` standard-closeout
11
+ # runs pillars-sync-plan (lib/pillars.planArtifactSync) so the pillars reflect
12
+ # the artifacts the arc produced. Both are local runtime calls; see
13
+ # references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md "Native Pillars context".
14
+ #
6
15
  apiVersion: godpowers/v1
7
16
  kind: Workflow
8
17
  metadata:
@@ -15,8 +24,17 @@ metadata:
15
24
  on: [/god-mode]
16
25
 
17
26
  jobs:
27
+ context:
28
+ tier: 0
29
+ uses: god-orchestrator@^1.0.0
30
+ local-helper-groups:
31
+ - context-bootstrap
32
+ with:
33
+ action: pillars-bootstrap
34
+
18
35
  prd:
19
36
  tier: 1
37
+ needs: context
20
38
  uses: god-pm@^1.0.0
21
39
  with:
22
40
  template: PRD.md