Remove database runtime implementations from core#199
Open
vaibhav-i wants to merge 1 commit into
Open
Conversation
Normalized records diffOverall is a macro-average of participating surface scores. Agents are never averaged together. Overall by agent
Surface cells
Operational metrics are context only and never affect ranking. |
vaibhav-i
force-pushed
the
codex/arena-separation-trusted-fanout-workflow
branch
from
July 22, 2026 15:00
a117f2f to
f38ede6
Compare
vaibhav-i
force-pushed
the
codex/arena-separation-core-database-runtime
branch
from
July 22, 2026 15:00
95f3f83 to
e5f87a8
Compare
vaibhav-i
force-pushed
the
codex/arena-separation-trusted-fanout-workflow
branch
from
July 23, 2026 00:20
f38ede6 to
d3a1e54
Compare
vaibhav-i
force-pushed
the
codex/arena-separation-core-database-runtime
branch
from
July 23, 2026 00:32
e5f87a8 to
446df3b
Compare
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.
Summary
ax-evalcoremongodb,mysql2,pg, and@types/pgfrom the root packageVerification
npm test: 576 core tests and 208 arena testsnpm run typechecknpm run buildnpm run pack:check(34 core files, 86 arena files)npm --cache .npm-cache pack --dry-rungit diff --checkAll tests are offline and keyless. No live or credentialed evaluation was run.
Independent audit
The independent reviewer found one P2 contract bug: unsupported database reset eagerly resolved core credentials before reporting the missing provider. Client/scope resolution is now lazy, and auth-required
${MISSING_*}regressions cover both directresetandexec-plan --reclaim.The final exact-commit audit of
446df3bd2bf73d27f430f4c32051853a4e7fcf28was clean.Stack
Base: #198 trusted workflow cell fan-out.
Rollback: revert this PR to restore the built-in core database runtime while leaving the explicit arena providers intact.
Next slice: remove the remaining DAEB execution loops and policy from core.