@aopslabs/aops 0.3.30 → 0.3.32
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
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"assetKind": "community-core",
|
|
3
|
-
"entryFile": "SKILL.md",
|
|
4
|
-
"files": [
|
|
5
|
-
{
|
|
6
|
-
"byteLength": 2662,
|
|
7
|
-
"path": "SKILL.md",
|
|
8
|
-
"sha256": "3bc86f4ea1d38f668f21da75a2c1afc881794a7f0cfecc92cfcb978454931986"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"byteLength": 2445,
|
|
12
|
-
"path": "references/agentspace/SKILL.md",
|
|
13
|
-
"sha256": "716643fab92b155780c999819fbc62cb007a77580ce01ef5be4754399fe6a53e"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"byteLength": 3804,
|
|
17
|
-
"path": "references/aops-cli-core/SKILL.md",
|
|
18
|
-
"sha256": "a645a2f50bc35b2033d05bad770b2f0a53e3f162b95f00dfd493ba718c062433"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"byteLength": 2341,
|
|
22
|
-
"path": "references/chatv3/SKILL.md",
|
|
23
|
-
"sha256": "0f45d8fe418f740456e7f448ce472a7f0784a7cd5b01fe4cbc81439ded3c7931"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"byteLength": 2820,
|
|
27
|
-
"path": "references/collaborative-work/SKILL.md",
|
|
28
|
-
"sha256": "0be52b14657cbb92781576a58cd901ef187872019660055aba37799de788a890"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"byteLength": 2386,
|
|
32
|
-
"path": "references/discuss/SKILL.md",
|
|
33
|
-
"sha256": "03cd2bde90b590b4ce6a370a6d17d1aaabbb6693fee47c29e0e45848b3d7f8d6"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"byteLength": 2736,
|
|
37
|
-
"path": "references/docman/SKILL.md",
|
|
38
|
-
"sha256": "cf48bfa4d94a97a0d2805d5d9dd7a7d0f7430adaf36b9b2fc685465c42cd8cd7"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"byteLength": 3167,
|
|
42
|
-
"path": "references/projectman/SKILL.md",
|
|
43
|
-
"sha256": "2ff36573d7bf85b2212d1c819bb692cbdfb49f4ea77fdd95d0a263c4007c31b0"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"byteLength": 1621,
|
|
47
|
-
"path": "references/sys/SKILL.md",
|
|
48
|
-
"sha256": "89cb838aafed26874a0fbc121078435a2ec27bf2901527a51515833e63b1dff4"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"byteLength": 1865,
|
|
52
|
-
"path": "references/view/SKILL.md",
|
|
53
|
-
"sha256": "644603a17444374025acf52975dc5df04e1412d69965b210a28b6b5ed203c90b"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"byteLength": 2947,
|
|
57
|
-
"path": "references/working-disciplines/SKILL.md",
|
|
58
|
-
"sha256": "e4598aadf22e8ee346fa178b01d073ce0d4bf48a82b10c37e6e03c7523327866"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"byteLength": 3333,
|
|
62
|
-
"path": "user-guides/agent-assets.md",
|
|
63
|
-
"sha256": "12ef09138579d9bfc75a33d51c78bc50d8b34556eb6070af64a8c03d93927f05"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"byteLength": 7018,
|
|
67
|
-
"path": "user-guides/agentspace.md",
|
|
68
|
-
"sha256": "3d2b9d40bd3a0e07a082cb73443398f538d96ab11af9e755d54214a0a5038c2b"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"byteLength": 50620,
|
|
72
|
-
"path": "user-guides/aops-cli.md",
|
|
73
|
-
"sha256": "ce217a436964db8dd898daa6cc7481cbdb551805ed37ab869bd91f1eae4a135a"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"byteLength": 5564,
|
|
77
|
-
"path": "user-guides/aops-system.md",
|
|
78
|
-
"sha256": "f22e10256fc70764b951a3fb3326abf7bcaf8c0821ec9c85182d51d18da4b52b"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"byteLength": 5664,
|
|
82
|
-
"path": "user-guides/chatv3.md",
|
|
83
|
-
"sha256": "80c8654463ee21bad8cd1a6557cc6476df788fd8f557441987c94d81ebf23ffd"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"byteLength": 7708,
|
|
87
|
-
"path": "user-guides/docman.md",
|
|
88
|
-
"sha256": "e7f58d24f52b9ceb4737391e9a02f15d94995599b39cd291e02e8d26cc900aed"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"byteLength": 7558,
|
|
92
|
-
"path": "user-guides/projectman.md",
|
|
93
|
-
"sha256": "1a3aecff016166268ec4a94a52ece0fc46a1c9a5e667c584ff39b327a804a52a"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"byteLength": 3432,
|
|
97
|
-
"path": "user-guides/sys.md",
|
|
98
|
-
"sha256": "3959f5c044314be14f368529edffd7adb80bb475b659397c6f4bbec8086c5f28"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"byteLength": 23129,
|
|
102
|
-
"path": "user-guides/working-disciplines.md",
|
|
103
|
-
"sha256": "c8b2297dc9306ca9d1a8b497b11de8d47a89799ab2425e0c40df955b196cc304"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"name": "aops",
|
|
107
|
-
"packageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
|
|
108
|
-
"provenance": {
|
|
109
|
-
"expectedDigestSource": "signed-release-manifest",
|
|
110
|
-
"reference": "aops-platform-agent-assets:core",
|
|
111
|
-
"trustClass": "signed-community-release"
|
|
112
|
-
},
|
|
113
|
-
"schemaVersion": 1,
|
|
114
|
-
"standard": "aops-community-core-v1",
|
|
115
|
-
"version": "0.3.30",
|
|
116
|
-
"versionId": "community-core-0.3.30"
|
|
117
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: aops
|
|
3
|
-
description: Use the installed AOPS Community gateway to discover and operate AOPS capabilities without assuming a working discipline.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# AOPS Community gateway
|
|
7
|
-
|
|
8
|
-
When the task needs AOPS, run this bounded resolver first:
|
|
9
|
-
|
|
10
|
-
`aops assets resolve --gateway aops --json`
|
|
11
|
-
|
|
12
|
-
Read the verified `entryPath` returned by that command and follow only the task-relevant references from it. Do not preload unrelated assets or choose a working discipline for the operator.
|
|
13
|
-
|
|
14
|
-
If resolution fails, inspect the local client with `aops assets status --verify quick --json`. Use `aops assets --help` for lifecycle commands.
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"catalog": {
|
|
3
|
-
"defaultActivation": false,
|
|
4
|
-
"mode": "optional-inert",
|
|
5
|
-
"packages": []
|
|
6
|
-
},
|
|
7
|
-
"core": {
|
|
8
|
-
"entryFile": "SKILL.md",
|
|
9
|
-
"manifestRef": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/manifest.json",
|
|
10
|
-
"name": "aops",
|
|
11
|
-
"optional": false,
|
|
12
|
-
"packageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
|
|
13
|
-
"version": "0.3.30",
|
|
14
|
-
"versionId": "community-core-0.3.30"
|
|
15
|
-
},
|
|
16
|
-
"gateway": {
|
|
17
|
-
"byteLength": 621,
|
|
18
|
-
"name": "aops",
|
|
19
|
-
"ref": "agent-assets/gateway/aops/SKILL.md",
|
|
20
|
-
"sha256": "76b79af32d9afb94459a74caea5c23cc1818a182e33d6f45c88295b288a08744"
|
|
21
|
-
},
|
|
22
|
-
"kind": "aops-community-agent-assets-inventory-v1",
|
|
23
|
-
"schemaVersion": 1,
|
|
24
|
-
"source": {
|
|
25
|
-
"commit": "8d084ef76e3ea1057aa82cf25280dce207cde47f",
|
|
26
|
-
"repository": "git+https://github.com/eeemzs/aops-platform",
|
|
27
|
-
"root": "apps/aops-cli/assets/agent-assets"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"catalogPackageSha256": [],
|
|
3
|
-
"corePackageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
|
|
4
|
-
"gatewayRef": "agent-assets/gateway/aops/SKILL.md",
|
|
5
|
-
"kind": "aops-community-agent-assets-projection-v1",
|
|
6
|
-
"root": "agent-assets",
|
|
7
|
-
"schemaVersion": 1
|
|
8
|
-
}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"agentAssets": {
|
|
3
|
-
"catalog": {
|
|
4
|
-
"defaultActivation": false,
|
|
5
|
-
"mode": "optional-inert",
|
|
6
|
-
"packages": []
|
|
7
|
-
},
|
|
8
|
-
"core": {
|
|
9
|
-
"entryFile": "SKILL.md",
|
|
10
|
-
"manifestRef": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/manifest.json",
|
|
11
|
-
"name": "aops",
|
|
12
|
-
"optional": false,
|
|
13
|
-
"packageSha256": "bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb",
|
|
14
|
-
"version": "0.3.30",
|
|
15
|
-
"versionId": "community-core-0.3.30"
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
{
|
|
19
|
-
"byteLength": 2662,
|
|
20
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/SKILL.md",
|
|
21
|
-
"sha256": "3bc86f4ea1d38f668f21da75a2c1afc881794a7f0cfecc92cfcb978454931986"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"byteLength": 2445,
|
|
25
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/agentspace/SKILL.md",
|
|
26
|
-
"sha256": "716643fab92b155780c999819fbc62cb007a77580ce01ef5be4754399fe6a53e"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"byteLength": 3804,
|
|
30
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/aops-cli-core/SKILL.md",
|
|
31
|
-
"sha256": "a645a2f50bc35b2033d05bad770b2f0a53e3f162b95f00dfd493ba718c062433"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"byteLength": 2341,
|
|
35
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/chatv3/SKILL.md",
|
|
36
|
-
"sha256": "0f45d8fe418f740456e7f448ce472a7f0784a7cd5b01fe4cbc81439ded3c7931"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"byteLength": 2820,
|
|
40
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/collaborative-work/SKILL.md",
|
|
41
|
-
"sha256": "0be52b14657cbb92781576a58cd901ef187872019660055aba37799de788a890"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"byteLength": 2386,
|
|
45
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/discuss/SKILL.md",
|
|
46
|
-
"sha256": "03cd2bde90b590b4ce6a370a6d17d1aaabbb6693fee47c29e0e45848b3d7f8d6"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"byteLength": 2736,
|
|
50
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/docman/SKILL.md",
|
|
51
|
-
"sha256": "cf48bfa4d94a97a0d2805d5d9dd7a7d0f7430adaf36b9b2fc685465c42cd8cd7"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"byteLength": 3167,
|
|
55
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/projectman/SKILL.md",
|
|
56
|
-
"sha256": "2ff36573d7bf85b2212d1c819bb692cbdfb49f4ea77fdd95d0a263c4007c31b0"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"byteLength": 1621,
|
|
60
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/sys/SKILL.md",
|
|
61
|
-
"sha256": "89cb838aafed26874a0fbc121078435a2ec27bf2901527a51515833e63b1dff4"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"byteLength": 1865,
|
|
65
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/view/SKILL.md",
|
|
66
|
-
"sha256": "644603a17444374025acf52975dc5df04e1412d69965b210a28b6b5ed203c90b"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"byteLength": 2947,
|
|
70
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/references/working-disciplines/SKILL.md",
|
|
71
|
-
"sha256": "e4598aadf22e8ee346fa178b01d073ce0d4bf48a82b10c37e6e03c7523327866"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"byteLength": 3333,
|
|
75
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/agent-assets.md",
|
|
76
|
-
"sha256": "12ef09138579d9bfc75a33d51c78bc50d8b34556eb6070af64a8c03d93927f05"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"byteLength": 7018,
|
|
80
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/agentspace.md",
|
|
81
|
-
"sha256": "3d2b9d40bd3a0e07a082cb73443398f538d96ab11af9e755d54214a0a5038c2b"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"byteLength": 50620,
|
|
85
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/aops-cli.md",
|
|
86
|
-
"sha256": "ce217a436964db8dd898daa6cc7481cbdb551805ed37ab869bd91f1eae4a135a"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"byteLength": 5564,
|
|
90
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/aops-system.md",
|
|
91
|
-
"sha256": "f22e10256fc70764b951a3fb3326abf7bcaf8c0821ec9c85182d51d18da4b52b"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"byteLength": 5664,
|
|
95
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/chatv3.md",
|
|
96
|
-
"sha256": "80c8654463ee21bad8cd1a6557cc6476df788fd8f557441987c94d81ebf23ffd"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"byteLength": 7708,
|
|
100
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/docman.md",
|
|
101
|
-
"sha256": "e7f58d24f52b9ceb4737391e9a02f15d94995599b39cd291e02e8d26cc900aed"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"byteLength": 7558,
|
|
105
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/projectman.md",
|
|
106
|
-
"sha256": "1a3aecff016166268ec4a94a52ece0fc46a1c9a5e667c584ff39b327a804a52a"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"byteLength": 3432,
|
|
110
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/sys.md",
|
|
111
|
-
"sha256": "3959f5c044314be14f368529edffd7adb80bb475b659397c6f4bbec8086c5f28"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"byteLength": 23129,
|
|
115
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/files/user-guides/working-disciplines.md",
|
|
116
|
-
"sha256": "c8b2297dc9306ca9d1a8b497b11de8d47a89799ab2425e0c40df955b196cc304"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"byteLength": 3811,
|
|
120
|
-
"ref": "agent-assets/core/bc42dd7792dbe66040e99a7ef3d80b3bc788c72b369b5a065cf936aef29f53fb/manifest.json",
|
|
121
|
-
"sha256": "b73902ff389f02df01e917fcec610aa501a01edf2fba3f59785a15070aa345c1"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"byteLength": 621,
|
|
125
|
-
"ref": "agent-assets/gateway/aops/SKILL.md",
|
|
126
|
-
"sha256": "76b79af32d9afb94459a74caea5c23cc1818a182e33d6f45c88295b288a08744"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"byteLength": 926,
|
|
130
|
-
"ref": "agent-assets/inventory.json",
|
|
131
|
-
"sha256": "80d09adabe66ddb276b74dde9cc90db52e88e698a0da2f26abac3f5843f61533"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"byteLength": 281,
|
|
135
|
-
"ref": "agent-assets/projection.json",
|
|
136
|
-
"sha256": "b93cac6de8640a20aa872b55a521b5db74f4c38bb0b2e711fdb05edd34e5e1bb"
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"gateway": {
|
|
140
|
-
"byteLength": 621,
|
|
141
|
-
"name": "aops",
|
|
142
|
-
"ref": "agent-assets/gateway/aops/SKILL.md",
|
|
143
|
-
"sha256": "76b79af32d9afb94459a74caea5c23cc1818a182e33d6f45c88295b288a08744"
|
|
144
|
-
},
|
|
145
|
-
"inventory": {
|
|
146
|
-
"ref": "agent-assets/inventory.json",
|
|
147
|
-
"sha256": "80d09adabe66ddb276b74dde9cc90db52e88e698a0da2f26abac3f5843f61533"
|
|
148
|
-
},
|
|
149
|
-
"kind": "aops-community-agent-assets-release-v1",
|
|
150
|
-
"projection": {
|
|
151
|
-
"ref": "agent-assets/projection.json",
|
|
152
|
-
"sha256": "b93cac6de8640a20aa872b55a521b5db74f4c38bb0b2e711fdb05edd34e5e1bb"
|
|
153
|
-
},
|
|
154
|
-
"root": "agent-assets",
|
|
155
|
-
"schemaVersion": 1,
|
|
156
|
-
"setSha256": "54f7a9b2533f458cba54371d6495006b6b13e2cad7f95a685ae4c69780af43c8"
|
|
157
|
-
},
|
|
158
|
-
"evidence": {
|
|
159
|
-
"signature": {
|
|
160
|
-
"bundleRef": "agent-assets-release.sigstore.json"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"kind": "aops-community-agent-assets-bundle-v1",
|
|
164
|
-
"releaseVersion": "0.3.30",
|
|
165
|
-
"schemaVersion": 1,
|
|
166
|
-
"source": {
|
|
167
|
-
"commit": "8d084ef76e3ea1057aa82cf25280dce207cde47f",
|
|
168
|
-
"repository": "git+https://github.com/eeemzs/aops-platform",
|
|
169
|
-
"root": "apps/aops-cli/assets/agent-assets"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mediaType": "application/vnd.dev.sigstore.bundle+json;version=0.2",
|
|
3
|
-
"verificationMaterial": {
|
|
4
|
-
"x509CertificateChain": {
|
|
5
|
-
"certificates": [
|
|
6
|
-
{
|
|
7
|
-
"rawBytes": "MIIHdDCCBvugAwIBAgIUJeTQynLDfVWGotuKWeCr+a+LLBwwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjYwODIyMjMzODQxWhcNMjYwODIyMjM0ODQxWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEAYamXNAqdEOwiY8UDX+T5acekli+eT6ioszttvMlh6f8uhEq+njXgF8IibHkJWTrbfx3/SqnsH00BXsbOVBhIKOCBhowggYWMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUn6gKgChbkn/Nmc0TWJpsyenJr4MwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wdAYDVR0RAQH/BGowaIZmaHR0cHM6Ly9naXRodWIuY29tL2VlZW16cy9hb3BzLXBsYXRmb3JtLy5naXRodWIvd29ya2Zsb3dzL3NpZ24tcHVibGljLWFnZW50LWFzc2V0cy55bWxAcmVmcy9oZWFkcy9tYWluMDkGCisGAQQBg78wAQEEK2h0dHBzOi8vdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20wHwYKKwYBBAGDvzABAgQRd29ya2Zsb3dfZGlzcGF0Y2gwNgYKKwYBBAGDvzABAwQoOGQwODRlZjc2ZTNlYTEwNTdhYTgyY2YyNTI4MGRjZTIwN2NkZTQ3ZjAxBgorBgEEAYO/MAEEBCNTaWduIGV4YWN0IHB1YmxpYyBBT1BTIGFnZW50IGFzc2V0czAiBgorBgEEAYO/MAEFBBRlZWVtenMvYW9wcy1wbGF0Zm9ybTAdBgorBgEEAYO/MAEGBA9yZWZzL2hlYWRzL21haW4wOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMHYGCisGAQQBg78wAQkEaAxmaHR0cHM6Ly9naXRodWIuY29tL2VlZW16cy9hb3BzLXBsYXRmb3JtLy5naXRodWIvd29ya2Zsb3dzL3NpZ24tcHVibGljLWFnZW50LWFzc2V0cy55bWxAcmVmcy9oZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoOGQwODRlZjc2ZTNlYTEwNTdhYTgyY2YyNTI4MGRjZTIwN2NkZTQ3ZjAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0ZWQwNwYKKwYBBAGDvzABDAQpDCdodHRwczovL2dpdGh1Yi5jb20vZWVlbXpzL2FvcHMtcGxhdGZvcm0wOAYKKwYBBAGDvzABDQQqDCg4ZDA4NGVmNzZlM2VhMTA1N2FhODJjZjI1MjgwZGNlMjA3Y2RlNDdmMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9tYWluMBoGCisGAQQBg78wAQ8EDAwKMTMxNjI1NTAyNjApBgorBgEEAYO/MAEQBBsMGWh0dHBzOi8vZ2l0aHViLmNvbS9lZWVtenMwGQYKKwYBBAGDvzABEQQLDAkxMDkzMTA3NzQwdgYKKwYBBAGDvzABEgRoDGZodHRwczovL2dpdGh1Yi5jb20vZWVlbXpzL2FvcHMtcGxhdGZvcm0vLmdpdGh1Yi93b3JrZmxvd3Mvc2lnbi1wdWJsaWMtYWdlbnQtYXNzZXRzLnltbEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCg4ZDA4NGVmNzZlM2VhMTA1N2FhODJjZjI1MjgwZGNlMjA3Y2RlNDdmMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwWwYKKwYBBAGDvzABFQRNDEtodHRwczovL2dpdGh1Yi5jb20vZWVlbXpzL2FvcHMtcGxhdGZvcm0vYWN0aW9ucy9ydW5zLzMyNjA1NzM3MjQ3L2F0dGVtcHRzLzEwFwYKKwYBBAGDvzABFgQJDAdwcml2YXRlMFIGCisGAQQBg78wARgERAxCcmVwbzplZWVtenNAMTA5MzEwNzc0L2FvcHMtcGxhdGZvcm1AMTMxNjI1NTAyNjpyZWY6cmVmcy9oZWFkcy9tYWluMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGgK9c+LAAABAMASDBGAiEAsbBsJrjvUpKQ86Jb+3a8jhLauMtVyOlhfdUDLVjl8XoCIQCCTc8Li7ahj8xTpExRvHwAMeT2hWh2Af891jhxt4jg6TAKBggqhkjOPQQDAwNnADBkAjAIaRI53Y1+mxmTcEzCwxYRDNeDI42gHBGVJujzbQJtmMo1muol3IDnYL4UgyVJu3QCMDpHVAi2yIEltU7D/d9fHR2cpp7WueYhSLNQUagDvb9CGx8O32iIGzJpWdkdmXGXZw=="
|
|
8
|
-
}
|
|
9
|
-
]
|
|
10
|
-
},
|
|
11
|
-
"tlogEntries": [
|
|
12
|
-
{
|
|
13
|
-
"logIndex": "2568618496",
|
|
14
|
-
"logId": {
|
|
15
|
-
"keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0="
|
|
16
|
-
},
|
|
17
|
-
"kindVersion": {
|
|
18
|
-
"kind": "hashedrekord",
|
|
19
|
-
"version": "0.0.1"
|
|
20
|
-
},
|
|
21
|
-
"integratedTime": "1787441921",
|
|
22
|
-
"inclusionPromise": {
|
|
23
|
-
"signedEntryTimestamp": "MEUCIEBmlxBObH+L+CbJ8u9gEXOPYFcDEwRo1k3OBLpCuKzqAiEAqXCjRgm1uL6/w3FUxfcvdCK/dAJ8+RQzKtBLPdXPwYg="
|
|
24
|
-
},
|
|
25
|
-
"inclusionProof": {
|
|
26
|
-
"logIndex": "2446714234",
|
|
27
|
-
"rootHash": "8laHha00MN6C4h64tVunZwR6MUDSfanBBbkjeQtm/j8=",
|
|
28
|
-
"treeSize": "2446714240",
|
|
29
|
-
"hashes": [
|
|
30
|
-
"WliWGG+I/CBOlDyhT2j6lrWwwq7FAY8AsXPM5aXmQOg=",
|
|
31
|
-
"kH1mC6wTxgoUECZobmBkzQdy4qQYlTCcHnhDbJ77DVc=",
|
|
32
|
-
"Yrtoc0uCSqRorgS5ybjIeqHxWU3Xg1FANIFSXfvoj7k=",
|
|
33
|
-
"z0jUZvBAEFLsfFTr1N2XXgeI1SUhIRB6Ooeoj92CFcI=",
|
|
34
|
-
"JAdYuw7kMFywoTfMMzdPEysY5lXlyK5ALZYl4R6LsMM=",
|
|
35
|
-
"2hq8hUBv987v7T40Np/2EAKSgpTjNFx3p0jGltgsD6A=",
|
|
36
|
-
"13w16bBc0OetK24m+HvPpxw2hqVPL/28VTWaAKBggu4=",
|
|
37
|
-
"bPsB0sOjk4/Qky39DCb4shiTf5QtaB1CMKDYL9dFZ3g=",
|
|
38
|
-
"HW0oKNI5h0SYhIcmtWomcR2pSU/Jw09V5XY1uNsCO7A=",
|
|
39
|
-
"xmTqnXMtmQlNXf1eA5DahAzqA1nXFslKUBwJxM6QgQQ=",
|
|
40
|
-
"6IHOlQWHpw6yU6IIdPUwY5ulwgUrlXBWkU8D7M0K5LM=",
|
|
41
|
-
"cyhAFCMnUp2HVo2BUZpPJ1cbvIRLkJZkaDEMJGNWXeA=",
|
|
42
|
-
"LxNtjDCe5liczgqeIkEEzOlrJSPANTCvmdetW7WIz1o=",
|
|
43
|
-
"adJzjmUgvlBqwoyQLgW5SawFbOJQDn55uZBtnnAr0Jo=",
|
|
44
|
-
"2z9rAkb9ewmVlWnAfIjOClfWYsj6zK8r468UUiMWkCc=",
|
|
45
|
-
"NPi3S6XllwAthkOeUVjvUt0Xgk6WrmLUYMroLeDPwmI=",
|
|
46
|
-
"bJAtWgiq8wqDN8pmhbZdBJcDVJrYD0SnlDHhruu1M2w=",
|
|
47
|
-
"xugBqqOa94v0FTyXEeKUuA9kiXCOb3WSyGGy52n2JdA=",
|
|
48
|
-
"SndbMKVtcTenAkwi2JBfGzD+mhexp1qJbRIY+A1JRIU=",
|
|
49
|
-
"xH/DCseLHr9eKoYT8qsORZK7zVdEGYWHuVtsVrD95wY="
|
|
50
|
-
],
|
|
51
|
-
"checkpoint": {
|
|
52
|
-
"envelope": "rekor.sigstore.dev - 1193050959916656506\n2446714240\n8laHha00MN6C4h64tVunZwR6MUDSfanBBbkjeQtm/j8=\n\n— rekor.sigstore.dev wNI9ajBEAiAIFCdIQlNgSf9W/wtCUarVANy7f2dRK6XnRKrA0FJGbgIgCgWKFxXV2/KYEfZAjrKwyK3TCZ38HnD3zLz93/tkshA=\n"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiaGFzaGVkcmVrb3JkIiwic3BlYyI6eyJkYXRhIjp7Imhhc2giOnsiYWxnb3JpdGhtIjoic2hhMjU2IiwidmFsdWUiOiI4ZDliNDUxYjlmNjczM2QxNWEwZmU0ZWNiN2ZkNGRiMGU1NjQ3YTZhMWQ4MTIzZTZmNWIyZjJkZDgyNmZjMzE1In19LCJzaWduYXR1cmUiOnsiY29udGVudCI6Ik1FVUNJQXpva0tNeGRFS056UjdjTGZ0NUdqZUg3TXE0akY3UDNPR1cvOG1ta1ZpeEFpRUFnT1oxRlIxNm11bFZCRFlmK0RVejhGd2QrVWo3NHl5WERRemJuZ0lzY1lnPSIsInB1YmxpY0tleSI6eyJjb250ZW50IjoiTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVaGtSRU5EUW5aMVowRjNTVUpCWjBsVlNtVlVVWGx1VEVSbVZsZEhiM1IxUzFkbFEzSXJZU3RNVEVKM2QwTm5XVWxMYjFwSmVtb3dSVUYzVFhjS1RucEZWazFDVFVkQk1WVkZRMmhOVFdNeWJHNWpNMUoyWTIxVmRWcEhWakpOVWpSM1NFRlpSRlpSVVVSRmVGWjZZVmRrZW1SSE9YbGFVekZ3WW01U2JBcGpiVEZzV2tkc2FHUkhWWGRJYUdOT1RXcFpkMDlFU1hsTmFrMTZUMFJSZUZkb1kwNU5hbGwzVDBSSmVVMXFUVEJQUkZGNFYycEJRVTFHYTNkRmQxbElDa3R2V2tsNmFqQkRRVkZaU1V0dldrbDZhakJFUVZGalJGRm5RVVZCV1dGdFdFNUJjV1JGVDNkcFdUaFZSRmdyVkRWaFkyVnJiR2tyWlZRMmFXOXplblFLZEhaTmJHZzJaamgxYUVWeEsyNXFXR2RHT0VscFlraHJTbGRVY21KbWVETXZVM0Z1YzBnd01FSlljMkpQVmtKb1NVdFBRMEpvYjNkbloxbFhUVUUwUndwQk1WVmtSSGRGUWk5M1VVVkJkMGxJWjBSQlZFSm5UbFpJVTFWRlJFUkJTMEpuWjNKQ1owVkdRbEZqUkVGNlFXUkNaMDVXU0ZFMFJVWm5VVlZ1Tm1kTENtZERhR0pyYmk5T2JXTXdWRmRLY0hONVpXNUtjalJOZDBoM1dVUldVakJxUWtKbmQwWnZRVlV6T1ZCd2VqRlphMFZhWWpWeFRtcHdTMFpYYVhocE5Ga0tXa1E0ZDJSQldVUldVakJTUVZGSUwwSkhiM2RoU1ZwdFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKV2JGcFhNVFpqZVRsb1lqTkNlZ3BNV0VKeldWaFNiV0l6U25STWVUVnVZVmhTYjJSWFNYWmtNamw1WVRKYWMySXpaSHBNTTA1d1dqSTBkR05JVm1saVIyeHFURmRHYmxwWE5UQk1WMFo2Q21NeVZqQmplVFUxWWxkNFFXTnRWbTFqZVRsdldsZEdhMk41T1hSWlYyeDFUVVJyUjBOcGMwZEJVVkZDWnpjNGQwRlJSVVZMTW1nd1pFaENlazlwT0hZS1pFYzVjbHBYTkhWWlYwNHdZVmM1ZFdONU5XNWhXRkp2WkZkS01XTXlWbmxaTWpsMVpFZFdkV1JETldwaU1qQjNTSGRaUzB0M1dVSkNRVWRFZG5wQlFncEJaMUZTWkRJNWVXRXlXbk5pTTJSbVdrZHNlbU5IUmpCWk1tZDNUbWRaUzB0M1dVSkNRVWRFZG5wQlFrRjNVVzlQUjFGM1QwUlNiRnBxWXpKYVZFNXNDbGxVUlhkT1ZHUm9XVlJuZVZreVdYbE9WRWswVFVkU2FscFVTWGRPTWs1cldsUlJNMXBxUVhoQ1oyOXlRbWRGUlVGWlR5OU5RVVZGUWtOT1ZHRlhaSFVLU1VkV05GbFhUakJKU0VJeFdXMTRjRmw1UWtKVU1VSlVTVWRHYmxwWE5UQkpSMFo2WXpKV01HTjZRV2xDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0pTYkFwYVYxWjBaVzVOZGxsWE9YZGplVEYzWWtkR01GcHRPWGxpVkVGa1FtZHZja0puUlVWQldVOHZUVUZGUjBKQk9YbGFWMXA2VERKb2JGbFhVbnBNTWpGb0NtRlhOSGRQZDFsTFMzZFpRa0pCUjBSMmVrRkNRMEZSZEVSRGRHOWtTRkozWTNwdmRrd3pVblpoTWxaMVRHMUdhbVJIYkhaaWJrMTFXakpzTUdGSVZta0taRmhPYkdOdFRuWmlibEpzWW01UmRWa3lPWFJOU0ZsSFEybHpSMEZSVVVKbk56aDNRVkZyUldGQmVHMWhTRkl3WTBoTk5reDVPVzVoV0ZKdlpGZEpkUXBaTWpsMFRESldiRnBYTVRaamVUbG9Zak5DZWt4WVFuTlpXRkp0WWpOS2RFeDVOVzVoV0ZKdlpGZEpkbVF5T1hsaE1scHpZak5rZWt3elRuQmFNalIwQ21OSVZtbGlSMnhxVEZkR2JscFhOVEJNVjBaNll6SldNR041TlRWaVYzaEJZMjFXYldONU9XOWFWMFpyWTNrNWRGbFhiSFZOUkdkSFEybHpSMEZSVVVJS1p6YzRkMEZSYjBWTFozZHZUMGRSZDA5RVVteGFhbU15V2xST2JGbFVSWGRPVkdSb1dWUm5lVmt5V1hsT1ZFazBUVWRTYWxwVVNYZE9NazVyV2xSUk13cGFha0ZrUW1kdmNrSm5SVVZCV1U4dlRVRkZURUpCT0UxRVYyUndaRWRvTVZscE1XOWlNMDR3V2xkUmQwNTNXVXRMZDFsQ1FrRkhSSFo2UVVKRVFWRndDa1JEWkc5a1NGSjNZM3B2ZGt3eVpIQmtSMmd4V1drMWFtSXlNSFphVjFac1lsaHdla3d5Um5aalNFMTBZMGQ0YUdSSFduWmpiVEIzVDBGWlMwdDNXVUlLUWtGSFJIWjZRVUpFVVZGeFJFTm5ORnBFUVRST1IxWnRUbnBhYkUweVZtaE5WRUV4VGpKR2FFOUVTbXBhYWtreFRXcG5kMXBIVG14TmFrRXpXVEpTYkFwT1JHUnRUVUk0UjBOcGMwZEJVVkZDWnpjNGQwRlJORVZGVVhkUVkyMVdiV041T1c5YVYwWnJZM2s1ZEZsWGJIVk5RbTlIUTJselIwRlJVVUpuTnpoM0NrRlJPRVZFUVhkTFRWUk5lRTVxU1RGT1ZFRjVUbXBCY0VKbmIzSkNaMFZGUVZsUEwwMUJSVkZDUW5OTlIxZG9NR1JJUW5wUGFUaDJXakpzTUdGSVZta0tURzFPZG1KVE9XeGFWMVowWlc1TmQwZFJXVXRMZDFsQ1FrRkhSSFo2UVVKRlVWRk1SRUZyZUUxRWEzcE5WRUV6VG5wUmQyUm5XVXRMZDFsQ1FrRkhSQXAyZWtGQ1JXZFNiMFJIV205a1NGSjNZM3B2ZGt3eVpIQmtSMmd4V1drMWFtSXlNSFphVjFac1lsaHdla3d5Um5aalNFMTBZMGQ0YUdSSFduWmpiVEIyQ2t4dFpIQmtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbU15Ykc1aWFURjNaRmRLYzJGWFRYUlpWMlJzWW01UmRGbFlUbnBhV0ZKNlRHNXNkR0pGUW5rS1dsZGFla3d5YUd4WlYxSjZUREl4YUdGWE5IZFBRVmxMUzNkWlFrSkJSMFIyZWtGQ1JYZFJjVVJEWnpSYVJFRTBUa2RXYlU1NldteE5NbFpvVFZSQk1RcE9Na1pvVDBSS2FscHFTVEZOYW1kM1drZE9iRTFxUVROWk1sSnNUa1JrYlUxRFJVZERhWE5IUVZGUlFtYzNPSGRCVWxGRlJYZDNVbVF5T1hsaE1scHpDbUl6WkdaYVIyeDZZMGRHTUZreVozZFhkMWxMUzNkWlFrSkJSMFIyZWtGQ1JsRlNUa1JGZEc5a1NGSjNZM3B2ZGt3eVpIQmtSMmd4V1drMWFtSXlNSFlLV2xkV2JHSlljSHBNTWtaMlkwaE5kR05IZUdoa1IxcDJZMjB3ZGxsWFRqQmhWemwxWTNrNWVXUlhOWHBNZWsxNVRtcEJNVTU2VFROTmFsRXpUREpHTUFwa1IxWjBZMGhTZWt4NlJYZEdkMWxMUzNkWlFrSkJSMFIyZWtGQ1JtZFJTa1JCWkhkamJXd3lXVmhTYkUxR1NVZERhWE5IUVZGUlFtYzNPSGRCVW1kRkNsSkJlRU5qYlZaM1lucHdiRnBYVm5SbGJrNUJUVlJCTlUxNlJYZE9lbU13VERKR2RtTklUWFJqUjNob1pFZGFkbU50TVVGTlZFMTRUbXBKTVU1VVFYa0tUbXB3ZVZwWFdUWmpiVlp0WTNrNWIxcFhSbXRqZVRsMFdWZHNkVTFKUjB4Q1oyOXlRbWRGUlVGa1dqVkJaMUZEUWtnd1JXVjNRalZCU0dOQk0xUXdkd3BoYzJKSVJWUktha2RTTkdOdFYyTXpRWEZLUzFoeWFtVlFTek12YURSd2VXZERPSEEzYnpSQlFVRkhaMHM1WXl0TVFVRkJRa0ZOUVZORVFrZEJhVVZCQ25OaVFuTktjbXAyVlhCTFVUZzJTbUlyTTJFNGFtaE1ZWFZOZEZaNVQyeG9abVJWUkV4V2FtdzRXRzlEU1ZGRFExUmpPRXhwTjJGb2FqaDRWSEJGZUZJS2RraDNRVTFsVkRKb1YyZ3lRV1k0T1RGcWFIaDBOR3BuTmxSQlMwSm5aM0ZvYTJwUFVGRlJSRUYzVG01QlJFSnJRV3BCU1dGU1NUVXpXVEVyYlhodFZBcGpSWHBEZDNoWlVrUk9aVVJKTkRKblNFSkhWa3AxYW5waVVVcDBiVTF2TVcxMWIyd3pTVVJ1V1V3MFZXZDVWa3AxTTFGRFRVUndTRlpCYVRKNVNVVnNDblJWTjBRdlpEbG1TRkl5WTNCd04xZDFaVmxvVTB4T1VWVmhaMFIyWWpsRFIzZzRUek15YVVsSGVrcHdWMlJyWkcxWVIxaGFkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn19fX0="
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"timestampVerificationData": {}
|
|
59
|
-
},
|
|
60
|
-
"messageSignature": {
|
|
61
|
-
"messageDigest": {
|
|
62
|
-
"algorithm": "SHA2_256",
|
|
63
|
-
"digest": "jZtFG59nM9FaD+Tst/1NsOVkemodgSPm9bLy3YJvwxU="
|
|
64
|
-
},
|
|
65
|
-
"signature": "MEUCIAzokKMxdEKNzR7cLft5GjeH7Mq4jF7P3OGW/8mmkVixAiEAgOZ1FR16mulVBDYf+DUz8Fwd+Uj74yyXDQzbngIscYg="
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: aops
|
|
3
|
-
description: Route AOPS Community requests to concise packaged references, current CLI help, or live tool schema without selecting a work method.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# AOPS Community
|
|
7
|
-
|
|
8
|
-
AOPS is a self-hostable operations layer. The `aops` command installs and
|
|
9
|
-
operates a local server, connects to remote servers, discovers live domain
|
|
10
|
-
capabilities, and manages verified machine-local agent assets.
|
|
11
|
-
|
|
12
|
-
This root skill is deliberately small. Read exactly one matching reference,
|
|
13
|
-
then open only the relevant heading in its linked user guide. Working
|
|
14
|
-
disciplines are available after setup, but are never selected merely because
|
|
15
|
-
this gateway loaded.
|
|
16
|
-
|
|
17
|
-
## Route the request
|
|
18
|
-
|
|
19
|
-
| Need | Read first |
|
|
20
|
-
| --- | --- |
|
|
21
|
-
| install/setup, PostgreSQL, auth, server, health, sync, views, client assets | `references/aops-cli-core/SKILL.md` |
|
|
22
|
-
| read-only local dashboard, sprint/task/board views, focused digest | `references/view/SKILL.md` |
|
|
23
|
-
| durable memory, reusable prompts/skills/resources/artifacts, experience | `references/agentspace/SKILL.md` |
|
|
24
|
-
| boards, tasks, sprints/plans, issues, feedback, reviews, handoffs | `references/projectman/SKILL.md` |
|
|
25
|
-
| versioned documents, sections, links, search, answer, mirrors | `references/docman/SKILL.md` |
|
|
26
|
-
| encrypted coordination rooms, foreground listen, messages, membership | `references/chatv3/SKILL.md` |
|
|
27
|
-
| structured multi-agent decision/consensus topics | `references/discuss/SKILL.md` |
|
|
28
|
-
| counters, countries, event store, rate limits | `references/sys/SKILL.md` |
|
|
29
|
-
| choose or explain a working method | `references/working-disciplines/SKILL.md` |
|
|
30
|
-
| run the full optional collaborative session playbook | `references/collaborative-work/SKILL.md` |
|
|
31
|
-
| another installed/custom domain | `aops agent tools --domain <domain> --summary --json` |
|
|
32
|
-
|
|
33
|
-
`aops chat` is the canonical ChatV3 surface; `aops chatv3` is a compatibility
|
|
34
|
-
alias for the same command tree. Fileman, Tasker/Runner, and the
|
|
35
|
-
interactive loop are not part of the default Community capability closure;
|
|
36
|
-
discover them only if the connected server actually advertises them.
|
|
37
|
-
|
|
38
|
-
## Authority order
|
|
39
|
-
|
|
40
|
-
1. Packaged references explain ownership, safety, and common examples.
|
|
41
|
-
2. Current nested `aops ... --help` owns sugar command flags.
|
|
42
|
-
3. `aops agent schema --tool <domain.operation> --summary --json` owns raw invoke payload fields.
|
|
43
|
-
4. `aops agent invoke --tool <domain.operation> --input '@payload.json' --preview --json` is the generic fallback.
|
|
44
|
-
|
|
45
|
-
Use `aops agent tools --summary --json` when the installed server differs from
|
|
46
|
-
the packaged core. Do not load every reference or whole guide into context, and
|
|
47
|
-
do not infer server topology or capabilities from a repository checkout.
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: aops-cli-agentspace
|
|
3
|
-
description: Use for durable memory, synopsis, reusable prompts/skills/resources/artifacts, experience, agent profiles, and other Agentspace-owned context through the AOPS CLI.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Agentspace
|
|
7
|
-
|
|
8
|
-
Agentspace owns durable agent/operator context and reusable hosted assets.
|
|
9
|
-
Project execution belongs to Projectman; versioned documents belong to Docman.
|
|
10
|
-
ChatV3 coordination and structured decisions have their own references.
|
|
11
|
-
|
|
12
|
-
Read only the needed section of `../../user-guides/agentspace.md`. Exact flags
|
|
13
|
-
come from live nested help.
|
|
14
|
-
|
|
15
|
-
## Durable memory
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
aops mem --help
|
|
19
|
-
aops mem list --json
|
|
20
|
-
aops mem search --q "migration decision" --limit 10 --json
|
|
21
|
-
aops mem write --mode resume --subject project --content "<bounded handoff>" --apply
|
|
22
|
-
aops mem list --durability sticky --json
|
|
23
|
-
aops mem synopsis --subject project --json
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
Use memory for decisions, constraints, handoffs, and facts that must survive a
|
|
27
|
-
session. Keep content concise and scoped. Do not use memory as a duplicate task
|
|
28
|
-
tracker or paste secrets, logs, or large documents into it.
|
|
29
|
-
|
|
30
|
-
## Reusable hosted assets
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
aops prompt list --json
|
|
34
|
-
aops skill list --json
|
|
35
|
-
aops resource list --json
|
|
36
|
-
aops artifact list --json
|
|
37
|
-
aops exp list --json
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Create/update/version commands are guarded writes. Inspect their help first:
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
aops skill version create --help
|
|
44
|
-
aops skill version publish --help
|
|
45
|
-
aops prompt version create --help
|
|
46
|
-
aops resource create --help
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
Hosted prompt/skill truth lives on the server. Local mirrors are read-only
|
|
50
|
-
context. Artifact records are metadata/pointers, not a large binary store.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## Raw discovery fallback
|
|
54
|
-
|
|
55
|
-
```bash
|
|
56
|
-
aops agent tools --domain agentspace --q memory --limit 20 --summary --json
|
|
57
|
-
aops agent schema --tool agentspace.<operation> --summary --json
|
|
58
|
-
aops agent invoke --tool agentspace.<operation> --input '@payload.json' --preview --json
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Always inspect schema before raw writes. Use `--apply` only after scope and
|
|
62
|
-
payload are clear; use an idempotency key for retryable mutations when
|
|
63
|
-
supported. Read back the exact record after mutation.
|
|
64
|
-
|
|
65
|
-
## Boundaries
|
|
66
|
-
|
|
67
|
-
- Planning, tasks, sprints, issues, feedback, reviews: Projectman.
|
|
68
|
-
- Document graphs, page content, publish/search/answer: Docman.
|
|
69
|
-
- ChatV3 coordination/wake: `aops chat`.
|
|
70
|
-
- Structured decision transcript: `aops discuss`.
|
|
71
|
-
- `aops chatv3`: compatibility alias for `aops chat`.
|
|
72
|
-
- Repo `.aops/**`: derived cache, never the canonical authoring source.
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: aops-cli-core
|
|
3
|
-
description: Use for AOPS installation, PostgreSQL setup, server lifecycle, health, authentication, sync, views, verified agent assets, and schema-first capability discovery.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# AOPS CLI core
|
|
7
|
-
|
|
8
|
-
Use the installed `aops` command as runtime truth. Read only the matching
|
|
9
|
-
section in `../../user-guides/aops-cli.md`, `../../user-guides/aops-system.md`,
|
|
10
|
-
or `../../user-guides/agent-assets.md` when this quick map is insufficient.
|
|
11
|
-
|
|
12
|
-
## Install and diagnose
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
aops --version
|
|
16
|
-
aops setup init
|
|
17
|
-
aops setup ai
|
|
18
|
-
aops setup guide
|
|
19
|
-
aops server status --json
|
|
20
|
-
aops server health --json
|
|
21
|
-
aops cockpit
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
Parameterless `aops` opens the Rust TUI for operator-led first-run choices.
|
|
25
|
-
`aops setup init` is its argument-driven engine for an existing PostgreSQL,
|
|
26
|
-
AOPS-managed PostgreSQL container, detected local PostgreSQL, or a remote AOPS
|
|
27
|
-
server. Local server paths plan/apply/verify migrations, start the npm server,
|
|
28
|
-
leave starter/demo user data untouched, and install verified agent assets. The
|
|
29
|
-
CLI never opens a menu or asks a question. Database secrets belong only in TUI
|
|
30
|
-
private fields or private input files/environment; never paste them into chat
|
|
31
|
-
or argv.
|
|
32
|
-
|
|
33
|
-
For an unattended run, inspect readiness before apply:
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
aops setup init --path 1 --yes --json
|
|
37
|
-
aops setup init --path 2 --yes --json
|
|
38
|
-
aops setup init --path 3 --yes --json
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
Use the exact next action returned by readiness. Do not bypass TLS choices,
|
|
42
|
-
asset ownership conflicts, or migration lineage errors.
|
|
43
|
-
|
|
44
|
-
## Server and target lifecycle
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
aops server start --json
|
|
48
|
-
aops server stop --json
|
|
49
|
-
aops server restart --json
|
|
50
|
-
aops server logs --tail 100
|
|
51
|
-
aops host health --json
|
|
52
|
-
aops host diagnostics --json
|
|
53
|
-
aops target list --json
|
|
54
|
-
aops target doctor <name> --json
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
Use `aops server <command> --help` before reset, rollback, or recovery. Never
|
|
58
|
-
remove operator-owned PostgreSQL/Docker resources. Setup path 2 may manage only
|
|
59
|
-
its exact label-verified AOPS container and volume.
|
|
60
|
-
|
|
61
|
-
## Verified agent assets
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
aops assets status --verify quick --json
|
|
65
|
-
aops assets install --target all --apply --json
|
|
66
|
-
aops assets resolve --gateway aops --json
|
|
67
|
-
aops assets discover --query "sprint planning" --limit 5 --json
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
`--target all` means every registered runtime, not only Codex and Claude.
|
|
71
|
-
Install/repair fails closed on unknown user files. The core makes rich guides
|
|
72
|
-
and disciplines available but never selects a working method.
|
|
73
|
-
|
|
74
|
-
## Cache and read-only views
|
|
75
|
-
|
|
76
|
-
```bash
|
|
77
|
-
aops sync status --json
|
|
78
|
-
aops sync pull --apply --json
|
|
79
|
-
aops view dashboard --style agent
|
|
80
|
-
aops view digest --task <task-id> --depth deep
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
Hosted records remain canonical. Repository `.aops/**` content is a read-only
|
|
84
|
-
cache/presentation surface; never hand-edit it as hosted truth.
|
|
85
|
-
|
|
86
|
-
## Capability discovery
|
|
87
|
-
|
|
88
|
-
```bash
|
|
89
|
-
aops agent tools --summary --json
|
|
90
|
-
aops agent tools --domain <domain> --q <intent> --limit 10 --summary --json
|
|
91
|
-
aops agent schema --tool <domain.operation> --summary --json
|
|
92
|
-
aops agent invoke --tool <domain.operation> --input '@payload.json' --preview --json
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
Use sugar when nested `--help` exposes it. Direct invoke requires live schema.
|
|
96
|
-
If a write is intended, preview when supported and add `--apply`; destructive
|
|
97
|
-
operations may additionally require `--confirm`. Stop guessing after a 400 or
|
|
98
|
-
validation error and inspect full schema/OpenAPI.
|
|
99
|
-
|
|
100
|
-
## Guard contract
|
|
101
|
-
|
|
102
|
-
- `--json`: stable automation output.
|
|
103
|
-
- `--yes`: compatibility/fail-fast behavior; never implies mutation approval.
|
|
104
|
-
- `--preview`: validate/plan without applying when supported.
|
|
105
|
-
- `--apply`: execute a guarded write.
|
|
106
|
-
- `--confirm`: acknowledge destructive scope.
|
|
107
|
-
- `--idempotency-key`: make supported retries deterministic.
|
|
108
|
-
|
|
109
|
-
Current nested `--help` wins over packaged examples. Live schema wins for raw
|
|
110
|
-
payload fields and the live catalog wins for mounted-domain availability.
|