Cleanup: Runtime artifacts, hard-coded paths, PR 14 bug fixes

This commit is contained in:
zenchantlive 2026-03-05 15:57:33 -08:00
parent 98886d1901
commit 1c4b5ab401
27 changed files with 1629 additions and 204 deletions

View file

@ -42,7 +42,7 @@ function configureMailDelegate(bdPath, shimPath) {
function validateMemorySystem(bdPath) {
try {
const result = spawnSync(bdPath, ['query', 'label=mem-canonical,status=closed', '--limit', '5'], {
const result = spawnSync(bdPath, ['query', 'label=mem-canonical AND status=closed', '--limit', '5'], {
stdio: 'pipe',
shell: false,
});