setup.sh was split into install-server.sh and install-client.sh in a968bd8. Twelve references to the old name survived, including one section heading and one instruction a user is meant to follow.
Line numbers are against 002c614 (the head of #1, which shifted README by two lines).
README.md, 4:
- 177, the section heading: "Two permissions setup.sh cannot grant for you"
- 180: "
setup.sh handles them differently on purpose"
- 188: "
setup.sh opens the pane and blocks until you confirm"
- 225: "
setup.sh will offer to fetch the key over SSH"
client/init.lua, 6: lines 39, 65, 66, 70, 445, 462. Line 462 is inside a message printed to the user.
install-client.sh, 2: lines 543 and 747. Line 543 goes into the generated hark-config.lua header, so every install writes "Re-run setup.sh any time to regenerate" into a file users are told to open.
Most become install-client.sh. README 177 and 180 are the exception: those sentences cover both scripts, so they want rewording rather than a substitution.
The reference in docs/superpowers/specs/2026-07-14-hark-open-source-design.md should stay. It is describing the rename itself.
Note that #2 deletes client/init.lua outright, which removes 6 of the 12 on its own. Worth doing the other 6 either way, since #2 is much larger and further out.
setup.shwas split intoinstall-server.shandinstall-client.shin a968bd8. Twelve references to the old name survived, including one section heading and one instruction a user is meant to follow.Line numbers are against
002c614(the head of #1, which shifted README by two lines).README.md, 4:setup.shhandles them differently on purpose"setup.shopens the pane and blocks until you confirm"setup.shwill offer to fetch the key over SSH"client/init.lua, 6: lines 39, 65, 66, 70, 445, 462. Line 462 is inside a message printed to the user.install-client.sh, 2: lines 543 and 747. Line 543 goes into the generatedhark-config.luaheader, so every install writes "Re-run setup.sh any time to regenerate" into a file users are told to open.Most become
install-client.sh. README 177 and 180 are the exception: those sentences cover both scripts, so they want rewording rather than a substitution.The reference in
docs/superpowers/specs/2026-07-14-hark-open-source-design.mdshould stay. It is describing the rename itself.Note that #2 deletes
client/init.luaoutright, which removes 6 of the 12 on its own. Worth doing the other 6 either way, since #2 is much larger and further out.