Skip to content

Commit d2cf521

Browse files
committed
fix(runtime,plugin-approvals,metadata-protocol): the last four readers of the automation and publish codes
Four more consumers of codes batch 2 renamed, found by running the full suite rather than grepping harder: - plugin-approvals asserts the resume refusal code (its approval node IS the service-gated case), a package the sweep never touched. - http-dispatcher.test mocks the automation service's result, so its two literals are the emitter's contract restated in a mock. - batch_aborted -> BATCH_ABORTED: it rides in the same failed[] array as the causal item's catalog code, so leaving it lowercase made one array carry two vocabularies. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MaSQn77TT5fUgHK9CesaDK
1 parent 61aba08 commit d2cf521

16 files changed

Lines changed: 82 additions & 80 deletions

File tree

content/docs/references/api/analytics.mdx

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

content/docs/references/api/auth.mdx

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

content/docs/references/api/automation-api.mdx

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

content/docs/references/api/batch.mdx

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

content/docs/references/api/contract.mdx

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

content/docs/references/api/error-code-ledger.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const result = ErrorCode.parse(data);
140140
* `AUTH_CONFIG_ERROR`
141141
* `AUTH_REQUIRED`
142142
* `AUTOMATION_UNSCOPED_RUN_DATA_ACCESS`
143+
* `BATCH_ABORTED`
143144
* `BATCH_NOT_ATOMIC`
144145
* `BATCH_TOO_LARGE`
145146
* `BATCH_UNRESOLVED_REF`

content/docs/references/api/export.mdx

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

content/docs/references/api/metadata.mdx

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

content/docs/references/api/package-api.mdx

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

content/docs/references/api/protocol.mdx

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)