@telora/daemon 0.17.4 → 0.17.5

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.
Files changed (2) hide show
  1. package/build-info.json +5 -3
  2. package/package.json +2 -2
package/build-info.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "commitSha": "67331a79",
3
- "builtAt": "2026-05-30T12:49:35.607Z",
2
+ "commitSha": "990b878b",
3
+ "builtAt": "2026-05-30T21:00:04.566Z",
4
4
  "expectedMigrations": [
5
5
  "20250829113330_create_org_nodes_table.sql",
6
6
  "20250829113402_fix_function_security_search_path.sql",
@@ -600,6 +600,8 @@
600
600
  "20260528092409_create_daily_spend_substrate.sql",
601
601
  "20260529192253_remove_factory_builtin_workflows.sql",
602
602
  "20260529205639_create_prd_table.sql",
603
- "20260529205641_create_prd_prerequisite_tree.sql"
603
+ "20260529205641_create_prd_prerequisite_tree.sql",
604
+ "20260530163945_add_prd_captured_intent_expansion.sql",
605
+ "20260530163946_add_prd_prt_node_phases.sql"
604
606
  ]
605
607
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telora/daemon",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
4
4
  "description": "Agent orchestration daemon for Telora - spawns and manages Claude Code instances",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "//testRunner": "Uses Node.js built-in test runner (node:test) via tsx for TypeScript support. The root package uses Vitest; this is a deliberate choice for the daemon package to avoid framework dependencies. See src/__tests__/ for test files.",
38
38
  "dependencies": {
39
39
  "@telora/daemon-core": "^0.2.28",
40
- "@telora/mcp-products": "^0.22.38",
40
+ "@telora/mcp-products": "^0.22.39",
41
41
  "commander": "^14.0.3",
42
42
  "yaml": "^2.4.0",
43
43
  "zod": "^4.3.6"