@aopslabs/aops 0.3.31 → 0.3.33
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/README.md +11 -3
- package/aops-assets-release/aops-assets.json.gz +0 -0
- package/aops-assets-release/disciplines/build-review-chat/SKILL.md +33 -0
- package/aops-assets-release/disciplines/coordinator-loop/SKILL.md +33 -0
- package/aops-assets-release/disciplines/design-first-consensus/SKILL.md +30 -0
- package/aops-assets-release/disciplines/solo-pm-loop/SKILL.md +31 -0
- package/aops-assets-release/docs/user-guides/agentspace-user-guide.md +384 -0
- package/aops-assets-release/docs/user-guides/aops-cli-user-guide.md +2067 -0
- package/aops-assets-release/docs/user-guides/chatv3-user-guide.md +500 -0
- package/aops-assets-release/docs/user-guides/docman-user-guide.md +1009 -0
- package/aops-assets-release/docs/user-guides/projectman-user-guide.md +763 -0
- package/aops-assets-release/docs/user-guides/tasker-user-guide.md +244 -0
- package/aops-assets-release/release.json +6 -0
- package/aops-assets-release/roles/coordinator/ROLE.md +28 -0
- package/aops-assets-release/roles/implementer/ROLE.md +27 -0
- package/aops-assets-release/roles/reviewer/ROLE.md +27 -0
- package/aops-assets-release/skills/aops/SKILL.md +112 -0
- package/aops-assets-release/skills/aops-bootstrapper-authoring/SKILL.md +245 -0
- package/aops-assets-release/skills/aops-cli-agentspace/SKILL.md +186 -0
- package/aops-assets-release/skills/aops-cli-board-lifecycle/SKILL.md +64 -0
- package/aops-assets-release/skills/aops-cli-chat/SKILL.md +204 -0
- package/aops-assets-release/skills/aops-cli-collab/SKILL.md +42 -0
- package/aops-assets-release/skills/aops-cli-core/SKILL.md +219 -0
- package/aops-assets-release/skills/aops-cli-discuss/SKILL.md +172 -0
- package/aops-assets-release/skills/aops-cli-docman/SKILL.md +192 -0
- package/aops-assets-release/skills/aops-cli-fileman/SKILL.md +169 -0
- package/aops-assets-release/skills/aops-cli-mission/SKILL.md +128 -0
- package/aops-assets-release/skills/aops-cli-operator-brief/SKILL.md +67 -0
- package/aops-assets-release/skills/aops-cli-projectman/SKILL.md +235 -0
- package/aops-assets-release/skills/aops-cli-sugar-authoring/SKILL.md +188 -0
- package/aops-assets-release/skills/aops-cli-tasker/SKILL.md +108 -0
- package/aops-assets-release/skills/aops-cli-tooling-agent/SKILL.md +112 -0
- package/aops-assets-release/skills/aops-cli-view/SKILL.md +210 -0
- package/aops-assets-release/skills/aops-collaborative-work/SKILL.md +304 -0
- package/aops-assets-release/skills/aops-interactive/SKILL.md +70 -0
- package/aops-assets-release/skills/aops-loop-interactive/SKILL.md +314 -0
- package/aops-assets-release/skills/aops-working-disciplines/SKILL.md +310 -0
- package/aops-assets-release/skills/feature-retirement-flow/SKILL.md +126 -0
- package/assets/skills/aops-install/SKILL.md +18 -17
- package/dist/commands/assets.js +93 -1264
- package/dist/commands/community-server.js +27 -8
- package/dist/commands/community-setup.js +1 -2
- package/dist/commands/discuss.js +1 -1
- package/dist/commands/doc.js +88 -27
- package/dist/commands/docs.js +68 -0
- package/dist/commands/global-update.js +28 -0
- package/dist/commands/init.js +3 -1
- package/dist/commands/loop.js +6379 -0
- package/dist/commands/memory.js +2 -1
- package/dist/commands/pm/index.js +11 -9
- package/dist/commands/pm/projectman.js +33 -2
- package/dist/commands/project.js +6 -6
- package/dist/commands/prompt.js +1 -1
- package/dist/commands/repo-sync.js +92 -27
- package/dist/commands/runner.js +257 -0
- package/dist/commands/skill.js +1 -1
- package/dist/commands/start.js +1 -1
- package/dist/commands/tasker.js +361 -0
- package/dist/commands/view.js +53 -9
- package/dist/lib/commercial-setup-readiness-adapter.js +0 -1
- package/dist/lib/community-migration-snapshot.js +7 -9
- package/dist/lib/community-native-database-recovery.js +5 -14
- package/dist/lib/community-native-lifecycle.js +13 -0
- package/dist/lib/setup-agent-assets-bridge.js +28 -148
- package/dist/lib/setup-agent-assets-release.js +16 -44
- package/dist/lib/setup-init-orchestrator.js +11 -15
- package/dist/lib/simple-agent-assets.js +447 -0
- package/dist/lib/user-guide-sections.js +488 -0
- package/dist/main.js +10 -2
- package/dist/seeds/agents-md.js +3 -3
- package/dist/utils/agents-md.js +1 -1
- package/dist/utils/guide-paths.js +7 -7
- package/dist/utils/hosted-workspace.js +2 -1
- package/dist/utils/repo-first-storage.js +26 -1
- package/dist/utils/session-state.js +2 -7
- package/launchers/aops-cockpit.sh +0 -0
- package/launchers/aops-server.sh +0 -0
- package/package.json +67 -35
- package/THIRD_PARTY_NOTICES +0 -16169
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/SKILL.md +0 -47
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/agentspace/SKILL.md +0 -72
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/aops-cli-core/SKILL.md +0 -110
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/chatv3/SKILL.md +0 -59
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/collaborative-work/SKILL.md +0 -81
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/discuss/SKILL.md +0 -66
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/docman/SKILL.md +0 -75
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/projectman/SKILL.md +0 -92
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/sys/SKILL.md +0 -36
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/view/SKILL.md +0 -58
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/working-disciplines/SKILL.md +0 -66
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/agent-assets.md +0 -81
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/agentspace.md +0 -183
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/aops-cli.md +0 -1108
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/aops-system.md +0 -102
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/chatv3.md +0 -113
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/docman.md +0 -223
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/projectman.md +0 -233
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/sys.md +0 -94
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/working-disciplines.md +0 -482
- package/agent-assets-release/agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/manifest.json +0 -117
- package/agent-assets-release/agent-assets/gateway/aops/SKILL.md +0 -14
- package/agent-assets-release/agent-assets/inventory.json +0 -29
- package/agent-assets-release/agent-assets/projection.json +0 -8
- package/agent-assets-release/agent-assets-release.json +0 -171
- package/agent-assets-release/agent-assets-release.sigstore.json +0 -67
- package/assets/agent-assets/core/SKILL.md +0 -47
- package/assets/agent-assets/core/references/agentspace/SKILL.md +0 -72
- package/assets/agent-assets/core/references/aops-cli-core/SKILL.md +0 -110
- package/assets/agent-assets/core/references/chatv3/SKILL.md +0 -59
- package/assets/agent-assets/core/references/collaborative-work/SKILL.md +0 -81
- package/assets/agent-assets/core/references/discuss/SKILL.md +0 -66
- package/assets/agent-assets/core/references/docman/SKILL.md +0 -75
- package/assets/agent-assets/core/references/projectman/SKILL.md +0 -92
- package/assets/agent-assets/core/references/sys/SKILL.md +0 -36
- package/assets/agent-assets/core/references/view/SKILL.md +0 -58
- package/assets/agent-assets/core/references/working-disciplines/SKILL.md +0 -66
- package/assets/agent-assets/core/user-guides/agent-assets.md +0 -81
- package/assets/agent-assets/core/user-guides/agentspace.md +0 -183
- package/assets/agent-assets/core/user-guides/aops-cli.md +0 -1108
- package/assets/agent-assets/core/user-guides/aops-system.md +0 -102
- package/assets/agent-assets/core/user-guides/chatv3.md +0 -113
- package/assets/agent-assets/core/user-guides/docman.md +0 -223
- package/assets/agent-assets/core/user-guides/projectman.md +0 -233
- package/assets/agent-assets/core/user-guides/sys.md +0 -94
- package/assets/agent-assets/core/user-guides/working-disciplines.md +0 -482
- package/assets/agent-assets/gateway/aops/SKILL.md +0 -14
- package/dist/lib/agent-assets/gateway.js +0 -15
- package/dist/lib/agent-assets/guards.js +0 -23
- package/dist/lib/agent-assets/hosted-discovery.js +0 -148
- package/dist/lib/agent-assets/hosted-package-input.js +0 -154
- package/dist/lib/agent-assets/legacy-pointer-migration.js +0 -677
- package/dist/lib/agent-assets/native-fs.js +0 -589
- package/dist/lib/agent-assets/roots.js +0 -45
- package/dist/lib/agent-assets/runtime-binding-reader.js +0 -545
- package/dist/lib/agent-assets/runtime-targets.js +0 -50
- package/dist/lib/agent-assets/store-reader.js +0 -1212
- package/dist/lib/agent-assets/store-writer.js +0 -1484
- package/native/bin/darwin-arm64/aops-agent-assets-fs +0 -0
- package/native/bin/darwin-x64/aops-agent-assets-fs +0 -0
- package/native/bin/linux-arm64/aops-agent-assets-fs +0 -0
- package/native/bin/linux-x64/aops-agent-assets-fs +0 -0
- package/native/bin/win32-x64/aops-agent-assets-fs.exe +0 -0
- package/native/manifest.json +0 -49
- package/native/qualifications/win32-x64.json +0 -23
- package/native/tui/darwin-arm64/aops-tui +0 -0
- package/native/tui/linux-x64/aops-tui +0 -0
- package/native/tui/win32-x64/aops-tui.exe +0 -0
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
# Tasker + Runner User Guide
|
|
2
|
+
|
|
3
|
+
_Release Notes:_ Initial canonical guide aligned to the integrated Tasker profile and M2 CLI sugar.
|
|
4
|
+
|
|
5
|
+
## 1 Choose the owner first
|
|
6
|
+
|
|
7
|
+
### 1.1 Overview
|
|
8
|
+
|
|
9
|
+
Use one owner for each kind of truth:
|
|
10
|
+
|
|
11
|
+
| Need | Owner |
|
|
12
|
+
| --- | --- |
|
|
13
|
+
| Boards, sprints, microtasks, issues, feedback, and review results | Projectman: `aops pm ...` |
|
|
14
|
+
| Human-first execution boards, tasks, and WorkGroups | Tasker: `aops tasker ...` |
|
|
15
|
+
| Run status, events, artifacts, and guarded operator controls | Runner: `aops runner ...` |
|
|
16
|
+
| Durable resume, decisions, blockers, and closeout memory | Agentspace: `aops mem ...` |
|
|
17
|
+
|
|
18
|
+
A Tasker WorkGroup is an execution batch, not a Projectman sprint. Tasker may
|
|
19
|
+
retain a weak Projectman origin reference, but it does not own a second planning
|
|
20
|
+
lifecycle.
|
|
21
|
+
|
|
22
|
+
## 2 Discover before acting
|
|
23
|
+
|
|
24
|
+
### 2.1 Overview
|
|
25
|
+
|
|
26
|
+
Start with the installed command surface:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
aops tasker --help
|
|
30
|
+
aops tasker board --help
|
|
31
|
+
aops tasker task --help
|
|
32
|
+
aops tasker work-group --help
|
|
33
|
+
aops runner --help
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
The sugar commands intentionally cover only common operator workflows. Discover
|
|
37
|
+
the complete hosted Tasker catalog and the exact input schema when you need a
|
|
38
|
+
capability or field that is not exposed as a human flag:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
aops agent tools --domain tasker --summary --json
|
|
42
|
+
aops agent schema --tool <tasker-tool-id> --summary --json
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Use `--input '@request.json'` on a sugar command when you already have the full
|
|
46
|
+
hosted-tool input. `aops agent invoke` remains the explicit generic escape hatch.
|
|
47
|
+
|
|
48
|
+
## 3 Tasker boards and tasks
|
|
49
|
+
|
|
50
|
+
### 3.1 Overview
|
|
51
|
+
|
|
52
|
+
Read a project's execution boards and one board:
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
aops tasker board list --project-slug <slug> --json
|
|
56
|
+
aops tasker board get --scope-id <scope-id> --id <board-id> --json
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Preview every write before applying it:
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
aops tasker board create \
|
|
63
|
+
--scope-id <scope-id> \
|
|
64
|
+
--data '{"name":"Delivery"}' \
|
|
65
|
+
--preview --json
|
|
66
|
+
|
|
67
|
+
aops tasker board create \
|
|
68
|
+
--scope-id <scope-id> \
|
|
69
|
+
--data '{"name":"Delivery"}' \
|
|
70
|
+
--apply --json
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Create and update a human-first execution task:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
aops tasker task create \
|
|
77
|
+
--scope-id <scope-id> \
|
|
78
|
+
--column <column-id> \
|
|
79
|
+
--title "Implement the approved slice" \
|
|
80
|
+
--type task \
|
|
81
|
+
--preview --json
|
|
82
|
+
|
|
83
|
+
aops tasker task update \
|
|
84
|
+
--scope-id <scope-id> \
|
|
85
|
+
--id <task-id> \
|
|
86
|
+
--patch '{"title":"Implement and verify the approved slice"}' \
|
|
87
|
+
--apply --json
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
List or read Tasker tasks with the smallest useful response:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
aops tasker task list --scope-id <scope-id> --summary --json
|
|
94
|
+
aops tasker task get --scope-id <scope-id> --id <task-id> --summary --json
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
Tasker sugar does not expose delete or broad compatibility CRUD. Use live tool
|
|
98
|
+
discovery and schema inspection when a hosted-only operation is genuinely
|
|
99
|
+
needed.
|
|
100
|
+
|
|
101
|
+
## 4 WorkGroups
|
|
102
|
+
|
|
103
|
+
### 4.1 Overview
|
|
104
|
+
|
|
105
|
+
The CLI keeps WorkGroups read-only because creation and scheduling policy are
|
|
106
|
+
not part of the minimal operator sugar:
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
aops tasker work-group list --scope-id <scope-id> --summary --json
|
|
110
|
+
aops tasker work-group get --scope-id <scope-id> --id <work-group-id> --summary --json
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Do not model a Projectman sprint as a WorkGroup. Link execution to planning with
|
|
114
|
+
the canonical weak origin reference when the hosted schema supports it.
|
|
115
|
+
|
|
116
|
+
## 5 Runner reads
|
|
117
|
+
|
|
118
|
+
### 5.1 Overview
|
|
119
|
+
|
|
120
|
+
Runner sugar is a status-and-control surface over Tasker Loop Runner v2. It is
|
|
121
|
+
not a second executor and it does not acquire worker leases.
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
aops runner status --run-id <run-id> --include-events --summary --json
|
|
125
|
+
aops runner event list --run-id <run-id> --limit 20 --summary --json
|
|
126
|
+
aops runner artifact list --run-id <run-id> --summary --json
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Event recording stays executor-owned. It is deliberately not an operator sugar
|
|
130
|
+
command.
|
|
131
|
+
|
|
132
|
+
## 6 Guarded Runner controls
|
|
133
|
+
|
|
134
|
+
### 6.1 Overview
|
|
135
|
+
|
|
136
|
+
Stop, resume, and reconcile are writes. They require `--preview` or `--apply`;
|
|
137
|
+
provide an idempotency key so an operator retry is safe.
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
aops runner stop \
|
|
141
|
+
--run-id <run-id> \
|
|
142
|
+
--idempotency-key <key> \
|
|
143
|
+
--preview --json
|
|
144
|
+
|
|
145
|
+
aops runner resume \
|
|
146
|
+
--run-id <run-id> \
|
|
147
|
+
--idempotency-key <key> \
|
|
148
|
+
--apply --json
|
|
149
|
+
|
|
150
|
+
aops runner reconcile \
|
|
151
|
+
--run-id <run-id> \
|
|
152
|
+
--kind status \
|
|
153
|
+
--idempotency-key <key> \
|
|
154
|
+
--apply --json
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
After a control write, read `aops runner status` again. A successful request
|
|
158
|
+
means the hosted control operation was accepted; it does not by itself prove the
|
|
159
|
+
run completed useful work.
|
|
160
|
+
|
|
161
|
+
## 7 Guard and automation rules
|
|
162
|
+
|
|
163
|
+
### 7.1 Overview
|
|
164
|
+
|
|
165
|
+
1. Reads do not need an effect flag.
|
|
166
|
+
2. Tasker and Runner writes fail closed unless exactly one of `--preview` or
|
|
167
|
+
`--apply` is supplied.
|
|
168
|
+
3. Automation should call the same app-owned `pnpm` scripts and CLI commands;
|
|
169
|
+
do not hand-edit hosted rows or `.aops` mirrors.
|
|
170
|
+
4. Prefer `--summary --json` for agent reads, then request the full payload only
|
|
171
|
+
when necessary.
|
|
172
|
+
5. If guide prose disagrees with installed `--help`, the installed help wins for
|
|
173
|
+
command shape. If either is stale, refresh the generated appendix and the
|
|
174
|
+
canonical Docman document together.
|
|
175
|
+
|
|
176
|
+
## 8 Troubleshooting
|
|
177
|
+
|
|
178
|
+
### 8.1 Overview
|
|
179
|
+
|
|
180
|
+
| Symptom | Action |
|
|
181
|
+
| --- | --- |
|
|
182
|
+
| `guarded_write_requires_preview_or_apply` | Add `--preview` first, inspect JSON, then use `--apply`. |
|
|
183
|
+
| Unknown field or missing capability | Run `aops agent tools --domain tasker --summary --json`, then inspect the selected tool schema. |
|
|
184
|
+
| Tasker catalog is absent | Verify the intended AOPS Server candidate is running and Tasker is in its integrated hosted profile. |
|
|
185
|
+
| Runner control was accepted but state did not change | Read status and events; do not infer executor progress from the control response. |
|
|
186
|
+
| Planning data is being duplicated | Move the planning record to Projectman and keep only an origin reference in Tasker. |
|
|
187
|
+
|
|
188
|
+
## 9 Appendices
|
|
189
|
+
|
|
190
|
+
### 9.1 Overview
|
|
191
|
+
|
|
192
|
+
<!-- aops-generated:tasker-command-catalog:start -->
|
|
193
|
+
|
|
194
|
+
### 9.2 Generated Tasker and Runner command catalog
|
|
195
|
+
|
|
196
|
+
#### 9.2.1 Overview
|
|
197
|
+
|
|
198
|
+
> This compact appendix is generated from the public `aops tasker` and `aops runner` Commander registrations. Do not edit it by hand; regenerate it with `aops docs user-guide --guide tasker`.
|
|
199
|
+
|
|
200
|
+
| Command | Purpose |
|
|
201
|
+
| --- | --- |
|
|
202
|
+
| `aops runner artifact list` | List artifact refs for a Tasker runner run |
|
|
203
|
+
| `aops runner event list` | List events for a Tasker runner run |
|
|
204
|
+
| `aops runner reconcile` | Request a guarded Tasker runner reconciliation |
|
|
205
|
+
| `aops runner resume` | Resume a Tasker runner run through the guarded control surface |
|
|
206
|
+
| `aops runner status` | Get a Tasker runner status snapshot |
|
|
207
|
+
| `aops runner stop` | Stop a Tasker runner run through the guarded control surface |
|
|
208
|
+
| `aops tasker board create` | Create a Tasker kanban board |
|
|
209
|
+
| `aops tasker board get` | Get a Tasker kanban board by id |
|
|
210
|
+
| `aops tasker board list` | List Tasker kanban boards |
|
|
211
|
+
| `aops tasker board update` | Update a Tasker kanban board |
|
|
212
|
+
| `aops tasker task create` | Create a Tasker task |
|
|
213
|
+
| `aops tasker task get` | Get a Tasker task by id |
|
|
214
|
+
| `aops tasker task list` | Search Tasker tasks |
|
|
215
|
+
| `aops tasker task update` | Update a Tasker task |
|
|
216
|
+
| `aops tasker work-group get` | Get a Tasker WorkGroup by id |
|
|
217
|
+
| `aops tasker work-group list` | List Tasker WorkGroups |
|
|
218
|
+
|
|
219
|
+
<!-- aops-generated:tasker-command-catalog:end -->
|
|
220
|
+
|
|
221
|
+
<!-- aops-generated:tasker-discovery:start -->
|
|
222
|
+
|
|
223
|
+
### 9.3 Generated Tasker capability discovery guide
|
|
224
|
+
|
|
225
|
+
#### 9.3.1 Overview
|
|
226
|
+
|
|
227
|
+
> Tasker and Runner sugar cover common operator workflows. The running server catalog remains authoritative for the complete hosted capability set, so this guide does not freeze a second tool inventory.
|
|
228
|
+
|
|
229
|
+
| Command | Purpose |
|
|
230
|
+
| --- | --- |
|
|
231
|
+
| `aops agent tools` | List federated tools from the canonical operator plane (/api/agent/tools) |
|
|
232
|
+
| `aops agent schema` | Print the live JSON Schema for one tool's input contract — use this before authoring --input payloads |
|
|
233
|
+
| `aops agent invoke` | Invoke a tool via the canonical operator plane (/api/agent/tools/{toolId}/invoke) |
|
|
234
|
+
|
|
235
|
+
Use the smallest useful read:
|
|
236
|
+
|
|
237
|
+
```bash
|
|
238
|
+
aops tasker --help
|
|
239
|
+
aops runner --help
|
|
240
|
+
aops agent tools --domain tasker --summary --json
|
|
241
|
+
aops agent schema --tool <tasker-tool-id> --summary --json
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
<!-- aops-generated:tasker-discovery:end -->
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Coordinator role
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Act as the operator's single interface for a delegated session and keep assignments, reviews, issues, and handoffs coherent.
|
|
6
|
+
|
|
7
|
+
## Responsibilities
|
|
8
|
+
|
|
9
|
+
- Independently research requests before planning or assignment.
|
|
10
|
+
- Bind each assignment to canonical mission, task, sprint, or issue references.
|
|
11
|
+
- Select implementers and reviewers, track bounded slices, and keep PM state truthful.
|
|
12
|
+
- Escalate only decisions or effects owned by the operator.
|
|
13
|
+
- Use idle windows to measure improvements and file them as issues or feedback, not hidden side work.
|
|
14
|
+
|
|
15
|
+
## Required disciplines and skills
|
|
16
|
+
|
|
17
|
+
- Discipline: `coordinator-loop`.
|
|
18
|
+
- Skills: `aops-collaborative-work`, `aops-cli-projectman`, `aops-cli-chat`, and `aops-cli-agentspace`.
|
|
19
|
+
|
|
20
|
+
## Prohibited actions
|
|
21
|
+
|
|
22
|
+
- Do not replace Projectman or Discuss truth with chat coordination.
|
|
23
|
+
- Do not impersonate an independent reviewer or write a result under another agent identity.
|
|
24
|
+
- Do not perform commits, publication, deletion, or other operator effects without authority.
|
|
25
|
+
|
|
26
|
+
## Output and handoff
|
|
27
|
+
|
|
28
|
+
Provide truthful assignment status, accepted/rejected review state, issues, checkpoints, operator decisions needed, and the next action.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Implementer role
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Deliver the assigned bounded change and produce evidence that another agent can reproduce.
|
|
6
|
+
|
|
7
|
+
## Responsibilities
|
|
8
|
+
|
|
9
|
+
- Read the canonical Projectman scope and referenced policies before editing.
|
|
10
|
+
- Preserve unrelated user work and stay within the assigned paths and effects.
|
|
11
|
+
- Implement the smallest complete slice, run proportional validation, and report exact evidence.
|
|
12
|
+
- Open or update the Projectman review request and resolve findings before handoff.
|
|
13
|
+
|
|
14
|
+
## Required disciplines and skills
|
|
15
|
+
|
|
16
|
+
- Discipline: `solo-pm-loop` or `build-review-chat`, as selected by mission/session policy.
|
|
17
|
+
- Skills: `aops-collaborative-work`, `aops-cli-projectman`, and the domain skill for the changed surface.
|
|
18
|
+
|
|
19
|
+
## Prohibited actions
|
|
20
|
+
|
|
21
|
+
- Do not approve your own implementation.
|
|
22
|
+
- Do not treat ChatV3 prose as plan or review truth.
|
|
23
|
+
- Do not commit, publish, delete, or perform another operator effect without explicit authority.
|
|
24
|
+
|
|
25
|
+
## Output and handoff
|
|
26
|
+
|
|
27
|
+
Provide changed scope, validation results, known gaps, PM/RR references, and the next action.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Reviewer role
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Independently decide whether a bounded plan or implementation is correct, complete, and supported by reproducible evidence.
|
|
6
|
+
|
|
7
|
+
## Responsibilities
|
|
8
|
+
|
|
9
|
+
- Read the exact Projectman review request and every file or record in scope.
|
|
10
|
+
- Reproduce the important checks independently and inspect failure behavior.
|
|
11
|
+
- Record findings with severity and actionable evidence; link material findings to issues.
|
|
12
|
+
- Write the review result only under your own reviewer identity.
|
|
13
|
+
|
|
14
|
+
## Required disciplines and skills
|
|
15
|
+
|
|
16
|
+
- Discipline: `build-review-chat`; use `design-first-consensus` for material design review.
|
|
17
|
+
- Skills: `aops-cli-projectman`, `aops-collaborative-work`, and the relevant domain skill.
|
|
18
|
+
|
|
19
|
+
## Prohibited actions
|
|
20
|
+
|
|
21
|
+
- Do not approve work you implemented or evidence you did not inspect.
|
|
22
|
+
- Do not broaden a validated bounded slice into an unrelated hardening program.
|
|
23
|
+
- Do not treat review acceptance as authorization for commit, publish, deletion, or another operator effect.
|
|
24
|
+
|
|
25
|
+
## Output and handoff
|
|
26
|
+
|
|
27
|
+
Provide outcome, reproduced evidence, findings or zero-findings statement, residual risk, and exact RR references.
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: aops
|
|
3
|
+
version: 11
|
|
4
|
+
description: "Use when an operator or AI agent needs to discover which AOPS CLI family skill applies — project planning, hosted missions, working disciplines, durable memory, document graph, file snapshots, multi-agent coordination, read-only cockpit views, hosted skill/prompt authoring, agent profiles, or board lifecycle. This skill is a thin router/index over the aops-cli-* skill family and AOPS working-discipline skill; load the matching family skill afterwards. Triggers: 'aops', 'aops-cli', 'AOPS overview', 'which aops skill', 'aops cli surface', 'plan in aops', 'aops mission', 'aops discipline', 'aops memory', 'aops discuss', 'aops chat', 'aops docman', 'aops fileman'."
|
|
5
|
+
metadata:
|
|
6
|
+
supersedes: "v10"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# AOPS skill index
|
|
10
|
+
|
|
11
|
+
AOPS (Agentic Operations System) is the operator plane that coordinates planning, hosted missions, working disciplines, durable memory, documents, files, multi-agent coordination, cockpit views, and skill/prompt authoring through the `aops-cli` command surface. Domain ownership lives in the underlying domains (`projectman`, `agentspace`, `docman`, `fileman`, etc); `aops-cli` exposes the operator sugar.
|
|
12
|
+
|
|
13
|
+
This skill is a **thin router/index**. It does not carry workflow detail — it points to the family-specific skill that does. Load the matching `aops-cli-*` skill once you identify the right family; that family skill points to the relevant hosted Docman mirror or domain guide plus the live `aops-cli <command> --help`.
|
|
14
|
+
|
|
15
|
+
> Override priority across the AOPS skill family: `--help` wins over skill text (canonical command surface); domain user guide wins over skill text (canonical normative content). Searchable principles: AOPS Docman document `aops-doc-skill-system-principles` (slug:aops, search by title + section name + keywords).
|
|
16
|
+
|
|
17
|
+
> Closeout policy: board closeout is operator-controlled. Agents should not auto-run `pm board closeout` or closeout memory just because a turn is ending; use resume/handoff/checkpoint context until the operator explicitly requests or approves closeout.
|
|
18
|
+
|
|
19
|
+
## Discovery: which family for what
|
|
20
|
+
|
|
21
|
+
### aops-cli-core
|
|
22
|
+
|
|
23
|
+
The CLI core operator playbook: help-first command discovery, the guard flag conventions (`--preview`, `--apply`, `--confirm`, `--idempotency-key`, `--json`), the canonical operator family map (`init`/`setup`/`auth`/`host`/`agent`/`api`/`sync`/`view`), local cache vs. hosted server routing, and the raw hosted-invoke fallback when sugar is missing. **Load this skill first** when you are unsure about CLI guard semantics, sync mechanics, or how to escape from missing sugar to `agent invoke`. It also carries the canonical Tool-Input-Schema discovery block the other family skills point to. Canonical: `.aops/docman/aops-guides/aops-cli-user-guide.md`.
|
|
24
|
+
|
|
25
|
+
### aops-cli-discuss
|
|
26
|
+
|
|
27
|
+
Standalone decision / consensus: `discuss` durable decision topics, the design-decision ritual (independent research → ≥4 substantive turns → `kind=final-stance` per agent), the two-agent turn protocol, and deterministic `conclude` outputs. There is **no automatic decision bridge** — surfacing a decision to PM or chat is explicit. **Load this skill** when running a server-canonical design decision or peer consensus before implementation. Canonical: `.aops/docman/domain-guides/agentspace-user-guide.md` (Coordination semantics + Anti-patterns appendix + Troubleshooting sections).
|
|
28
|
+
|
|
29
|
+
### aops-cli-chat
|
|
30
|
+
|
|
31
|
+
Coordination / wake: hosted Agentspace rooms and DMs, members and roleKey vocabulary, reference bindings, messages, and `inbox`/`listen`/`catchup` read cursors. Rooms are FLOW (coordination + wake), not the decision ledger. **Load this skill** when coordinating peers, posting a review-request wake, or running a catch-up loop. Canonical: `.aops/docman/domain-guides/agentspace-user-guide.md` (Coordination semantics). For review-request/result, re-review, and operator-approved closeout truth, use `aops-cli-projectman`.
|
|
32
|
+
|
|
33
|
+
### aops-cli-projectman
|
|
34
|
+
|
|
35
|
+
Planning truth (server-canonical): `pm board/ktask/sprint/utask/issue/feedback/handoff` CRUD, atomic board lifecycle (`kickoff`/`resume`/operator-approved `closeout`), sprint phase + microtask plan patching, status derivation, subject-aware handoff, and the PM-vs-Agentspace ownership boundary. **Load this skill** when creating or moving kanban tasks, building or completing sprints, opening issues/feedback, or running board windows from kickoff/resume through operator-approved closeout. Canonical: `domains/projectman/USER_GUIDE.md`.
|
|
36
|
+
|
|
37
|
+
### aops-cli-mission
|
|
38
|
+
|
|
39
|
+
Hosted Agentspace mission command discipline: mission create/list/get/update/resume, mission policy seed through `--policy-json`, active Projectman implementation-plan references, `aops-cli start --resume` integration, and the ownership boundary between Mission, Projectman, and Agentspace memory. **Load this skill** when creating or resuming a hosted mission, carrying mission policy into startup, binding implementation-plan refs, or diagnosing mission/session resume behavior. Mission closeout checks and handoff helpers are explicit future automation unless the matching command exists in live `--help`.
|
|
40
|
+
|
|
41
|
+
### aops-working-disciplines
|
|
42
|
+
|
|
43
|
+
AOPS execution discipline routing: solo-pm-loop, build-review-chat, and design-first-consensus; how each maps to mission policy, Projectman review requests/issues, Agentspace memory, standalone discuss consensus, ChatV3 coordination, and closeout guardrails. **Load this skill** when selecting or interpreting a working discipline, reviewing `aops-cli start` discipline policy output, planning build-review-chat slices, or applying the closeout checklist without running operator-only board/room closeout.
|
|
44
|
+
|
|
45
|
+
### aops-cli-agentspace
|
|
46
|
+
|
|
47
|
+
Agentspace context and reusable assets: durable memory (`mem write/list/update/synopsis/resume/compact/prune/search`), sticky guidance, generated synopsis, experience capture (`exp`), the hosted asset families (`project`/`prompt`/`resource`/`artifact`/`skill`), agent profile metadata, and the activity log read surface. **Load this skill** when writing kickoff/resume/checkpoint memory, operator-approved closeout memory, authoring sticky bootstrap rules, publishing prompt or skill versions, or composing agent profiles for collab `--profile-mount`. Canonical: `.aops/docman/domain-guides/agentspace-user-guide.md` (Entity model + Memory model + Useful commands sections).
|
|
48
|
+
|
|
49
|
+
### aops-cli-docman
|
|
50
|
+
|
|
51
|
+
Document graph CRUD-first authoring + retrieval: section/page/page-version/link CRUD sugar, draft-save body edits, status workflow (`draft`/`review`/`published`/`archived`), retrieval helpers (`outline`/`index`/`summary`/`search`/`scope search`/`answer`/`source`), publish flow, and local mirror read fallback. **Load this skill** when targeting a known document node for an edit (prefer CRUD sugar over full mirror push), running search-driven retrieval over saved document versions, or publishing a document version's current pointer. Canonical: `domains/docman/USER_GUIDE.md`.
|
|
52
|
+
|
|
53
|
+
### aops-cli-fileman
|
|
54
|
+
|
|
55
|
+
File snapshot, diff, restore, copy, zip, and clean over hosted Fileman targets: target inventory CRUD, immutable snapshot lifecycle, snapshot-vs-snapshot or snapshot-vs-live diff, destructive restore (with explicit guards), non-destructive copy, archive hand-off, and retention pruning. **Load this skill** for snapshotting a file or directory, inspecting drift, restoring a snapshot, or applying retention policy — Fileman is hosted-canonical with no `.aops/fileman/**` mirror. Canonical: `domains/fileman/USER_GUIDE.md`.
|
|
56
|
+
|
|
57
|
+
### aops-cli-tasker
|
|
58
|
+
|
|
59
|
+
Insan-first task manager + scenario-first runner: `tasker` (task list/get/create/update/delete + label/checklist/relation/comment + system views like my-work/today/upcoming) and `runner` (tracked execution backed by Projectman subjects, ad-hoc runs, workflow instances, queue workers, ingress). **Load this skill** when pushing a task into the runner queue (`tasker create --enqueue`), inspecting runner run state, or composing a workflow instance — Projectman remains the planning owner; Tasker is human-first execution. Canonical: `domains/tasker/USER_GUIDE.md`.
|
|
60
|
+
|
|
61
|
+
### aops-cli-view
|
|
62
|
+
|
|
63
|
+
Read-only local-cache cockpit and hosted-inventory presentation: `view dashboard`, focused subject views (`view sprint/task/board`), Agentspace context views (`view memory/resume/discussions`), Docman/skill/prompt mirror views, hosted project inventory (`view hosted-projects/hosted-inventory`), and `view digest --depth shallow|deep` for handoff context packs. **Load this skill** when you need to inspect repo or hosted state without mutating it; view never syncs, refreshes, or mutates. Canonical: `.aops/docman/aops-guides/aops-cli-user-guide.md` (AOPS markdown view sugar section).
|
|
64
|
+
|
|
65
|
+
### aops-cli-board-lifecycle (deprecated pointer)
|
|
66
|
+
|
|
67
|
+
Folded into `aops-cli-projectman` from PR2 onward. Routes agents to the projectman skill for board kickoff/resume/operator-approved closeout, kanban-task and sprint policy, and atomic board windows. Kept as a stable pointer for one release cycle so older prompts and AGENTS references keep working. New task prompts should prefer `aops-cli-projectman` directly.
|
|
68
|
+
|
|
69
|
+
### aops-cli-sugar-authoring
|
|
70
|
+
|
|
71
|
+
Thin authoring playbook for **adding or extending sugar CLI commands** on `aops-cli` or `eops-cli` over a hosted domain operation. Identifies the right command surface (commander-based aops-cli vs. argv+registry eops-cli), points to canonical authoring sources, and keeps every new sugar wired to `agent schema --tool <id>` discovery. Use this when the target operation already exists in the kit/host-plugin manifest and you just need to expose or compose it as a sugar.
|
|
72
|
+
|
|
73
|
+
### aops-cli-tooling-agent (modular index)
|
|
74
|
+
|
|
75
|
+
Compatibility index for the modular AOPS CLI skill family after the v33 split. Routes agents to the right family skill (`aops-cli-core`, `aops-cli-discuss`, `aops-cli-chat`, `aops-cli-projectman`, etc.) and preserves help-first + hosted-mirror reminders for old prompts. Use when a runtime is missing a family-specific skill and an agent needs the fallback help-first sequence; otherwise prefer the smallest matching family skill.
|
|
76
|
+
|
|
77
|
+
## How to use this index
|
|
78
|
+
|
|
79
|
+
1. Identify the family from the table above (e.g. "I need to plan a sprint" → `aops-cli-projectman`).
|
|
80
|
+
2. Load that specific skill with the Skill tool (Claude) or by referencing it in the catalog (Codex).
|
|
81
|
+
3. The family skill points you to its canonical user guide section (by name), its `--help` surface, and the doc discovery ladder for section-focused reading.
|
|
82
|
+
4. When `--help` and skill text disagree, `--help` wins. When user guide and skill text disagree, user guide wins.
|
|
83
|
+
|
|
84
|
+
## Server-canonical and local cache
|
|
85
|
+
|
|
86
|
+
- Server-canonical truth: the hosted AOPS server is the source of truth for planning (`projectman`), durable memory (`agentspace.memory-item`), discussion topics (`agentspace.discussion-topic`), and experience. Create, write, and read these through the hosted `aops-cli` surface (`pm`, `mem`, `discuss`, `exp`).
|
|
87
|
+
- Local cache: `.aops/projectman/**`, `.aops/agentspace/memory/items/**`, `.aops/agentspace/discussions/**`, and `.aops/agentspace/collabs/**` are a read-only local cache of server state, refreshed by `sync pull`. Do not treat them as an authoring source or planning truth.
|
|
88
|
+
- Hosted prompt/skill mirrors: `.aops/hosted/prompts/**` and `.aops/hosted/skills/**`; refresh with `aops-cli sync pull --apply --hosted-project-slug aops --json`.
|
|
89
|
+
- Hosted Docman guide mirrors: `.aops/docman/**`; refresh separately with `aops-cli doc mirror pull --project-slug aops --document-slug <slug> --out-dir ./.aops/docman --apply --json`. `sync pull` does not refresh `.aops/docman/**`.
|
|
90
|
+
- Never hand-edit a mirror or cache as canonical truth. Change hosted truth via the hosted CLI (`aops-cli pm|mem|discuss|prompt|skill|doc ...`) and refresh the matching mirror.
|
|
91
|
+
- `--yes` is non-interactive/fail-fast mode for supported commands; do not treat it as a proven fix for an abort unless logs prove that.
|
|
92
|
+
|
|
93
|
+
## Tool Input Schema discovery
|
|
94
|
+
|
|
95
|
+
For any hosted write, fetch the live JSON Schema first instead of guessing payload fields: `aops-cli agent schema --tool <domain>.<operation>`. The full explanation lives in `aops-cli-core` (Tool Input Schema section); architecture: slug:aops `tooling-cli-host-plugin-system` (Agent Gateway section, "Tool Input JSON Schema Discovery").
|
|
96
|
+
|
|
97
|
+
## Deep reading (doc discovery ladder)
|
|
98
|
+
|
|
99
|
+
Search the guides by content instead of linear reads — pick the rung by what you know:
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
# broad search across the project's guides (local mirror, no id needed):
|
|
103
|
+
aops-cli doc scope search --project-slug aops --q "<keyword>" --local --json
|
|
104
|
+
# exact search within a known guide version:
|
|
105
|
+
aops-cli doc search --document-version-id <docver-id> --q "<keyword>" --local --json
|
|
106
|
+
# section tree of a known guide version (hosted-only — no local fallback):
|
|
107
|
+
aops-cli doc outline get --document-version-id <docver-id> --json
|
|
108
|
+
# project/sprint memory:
|
|
109
|
+
aops-cli mem search --subject project --id <project-uuid> --json
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
There is no `aops-cli docman … --slug` command — that path does not exist; use the ladder above. Reference guide sections by document title + section name + keywords, never a bare section number.
|