This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -0,0 +1,7 @@
// Path-A stub for @waggle/core — the ONLY 2 symbols runAgentLoop's runtime chain
// needs (createCoreLogger via turn-context.ts, scanForInjection via injection-scanner.ts).
// Re-exported from hive-mind-core's DB-free deep paths, bypassing the index barrel
// whose `export { MindDB } from './mind/db.js'` eagerly loads better-sqlite3/sqlite-vec.
// Proven (2026-05-22) to import runAgentLoop with zero native deps. See ../spike-waggle-worker/.
export { createCoreLogger } from "@waggle/hive-mind-core/dist/logger.js";
export { scanForInjection } from "@waggle/hive-mind-core/dist/injection-scanner.js";

View File

@@ -0,0 +1 @@
{ "name": "@waggle/core", "version": "0.0.0-gaia2-stub", "type": "module", "main": "index.js" }