Add DeepMind-style progressive references and complete scientific runtime v4 - #10
Merged
eightmm merged 87 commits intoJul 21, 2026
Merged
Conversation
eightmm
marked this pull request as ready for review
July 21, 2026 10:37
eightmm
added a commit
that referenced
this pull request
Jul 21, 2026
…racts (#6) * Add release integrity and replayable connector contracts * Add advanced evidence review and collaboration contracts * Add executable deterministic SBDD acceptance vertical * Add scientific platform regression and reviewer benchmarks * Isolate platform test failures * Preserve legacy review receipt compatibility * Isolate new scientific contract failures * Capture full-suite ordering failure * Record full-suite failure diagnostics * Preserve MCP registry compatibility and remove diagnostics * Gate release updates on complete scientific contracts * Integrate complete candidate checks into managed updates * Stage permanent CI while patching updater * Apply updater candidate contract integration * Use complete candidate contracts for installs and managed updates * Add structured public-source drift reporting * Validate connector contracts in candidate and CI gates * Document complete platform and artifact contracts * Fix updater entry module loading * Isolate final updater and drift integration failures * Identify remaining full-suite compatibility failure * Collect exact failing test modules * Record failing test modules * Preserve stable updater hook compatibility marker * Test strict entry with stable updater compatibility * Record failing test modules * Remove temporary platform diagnostics * Fix platform review and CI contracts * Add DeepMind-style progressive references and complete scientific runtime v4 (#10) * Stage progressive references and scientific runtime v3 * Persist expanded reference runtime before final verification * Complete reference runtime v3 integration * Add reference runtime stage diagnostics * Capture reference audit findings * Record reference audit diagnostics * Finalize reference audit compatibility * Finalize progressive reference contracts * Stage native artifact runtime and project evidence store * Use Git object integrity for runtime payload expansion * Stage runtime source payload manifest * Stage native runtime source payload 1/7 * Stage native runtime source payload 2/7 * Fix native runtime archive expansion and integration * Remove failed runtime payload archive * Add bounded native scientific artifact runtime * Add native artifact runtime CLI * Add project-level evidence store and hypothesis forks * Add project evidence store CLI * Add durable local and Slurm job backends * Add durable scientific job CLI * Add machine-readable native skill maturity auditing * Add native skill maturity audit CLI * Add native skill maturity policy * Declare coordinator skill maturity * Declare provenance skill maturity * Declare review skill maturity * Declare literature review L4 maturity * Declare docking validation L4 maturity * Declare remote compute skill maturity * Document native artifact runtime usage and boundaries * Document project evidence store and branch workflow * Document local and Slurm job runtime usage * Test native artifact runtime contracts * Test project evidence memory and experiment forks * Test durable local and Slurm job contracts * Test native skill maturity policy and declarations * Add idempotent native runtime integration script * Integrate and validate native runtime v4 * Add final native runtime correctness patches * Finalize and validate native runtime v4 * Test runtime sidecar validation and staleness * Complete native runtime with regenerated inventory and wrappers * Add robust final native runtime applicator * Apply complete native runtime v4 implementation * Add native runtime quickstart * Add final fail-closed runtime repairs * Add function-boundary native runtime sealing script * Seal and validate native runtime v4 * Add reviewed-run to skill-draft compiler * Add reviewed run promotion CLI * Add deterministic next-experiment planner * Add next-experiment planning CLI * Add FAIR-oriented run export and scientific BOM * Add FAIR scientific run export CLI * Test reviewed-run skill draft generation * Test deterministic next-experiment planning * Test FAIR-oriented run exports * Document reviewed-run pipeline promotion * Document deterministic next-experiment planning * Document FAIR-oriented export and scientific BOM * Integrate pipeline, experiment, and FAIR runtime contracts * Seal extended progressive scientific runtime v4 * Finish permanent native runtime v4 implementation * Add compile-safe permanent runtime patcher * Commit permanent progressive scientific runtime v4 * Harden generated pipeline drafts against secret propagation * Test generated pipeline secret redaction and rejection * Finalize complete progressive scientific runtime v4 * Add blinded independent reviewer packet runtime * Add independent reviewer packet CLI * Test blinded reviewer packet and receipt runtime * Document independent reviewer packet usage * Integrate independent reviewer runtime references and safety * Add approval-gated authenticated connector action framework * Add authenticated connector action contract CLI * Test approval-gated connector action framework * Document optional authenticated connector pack contract * Integrate reviewer and authenticated connector action contracts * Harden reviewer and connector action receipt hashing * Test unicode review and action receipt validation * Finalize complete progressive scientific runtime v4 * Add final resource and input integrity hardening * Test final runtime hardening boundaries * Run ultimate native runtime v4 validation * Validate runtime v4 on Python 3.11 and 3.12 * Fix runtime v4 validation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
This PR turns Codex Science into a progressively disclosed, local-first scientific runtime.
SKILL.mdremains a thin decision router; exact commands, arguments, schemas, failure handling, common mistakes, and evidence boundaries live in indexedreferences/*.mdfiles and are loaded only for the selected route.Progressive references and skill quality
read_when, mandatoryrequired_before, search patterns, authority, version, and evidence boundaries;quality.jsondeclarations;Connector transport and large artifacts
Native scientific artifact runtime
artifact-runtime-descriptor,artifact-selection, andtransform-proposal.Project evidence memory and experiment forks
Durable compute runtime
sbatch,sacct/squeue,scancel, and shared-filesystem collection;Reviewed-run pipeline promotion
SKILL.md, progressive reference index, exact pipeline reference, input/output schemas, and promotion receipt;Next-experiment planning
FAIR-oriented export and scientific BOM
Independent reviewer packet runtime
Optional authenticated connector-pack framework
Tests and validation
Added deterministic tests for:
The clean branch contains
reports/native-runtime-v4-validation.json, generated only after:scripts/check.sh fastgate;CodeQL and hosted public-source/live-provider checks remain separate workflows. A passed software contract does not establish scientific truth, empirical model performance, provider availability, or regulatory compliance.