Complete name-first 1C adapter saved-state support

This commit is contained in:
2026-07-26 16:39:53 +03:00
parent b8c62fa8fa
commit aed134d817
44 changed files with 15436 additions and 697 deletions
+4 -3
View File
@@ -275,11 +275,12 @@ Current progress:
- `metadata.resolve_overrides` now returns `write_plan_evidence`, a ready
`metadata.write.plan` fragment carrying the routine name, object selector
fields, `target.extension_action`, and `next_resolution.params` for
`metadata.saved_state.modules.search`; saved-state module search now resolves
public `object_type`/`object_name` selectors to owner GUIDs when possible.
`metadata.saved_state.modules.search`; the follow-up uses a public object
`ref`/`kind`/`name` and semantic saved-state `layer`, while the search
resolves storage identities internally.
This reduces agent-side field translation while still requiring a concrete
saved-state module route.
- `metadata.saved_state.modules.search` now returns
- With `include_storage=true`, `metadata.saved_state.modules.search` returns
`streams[].write_plan_target`, a concrete module target with `module_ref`,
`file_name`, `stream_index`, and `expected_sha1` for the next
`metadata.write.plan` call.