docs: acceptance run against core main with C15 — 71/0/2 on two databases - #10
Merged
Conversation
…ases Re-runs docs/ACCEPTANCE-RUN-2026-08-21.md against byte5ai/omadia main after #815 (epic #470 C15) landed, on plain origin/main with no patches. Both open items from that run are closed: - The 33 rows that only passed on the unmerged C12 branch pass on main now that #807 has landed. No plugin change was needed or made. - G7 — the C11 ledger handoff inverted into a no-op — is closed. The kernel now runs the manifest-declared handoff ahead of its own migration runner: 9 seeded / 0 applied, against 0 seeded / 9 already seeded before. Two databases, same artifact, same script: a fresh one and one pre-seeded with core's donor rows, the nine dev_* tables and live row data with the plugin ledger dropped. 71 PASS / 0 FAIL / 2 BLOCKED on both. Also records the negative control the previous run could not reach: with one witnessed schema object removed, the handoff reports 8 seeded / 1 applied and warns by filename that the donor ledger and the live schema disagree. Artifact under test: omadia-dev-platform-0.3.1.zip sha256 618d8b60b95aeceae7258ea0fe362605a358728382ed6706526be980e6ed6124 Core 8900d7b9, @omadia/plugin-api 1.6.0, suite 1,318 tests 0 fail.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-runs
docs/ACCEPTANCE-RUN-2026-08-21.mdagainstbyte5ai/omadiamainafter#815 (epic #470 C15) landed —
on plain
origin/main, no patches, no cherry-picks.Result
Same artifact, same script, both exited
0(the script's exit code is the FAIL count).Both open items from the previous run are closed
The 33 rows that only passed on the unmerged C12 branch pass on
main.#807 landed and
publicPaths.tsno longer carries the two dev-platformliterals. No plugin change was required and none was made — the artifact under
test is the 0.3.1 the repo already carried.
G7 is closed. The C11 handoff used to arrive after core's pre-activate
migration runner had already written all nine ledger rows, so it could only
report
alreadySeededand theskippedNoWitnessalarm was unreachable. C15moves it into the kernel, ahead of the runner:
Nine adopted, zero applied — against
applied 9 migration(s)then0 seeded, 9 already seededbefore.The alarm now fires
The one output C11 existed to produce, and the one the previous run could not
reach. With the ledger dropped and a single witnessed schema object removed
(the witness for
0030):Eight adopted, the unwitnessed file named and applied, the index recreated, the
ledger back to 9 and
dev_reposuntouched.Under test
origin/main@ec4a2b75, 0.3.1, clean treeomadia-dev-platform-0.3.1.zip, 537,065 bytes618d8b60b95aeceae7258ea0fe362605a358728382ed6706526be980e6ed6124byte5ai/omadia@8900d7b9(squash of #815)@omadia/plugin-apiTwo traps worth knowing
npm run packagedoes not gate onnpm run build. Atscfailure stillproduced a ZIP — 142,081 bytes against 537,065 for a good build, because the UI
bundle was missing. It still looked like a plugin package. Never publish an
artifact from a run whose build exit code you did not read.
dist/without*.tsbuildinfomakes an incrementaltscemitnothing, and it surfaces one package later as
Cannot find module '@omadia/dev-platform-plugin-api'.Docs only — no source, manifest or migration changes.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.