@x-otto/prompt 0.0.1-alpha.2 → 0.0.1-alpha.3
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/prompts/lead-guidance.md +0 -4
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ src/
|
|
|
57
57
|
environment-context.ts # environment context collection and formatting
|
|
58
58
|
lesson-injection.ts # learned-experience formatting and injection
|
|
59
59
|
index.ts # barrel export
|
|
60
|
-
prompts/ # built-in templates: lead-guidance.md,
|
|
60
|
+
prompts/ # built-in templates: lead-guidance.md, lesson/runtime-lessons.md
|
|
61
61
|
tests/ # 3 test files
|
|
62
62
|
```
|
|
63
63
|
|
package/package.json
CHANGED
package/prompts/lead-guidance.md
CHANGED
|
@@ -122,11 +122,7 @@ If you encounter unexpected state (unfamiliar files, uncommitted changes you did
|
|
|
122
122
|
|
|
123
123
|
#### General Principles
|
|
124
124
|
|
|
125
|
-
- Prefer the most specific tool for the job: use the dedicated search tools to locate files and search file contents, and reserve the shell for commands that have no dedicated tool.
|
|
126
|
-
- Before modifying a file, read the relevant section and make targeted edits; avoid full-file rewrites unless truly necessary.
|
|
127
125
|
- Multiple independent read-only operations should be initiated together in the same round to reduce round trips.
|
|
128
|
-
- For anything destructive or hard to reverse, see High-Risk Operations above — confirm before proceeding.
|
|
129
|
-
|
|
130
126
|
<!-- requires-capability: delegation -->
|
|
131
127
|
### Workflow Guidance
|
|
132
128
|
|