-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw-action-receipt-kit.yml
More file actions
255 lines (213 loc) · 9.13 KB
/
Copy pathopenclaw-action-receipt-kit.yml
File metadata and controls
255 lines (213 loc) · 9.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
name: OpenClaw Action Receipt Kit
on:
pull_request:
paths:
- ".github/workflows/openclaw-action-receipt-kit.yml"
- "CHANGELOG.md"
- "README.md"
- "package.json"
- "package-lock.json"
- "docs/assets/openclaw-near-miss-workbench/**"
- "docs/openclaw-action-receipt-pack.md"
- "docs/openclaw-clawhub-maintainer-packet.md"
- "docs/openclaw-clawhub-issue-update-draft.md"
- "docs/openclaw-clawhub-submission-readiness.md"
- "docs/openclaw-clawhub-response-checklist.md"
- "docs/openclaw-computer-use-agent-loop.md"
- "docs/openclaw-copy-paste-agent-integration.md"
- "docs/openclaw-developer-journey.md"
- "docs/openclaw-five-minute-receipt-demo.md"
- "docs/openclaw-near-miss-workbench.md"
- "docs/openclaw-os-decision-receipt-surface.md"
- "docs/openclaw-preflight-adapter.md"
- "docs/openclaw-plugin-release-candidate.md"
- "docs/openclaw-runtime-verification-and-publish-approval.md"
- "examples/core/resolve-action-card.mjs"
- "examples/openclaw/**"
- "scripts/verify-openclaw-action-receipt-kit.mjs"
- "scripts/verify-openclaw-action-receipt-pack.mjs"
- "scripts/verify-openclaw-developer-journey.mjs"
- "scripts/verify-openclaw-copy-paste-integration.mjs"
- "scripts/verify-openclaw-five-minute-demo.mjs"
- "scripts/verify-openclaw-near-miss-workbench.mjs"
- "scripts/verify-openclaw-npm-package.mjs"
- "scripts/verify-openclaw-preflight-adapter.mjs"
- "scripts/verify-openclaw-plugin-rc.mjs"
- "scripts/verify-openclaw-runtime-approval.mjs"
- "scripts/verify-openclaw-clawhub-response-checklist.mjs"
- "scripts/verify-openclaw-computer-use-agent-loop.mjs"
- "scripts/verify-openclaw-submission-readiness.mjs"
- "scripts/verify-openclaw-workspace-surface.mjs"
- "skills/openclaw/**"
- "tests/openclaw-action-receipt-kit*.mjs"
- "tests/openclaw-copy-paste-agent-integration*.mjs"
- "tests/openclaw-computer-use-agent-loop*.mjs"
- "tests/openclaw-developer-journey*.mjs"
- "tests/openclaw-five-minute-demo*.mjs"
- "tests/openclaw-near-miss-workbench*.mjs"
- "tests/openclaw-preflight-adapter*.mjs"
- "tests/openclaw-workspace-surface*.mjs"
push:
branches:
- main
paths:
- ".github/workflows/openclaw-action-receipt-kit.yml"
- "CHANGELOG.md"
- "README.md"
- "package.json"
- "package-lock.json"
- "docs/assets/openclaw-near-miss-workbench/**"
- "docs/openclaw-action-receipt-pack.md"
- "docs/openclaw-clawhub-maintainer-packet.md"
- "docs/openclaw-clawhub-issue-update-draft.md"
- "docs/openclaw-clawhub-submission-readiness.md"
- "docs/openclaw-clawhub-response-checklist.md"
- "docs/openclaw-computer-use-agent-loop.md"
- "docs/openclaw-copy-paste-agent-integration.md"
- "docs/openclaw-developer-journey.md"
- "docs/openclaw-five-minute-receipt-demo.md"
- "docs/openclaw-near-miss-workbench.md"
- "docs/openclaw-os-decision-receipt-surface.md"
- "docs/openclaw-preflight-adapter.md"
- "docs/openclaw-plugin-release-candidate.md"
- "docs/openclaw-runtime-verification-and-publish-approval.md"
- "examples/core/resolve-action-card.mjs"
- "examples/openclaw/**"
- "scripts/verify-openclaw-action-receipt-kit.mjs"
- "scripts/verify-openclaw-action-receipt-pack.mjs"
- "scripts/verify-openclaw-developer-journey.mjs"
- "scripts/verify-openclaw-copy-paste-integration.mjs"
- "scripts/verify-openclaw-five-minute-demo.mjs"
- "scripts/verify-openclaw-near-miss-workbench.mjs"
- "scripts/verify-openclaw-npm-package.mjs"
- "scripts/verify-openclaw-preflight-adapter.mjs"
- "scripts/verify-openclaw-plugin-rc.mjs"
- "scripts/verify-openclaw-runtime-approval.mjs"
- "scripts/verify-openclaw-clawhub-response-checklist.mjs"
- "scripts/verify-openclaw-computer-use-agent-loop.mjs"
- "scripts/verify-openclaw-submission-readiness.mjs"
- "scripts/verify-openclaw-workspace-surface.mjs"
- "skills/openclaw/**"
- "tests/openclaw-action-receipt-kit*.mjs"
- "tests/openclaw-copy-paste-agent-integration*.mjs"
- "tests/openclaw-computer-use-agent-loop*.mjs"
- "tests/openclaw-developer-journey*.mjs"
- "tests/openclaw-five-minute-demo*.mjs"
- "tests/openclaw-near-miss-workbench*.mjs"
- "tests/openclaw-preflight-adapter*.mjs"
- "tests/openclaw-workspace-surface*.mjs"
workflow_dispatch:
inputs:
relay_base_url:
description: Relay base URL for live receipt checks.
required: false
default: https://www.neurarelay.com
permissions:
contents: read
jobs:
local-contract:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run kit unit tests
run: npm run test:openclaw-kit
- name: Run near-miss workbench tests
run: npm run test:openclaw-workbench
- name: Run workspace surface tests
run: npm run test:openclaw-workspace-surface
- name: Run developer journey tests
run: npm run test:openclaw-developer-journey
- name: Run copy-paste integration tests
run: npm run test:openclaw-copy-paste-integration
- name: Run computer-use loop tests
run: npm run test:openclaw-computer-use-loop
- name: Run five-minute demo tests
run: npm run test:openclaw-five-minute-demo
- name: Run preflight adapter unit tests
run: npm run test:openclaw-preflight-adapter
- name: Verify kit contract
run: npm run verify:openclaw-action-receipt-kit
- name: Verify pack boundary
run: npm run verify:openclaw-action-receipt-pack
- name: Verify near-miss workbench
run: npm run verify:openclaw-workbench
- name: Verify workspace receipt surface
run: npm run verify:openclaw-workspace-surface
- name: Verify developer journey proof
run: npm run verify:openclaw-developer-journey
- name: Verify copy-paste integration
run: npm run verify:openclaw-copy-paste-integration
- name: Verify computer-use loop
run: npm run verify:openclaw-computer-use-loop
- name: Verify five-minute demo
run: npm run verify:openclaw-five-minute-demo
- name: Verify preflight adapter
run: npm run verify:openclaw-preflight-adapter
- name: Verify plugin release candidate
run: npm run verify:openclaw-plugin-rc
- name: Verify submission readiness
run: npm run verify:openclaw-submission-readiness
- name: Verify ClawHub response checklist
run: npm run verify:openclaw-clawhub-response-checklist
- name: Run dry-run proof
run: npm run openclaw:dry-run -- --json
- name: Generate near-miss workbench
run: npm run openclaw:workbench -- --json
- name: Generate workspace receipt surface
run: npm run openclaw:workspace-proof -- --json
- name: Run developer journey proof
run: npm run openclaw:proof -- --json
- name: Run copy-paste integration proof
run: npm run openclaw:copy-paste-integration -- --json
- name: Run computer-use loop proof
run: npm run openclaw:computer-use-loop -- --json
- name: Run five-minute receipt demo
run: npm run openclaw:five-minute-demo -- --json
- name: Run preflight dry-run proof
run: npm run openclaw:preflight:dry-run -- --json
manual-live-receipts:
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run live E2E receipt test
run: npm run test:openclaw-kit:e2e
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}
- name: Run live preflight adapter E2E test
run: npm run test:openclaw-preflight-adapter:e2e
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}
- name: Run live all-family receipt proof
run: npm run openclaw:receipts -- --json
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}
- name: Run live preflight receipt proof
run: npm run openclaw:preflight:receipt -- --json
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}
- name: Run live developer journey proof
run: npm run openclaw:proof -- --live --json
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}
- name: Run live five-minute receipt demo
run: npm run openclaw:five-minute-demo -- --live --json
env:
RELAY_BASE_URL: ${{ github.event.inputs.relay_base_url }}