@@ -5,6 +5,47 @@ All notable changes to this project.
55The format follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and the project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.13.0] — 2026-05-02
9+
10+ Minor release. Adds an onboarding-style transfer wizard for moving a portable
11+ ` .agent ` brain into Codex, Cursor, Windsurf, or terminal-only projects with a
12+ generated curl/PowerShell import command.
13+
14+ ### Added
15+ - ** ` agentic-stack transfer ` wizard.** Adds an onboarding-style TUI that parses
16+ natural-language requests such as ` move my memory into Codex ` , previews the
17+ target adapter files, asks for confirmation, and either generates an import
18+ command, applies locally, or both.
19+ - ** Portable transfer bundles.** Adds canonical JSON + gzip + base64url
20+ bundles with SHA-256 verification. The importer merges preferences and
21+ accepted lessons idempotently, restores selected memory files, copies skills,
22+ records import metadata, and installs selected adapters through the existing
23+ harness manager.
24+ - ** Full memory intent.** ` move my memory ` now means preferences, accepted
25+ lessons, skills, working memory, episodic/history logs, and candidate
26+ lessons. Data-layer exports, flywheel traces, runtime indexes, and caches
27+ stay out unless future scopes explicitly add them.
28+ - ** Curl and PowerShell bootstraps.** Adds ` scripts/import-transfer.sh ` and
29+ ` scripts/import-transfer.ps1 ` so another terminal can import a transfer
30+ bundle without manually cloning the repo first.
31+
32+ ### Changed
33+ - Windsurf installs a modern ` .windsurf/rules/agentic-stack.md ` workspace rule
34+ and still writes legacy ` .windsurfrules ` for older Windsurf builds.
35+ - ` agentic-stack transfer export ` and ` agentic-stack transfer import ` provide
36+ non-interactive surfaces for scripts and CI-style handoff flows.
37+
38+ ### Fixed
39+ - Transfer export blocks secret-like content, including private keys and common
40+ API token patterns, before payload generation.
41+ - Fresh Codex imports now copy the full ` .agent ` brain before installing the
42+ Codex ` AGENTS.md ` and ` .agents/skills ` adapter wiring.
43+
44+ ### Migration
45+ No migration required. Existing installs keep working. Run
46+ ` agentic-stack transfer ` from a project that already has ` .agent/ ` to create or
47+ import a transfer bundle.
48+
849## [ 0.12.0] — 2026-04-27
950
1051Minor release. Adds the opt-in ` tldraw ` seed skill for live canvas diagrams
0 commit comments