ce2e: dual-origin CLI + occupancy + library contract - #16
Closed
CJ-Hurc wants to merge 2 commits into
Closed
Conversation
Add first-party devtools/jext-cli run.sh with fail-closed root gate, runtime list-surfaces adapter (cli:jext-cli), repository/entity occupancy provers, and PHPUnit CompleteE2e library contract for CERTIFIED ladder.
Author
|
Opened against upstream by mistake; CE2E PR is CJ-Hurc#1 |
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
devtools/jext-cli/run.sh+configs/complete-e2eadapter) socli:jext-clireconciles static+runtime.repository.py/entity.py/ fault scripts) with identity-bound named receipts.run.shfail-closed gate (JEXT_CLI_ALLOWED) for missing-env occupancy.Test plan
bash scripts/complete-e2e/prove.shphp vendor/bin/phpunit -c phpunit.xmlSummary by cubic
Introduces a dual-origin CLI runtime with a fail-closed root gate, occupancy prove scripts, and a PHPUnit library contract so the project can be machine-proven for the complete-e2e certification ladder.
New Features
devtools/jext-cli/run.shwithstatus,config,validate, andversioncommands that check CLI surfaces and identify required files.scripts/complete-e2e/prove.sh,repository.py, andentity.pyoccupancy provers that emit named receipts into.hurc-harness.configs/complete-e2e/runtime.jsonandlist-runtime-clis.sh) to reconcile static and runtime CLI origins.tests/CompleteE2e/CompleteE2eLibraryContractTest.phpcovering public type loading, empty-input rejection, and documented error semantics.Migration
run.shnow exits unlessJEXT_CLI_ALLOWED=yes.composer install; thetestscript runsphpunit --no-coverage.Written for commit d0f8ff3. Summary will update on new commits.