micro-contracts 0.17.9 → 0.17.10
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/cli-contract.yaml
CHANGED
|
@@ -3,7 +3,7 @@ cli_contracts: 0.1.0
|
|
|
3
3
|
|
|
4
4
|
info:
|
|
5
5
|
title: micro-contracts CLI
|
|
6
|
-
version: 0.
|
|
6
|
+
version: 0.17.10
|
|
7
7
|
description: >-
|
|
8
8
|
Contract-first OpenAPI toolchain for TypeScript Web/API systems.
|
|
9
9
|
Generates contract packages, server routes, and frontend clients
|
|
@@ -933,6 +933,7 @@ command_sets:
|
|
|
933
933
|
idempotent: true
|
|
934
934
|
|
|
935
935
|
x-agent:
|
|
936
|
+
dsl_task: audit-openapi-design
|
|
936
937
|
expectedDurationMs: 120000
|
|
937
938
|
retryableExitCodes: [12]
|
|
938
939
|
|
|
@@ -1061,6 +1062,7 @@ command_sets:
|
|
|
1061
1062
|
idempotent: true
|
|
1062
1063
|
|
|
1063
1064
|
x-agent:
|
|
1065
|
+
dsl_task: audit-published-api
|
|
1064
1066
|
expectedDurationMs: 120000
|
|
1065
1067
|
retryableExitCodes: [12]
|
|
1066
1068
|
|
|
@@ -1190,6 +1192,7 @@ command_sets:
|
|
|
1190
1192
|
idempotent: true
|
|
1191
1193
|
|
|
1192
1194
|
x-agent:
|
|
1195
|
+
dsl_task: propose-overlay-candidates
|
|
1193
1196
|
expectedDurationMs: 120000
|
|
1194
1197
|
retryableExitCodes: [12]
|
|
1195
1198
|
|
|
@@ -1323,6 +1326,7 @@ command_sets:
|
|
|
1323
1326
|
idempotent: true
|
|
1324
1327
|
|
|
1325
1328
|
x-agent:
|
|
1329
|
+
dsl_task: audit-guardrails-coverage
|
|
1326
1330
|
expectedDurationMs: 120000
|
|
1327
1331
|
retryableExitCodes: [12]
|
|
1328
1332
|
|