@aopslabs/aops 0.3.24 → 0.3.25

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.
Files changed (64) hide show
  1. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/SKILL.md +0 -1
  2. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/agentspace/SKILL.md +0 -6
  3. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/collaborative-work/SKILL.md +1 -2
  4. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/working-disciplines/SKILL.md +2 -5
  5. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/agentspace.md +1 -16
  6. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/aops-cli.md +4 -33
  7. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/working-disciplines.md +32 -138
  8. package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/manifest.json +17 -22
  9. package/agent-assets-release/agent-assets/inventory.json +5 -5
  10. package/agent-assets-release/agent-assets/projection.json +1 -1
  11. package/agent-assets-release/agent-assets-release.json +48 -53
  12. package/agent-assets-release/agent-assets-release.sigstore.json +27 -28
  13. package/assets/agent-assets/core/SKILL.md +0 -1
  14. package/assets/agent-assets/core/references/agentspace/SKILL.md +0 -6
  15. package/assets/agent-assets/core/references/collaborative-work/SKILL.md +1 -2
  16. package/assets/agent-assets/core/references/working-disciplines/SKILL.md +2 -5
  17. package/assets/agent-assets/core/user-guides/agentspace.md +1 -16
  18. package/assets/agent-assets/core/user-guides/aops-cli.md +4 -33
  19. package/assets/agent-assets/core/user-guides/working-disciplines.md +32 -138
  20. package/dist/commands/checkpoint.js +4 -23
  21. package/dist/commands/community-server.js +212 -6
  22. package/dist/commands/db.js +145 -0
  23. package/dist/commands/experience.js +0 -2
  24. package/dist/commands/memory.js +8 -2
  25. package/dist/commands/official-catalog.js +1 -1
  26. package/dist/commands/plan.js +2 -2
  27. package/dist/commands/pm/index.js +39 -3
  28. package/dist/commands/pm/projectman.js +281 -8
  29. package/dist/commands/start-disciplines.js +8 -21
  30. package/dist/commands/start.js +20 -504
  31. package/dist/lib/agent-assets/native-fs.js +2 -2
  32. package/dist/lib/community-migration-snapshot.js +43 -2
  33. package/dist/lib/community-native-backup.js +386 -0
  34. package/dist/lib/community-native-lifecycle.js +93 -4
  35. package/dist/lib/community-native-migration.js +20 -0
  36. package/dist/main.js +2 -2
  37. package/dist/seeds/agents-md.js +1 -1
  38. package/dist/utils/playbook-workspace.js +5 -33
  39. package/dist/utils/session-guidance.js +0 -7
  40. package/native/bin/darwin-arm64/aops-agent-assets-fs +0 -0
  41. package/native/bin/darwin-x64/aops-agent-assets-fs +0 -0
  42. package/native/bin/win32-x64/aops-agent-assets-fs.exe +0 -0
  43. package/native/manifest.json +4 -4
  44. package/native/qualifications/win32-x64.json +2 -2
  45. package/native/tui/darwin-arm64/aops-tui +0 -0
  46. package/native/tui/linux-x64/aops-tui +0 -0
  47. package/native/tui/win32-x64/aops-tui.exe +0 -0
  48. package/package.json +18 -6
  49. package/agent-assets-release/agent-assets/core/647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09/files/references/mission/SKILL.md +0 -54
  50. package/assets/agent-assets/core/references/mission/SKILL.md +0 -54
  51. package/dist/commands/mission.js +0 -562
  52. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/aops-cli-core/SKILL.md +0 -0
  53. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/chatv3/SKILL.md +0 -0
  54. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/discuss/SKILL.md +0 -0
  55. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/docman/SKILL.md +0 -0
  56. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/projectman/SKILL.md +0 -0
  57. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/sys/SKILL.md +0 -0
  58. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/references/view/SKILL.md +0 -0
  59. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/agent-assets.md +0 -0
  60. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/aops-system.md +0 -0
  61. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/chatv3.md +0 -0
  62. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/docman.md +0 -0
  63. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/projectman.md +0 -0
  64. /package/agent-assets-release/agent-assets/core/{647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09 → bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb}/files/user-guides/sys.md +0 -0
@@ -21,7 +21,6 @@ this gateway loaded.
21
21
  | install/setup, PostgreSQL, auth, server, health, sync, views, client assets | `references/aops-cli-core/SKILL.md` |
22
22
  | read-only local dashboard, sprint/task/board views, focused digest | `references/view/SKILL.md` |
23
23
  | durable memory, reusable prompts/skills/resources/artifacts, experience | `references/agentspace/SKILL.md` |
24
- | durable session intent and resume packs | `references/mission/SKILL.md` |
25
24
  | boards, tasks, sprints/plans, issues, feedback, reviews, handoffs | `references/projectman/SKILL.md` |
26
25
  | versioned documents, sections, links, search, answer, mirrors | `references/docman/SKILL.md` |
27
26
  | encrypted coordination rooms, foreground listen, messages, membership | `references/chatv3/SKILL.md` |
@@ -49,12 +49,6 @@ aops resource create --help
49
49
  Hosted prompt/skill truth lives on the server. Local mirrors are read-only
50
50
  context. Artifact records are metadata/pointers, not a large binary store.
51
51
 
52
- ## Missions and sessions
53
-
54
- For durable session intent and resume packs, load `../mission/SKILL.md` rather
55
- than the full Agentspace guide. For rooms/messages load
56
- `../chatv3/SKILL.md`; for structured consensus load
57
- `../discuss/SKILL.md`.
58
52
 
59
53
  ## Raw discovery fallback
60
54
 
@@ -15,7 +15,6 @@ requirement. Select one mode at kickoff and use
15
15
  aops sync status --json
16
16
  aops view dashboard --style agent
17
17
  aops start --task "<task>" --json --out ./aops-start.md
18
- aops mission resume --id <mission-id> --json
19
18
  aops pm board resume --board <slug> --json
20
19
  ```
21
20
 
@@ -29,7 +28,7 @@ explicitly marked operator-owned, especially agent identities and roles.
29
28
  2. Create or identify the Projectman task/plan appropriate to the work size.
30
29
  3. Implement one bounded slice.
31
30
  4. Run focused validation and read back hosted mutations.
32
- 5. Update status/handoff; keep board/mission open unless closeout was requested.
31
+ 5. Update status/handoff; keep the board open unless closeout was requested.
33
32
 
34
33
  Useful reads:
35
34
 
@@ -22,7 +22,7 @@ Transport and method are separate:
22
22
  | `solo-pm-loop` | One agent can deliver the bounded work | PM status, focused validation, handoff |
23
23
  | `build-review-chat` | Implementation benefits from an independent review | PM review-request/result; chat only wakes |
24
24
  | `design-first-consensus` | A material design decision needs independent stances before build | Discuss conclusion linked to plan |
25
- | `coordinator-loop` | Several delegated slices need explicit coordinator ownership | Mission policy, slice tasks/reviews, integration gate |
25
+ | `coordinator-loop` | Several delegated slices need explicit coordinator ownership | Projectman policy, slice tasks/reviews, integration gate |
26
26
 
27
27
  Do not choose a heavier discipline solely because multiple tools exist. The
28
28
  operator owns agent count, identities, roles, and closeout authority.
@@ -37,11 +37,8 @@ aops start --task "<task>" --mode chat-room \
37
37
  --discipline build-review-chat --json --out ./aops-start.md
38
38
  ```
39
39
 
40
- Inspect `result.mission.policyJson` and persist it only if a durable mission is
41
- appropriate:
42
40
 
43
41
  ```bash
44
- aops mission create --objective "<objective>" \
45
42
  --policy-json '@policy.json' --apply --json
46
43
  ```
47
44
 
@@ -53,7 +50,7 @@ aops mission create --objective "<objective>" \
53
50
  4. Use ChatV3 (`aops chat`) for coordination/wake, Discuss for consensus, and
54
51
  Projectman review-request/result for review truth.
55
52
  5. Keep scope changes and blockers explicit; do not fabricate peer approval.
56
- 6. Ordinary stop writes status/handoff and keeps mission/board/room open.
53
+ 6. Ordinary stop writes status/handoff and keeps board/room open.
57
54
 
58
55
  ## Discipline-specific minimums
59
56
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  Agentspace owns durable agent/operator context and reusable hosted assets:
8
8
  memory, synopsis, prompts, skills, resources, artifacts, activity, experience,
9
- agent profiles, missions, and structured discussion topics.
9
+ agent profiles and structured discussion topics.
10
10
 
11
11
  It does not own every part of a work session:
12
12
 
@@ -30,7 +30,6 @@ Prefer small, token-efficient reads:
30
30
  ```bash
31
31
  aops mem brief --subject project --json
32
32
  aops mem search --q "<decision or constraint>" --limit 10 --json
33
- aops mission resume --id <mission-id> --json
34
33
  aops view digest --task <task-id> --depth shallow
35
34
  aops pm review-request list --status open --json
36
35
  aops chat session list --json
@@ -157,20 +156,6 @@ materialize `contentHash` in the RR reference. The result must repeat the exact
157
156
  same evidence reference. If the draft hash changes, the old acceptance covers
158
157
  only the old bytes and a new re-review is required.
159
158
 
160
- ## 8 Missions and closeout
161
-
162
- Missions preserve objective and policy; Projectman preserves implementation
163
- state. Ordinary stop writes a bounded handoff and keeps the mission/task/room
164
- open. Operator-approved closeout verifies:
165
-
166
- 1. source and PM state are consistent;
167
- 2. requested tests and independent reviews are recorded;
168
- 3. material findings are resolved or explicitly deferred;
169
- 4. the final ChatV3 message points to durable records;
170
- 5. only then are task/mission/room lifecycle states closed as authorized.
171
-
172
- Do not archive a room merely because one listener timed out. Do not mark a
173
- review accepted from a chat message alone.
174
159
 
175
160
  ## 9 Raw discovery and troubleshooting
176
161
 
@@ -1045,7 +1045,6 @@ Sik kullanilan komutlar:
1045
1045
  ```bash
1046
1046
  aops start --mode solo --board <board> --task "<task>" --json --out tmp/start.md
1047
1047
  aops start --mode chat-room --board <board> --discipline build-review-chat --json
1048
- aops start --resume <mission-id> --mode solo --board <board> --json
1049
1048
  aops start --reminder --task "<current task>" --area <area> --limit 3 --json
1050
1049
  ```
1051
1050
 
@@ -1054,41 +1053,13 @@ Ready sonucunda onemli alanlar:
1054
1053
  1. `result.promptRef.path` / `result.promptRef.sha256` - prompt dosyasi ve hash'i.
1055
1054
  2. `result.memoryBrief` - read-only local-cache memory startup pack; `--no-memory-brief` bunu atlar.
1056
1055
  3. `result.sessionGuidance` - layered runtime rules, discipline guardrails, accepted playbooks, ranked experience briefs.
1057
- 4. `result.mission.policyJson` - mission create/update icin free-form policy seed.
1058
1056
 
1059
1057
  `start --reminder` full kickoff degildir: soru sormaz, full starter prompt serialize etmez, PM/memory/hosted state yazmaz. Session ortasinda "neredeydik, hangi kurallar/playbook/experience gecerlidir?" sorusuna bounded read-only cevap verir.
1060
1058
 
1061
- ## 35 Mission and implementation plan
1062
1059
 
1063
- ### 35.1 Overview
1064
-
1065
- #### 35.1.1 Overview
1066
-
1067
- Mission Agentspace-owned session anchor'dir; Projectman task/sprint/RR truth'un yerine gecmez. Implementation-plan ise Projectman sprint facade'idir; plan id sprint id'dir.
1068
-
1069
- ```bash
1070
- aops mission create --objective "<objective>" --policy-json '<json>' --apply --json
1071
- aops mission list --summary --json
1072
- aops mission get --id <mission-id> --json
1073
- aops mission update --id <mission-id> --active-plan <sprint-id> --apply --json
1074
- aops mission resume --id <mission-id> --depth light --limit 8 --json
1075
-
1076
- aops plan create --task <task-id> --name "<plan name>" --goal "<goal>" --apply --json
1077
- aops plan get --id <sprint-id> --json
1078
- aops plan update --id <sprint-id> --phases-json '@tmp/phases.json' --apply --json
1079
- ```
1060
+ ## 35 Playbook and experience consult
1080
1061
 
1081
- Kurallar:
1082
-
1083
- 1. Mission intent, status, policy ve active plan ref tutar.
1084
- 2. Task, sprint phase/microtask, issue, feedback, RR/RRR Projectman'dedir.
1085
- 3. Mission resume compact ve token-bounded'dir; raw skeleton icin `mission resume --full` yalniz gerekliyse kullanilir.
1086
- 4. `start --resume <mission-id>` starter prompt ile ayni compact mission pack'i birlestirir.
1087
- 5. Tek maddelik microtask editleri icin `aops pm utask ...` kullan; plan facade ikinci tablo degildir.
1088
-
1089
- ## 36 Playbook and experience consult
1090
-
1091
- ### 36.1 Overview
1062
+ ### 35.1 Overview
1092
1063
 
1093
1064
  #### 36.1.1 Overview
1094
1065
 
@@ -1108,9 +1079,9 @@ aops skill current --id <skill-id> --summary --json
1108
1079
 
1109
1080
  Default experience limit 3, hard max 5'tir. Brief ilgisizse full body okunmaz; ilgiliyse skill/prompt/current summary, memory/experience detail veya doc ladder ile hedefli okunur.
1110
1081
 
1111
- ## 37 Checkpoint cadence
1082
+ ## 36 Checkpoint cadence
1112
1083
 
1113
- ### 37.1 Overview
1084
+ ### 36.1 Overview
1114
1085
 
1115
1086
  #### 37.1.1 Overview
1116
1087
 
@@ -23,7 +23,7 @@ A discipline is:
23
23
  - memory cadence
24
24
  - plan and slice rhythm
25
25
 
26
- A discipline is role-agnostic. Reusable discipline text names roles such as `implementer`, `reviewer`, `coordinator`, and `operator-approver`; it does not bind concrete agents to those roles. Concrete agent-to-role assignment belongs in mission-specific `mission.policy.roles`.
26
+ A discipline is role-agnostic. Reusable discipline text names roles such as `implementer`, `reviewer`, `coordinator`, and `operator-approver`; it does not bind concrete agents to those roles. Concrete agent-to-role assignment belongs in the session-specific discipline policy.
27
27
 
28
28
  The four canonical ids are:
29
29
 
@@ -32,7 +32,7 @@ The four canonical ids are:
32
32
  | `solo-pm-loop` | Single-agent or low-uncertainty work | Projectman, optional RR, memory |
33
33
  | `build-review-chat` | Live implementer plus reviewer work | Projectman RR/RRR, ChatV3 wake, memory |
34
34
  | `design-first-consensus` | High design uncertainty or irreversible choices | Discuss, operator approval, Projectman |
35
- | `coordinator-loop` | Operator delegates session management to one coordinator agent directing implementer agents | Mission policy, Projectman RR/RRR, ChatV3 room, memory |
35
+ | `coordinator-loop` | Operator delegates session management to one coordinator agent directing implementer agents | Projectman RR/RRR, ChatV3 room, memory |
36
36
 
37
37
  `mode` is transport/session shape: `solo`, `solo+async-review`, or `chat-room`.
38
38
  `discipline` is the work policy. A chat-room mode usually maps to
@@ -87,111 +87,22 @@ The start pack includes:
87
87
  - `method.selected` with `aliasOf: "discipline"`
88
88
  - `guardrails[]`
89
89
  - `guardrailGroups.execution` and `guardrailGroups.closeout`
90
- - `policy` and `policyJson` for mission policy seeding
91
90
  - `policy.closeout` with explicit closeout command hints
92
91
  - apply-required `deferredBindings`
93
92
 
94
- ## 3 Mission policy convention
95
93
 
96
- ### 3.1 Overview
97
-
98
- #### 3.1.1 Overview
99
-
100
- Mission policy stays free-form, but AOPS uses this convention. The current
101
- `aops start --json` seed includes the main policy groups plus the expanded
102
- selection/orchestration helpers shown below:
103
-
104
- ```json
105
- {
106
- "discipline": {
107
- "id": "build-review-chat",
108
- "version": "s1",
109
- "enforcement": "advisory",
110
- "selectedBy": "operator",
111
- "selectedVia": "--discipline",
112
- "recommended": "solo-pm-loop",
113
- "signals": {
114
- "mode": "solo",
115
- "agentCount": 1
116
- },
117
- "rationale": ["explicit discipline flag supplied"]
118
- },
119
- "signalMapping": {
120
- "mode": "transport/session shape",
121
- "agentCount": "coordination complexity",
122
- "workSize": "planning granularity",
123
- "decisionUncertainty": "design-first trigger",
124
- "operatorInterface": "delegation trigger for coordinator-loop"
125
- },
126
- "guardrails": [],
127
- "guardrailGroups": {
128
- "execution": [],
129
- "closeout": []
130
- },
131
- "closeout": {
132
- "required": true,
133
- "trigger": "explicit",
134
- "guardrailIds": ["closeout-handoff-memory"],
135
- "check": {
136
- "command": null,
137
- "mode": "read-only",
138
- "state": "not-shipped-use-owner-readbacks",
139
- "statusStates": [
140
- "present",
141
- "missing",
142
- "deferred-with-owner",
143
- "not-applicable",
144
- "waived-by-operator"
145
- ]
146
- },
147
- "handoff": {
148
- "command": "aops pm handoff write --help",
149
- "mode": "owner-surface"
150
- }
151
- },
152
- "review": {},
153
- "issue": {},
154
- "memory": {},
155
- "plan": {},
156
- "planning": {},
157
- "orchestration": {},
158
- "vocabBridge": {
159
- "mode": { "meaning": "transport/session shape" },
160
- "discipline": { "meaning": "policy preset plus guardrails" },
161
- "method": { "aliasOf": "discipline" }
162
- }
163
- }
164
- ```
165
-
166
- Use `result.mission.policyJson` from `aops start --json` with
167
- `aops mission create --policy-json` or `aops mission update --policy-json`.
168
-
169
- The exact policy is still advisory and free-form. Treat this convention as a
170
- stable reading/writing shape, not as a strict schema.
171
-
172
- `mission.policy.roles` may bind the generic roles for one mission, for example `implementer`, `reviewer`, `coordinator`, and `operator-approver`. A `coordinator-loop` mission typically binds `roles.operator`, `roles.coordinator`, and one or more `roles.implementer` entries; `roles.reviewer` defaults to the coordinator when absent. This binding is mission-local evidence and must not be copied into reusable discipline docs as a fixed Codex/Claude assignment.
94
+ ## 3 Guardrail registry
173
95
 
174
- `guardrailGroups.execution` and `guardrailGroups.closeout` are presentation
175
- groups over the same `guardrails[]` registry. `policy.closeout` is an
176
- explicit-before-leaving convention: it records required closeout guardrails,
177
- the required owner readbacks and a Projectman/memory handoff. This Community
178
- release has no `mission check` or `mission handoff` command, and it never closes
179
- boards or chat rooms automatically.
180
-
181
- ## 4 Guardrail registry
182
-
183
- ### 4.1 Overview
96
+ ### 3.1 Overview
184
97
 
185
98
  #### 4.1.1 Overview
186
99
 
187
100
  Every guardrail now has a phase:
188
101
 
189
102
  - `execution`: applies while planning, implementing, reviewing, and committing.
190
- - `closeout`: applies before leaving a mission/session or handing it to the next run.
103
+ - `closeout`: applies before leaving a session or handing it to the next run.
191
104
 
192
105
  Empty `evidence` means reviewer-attested/non-auto-checkable in S1/S2. A later
193
- `mission check --closeout` must not auto-fail those rows; it may report them as
194
- not-applicable or reviewer-attested. Non-empty evidence names a surface that a
195
106
  future read-only check can inspect.
196
107
 
197
108
  | Guardrail id | Phase | Disciplines | Evidence | Enforcement |
@@ -201,7 +112,7 @@ future read-only check can inspect.
201
112
  | `verify-first-initial-stance` | execution | `build-review-chat`, `design-first-consensus` | `chatv3.message` | advisory |
202
113
  | `coordinator-independent-research` | execution | `coordinator-loop` | `projectman.kanban-task`, `projectman.sprint` | advisory |
203
114
  | `single-operator-interface` | execution | `coordinator-loop` | `chatv3.message` | advisory |
204
- | `assignment-via-canonical-refs` | execution | `coordinator-loop` | `agentspace.mission`, `projectman.kanban-task`, `projectman.sprint` | advisory |
115
+ | `assignment-via-canonical-refs` | execution | `coordinator-loop` | `projectman.kanban-task`, `projectman.sprint` | advisory |
205
116
  | `idle-window-improvement` | execution | `coordinator-loop` | `projectman.issue`, `projectman.feedback` | advisory |
206
117
  | `review-request-per-slice` | execution | `build-review-chat`, `coordinator-loop` | `projectman.review-request`, `chatv3.message` | advisory |
207
118
  | `verify-in-code` | execution | `build-review-chat`, `coordinator-loop` | empty | advisory |
@@ -220,20 +131,19 @@ future read-only check can inspect.
220
131
  | `closeout-pm-status-audit` | closeout | all | `projectman.status.audit`, `projectman.status.reconcile` | soft-preflight |
221
132
  | `closeout-triage-open-reviews` | closeout | all | `projectman.review-request` | soft-preflight |
222
133
  | `closeout-triage-open-issues` | closeout | all | `projectman.issue` | soft-preflight |
223
- | `closeout-mission-status-finalized` | closeout | all | `agentspace.mission.status` | soft-preflight |
224
- | `closeout-resume-readiness` | closeout | all | `agentspace.mission.resume-pack` | soft-preflight |
134
+ | `closeout-resume-readiness` | closeout | all | `agentspace.memory`, `projectman.implementation-plan`, `projectman.handoff` | soft-preflight |
225
135
  | `closeout-session-summary` | closeout | all | `agentspace.memory-item` | soft-preflight |
226
136
  | `closeout-slice-review-accounted` | closeout | `build-review-chat`, `coordinator-loop` | `projectman.review-request`, `projectman.issue` | soft-preflight |
227
137
  | `closeout-commit-scope-recorded` | closeout | `build-review-chat`, `coordinator-loop` | `git.commit`, `projectman.review-request`, `chatv3.message` | soft-preflight |
228
- | `closeout-assignment-queue-truthful` | closeout | `coordinator-loop` | `agentspace.mission`, `projectman.kanban-task` | soft-preflight |
138
+ | `closeout-assignment-queue-truthful` | closeout | `coordinator-loop` | `projectman.kanban-task` | soft-preflight |
229
139
  | `closeout-discuss-output-finalized` | closeout | `design-first-consensus` | `agentspace.discussion-topic.outputs` | soft-preflight |
230
140
  | `closeout-decision-carried-to-execution` | closeout | `design-first-consensus` | `projectman.kanban-task`, `projectman.sprint`, `projectman.issue`, `projectman.feedback` | soft-preflight |
231
141
 
232
- ### 4.2 Closeout discipline
142
+ ### 3.2 Closeout discipline
233
143
 
234
144
  #### 4.2.1 Overview
235
145
 
236
- Closeout is the explicit before-leaving phase for an active mission/session. It
146
+ Closeout is the explicit before-leaving phase for an active session. It
237
147
  is not the same as operator board closeout or leaving a ChatV3 room.
238
148
 
239
149
  Use handoff when work continues or a future session must resume. Use complete
@@ -247,7 +157,6 @@ All disciplines share this closeout checklist:
247
157
  - run `aops pm status audit` for the active task/board before saying work is done; resolve, reconcile, or explicitly defer stale task/sprint status findings with an owner
248
158
  - triage open review requests as accepted, linked to follow-up work, or deferred with owner
249
159
  - triage open issues as resolved, linked to follow-up work, or deferred with owner
250
- - leave mission status truthful: active, handoff, completed, blocked, or deferred
251
160
  - prove resume readiness from objective, policy, plan, memory, review, issue, and next-action refs
252
161
  - record a concise session summary with changed scope and validation evidence
253
162
 
@@ -255,7 +164,6 @@ Closeout status values are intentionally descriptive, not hard-fail booleans:
255
164
  `present`, `missing`, `deferred-with-owner`, `not-applicable`, and
256
165
  `waived-by-operator`.
257
166
 
258
- The current Community CLI does not ship `mission check` or `mission handoff`.
259
167
  Use the owner surfaces instead:
260
168
 
261
169
  ```bash
@@ -267,9 +175,9 @@ aops mem checkpoint --help
267
175
  Agents enforce closeout through PM/RR state, memory, review, chat wake refs,
268
176
  and honest handoff notes.
269
177
 
270
- ## 5 solo-pm-loop
178
+ ## 4 solo-pm-loop
271
179
 
272
- ### 5.1 Overview
180
+ ### 4.1 Overview
273
181
 
274
182
  #### 5.1.1 Overview
275
183
 
@@ -306,13 +214,13 @@ RR/RRR:
306
214
 
307
215
  Closeout checklist:
308
216
 
309
- - base closeout guardrails only: handoff memory, review/issue triage, mission status, resume readiness, and session summary
217
+ - base closeout guardrails only: handoff memory, review/issue triage, resume readiness, and session summary
310
218
  - optional async review is either accepted or deferred with owner
311
219
  - next agent can resume from PM sprint/task plus memory without reading the whole chat
312
220
 
313
- ## 6 build-review-chat
221
+ ## 5 build-review-chat
314
222
 
315
- ### 6.1 Overview
223
+ ### 5.1 Overview
316
224
 
317
225
  #### 6.1.1 Overview
318
226
 
@@ -336,7 +244,7 @@ Consensus-to-plan binding:
336
244
  - when a material consensus exists, the implementer or reviewer proactively asks whether it should become a PM implementation plan
337
245
  - the operator approval gate decides whether the consensus is carried into Projectman
338
246
  - execution waits until the plan references the consensus and the reviewer accepts the plan review request
339
- - the reusable recipe stays role-agnostic; the mission policy decides which concrete agent is implementer or reviewer
247
+ - the reusable recipe stays role-agnostic; the discipline policy decides which concrete agent is implementer or reviewer
340
248
 
341
249
  Verify-first consensus-to-build recipe:
342
250
 
@@ -392,9 +300,9 @@ Closeout checklist:
392
300
  - unresolved review findings become PM issues before handoff or completion
393
301
  - do not close the room or board unless the operator says to close them
394
302
 
395
- ## 7 design-first-consensus
303
+ ## 6 design-first-consensus
396
304
 
397
- ### 7.1 Overview
305
+ ### 6.1 Overview
398
306
 
399
307
  #### 7.1.1 Overview
400
308
 
@@ -437,7 +345,7 @@ Consensus-to-plan binding is mandatory for this discipline when implementation f
437
345
  - carry the concluded consensus ref into a Projectman task, sprint-backed implementation plan, issue, or feedback record before implementation resumes
438
346
  - the implementation plan goal should explain `NE / NICIN / DONE-WHEN` in operator-readable language
439
347
  - execution stays blocked until the operator-approved consensus is bound to the plan and the reviewer accepts the plan approval review request
440
- - concrete agent names stay in mission policy; the reusable discipline names only implementer, reviewer, and operator-approver roles
348
+ - concrete agent names stay in discipline policy; the reusable discipline names only implementer, reviewer, and operator-approver roles
441
349
 
442
350
  Closeout checklist:
443
351
 
@@ -447,9 +355,9 @@ Closeout checklist:
447
355
  - unresolved decision work is deferred with owner instead of disappearing into chat
448
356
  - handoff memory names the accepted decision and the next execution surface
449
357
 
450
- ## 8 coordinator-loop
358
+ ## 7 coordinator-loop
451
359
 
452
- ### 8.1 Overview
360
+ ### 7.1 Overview
453
361
 
454
362
  #### 8.1.1 Overview
455
363
 
@@ -464,19 +372,19 @@ When to use:
464
372
  - review authority is delegated: the coordinator (or a bound reviewer) accepts
465
373
  slices; the operator is not paged per slice
466
374
 
467
- Roles (generic, bound per mission in `mission.policy.roles`):
375
+ Roles (generic, bound per session):
468
376
 
469
377
  - `operator`: human intent, priorities, and approvals; speaks only to the
470
378
  coordinator.
471
379
  - `coordinator`: single operator interface. Researches independently before
472
- assigning, authors mission/task/plan records, assigns work with canonical
473
- refs, reviews RRs, instructs commits, keeps PM/mission/memory truthful, and
380
+ assigning, authors task/plan records, assigns work with canonical
381
+ refs, reviews RRs, instructs commits, keeps PM/memory truthful, and
474
382
  uses idle windows for improvement work (docs, skills, tooling) plus
475
383
  issue/feedback capture.
476
384
  - `implementer` (one or more): executes assigned slices, opens an RR per slice,
477
385
  routes questions and decisions to the coordinator (never directly to the
478
386
  operator), commits only on coordinator instruction.
479
- - `reviewer` (optional): defaults to the coordinator; a mission may bind a
387
+ - `reviewer` (optional): defaults to the coordinator; a session may bind a
480
388
  separate reviewer.
481
389
 
482
390
  Role names are open: `master` or `operator-agent` are discouraged aliases for
@@ -494,9 +402,9 @@ Preset:
494
402
  implementer file them; the coordinator also files doc/skill gap findings
495
403
  discovered during policy checks
496
404
  - memory: the coordinator writes kickoff/checkpoint/closeout memory; assignment
497
- truth lives in mission/ktask/plan records, not in chat prose
405
+ truth lives in ktask/plan records, not in chat prose
498
406
  - rhythm: operator request -> coordinator independent research (code, PM,
499
- docs) -> mission/ktask/plan authoring -> chat assignment with canonical
407
+ docs) -> ktask/plan authoring -> chat assignment with canonical
500
408
  refs -> implementer slices with RRs -> coordinator review and fix loop ->
501
409
  instructed pathspec commit -> next task or idle-window improvement work
502
410
 
@@ -504,7 +412,6 @@ Expected flow:
504
412
 
505
413
  ```bash
506
414
  # coordinator: durable anchor + role binding
507
- aops mission create --objective "<program>" \
508
415
  --policy-json '{"discipline":"coordinator-loop","roles":{"operator":"<name>","coordinator":"<agent>","implementer":"<agent>"}}' \
509
416
  --apply --json
510
417
 
@@ -512,9 +419,8 @@ aops mission create --objective "<program>" \
512
419
  aops pm ktask create --board <board> --column Doing --title "<task>" --apply --json
513
420
  aops plan create --task <task-id> --name "<plan>" --goal "<goal>" \
514
421
  --scope-item "S1 ..." --scope-item "S2 ..." --apply --json
515
- aops mission update --id <mission-id> --active-plan <plan-id> --apply --json
516
422
  aops chat send --session <session> --room general \
517
- "GOREV ATAMASI: mission <id> / ktask <id> / plan <id> - S1'den basla, slice basina RR" --json
423
+ "GOREV ATAMASI: ktask <id> / plan <id> - S1'den basla, slice basina RR" --json
518
424
 
519
425
  # implementer: per slice
520
426
  aops pm review-request create --task <task-id> --sprint <plan-id> \
@@ -529,7 +435,7 @@ aops pm review-request result --id <rr-id> --reviewer <coordinator> \
529
435
  Free-form session notes:
530
436
 
531
437
  - multiple independent tasks may be active at once; each gets its own
532
- ktask/plan; the mission stays the session anchor and
438
+ ktask/plan; the plan stays the session anchor and
533
439
  `activeImplementationPlanRef` tracks the current focus
534
440
  - the coordinator adapts the depth of process to the task: an atomic fix may
535
441
  run as a single RR without a plan; multi-slice work gets a sprint-backed plan
@@ -550,21 +456,20 @@ Closeout checklist:
550
456
  - base closeout guardrails plus `build-review-chat` items: every slice RR
551
457
  accounted for; commit hash, pathspec, and validation evidence recorded
552
458
  - assignment queue truthful: every operator request in the session is bound to
553
- a mission/ktask/plan record, completed, or explicitly deferred with owner
459
+ a ktask/plan record, completed, or explicitly deferred with owner
554
460
  - coordinator improvement findings are filed as PM issues/feedback, not left in
555
461
  chat
556
462
  - handoff memory names the active assignments, review states, and the next
557
463
  action per implementer
558
464
 
559
- ## 9 Owner boundaries
465
+ ## 8 Owner boundaries
560
466
 
561
- ### 9.1 Overview
467
+ ### 8.1 Overview
562
468
 
563
469
  #### 9.1.1 Overview
564
470
 
565
471
  | Surface | Owner | Use for |
566
472
  | --- | --- | --- |
567
- | Mission | Agentspace | durable intent and policy |
568
473
  | Projectman | Projectman | task, sprint, microtask, issue, review truth |
569
474
  | Discuss | Agentspace discuss | material decisions and final stances |
570
475
  | Memory | Agentspace memory | durable carry-forward context |
@@ -575,14 +480,3 @@ Closeout checklist:
575
480
  Do not hand-edit `.aops/hosted/**` or `.aops/docman/**` as canonical truth.
576
481
  Use hosted commands, then refresh mirrors.
577
482
 
578
- ## 10 Later: mission check
579
-
580
- ### 10.1 Overview
581
-
582
- #### 10.1.1 Overview
583
-
584
- `aops mission check --closeout` is intentionally later. The MVP check must
585
- be read-only and inspect PM/discuss/memory evidence plus declared closeout
586
- status. It must not mutate PM, memory, git, boards, or chat rooms. It should not
587
- hard-fail by default; strict enforcement is opt-in later through
588
- `policy.discipline.enforcement = "strict"` or a future explicit closeout policy.
@@ -3,14 +3,14 @@
3
3
  "entryFile": "SKILL.md",
4
4
  "files": [
5
5
  {
6
- "byteLength": 2738,
6
+ "byteLength": 2662,
7
7
  "path": "SKILL.md",
8
- "sha256": "44f8e0ffe807195d6890719e1350a630d159ee74f219001d9393d1d9a8d4818b"
8
+ "sha256": "3bc86f4ea1d38f668f21da75a2c1afc881794a7f0cfecc92cfcb978454931986"
9
9
  },
10
10
  {
11
- "byteLength": 2681,
11
+ "byteLength": 2445,
12
12
  "path": "references/agentspace/SKILL.md",
13
- "sha256": "08e33ef035c41beead342202a1f07af4391b1e4ed62cea9a4d79b43e966c7c0f"
13
+ "sha256": "716643fab92b155780c999819fbc62cb007a77580ce01ef5be4754399fe6a53e"
14
14
  },
15
15
  {
16
16
  "byteLength": 3804,
@@ -23,9 +23,9 @@
23
23
  "sha256": "0f45d8fe418f740456e7f448ce472a7f0784a7cd5b01fe4cbc81439ded3c7931"
24
24
  },
25
25
  {
26
- "byteLength": 2869,
26
+ "byteLength": 2820,
27
27
  "path": "references/collaborative-work/SKILL.md",
28
- "sha256": "f4d2af3c384368b1adb1308f2c3731b17e6b4074e4ebdfc8c8f061ba2bb01a67"
28
+ "sha256": "0be52b14657cbb92781576a58cd901ef187872019660055aba37799de788a890"
29
29
  },
30
30
  {
31
31
  "byteLength": 2386,
@@ -37,11 +37,6 @@
37
37
  "path": "references/docman/SKILL.md",
38
38
  "sha256": "cf48bfa4d94a97a0d2805d5d9dd7a7d0f7430adaf36b9b2fc685465c42cd8cd7"
39
39
  },
40
- {
41
- "byteLength": 1910,
42
- "path": "references/mission/SKILL.md",
43
- "sha256": "f4ce9c60c3d12ba45e9eaba0069ed9d8936438a15e0ae1974fa8b15a17ae67a1"
44
- },
45
40
  {
46
41
  "byteLength": 3167,
47
42
  "path": "references/projectman/SKILL.md",
@@ -58,9 +53,9 @@
58
53
  "sha256": "644603a17444374025acf52975dc5df04e1412d69965b210a28b6b5ed203c90b"
59
54
  },
60
55
  {
61
- "byteLength": 3093,
56
+ "byteLength": 2947,
62
57
  "path": "references/working-disciplines/SKILL.md",
63
- "sha256": "406c7215917ff68e22c221847c72af9c38dc9ddab6cb0a4beaedd46038bda08d"
58
+ "sha256": "e4598aadf22e8ee346fa178b01d073ce0d4bf48a82b10c37e6e03c7523327866"
64
59
  },
65
60
  {
66
61
  "byteLength": 3333,
@@ -68,14 +63,14 @@
68
63
  "sha256": "12ef09138579d9bfc75a33d51c78bc50d8b34556eb6070af64a8c03d93927f05"
69
64
  },
70
65
  {
71
- "byteLength": 7702,
66
+ "byteLength": 7018,
72
67
  "path": "user-guides/agentspace.md",
73
- "sha256": "18924d928b659eb80a7736a104b56b9693cffe91cc4499e739a2a67a0922c519"
68
+ "sha256": "3d2b9d40bd3a0e07a082cb73443398f538d96ab11af9e755d54214a0a5038c2b"
74
69
  },
75
70
  {
76
- "byteLength": 52016,
71
+ "byteLength": 50620,
77
72
  "path": "user-guides/aops-cli.md",
78
- "sha256": "9984693a3bed26654e7beace62f61dc5227306e4c253ca63f8f3582bed6929a4"
73
+ "sha256": "ce217a436964db8dd898daa6cc7481cbdb551805ed37ab869bd91f1eae4a135a"
79
74
  },
80
75
  {
81
76
  "byteLength": 5564,
@@ -103,13 +98,13 @@
103
98
  "sha256": "3959f5c044314be14f368529edffd7adb80bb475b659397c6f4bbec8086c5f28"
104
99
  },
105
100
  {
106
- "byteLength": 27262,
101
+ "byteLength": 23129,
107
102
  "path": "user-guides/working-disciplines.md",
108
- "sha256": "c440185924c91755008ce9977c1ab3128994973038e610fe04cad392b14af79b"
103
+ "sha256": "c8b2297dc9306ca9d1a8b497b11de8d47a89799ab2425e0c40df955b196cc304"
109
104
  }
110
105
  ],
111
106
  "name": "aops",
112
- "packageSha256": "647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09",
107
+ "packageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
113
108
  "provenance": {
114
109
  "expectedDigestSource": "signed-release-manifest",
115
110
  "reference": "aops-platform-agent-assets:core",
@@ -117,6 +112,6 @@
117
112
  },
118
113
  "schemaVersion": 1,
119
114
  "standard": "aops-community-core-v1",
120
- "version": "0.3.24",
121
- "versionId": "community-core-0.3.24"
115
+ "version": "0.3.25",
116
+ "versionId": "community-core-0.3.25"
122
117
  }
@@ -6,12 +6,12 @@
6
6
  },
7
7
  "core": {
8
8
  "entryFile": "SKILL.md",
9
- "manifestRef": "agent-assets/core/647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09/manifest.json",
9
+ "manifestRef": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/manifest.json",
10
10
  "name": "aops",
11
11
  "optional": false,
12
- "packageSha256": "647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09",
13
- "version": "0.3.24",
14
- "versionId": "community-core-0.3.24"
12
+ "packageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
13
+ "version": "0.3.25",
14
+ "versionId": "community-core-0.3.25"
15
15
  },
16
16
  "gateway": {
17
17
  "byteLength": 621,
@@ -22,7 +22,7 @@
22
22
  "kind": "aops-community-agent-assets-inventory-v1",
23
23
  "schemaVersion": 1,
24
24
  "source": {
25
- "commit": "608842f09f9479d542bac1bb6aa5034dd0002fd4",
25
+ "commit": "84dae261af584dd7bb566c1b5f8aacaa32778f04",
26
26
  "repository": "git+https://github.com/eeemzs/aops-platform",
27
27
  "root": "apps/aops-cli/assets/agent-assets"
28
28
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "catalogPackageSha256": [],
3
- "corePackageSha256": "647c6e84fbc48f9a36945d81660f4d2a5241f58a53a18054365bfc16868b0f09",
3
+ "corePackageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
4
4
  "gatewayRef": "agent-assets/gateway/aops/SKILL.md",
5
5
  "kind": "aops-community-agent-assets-projection-v1",
6
6
  "root": "agent-assets",