import type { Migration } from "../types.js"; /** * v0.3.0 → v0.4.0 — v0.4 autonomous goal engine. * * Per docs/plan/v0.4-autonomous-engine.md §9. Non-destructive workspace * upgrade: * * - Per-org `/goals/` directory (empty initially) * - Workspace-root `AGENTS.md` (canonical persistent guide). If a * CLAUDE.md already exists at the same level, its content is copied * into AGENTS.md (1-time merge) and the original CLAUDE.md is left * untouched. SoloSquad no longer manages CLAUDE.md after this point. * - `workspace.yaml` gains a `goal:` section with defaults * - Version bump 0.3.0 → 0.4.0 * * Per v0.4 §4.2 decision (2026-05-13 오후): the single workspace * persistent guide is AGENTS.md. CLAUDE.md is not generated or * maintained going forward. */ export declare const migration: Migration;