nestor-sh 3.4.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,8 +26,8 @@ Then, conversationally (one thing at a time, do not interrogate):
|
|
|
26
26
|
## After the conversation
|
|
27
27
|
|
|
28
28
|
Write what you learned to:
|
|
29
|
-
- `CLAUDE.md` → between `<!-- nestor:managed:start -->` and `<!-- nestor:managed:end -->` markers (create if missing, idempotent replace)
|
|
30
|
-
- `USER.md` → fill in the starter template fields
|
|
29
|
+
- `CLAUDE.md` → at the project root (user's working directory), between `<!-- nestor:managed:start -->` and `<!-- nestor:managed:end -->` markers (create if missing, idempotent replace)
|
|
30
|
+
- `USER.md` → at the project root (user's working directory), fill in the starter template fields. Do NOT edit the package-shipped `USER.md` template inside `node_modules/nestor-sh/dist/prompts/` — that one is the default. Each project has its own.
|
|
31
31
|
|
|
32
32
|
Do NOT delete anything the user wrote manually in CLAUDE.md outside the managed markers.
|
|
33
33
|
|