Add the compiled Munchers schema installer and behavior contracts #49
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/compiled-schema-installer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a Go schema installer with the existing database ownership, journal, catalog hash and SQL contracts. This is the source support step; current deploy commands still use the existing installer until the native reader and recipe are active.
Validation: three CLI flows match the previous SQL transcripts and evidence byte for byte. Source, catalog, ownership and journal mutations fail before writes. The nested cancellation test proves a TERM-resistant host and descendant stop before the outer schema reader deadline. Root reran both Bash suites and Go vet. Both architectures will be frozen by a separate cached recipe stage.