Conversation
…T_ROOT in aggregation
…e auto-verifier; robust cape.sh exec fallback
…expose measure exe from haskell-nix attr
…ADME; refresh copilot instructions
…ntax; add GenerateVerifiers skeleton
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
cape submission verifywrapper: runs CEK correctness (with scenario/submission verifier when available) and validates schemas. Supports--all, PATH,--verbose,--no-color.submission validatecommand; unify validation underverifyas per CLI boundary guidance.PROJECT_ROOT(used by tests); avoid pipefail breakage.scripts/cape.shinside the shell wrapper; fix measure tool exposure via haskell-nix attr (hsPkgs.measure.components.exes.measure).fibonacciandfactorial; refresh scenario docs and schemas README; update copilot instructions.measure.cabal, fixcabal.projectindex-state syntax, and includeApp/Compile.hs,App/Verify.hs,GenerateVerifiers.hsskeleton.returns-42,returns-unit) and updatetest.shgroups; ensure sandbox overlays and cleanup; increase timeouts where needed.Rationale
verify,measure), coremeasureremains submission-agnostic.Breaking/Behavioral changes
cape submission validateremoved in favor ofcape submission verify.cape submission measurewrapper no longer exposes-i/-osingle-file mode; only PATH and--all(as documented). Low-levelmeasurebinary still supports-i/-o.Testing
Notes
verifier.uplcwill enforce expected results.