Agent Context Patch v0.5.1
Immutable
release. Only release title and notes can be modified.
Agent Context Patch v0.5.1
Release commit: d6369ed
Artifact SHA-256: 5ca894a22f975accd9c0ccfbbca5da38e72d5f531dd8c9556f5ff65bbd79cf5c
Highlights
- Makes high-signal repaired tasks observable across detect, propose, and apply through one shared Evolution Outcome v1 interface.
- Validates exact lifecycle evidence and fails closed instead of reporting impossible or privacy-unsafe success.
- Aligns Codex and Claude delivery checkpoints while keeping ordinary one-off work silent.
- Completes Issue #7 without adding a daemon, telemetry, public command, durable receipt source, or Workspace Schema migration.
Compatibility
- Kit Version: 0.5.1.
- Workspace Schema: reads and writes Schema 1. No workspace migration is required.
- Existing commands and installer contracts remain compatible.
- The update replaces only the user-level evolve skill; it does not scan or modify workspaces or instruction files.
- Start a new Agent task after a successful update so the new skill is loaded.
Upgrade from v0.5.0
Run $evolve update, review the exact UpdatePlan and plan hash, then approve the candidate replacement. The tested path preserves a complete v0.5.0 recovery copy and leaves the workspace untouched.
Verification
- PR #10 passed npm test on Windows and Ubuntu.
- The exact merge commit d6369ed passed main-branch npm test on Windows and Ubuntu.
- The exact release archive passed npm test: 189 tests, 169 passed, 20 expected platform skips, 0 failures on Windows.
- The real immutable v0.5.0 asset passed release and asset attestation verification.
- The real v0.5.0 skill upgraded to this exact candidate through UpdateDryRun and UpdateApply; the installed skill reported 0.5.1, retained the v0.5.0 backup, a second dry-run returned NoUpdate, and the isolated workspace remained untouched.
- Fresh-Agent positive and negative acceptance passed for high-signal delivery and silent one-off behavior.
Current limits
Issue #8 (existing-workspace policy and adapter drift diagnosis) and Issue #9 (semantic tighten review) remain separate accepted follow-up work. This release does not add automatic tightening, background scanning, telemetry, silent rewrites, batching, or weaker hash and approval gates.