docs(README): streamline install and agent prompt

Amolith created

- Remove redundant installation instruction text
- Merge bin/go install prompt variants into single unified version
- Clarify archive behavior (ask, don't auto-execute)
- Add explicit resume instruction context

Assisted-by: Claude Sonnet 4.5 via Crush

Change summary

README.md | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

Detailed changes

README.md 🔗

@@ -39,9 +39,7 @@ planning mode (yet).
 
 ## Installation
 
-You need both the binary and the prompt. If you don't have the binary
-when the model tries to start a session, it's instructed to ask you to
-install it using the appropriate command.
+You need _both_ the binary and the prompt.
 
 ### The binary
 
@@ -63,14 +61,13 @@ Paste this snippet into some section of your `~/.config/AGENTS.md` or
 `~/.claude/CLAUDE.md` or whatever titled something like `## nasin pali
 (the way of work)`.
 
-- Using `bin`
-  ```markdown
-  IMPORTANT: If I ask you to `use np` or `use nasin pali` or some variation, you must completely ignore your built-in TODO tools and follow _nasin pali_ by running the appropriate `np` subcommand and adhering its instructions. Immediately invoke it, but if it's reported unavailable or not in my PATH, ask me to install it with `bin install goinstall://git.secluded.site/np@latest`. If I've asked you to use it, start a session by running `np s` or resume an existing session with `np r`. You may ONLY archive (`np a`) if I give you _explicit_ permission to. If I haven't asked you to follow _nasin pali_, prefer your built-in tools, if any, and proceed normally.
-  ```
-- Using `go install`
-  ```markdown
-  IMPORTANT: If I ask you to `use np` or `use nasin pali` or some variation, you must completely ignore your built-in TODO tools and follow _nasin pali_ by running the appropriate `np` subcommand and adhering its instructions. Immediately invoke it, but if it's reported unavailable or not in my PATH, ask me to install it with `go install git.secluded.site/np@latest`. If I've asked you to use it, start a session by running `np s` or resume an existing session with `np r`. You may ONLY archive (`np a`) if I give you _explicit_ permission to. If I haven't asked you to follow _nasin pali_, prefer your built-in tools, if any, and proceed normally.
-  ```
+> IMPORTANT: If I ask you to `use np` or `use nasin pali` or some variation, you
+> must completely ignore your built-in TODO tools and follow _nasin pali_ by
+> immediately running the appropriate `np` subcommand and adhering its
+> instructions. If I've asked you to use it, start a session by running `np s`.
+> If I've explicitly asked you to resume, use `np r`. _Ask_ me whether to
+> archive when you're done; do NOT do it on your own. If I haven't asked you to
+> follow _nasin pali_, prefer your built-in tools, if any, and proceed normally.
 
 ---