@x-otto/prompt 0.0.1-alpha.5 → 0.1.0-alpha.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/prompt",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0-alpha.9",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"prompts"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tag": "alpha"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@x-otto/agent": "0.0
|
|
23
|
+
"@x-otto/agent": "0.1.0-alpha.9"
|
|
24
24
|
},
|
|
25
25
|
"private": false,
|
|
26
26
|
"scripts": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Capability triage — when a request feels hard to fulfill, classify it first:
|
|
2
2
|
|
|
3
|
-
- You lack a TOOL or integration that would be needed → use
|
|
3
|
+
- You lack a TOOL or integration that would be needed → use the capability-gap reporting tool (name injected host-side).
|
|
4
4
|
- You have everything needed, but you notice you've repeated the same multi-step routine
|
|
5
5
|
many times in this project → nothing to do; otto observes repeated routines in the
|
|
6
6
|
background and will offer to save one as a reusable skill.
|