Commit 10b1176
committed
fix(spec): the cursor-retirement upgrade entry names the served /api/v1 runs path
Patch round 1 on the AutomationApiContracts path fix:
- The ADR-0087 D3 entry automation-runs-cursor-retired named
GET /api/automation/:name/runs three times; it now names
GET /api/v1/automation/:name/runs, the path the contract publishes
and the dispatcher mounts. registry.ts regenerated with
gen:migration-registry; gen:upgrade-guide and gen:spec-changes
re-run with no byte change (the entry is in step 18).
- Two comments (runtime query-param.ts, service-automation
run-list-truncation.test.ts) quote the same path in the v1 form.
- The changeset declares Clause-② no: no key added, no accept set
widened, no export grown. The level stays minor.
Claude-Session: https://claude.ai/code/session_019c3Hi6ZMU1p6m6aA6Bz45d
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4c21656 commit 10b1176
5 files changed
Lines changed: 9 additions & 9 deletions
File tree
- .changeset
- packages
- runtime/src
- services/service-automation/src
- spec/src/migrations
- entries/semantic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5940 | 5940 | | |
5941 | 5941 | | |
5942 | 5942 | | |
5943 | | - | |
| 5943 | + | |
5944 | 5944 | | |
5945 | 5945 | | |
5946 | 5946 | | |
| |||
5972 | 5972 | | |
5973 | 5973 | | |
5974 | 5974 | | |
5975 | | - | |
| 5975 | + | |
5976 | 5976 | | |
5977 | 5977 | | |
5978 | 5978 | | |
| |||
6001 | 6001 | | |
6002 | 6002 | | |
6003 | 6003 | | |
6004 | | - | |
| 6004 | + | |
6005 | 6005 | | |
6006 | 6006 | | |
6007 | 6007 | | |
| |||
0 commit comments