specmem-hardwicksoftware 3.7.43 → 3.7.44
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.
|
@@ -1377,17 +1377,17 @@ Best practice: Always claim before starting work on a task.`;
|
|
|
1377
1377
|
warnings,
|
|
1378
1378
|
storage: isDBAvailable() ? 'postgresql' : 'memory'
|
|
1379
1379
|
});
|
|
1380
|
-
});
|
|
1381
1380
|
// Human-readable return
|
|
1382
|
-
const
|
|
1381
|
+
const fileListText = files && files.length > 0 ? `\n Files: ${files.join(', ')}` : '';
|
|
1383
1382
|
const warningText = warnings && warnings.length > 0 ? `\n ⚠️ ${warnings.join(' | ')}` : '';
|
|
1384
1383
|
return {
|
|
1385
1384
|
content: [{
|
|
1386
1385
|
type: 'text',
|
|
1387
|
-
text: `✅ Task claimed: ${description.slice(0, 50)}${description.length > 50 ? '...' : ''}\n ID: ${claimId.slice(0, 8)}${
|
|
1386
|
+
text: `✅ Task claimed: ${description.slice(0, 50)}${description.length > 50 ? '...' : ''}\n ID: ${claimId.slice(0, 8)}${fileListText}${warningText}`
|
|
1388
1387
|
}]
|
|
1389
1388
|
};
|
|
1390
1389
|
}
|
|
1390
|
+
}
|
|
1391
1391
|
export class ReleaseTask {
|
|
1392
1392
|
name = 'release_task';
|
|
1393
1393
|
description = `Release files or entire task claims.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specmem-hardwicksoftware",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Your Claude Code sessions don't have to start from scratch anymore — SpecMem gives your AI real memory. It won't forget your conversations, your code, or your architecture decisions between sessions. That's the whole point. Semantic code indexing that actually works: TypeScript, JavaScript, Python, Go, Rust, Java, Kotlin, C, C++, HTML and more. It doesn't just track functions — it gets classes, methods, fields, constants, enums, macros, imports, structs, the whole codebase graph. There's chat memory too, powered by pgvector embeddings. You've also got token compression, team coordination, multi-agent comms, and file watching built in. 74+ MCP tools. Runs on PostgreSQL + Docker. It's kind of a big deal. justcalljon.pro",
|
|
6
6
|
"main": "dist/index.js",
|
package/specmem/supervisord.conf
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
; ============================================
|
|
2
2
|
; SPECMEM BRAIN CONTAINER - DYNAMIC SUPERVISORD CONFIG
|
|
3
|
-
; Generated by specmem-init at 2026-03-
|
|
3
|
+
; Generated by specmem-init at 2026-03-09T18:56:25.444Z
|
|
4
4
|
; Thread counts from model-config.json resourcePool
|
|
5
5
|
; ============================================
|
|
6
6
|
|