@integrity-labs/agt-cli 0.27.131 → 0.27.133

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/dist/mcp/index.js CHANGED
@@ -21264,7 +21264,10 @@ server.tool(
21264
21264
  source: external_exports.enum(["cron", "chat", "manual", "integration"]).optional().describe("Source of the item (default: manual)"),
21265
21265
  source_integration: external_exports.string().optional().describe('Integration name (e.g., "linear", "github") when source is "integration"'),
21266
21266
  source_external_id: external_exports.string().optional().describe('ID in the external system (e.g., "ENG-123")'),
21267
- source_url: external_exports.string().optional().describe("Deep link URL to the external source")
21267
+ source_url: external_exports.string().optional().describe("Deep link URL to the external source"),
21268
+ project_id: external_exports.string().uuid().optional().describe(
21269
+ "Optional project to file this task under (id from projects_list). Groups the task with related tasks/artefacts across agents. Projects are created by humans \u2014 you can tag but not create them."
21270
+ )
21268
21271
  },
21269
21272
  async (params) => {
21270
21273
  const data = await apiPost("/host/kanban", {
@@ -21281,7 +21284,8 @@ server.tool(
21281
21284
  source: params.source ?? "manual",
21282
21285
  source_integration: params.source_integration,
21283
21286
  source_external_id: params.source_external_id,
21284
- source_url: params.source_url
21287
+ source_url: params.source_url,
21288
+ project_id: params.project_id
21285
21289
  }
21286
21290
  ]
21287
21291
  });
@@ -25,8 +25,8 @@ import {
25
25
  takeAcpxExecFailureCount,
26
26
  takeZombieDetection,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-EDMSFZYT.js";
29
- import "./chunk-74UWAA3V.js";
28
+ } from "./chunk-DBJWD2LU.js";
29
+ import "./chunk-TRGX4NVZ.js";
30
30
  import "./chunk-XWVM4KPK.js";
31
31
  export {
32
32
  SEND_KEYS_ENTER_DELAY_MS,
@@ -56,4 +56,4 @@ export {
56
56
  takeZombieDetection,
57
57
  writePersistentClaudeWrapper
58
58
  };
59
- //# sourceMappingURL=persistent-session-ZNU3MFKD.js.map
59
+ //# sourceMappingURL=persistent-session-35XIC3CB.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-EDMSFZYT.js";
4
- import "./chunk-74UWAA3V.js";
3
+ } from "./chunk-DBJWD2LU.js";
4
+ import "./chunk-TRGX4NVZ.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -154,4 +154,4 @@ export {
154
154
  livePendingInboundOldestAgeSeconds,
155
155
  oldestLivePendingInboundMtimeMs
156
156
  };
157
- //# sourceMappingURL=responsiveness-probe-LV7FQ53G.js.map
157
+ //# sourceMappingURL=responsiveness-probe-ZXJS2D43.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.131",
3
+ "version": "0.27.133",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {