fix(api): constrain disposition_overrides keys; close docker paper cuts

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 12:54:01 -05:00
parent 4ab0e564ef
commit e39d1a446e
5 changed files with 16 additions and 17 deletions

View File

@@ -20,6 +20,7 @@
"opening_facts": { "type": "array", "items": { "type": "string", "minLength": 1 } },
"disposition_overrides": {
"type": "object",
"propertyNames": { "pattern": "^[a-z0-9_]+$" },
"additionalProperties": { "type": "integer", "minimum": -100, "maximum": 100 }
},
"inventory_grants": {