Portability procedure + wick-migrate skill (v1.2.0)#2
Merged
Conversation
The migration that gets an existing agent to single-writer + portable, plus the
executable skill to run it. Companion to v1.1.0's MEMORY-PROTOCOL.md.
Added:
- PORTABILITY.md 14-step procedure: freeze + fresh-session-verify host auto-memory,
inventory both layers, sort Keep/Merge/Discard/Conflict (never
auto-resolve a conflict), archive-don't-delete, relativize to the
launch directory, sweep tooling, verify behavior not form.
- .claude/skills/wick-migrate/SKILL.md executable, gated form (skills 10 -> 11).
Changed: CHANGELOG / wick-meta (1.1.0 -> 1.2.0) / README counts / WICK-INTEGRATION 12.
All four scanners green. No workflow changes (no scope issue this time).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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
v1.2.0 — the operational companion to v1.1.0's single-writer protocol. Where
MEMORY-PROTOCOL.mdstates the rule,PORTABILITY.mdis the migration to get an existing agent there, andwick-migrateis the executable, gated form.What's in it
New
PORTABILITY.md— 14-step procedure: freeze + fresh-session-verify host auto-memory, inventory both layers, sort Keep/Merge/Discard/Conflict (never auto-resolve a conflict), archive-don't-delete, relativize to the launch directory (with the two "relative-but-resolves-wrong" traps named), sweep tooling, verify behavior not form.wick-migrateskill — executable, gated form (gates at disable / sort / audit / deletions). Skills 10 → 11.Changed:
CHANGELOG,wick-meta(1.1.0 → 1.2.0, 11 skills),READMEcounts,WICK-INTEGRATION§12.Verification
wick-scrub,wick-public-readiness(74 files),wick-identity-audit(61 files),wick-path-audit(18 files).wick-meta.jsonvalid JSON.Note on the two-session design
Intentional: auto-memory is live, so you disable it and confirm in a fresh session before migrating from it — otherwise the source mutates under you and the layers diverge invisibly. "The setting says false" is not verification.
🤖 Generated with Claude Code