@integrity-labs/agt-cli 0.27.132 → 0.27.134

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
@@ -22469,7 +22469,7 @@ async function getPublishedArtefactSourceChunkText(artefactId, offset, limit) {
22469
22469
  return data.chunk + trailer;
22470
22470
  }
22471
22471
  var artefactListSchema = {
22472
- publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "here-now")'),
22472
+ publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "agt-live")'),
22473
22473
  kind: external_exports.enum(["mockup", "deck", "site", "app", "other"]).optional().describe("Filter by artefact kind"),
22474
22474
  limit: external_exports.number().int().min(1).max(100).optional().describe("Maximum artefacts to return (default 50, max 100)")
22475
22475
  };
@@ -25,8 +25,8 @@ import {
25
25
  takeAcpxExecFailureCount,
26
26
  takeZombieDetection,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-DBJWD2LU.js";
29
- import "./chunk-TRGX4NVZ.js";
28
+ } from "./chunk-2MXDQBEH.js";
29
+ import "./chunk-4I2QOVP5.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-35XIC3CB.js.map
59
+ //# sourceMappingURL=persistent-session-AH4WU2GE.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-DBJWD2LU.js";
4
- import "./chunk-TRGX4NVZ.js";
3
+ } from "./chunk-2MXDQBEH.js";
4
+ import "./chunk-4I2QOVP5.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-ZXJS2D43.js.map
157
+ //# sourceMappingURL=responsiveness-probe-WDXDQ5EZ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.132",
3
+ "version": "0.27.134",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {