Skip to content

Stale setup.sh references after the rename #8

Description

@STRML

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions