@agent-teams/engineering-foundation 0.10.0 → 0.11.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-teams/engineering-foundation",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Versioned engineering policy, tooling, and conformance for Agent Teams repositories.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -92,7 +92,7 @@
92
92
  "kind": { "const": "xstate" },
93
93
  "axes": {
94
94
  "type": "array",
95
- "minItems": 2,
95
+ "description": "A possibly empty list of opaque consumer-owned topology identifiers; Foundation does not infer their semantics or independence.",
96
96
  "maxItems": 32,
97
97
  "uniqueItems": true,
98
98
  "items": { "$ref": "#/$defs/identifier" }