From 6bd3b2049e7cc53156542e2b341f731b9f7bb750 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 30 Oct 2025 07:20:45 -0600 Subject: [PATCH] docs(prompt): fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b1639ff63c4784ff7c814702e8564e42cbcee59..97fdc1448cfd6d81abcba54f1089e126fd2c00b1 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,11 @@ Paste this snippet into some section of your `~/.config/AGENTS.md` or - 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 exclusively use what `np` provides. Try to use it directly, 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 ask you to use it, start a session with `np s`. If I haven't asked you to use it, 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 exclusively use what `np` provides. Try to use it directly, 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 with `np s`. If I haven't asked you to use it, 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 exclusively use what `np` provides. Try to use it directly, 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 ask you to use it, start a session with `np s`. If I haven't asked you to use it, 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 exclusively use what `np` provides. Try to use it directly, 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 with `np s`. If I haven't asked you to use it, proceed normally. ``` ---