@integrity-labs/agt-cli 0.28.698 → 0.28.699

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
@@ -46141,7 +46141,7 @@ server.tool(
46141
46141
  );
46142
46142
  server.tool(
46143
46143
  "knowledge_list",
46144
- "List knowledge entries (ids, titles, source types, and scope) visible to this agent: both team-scoped and organization-scoped. Use before knowledge_add to check if a fact is already saved, or before knowledge_update/delete to find the target id AND its scope (you must pass the same scope to update/delete it). Returns metadata only; fetch the full content via the webapp if you need to read an entry back.",
46144
+ "The INDEX of your knowledge base: every entry visible to this agent, team-scoped and organization-scoped, as scope + title + source type + id. Call it when you need to know WHAT you know \u2014 including when a question sounds like it should be covered but you are not sure an entry exists. Returns titles and metadata only, no bodies. To read the CONTENT of an entry, call context_search (semantic; searches content across knowledge + memories + tasks). knowledge_search matches titles and slugs ONLY and never reads entry contents, so it cannot retrieve a body \u2014 reach for it only when you already know a title or slug. Also use it before knowledge_add to avoid duplicates, and before knowledge_update/delete to find the target id AND its scope (you must pass the same scope back).",
46145
46145
  {},
46146
46146
  async () => {
46147
46147
  const data = await apiPost("/host/my-knowledge", {
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-SWU4NBD2.js";
47
- import "./chunk-EXCMPARK.js";
46
+ } from "./chunk-WDHT7D67.js";
47
+ import "./chunk-PBOSJQE6.js";
48
48
  import "./chunk-XWVM4KPK.js";
49
49
  export {
50
50
  EGRESS_BASELINE_DOMAINS,
@@ -92,4 +92,4 @@ export {
92
92
  writeEgressAllowlist,
93
93
  writePersistentClaudeWrapper
94
94
  };
95
- //# sourceMappingURL=persistent-session-YM5ELNFF.js.map
95
+ //# sourceMappingURL=persistent-session-MIMASNZD.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-SWU4NBD2.js";
4
- import "./chunk-EXCMPARK.js";
3
+ } from "./chunk-WDHT7D67.js";
4
+ import "./chunk-PBOSJQE6.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -745,4 +745,4 @@ export {
745
745
  readAndResetSlackReplyBindingClassifications,
746
746
  readAndResetSlackReplyTargetClassifications
747
747
  };
748
- //# sourceMappingURL=responsiveness-probe-7FWQQZDJ.js.map
748
+ //# sourceMappingURL=responsiveness-probe-UWABMXTD.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-EXCMPARK.js";
3
+ } from "./chunk-PBOSJQE6.js";
4
4
 
5
5
  // src/lib/session-auth-dead.ts
6
6
  import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
@@ -203,4 +203,4 @@ export {
203
203
  decideSessionAuthState,
204
204
  probeSessionAuth
205
205
  };
206
- //# sourceMappingURL=session-auth-dead-GRR6Y5ZP.js.map
206
+ //# sourceMappingURL=session-auth-dead-LRVZHGJI.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.698",
3
+ "version": "0.28.699",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {