@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
@@ -1,4 +1,4 @@
1
1
  {
2
- "commitSha": "a65daf0a",
3
- "builtAt": "2026-04-25T12:30:56.670Z"
2
+ "commitSha": "3ff0da95",
3
+ "builtAt": "2026-04-25T12:40:19.630Z"
4
4
  }
@@ -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 (\"API\",
88
- \"UI\", \"tests\") -- that is a task split, not a phase split.
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
- (\"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.
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 \"As an AI assistant...\".
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telora/daemon",
3
- "version": "0.14.19",
3
+ "version": "0.14.20",
4
4
  "description": "Agent orchestration daemon for Telora - spawns and manages Claude Code instances",
5
5
  "type": "module",
6
6
  "bin": {