Fix harness root model post org-migration: COILY_LOCKDOWN_ROOT -> bridge, add ward root, gpg-ssm doc #124

Closed
opened 2026-06-02 02:51:52 +00:00 by coilysiren · 0 comments
Owner

🤖 Filed by Claude Code on Kai's behalf.

Problem

Post org-migration the canonical repos split out of coilysiren/ into two org dirs, but zsh/env.zsh still exported COILY_LOCKDOWN_ROOT="$HOME/projects/coilysiren". coilysiren/ is no longer a lockdown root: coily owns the bridge org (agentic-os-kai), ward mirrors coily and owns the flight-deck org (agentic-os).

Downstream symptom: the Claude Code status line (context-usage footer) silently vanished. config/settings-shared.json in agentic-os-kai rooted its statusLine + SessionStart + session-pulse commands at ${COILY_ROOT}/agentic-os/..., which expanded to the dead …/coilysiren/agentic-os/scripts/agent-name.sh. Claude Code drops a statusLine whose command fails to exec, so the line disappeared.

The gpg-ssm symlink and the tooling-gpg-ssm skill doc also still named the old coilysiren/agentic-os path.

Fix

  • zsh/env.zsh: COILY_LOCKDOWN_ROOT -> coilyco-bridge; add WARD_LOCKDOWN_ROOT -> coilyco-flight-deck.
  • .agents/skills/tooling-gpg-ssm/SKILL.md: repoint the wrapper paths from coilysiren/agentic-os to coilyco-flight-deck/agentic-os.

The ${WARD_ROOT} token wiring in settings-shared.json + merge-claude-settings.py lands in the agentic-os-kai sibling issue.

🤖 Filed by Claude Code on Kai's behalf.

> 🤖 Filed by Claude Code on Kai's behalf. ## Problem Post org-migration the canonical repos split out of `coilysiren/` into two org dirs, but `zsh/env.zsh` still exported `COILY_LOCKDOWN_ROOT="$HOME/projects/coilysiren"`. coilysiren/ is no longer a lockdown root: coily owns the bridge org (agentic-os-kai), ward mirrors coily and owns the flight-deck org (agentic-os). Downstream symptom: the Claude Code status line (context-usage footer) silently vanished. `config/settings-shared.json` in agentic-os-kai rooted its statusLine + SessionStart + session-pulse commands at `${COILY_ROOT}/agentic-os/...`, which expanded to the dead `…/coilysiren/agentic-os/scripts/agent-name.sh`. Claude Code drops a statusLine whose command fails to exec, so the line disappeared. The `gpg-ssm` symlink and the `tooling-gpg-ssm` skill doc also still named the old `coilysiren/agentic-os` path. ## Fix - `zsh/env.zsh`: `COILY_LOCKDOWN_ROOT` -> `coilyco-bridge`; add `WARD_LOCKDOWN_ROOT` -> `coilyco-flight-deck`. - `.agents/skills/tooling-gpg-ssm/SKILL.md`: repoint the wrapper paths from `coilysiren/agentic-os` to `coilyco-flight-deck/agentic-os`. The `${WARD_ROOT}` token wiring in `settings-shared.json` + `merge-claude-settings.py` lands in the agentic-os-kai sibling issue. > 🤖 Filed by Claude Code on Kai's behalf.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#124
No description provided.