micro-contracts 0.16.3 → 0.16.4

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
@@ -872,14 +872,6 @@ command_sets:
872
872
  idempotent: true
873
873
 
874
874
  x-agent:
875
- risk_level: low
876
- requires_confirmation: false
877
- idempotent: true
878
- side_effects: [network]
879
- sideEffectNote: >-
880
- Network calls to LLM provider when adapter is not mock.
881
- Filesystem write only when --output is specified.
882
- safe_dry_run_option: show-prompt
883
875
  expectedDurationMs: 120000
884
876
  retryableExitCodes: [12]
885
877
 
@@ -1002,14 +994,6 @@ command_sets:
1002
994
  idempotent: true
1003
995
 
1004
996
  x-agent:
1005
- risk_level: low
1006
- requires_confirmation: false
1007
- idempotent: true
1008
- side_effects: [network]
1009
- sideEffectNote: >-
1010
- Network calls to LLM provider when adapter is not mock.
1011
- Filesystem write only when --output is specified.
1012
- safe_dry_run_option: show-prompt
1013
997
  expectedDurationMs: 120000
1014
998
  retryableExitCodes: [12]
1015
999
 
@@ -1133,14 +1117,6 @@ command_sets:
1133
1117
  idempotent: true
1134
1118
 
1135
1119
  x-agent:
1136
- risk_level: low
1137
- requires_confirmation: false
1138
- idempotent: true
1139
- side_effects: [network]
1140
- sideEffectNote: >-
1141
- Network calls to LLM provider when adapter is not mock.
1142
- Filesystem write only when --output is specified.
1143
- safe_dry_run_option: show-prompt
1144
1120
  expectedDurationMs: 120000
1145
1121
  retryableExitCodes: [12]
1146
1122
 
@@ -1268,14 +1244,6 @@ command_sets:
1268
1244
  idempotent: true
1269
1245
 
1270
1246
  x-agent:
1271
- risk_level: low
1272
- requires_confirmation: false
1273
- idempotent: true
1274
- side_effects: [network]
1275
- sideEffectNote: >-
1276
- Network calls to LLM provider when adapter is not mock.
1277
- Filesystem write only when --output is specified.
1278
- safe_dry_run_option: show-prompt
1279
1247
  expectedDurationMs: 120000
1280
1248
  retryableExitCodes: [12]
1281
1249
 
@@ -582,13 +582,6 @@ micro-contracts audit-openapi --show-prompt
582
582
 
583
583
  ```yaml
584
584
  x-agent:
585
- risk_level: low
586
- requires_confirmation: false
587
- idempotent: true
588
- side_effects:
589
- - network
590
- sideEffectNote: Network calls to LLM provider when adapter is not mock. Filesystem write only when --output is specified.
591
- safe_dry_run_option: show-prompt
592
585
  expectedDurationMs: 120000
593
586
  retryableExitCodes:
594
587
  - 12
@@ -656,13 +649,6 @@ micro-contracts review-published --adapter claude --report-format json
656
649
 
657
650
  ```yaml
658
651
  x-agent:
659
- risk_level: low
660
- requires_confirmation: false
661
- idempotent: true
662
- side_effects:
663
- - network
664
- sideEffectNote: Network calls to LLM provider when adapter is not mock. Filesystem write only when --output is specified.
665
- safe_dry_run_option: show-prompt
666
652
  expectedDurationMs: 120000
667
653
  retryableExitCodes:
668
654
  - 12
@@ -730,13 +716,6 @@ micro-contracts propose-overlays --adapter openai --report-format json
730
716
 
731
717
  ```yaml
732
718
  x-agent:
733
- risk_level: low
734
- requires_confirmation: false
735
- idempotent: true
736
- side_effects:
737
- - network
738
- sideEffectNote: Network calls to LLM provider when adapter is not mock. Filesystem write only when --output is specified.
739
- safe_dry_run_option: show-prompt
740
719
  expectedDurationMs: 120000
741
720
  retryableExitCodes:
742
721
  - 12
@@ -801,13 +780,6 @@ micro-contracts audit-guardrails --adapter mock --report-format json
801
780
 
802
781
  ```yaml
803
782
  x-agent:
804
- risk_level: low
805
- requires_confirmation: false
806
- idempotent: true
807
- side_effects:
808
- - network
809
- sideEffectNote: Network calls to LLM provider when adapter is not mock. Filesystem write only when --output is specified.
810
- safe_dry_run_option: show-prompt
811
783
  expectedDurationMs: 120000
812
784
  retryableExitCodes:
813
785
  - 12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "micro-contracts",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "Contract-first OpenAPI toolchain that keeps TypeScript UI and microservices aligned via code generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",