From e0c44f4dacc0e11b2e14938b3808659881f24d8e Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 9 Nov 2025 18:45:19 -0700 Subject: [PATCH] docs(README): streamline install and agent prompt - 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 --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef13abe4875d49c9e9ca9eff00596e5f7ab8a987..73e3addfc1aa7be403ddca7b31326b0ade5e655c 100644 --- a/README.md +++ b/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. ---