fix: apply the namespace edits dropped from the task 0031 merge #24
Reference in New Issue
Block a user
Delete Branch "fix-0031-namespace-staging"
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?
Follow-up to #23. That merge moved the module files but a mis-staged
git add(aborted on the already-deletedexample.nixpathspec) left the option-path rewrites out of the commit. As a resultmaindeclared the old namespaces (modules.claude-code,modules.gitea-axi,modules.pi,modules.desktop.hyprlock/hypridle) whileCONTEXT.mdand ADR 0004 already documented the new ones — internally consistent, so it built green, but not the change the task specified.This applies the dropped edits: the option paths in the moved and in-place modules, the
neogaiahost, and the two liveCLAUDE.mdgotchas.Verified on a clean committed tree (not a dirty one this time):
nix flake checkbuildschecks.x86_64-linux.neogaiagreen; the five new paths (modules.agents.claude-code,modules.agents.pi,modules.agents.tools.gitea-axi,modules.desktop.hyprland.hypridle,modules.desktop.hyprland.hyprlock) resolve, and the old paths plusmodules.agents.enableno longer resolve.— Claude