Migration safety and clarity
Delivery Summary
- Beads feature root:
dstack-mol-tki - Status: delivered
- Pull request: not created; delivered by local fast-forward merge
- Merge commit:
047bc5b2f2c4f496bc77c2f478d600ed15a6bbf9 - Design record: design.md
Delivered Capability
Legacy workflow migration now preserves project-owned hk behavior, classifies durable and temporary artifacts, explains required decisions, uses verified project-local hooks, and resumes large Beads imports without replaying completed work. Repository identity, default branches, delivered-record reconciliation, and migration progress are explicit and durable.
User-Facing Behavior
Migration inventories existing hooks before adoption and blocks unapproved capability loss. Dry-run and apply are separate; apply reports progress and stores resumable phases. Large imports use bounded Dolt commits. Canonical project identity comes from repository evidence rather than a migration worktree suffix. Historical delivered records can be drafted from legacy, Beads, and Git evidence, but verification and finalization require digest-bound human review.
Design Integration
The implementation preserves Beads as live workflow authority, Copier as scaffold authority, project-owned files as migration inputs, and ordinary verified Git commits as checkpoint authority. Migration-mode documentation validation is strictly transitional; finalization restores the ordinary strict contract.
Operational Impact
Operators receive actionable recovery for provisioning, hook, relationship, and documentation failures. Manifests retain hook inventories, artifact dispositions, contextual decisions, import phases, progress, checkpoint evidence, canonical identity, and delivered-record review state. Collaborative Beads initialization exposes control files and the formula for the workflow-owned commit while keeping database contents in synchronized Dolt history.
Reference and Contracts
- Architecture
- Install and migration operations
- Development and validation
- Repository and migration command reference
Validation Evidence
uv run --frozen --group test pytest -q tests/test_repository.py::test_migration_safety_resumable_end_to_end: passed.- Migration test partition: 13 passed.
HK_JOBS=1 mise run check: passed.uv run --frozen --group test pytest: 224 passed, 1 skipped.- Final implementation reviewer: passed with no blockers.
Design Reconciliation
Delivered as Designed
Additive hk reconciliation, artifact lifecycle enforcement, contextual questions, verified checkpoints, resumable imports, canonical repository identity, migration-safe documentation reconciliation, and final integration are delivered.
Intentional Changes
Production migration evidence expanded the reviewed design with checkbox-status correction, bounded Beads transactions, progress reporting, canonical branch discovery, exact stealth tracking, navigation generation, and reviewed delivery record drafting. Final integration composes bounded fixtures rather than duplicating expensive 300-record and provisioner setup in one temporary repository.
Deferred Work
None within the delivered feature scope.
Rejected or Removed Scope
General Pkl AST merging, automatic acceptance of generated delivery records, broad hook bypass, and automatic deletion of legacy archives remain intentionally unsupported.
Documentation Updated
docs/src/architecture/index.mddocs/src/operations/index.mddocs/src/development/index.mddocs/src/reference/index.mddocs/src/features/migration-safety-and-clarity/design.mdskills/migrate-workflow/SKILL.mdskills/migrate-workflow/references/MIGRATION.md
Audit Trail
Implementation commits span 0de2faf through 23f0a55, with performance evidence in a34574c and design expansion in
7affc7c. Every bounded task received isolated review; the implementation coordinator dstack-mol-9zl closed after all
children passed focused and full validation.
Post-delivery hardening under dstack-98w corrected native Beads parent-label inheritance, bounded each default import
pass to two incomplete features, made interrupted fresh imports resume their exact identities, separated mutable
interactions.jsonl synchronization from immutable linked-worktree authority checks, hid the primary authority mirror,
and made generated migration/Beads Markdown safe under project hooks. A follow-up correction made every native
formula/inherited label mandatory and added a dry-run-first additive repair for exact manifest-backed damage, preventing
ad hoc label replacement from silently removing workflow semantics. Later simplification retained repository ownership
and graph-integrity boundaries while making one explicit docs exception cover the bounded mechanical checkpoints. A
subsequent deletion-oriented correction removed temporary Git initialization, database publication, control mirroring,
and database-path injection in favor of native Beads initialization, worktree discovery, Git-origin refs, and bootstrap.
Roadmap-only planned roots now finish their mechanical import without inventing a design and retain the planning note
required before activation. Migration manifests now use deterministic compact JSON so large generated histories remain
subject to the repository’s ordinary file-size policy without requiring an exception.