@telora/daemon 0.14.19 → 0.14.20
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/build-info.json
CHANGED
|
@@ -84,8 +84,8 @@ When the user answers:
|
|
|
84
84
|
\`telora_product_delivery_create\`, in priority order. Each
|
|
85
85
|
delivery represents a phase of *one* capability, not a task list.
|
|
86
86
|
Good shapes: foundation/skeleton, primary feature, polish/extension.
|
|
87
|
-
Bad shapes: a single delivery per technical layer (
|
|
88
|
-
|
|
87
|
+
Bad shapes: a single delivery per technical layer ("API",
|
|
88
|
+
"UI", "tests") -- that is a task split, not a phase split.
|
|
89
89
|
3. Do NOT create issues under the deliveries. The team-lead agent
|
|
90
90
|
that runs when the user fires execution will scope tasks. Your
|
|
91
91
|
job is the planning skeleton.
|
|
@@ -106,13 +106,13 @@ the user should do next. The Play button is the next move.
|
|
|
106
106
|
## Constraints (read these before you start)
|
|
107
107
|
|
|
108
108
|
- Stay at the intent layer. If the user's answer is operational
|
|
109
|
-
(
|
|
110
|
-
capability shape (
|
|
111
|
-
type-checking on every commit
|
|
109
|
+
("set up TypeScript with strict mode"), gently re-cast it into a
|
|
110
|
+
capability shape ("a TypeScript project skeleton with strict
|
|
111
|
+
type-checking on every commit") before decomposing.
|
|
112
112
|
- Be brief. This is a script, not a conversation. Phase 1 is one
|
|
113
113
|
line of output. Phase 2 is one question, then a few MCP calls and
|
|
114
114
|
a two-line hand-off. No headings. No bullet lists in the user-
|
|
115
|
-
facing output. No
|
|
115
|
+
facing output. No "As an AI assistant...".
|
|
116
116
|
- Don't propose tasks. Deliveries only. The downstream team agent
|
|
117
117
|
scopes tasks when execution starts.
|
|
118
118
|
- If you can't proceed at any point, surface the specific failure
|