Goal
Align the pushed boot-transplant branch with the new Kira repo identity without doing a rushed rename.
Current state
- Local worktree:
/Users/stephengodman/000_AI/agent-frameworks/Athena-Public-codex-boot
- Writable remote:
kira -> https://github.com/GodmanAutomations/Kira.git
- Reference remote:
origin -> https://github.com/winstonkoh87/Athena-Public.git
- Branch pushed:
codex/athena-coding-anchor-boot
- Commit:
dbd1e0f feat(coding-anchor): add Athena boot packet
Requested cleanup
- Decide whether the branch should be renamed to a Kira-shaped branch, such as
codex/kira-coding-anchor-boot.
- Decide whether the local folder should be renamed later.
- Update user-facing packet language where
Athena should become Kira.
- Preserve provenance where
Athena-Public is historically true.
- Keep public-safe boundaries: do not copy private CodeX material or secrets.
- Keep generated runtime directories ignored.
Verification
- Run
bash -n on .agent/boot/coding-anchor/bin/athena-coding-anchor-*.
- Validate schemas with
python3 -m json.tool.
- Run
.agent/boot/coding-anchor/bin/athena-coding-anchor-doctor.
- Run
.agent/boot/coding-anchor/bin/athena-coding-anchor-boot.
- Search for stale or private phrases.
- Check
git status --short --branch.
Notes
This should be a careful rename/refactor slice, not a rewrite. Stephen explicitly said this does not have to happen tonight.
Goal
Align the pushed boot-transplant branch with the new Kira repo identity without doing a rushed rename.
Current state
/Users/stephengodman/000_AI/agent-frameworks/Athena-Public-codex-bootkira->https://github.com/GodmanAutomations/Kira.gitorigin->https://github.com/winstonkoh87/Athena-Public.gitcodex/athena-coding-anchor-bootdbd1e0f feat(coding-anchor): add Athena boot packetRequested cleanup
codex/kira-coding-anchor-boot.Athenashould becomeKira.Athena-Publicis historically true.Verification
bash -non.agent/boot/coding-anchor/bin/athena-coding-anchor-*.python3 -m json.tool..agent/boot/coding-anchor/bin/athena-coding-anchor-doctor..agent/boot/coding-anchor/bin/athena-coding-anchor-boot.git status --short --branch.Notes
This should be a careful rename/refactor slice, not a rewrite. Stephen explicitly said this does not have to happen tonight.