v0.8.0: Extension modules, eval depth, live smoke (iteration C)#132
Merged
Conversation
- Split extension into secrets/routing/memory/trace.ts; deploy all extensions/*.ts - Golden cases: cors-method-put-blocked, routing-triage-vague-evidence - Triage detect_domain signatures; tighten CORS regex; negative corpus case - coverage_check floor MIN_CASES=3; live_smoke expanded to 5 cases - routing_contract_check and extension grep tests read all extension modules - Bump version to 0.8.0 Co-authored-by: hxddh <hxddh@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
Implements iteration C (v0.8.0) — extension modularization, eval/routing depth, and live smoke rotation.
Track A — Extension modularization
storageops.tsintosecrets.ts,routing.ts,memory.ts,trace.ts+ thin entry barrelstorageops installdeploys allextensions/*.tsmodulesTrack B — Eval & routing depth
cors-method-put-blocked,routing-triage-vague-evidencecors-method-put-blocked; eval corpus 50 cases / 49 baselinesdetect_domainsignatures; tightened CORS regex (workshop prose no longer routes)coverage_checkfloor: ≥3 cases per baseline categoryTrack C — Live eval rotation
make live-smoke/ CI: 5 golden cases (addedcors-preflight-failed,kms-denied-encrypt)Verification
make ci-local— 243 pytest + 21 extension + 49/49 eval (100%)