Skip to content

v0.8.0: Extension modules, eval depth, live smoke (iteration C)#132

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/v0-8-0-eval-routing-aa69
Jun 30, 2026
Merged

v0.8.0: Extension modules, eval depth, live smoke (iteration C)#132
cursor[bot] merged 1 commit into
mainfrom
cursor/v0-8-0-eval-routing-aa69

Conversation

@hxddh

@hxddh hxddh commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

Implements iteration C (v0.8.0) — extension modularization, eval/routing depth, and live smoke rotation.

Track A — Extension modularization

  • Split monolithic storageops.ts into secrets.ts, routing.ts, memory.ts, trace.ts + thin entry barrel
  • storageops install deploys all extensions/*.ts modules
  • 21 Node extension tests unchanged (behavior-preserving)

Track B — Eval & routing depth

  • New cases: cors-method-put-blocked, routing-triage-vague-evidence
  • Baseline for cors-method-put-blocked; eval corpus 50 cases / 49 baselines
  • Triage detect_domain signatures; tightened CORS regex (workshop prose no longer routes)
  • Negative corpus: CORS workshop case
  • coverage_check floor: ≥3 cases per baseline category

Track C — Live eval rotation

  • make live-smoke / CI: 5 golden cases (added cors-preflight-failed, kms-denied-encrypt)

Verification

  • make ci-local — 243 pytest + 21 extension + 49/49 eval (100%)
Open in Web Open in Cursor 

- 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>
@cursor cursor Bot marked this pull request as ready for review June 30, 2026 01:47
@cursor cursor Bot merged commit 7998b75 into main Jun 30, 2026
5 checks passed
@cursor cursor Bot deleted the cursor/v0-8-0-eval-routing-aa69 branch June 30, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants