Move ~/projects/infrastructure to ~/projects/coilysiren/infrastructure on kai-server #91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-04-27T21:55:21Z - https://github.com/coilysiren/infrastructure/issues/67
On kai-server, the working clone lives at the legacy flat path:
/home/kai/projects/infrastructureIt should move under the
coilysiren/workspace root to match the canonical layout used elsewhere:/home/kai/projects/coilysiren/infrastructureWhy
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
/home/kai/projects/infrastructure(git status).mkdir -p /home/kai/projects/coilysirenmv /home/kai/projects/infrastructure /home/kai/projects/coilysiren/infrastructure/etc/systemd/system//home/kai/.bashrc,/home/kai/.profile/home/kai/.config/~/bin/wrappersNotes
Pure path move, no repo-content changes. Should be invisible to anything outside kai-server.