be sure that it saves the new shape

This commit is contained in:
lda
2026-05-20 21:45:52 +07:00 Verified
parent e29e093ad1
commit f5af98fb95
3 changed files with 131 additions and 0 deletions
@@ -8,6 +8,16 @@
**Tech Stack:** Python 3.14, Pydantic v2, pytest, jsonschema, basedpyright, ruff.
**Current status as of 2026-05-20:** The implementation has moved past the
original checklist. Typed path values, canonical node bindings, canonical
runtime input/output handling, atomic state patches, canonical validation,
JSON-Schema-native state reducers, schema validation, and authoring canonical
emission are present in the tree. The remaining checklist item is the full
compatibility/regression pass in Task 9. If future code changes touch this area,
prefer adding focused tests to the existing `tests/core/test_*path*`,
`tests/core/test_*mapping*`, and `tests/authoring/test_builder.py` coverage
rather than reimplementing the earlier tasks.
---
## File Structure