@lightcone-ai/daemon 0.15.54 → 0.15.55

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": "@lightcone-ai/daemon",
3
- "version": "0.15.54",
3
+ "version": "0.15.55",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1820,7 +1820,7 @@ if (IS_HOST_AGENT) {
1820
1820
  );
1821
1821
 
1822
1822
  server.tool('bind_workspace_scenario',
1823
- 'Bind a scenario to an existing workspace and ensure a primary agent.',
1823
+ 'Bind a scenario to an existing workspace and eagerly spawn one agent per scenario role (matrix_coordinator and other gated roles only spawn when their predicate is satisfied — e.g. accounts.length >= 2).',
1824
1824
  {
1825
1825
  workspace_id: z.string().describe('Workspace ID to bind.'),
1826
1826
  scenario_id: z.string().describe('Scenario ID to bind.'),