iranti 0.2.33 → 0.2.35

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.
@@ -145,7 +145,7 @@ async function main() {
145
145
  await ensureDefaultAgent(iranti);
146
146
  const server = new mcp_js_1.McpServer({
147
147
  name: 'iranti-mcp',
148
- version: '0.2.33',
148
+ version: '0.2.35',
149
149
  });
150
150
  server.registerTool('iranti_handshake', {
151
151
  description: `Initialize or refresh an agent's working-memory brief for the current task.
@@ -39,7 +39,7 @@ const RUNTIME_AUTHORITY = (0, runtimeLifecycle_1.resolveRuntimeAuthorityFromEnv)
39
39
  const INSTANCE_DIR = RUNTIME_AUTHORITY.instanceDir;
40
40
  const INSTANCE_RUNTIME_FILE = RUNTIME_AUTHORITY.runtimeFile;
41
41
  const INSTANCE_NAME = process.env.IRANTI_INSTANCE_NAME?.trim() || (INSTANCE_DIR ? path_1.default.basename(INSTANCE_DIR) : 'adhoc');
42
- const VERSION = '0.2.33';
42
+ const VERSION = '0.2.35';
43
43
  const PORT_RAW = (process.env.IRANTI_PORT ?? '3001').trim();
44
44
  const PORT = Number.parseInt(PORT_RAW, 10);
45
45
  const runtimeMetadataHealth = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iranti",
3
- "version": "0.2.33",
3
+ "version": "0.2.35",
4
4
  "description": "Memory infrastructure for multi-agent AI systems",
5
5
  "main": "dist/src/sdk/index.js",
6
6
  "files": [