Move ~/projects/infrastructure to ~/projects/coilysiren/infrastructure on kai-server #91

Open
opened 2026-05-23 20:54:41 +00:00 by coilysiren · 0 comments
Owner

Originally filed by @coilysiren on 2026-04-27T21:55:21Z - https://github.com/coilysiren/infrastructure/issues/67

🤖 Filed by Claude Code on Kai's behalf.

On kai-server, the working clone lives at the legacy flat path:

  • /home/kai/projects/infrastructure

It should move under the coilysiren/ workspace root to match the canonical layout used elsewhere:

  • /home/kai/projects/coilysiren/infrastructure

Why

The workspace convention (per AGENTS.md) is ~/projects/coilysiren/<repo> for all coilysiren repos. kai-server is the last spot still using the flat legacy path, inconsistent with both Mac and Windows hosts.

Steps

  • Confirm no uncommitted work in /home/kai/projects/infrastructure (git status).
  • mkdir -p /home/kai/projects/coilysiren
  • mv /home/kai/projects/infrastructure /home/kai/projects/coilysiren/infrastructure
  • Update any systemd units, cron jobs, shell rc files, or deploy scripts on kai-server that reference the old path. Grep candidates:
    • /etc/systemd/system/
    • /home/kai/.bashrc, /home/kai/.profile
    • /home/kai/.config/
    • any ~/bin/ wrappers
  • Restart affected systemd services after path updates.
  • Verify nothing on the cluster references the old path (deploy scripts, kubectl wrappers, etc.).

Notes

Pure path move, no repo-content changes. Should be invisible to anything outside kai-server.

🤖 Filed by Claude Code on Kai's behalf.

_Originally filed by @coilysiren on 2026-04-27T21:55:21Z - [https://github.com/coilysiren/infrastructure/issues/67](https://github.com/coilysiren/infrastructure/issues/67)_ > 🤖 Filed by Claude Code on Kai's behalf. On kai-server, the working clone lives at the legacy flat path: - `/home/kai/projects/infrastructure` It should move under the `coilysiren/` workspace root to match the canonical layout used elsewhere: - `/home/kai/projects/coilysiren/infrastructure` ## Why The workspace convention (per AGENTS.md) is `~/projects/coilysiren/<repo>` for all coilysiren repos. kai-server is the last spot still using the flat legacy path, inconsistent with both Mac and Windows hosts. ## Steps - [ ] Confirm no uncommitted work in `/home/kai/projects/infrastructure` (`git status`). - [ ] `mkdir -p /home/kai/projects/coilysiren` - [ ] `mv /home/kai/projects/infrastructure /home/kai/projects/coilysiren/infrastructure` - [ ] Update any systemd units, cron jobs, shell rc files, or deploy scripts on kai-server that reference the old path. Grep candidates: - `/etc/systemd/system/` - `/home/kai/.bashrc`, `/home/kai/.profile` - `/home/kai/.config/` - any `~/bin/` wrappers - [ ] Restart affected systemd services after path updates. - [ ] Verify nothing on the cluster references the old path (deploy scripts, kubectl wrappers, etc.). ## Notes Pure path move, no repo-content changes. Should be invisible to anything outside kai-server. > 🤖 Filed by Claude Code on Kai's behalf.
coilysiren added
P4
and removed
P3
labels 2026-05-31 07:00:43 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
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/infrastructure#91
No description provided.