## v2.6.1 — Preserve-First Unwrap
What's Changed
-
Replaced the old clean-ejection flow with preserve-first unwrapping.
Instead of running a bundled delete script, users now ask the current Main Agent to inventory AgentJoJoy files, identify what should be preserved, show a dry-run cleanup plan, and wait for explicit approval before deleting anything. -
Removed the bundled ejection helper and the empty
AgentJoJoy/agent-tools/public surface.
AgentJoJoy stays a governance/document layer; one-off cleanup scripts can still be created by the Main Agent when they fit the workspace. -
Fixed the
v2.6.0changelog release date so it matches the actual shipped date.
Compatibility Note
The old ejection command is no longer shipped. To unwrap AgentJoJoy, use the Main Agent-guided flow documented in the README.
Verification
- Version Alignment: PASS
- Safety Shield: PASS
- Broken-link scan: 0 / 131
- Active public docs leak scan: clean
PR: #5
Compare: v2.6.0...v2.6.1