Polish Round

This commit is contained in:
2026-09-11 14:37:56 -04:00
parent cc182f2ef1
commit 660294d0aa
7 changed files with 32 additions and 10 deletions
+1 -1
View File
@@ -83,5 +83,5 @@ if (import.meta.url === `file://${process.argv[1]}`) {
console.error(`jarvisd: D-Bus unavailable: ${error.message}`);
});
process.on('SIGINT', () => daemon.close().finally(() => process.exit(0)));
console.log('jarvisd scaffold ready; use the D-Bus adapter when installed');
console.log('jarvisd ready; QVAC inference remains GPU-gated');
}