Consolidate copies: single source of truth in ~/.avault/avault #13
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?
Problem
avault code currently exists in 3 places:
nazim/avault(source of truth)~/clawd/scripts/avault.py(deployed, symlinked to /usr/local/bin)~/clawd/skills/avault/scripts/avault.py(skill copy)These drift over time. The JS version was already divergent and got removed.
After install script (#10) is done
~/.avault/avault/avaultsymlinks to~/.avault/avault/scripts/avault.py~/clawd/scripts/avault.py(it was a copy)~/clawd/skills/avault/becomes a thin pointer: SKILL.md references~/.avault/avault/for scripts and docs instead of bundling copiesvault_helper.pystays in~/clawd/scripts/(it is workspace-specific glue, not part of avault itself)Depends on
Acceptance criteria
~/.avault/avault/)cd ~/.avault/avault && git pull