Skip to content

ADR-0009 -- Principal Repo Path and Orphan-History Cutover Mode

Status

Accepted

Context

The Apothem source of truth was in ~/.claude/ (the Claude Code adapter install location). A dedicated principal repo was needed for version control, CI, and distribution.

Decision

The principal repo is at C:/Users/Gad/projects/apothem/ (D-LAUNCH-1). Cutover uses orphan-history force-push (D-LAUNCH-2) -- the working-tree content is preserved but the git history is reset to a clean launch genesis commit. Delete-recreate is never used.

Consequences

This decision is captured as D-LAUNCH-1/2 in the launch suite spec.

See also