nested state path: wf_authoring support

This commit is contained in:
lda
2026-05-17 15:58:19 +07:00 Verified
parent 5476010f12
commit c5b43c7dbe
5 changed files with 159 additions and 11 deletions
+6
View File
@@ -154,6 +154,12 @@ fields = {
Presentation layers may rebuild a tree for humans. Core should keep the simpler
path-keyed representation.
`wf_authoring` keeps authored schemas nested for humans and LLM clients, but
projects nested authored state into this flat exact-path index. For example, a
Pydantic `person: Person` field may produce declarations for `person`,
`person.name`, and `person.tags` without forcing the author to spell those
paths manually.
### Exact-path ownership
Merge behavior belongs only to the exact declared state path being written.