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

@@ -4,7 +4,12 @@
## What this is
`hive-mind-core` is the persistence + retrieval substrate that powers Waggle OS's memory layer. It also stands alone as an Apache-2.0 OSS package, distributed via `git subtree split` from the `marolinik/waggle-os` monorepo into `marolinik/hive-mind`.
`hive-mind-core` is the persistence and retrieval substrate that powers Waggle OS's memory layer. The public Apache-2.0 distribution lives in `marolinik/hive-mind` and is produced from this canonical source by a maintainer-curated forward-port.
> **Publication boundary:** this monorepo package is private and must never be
> published or pushed as a raw subtree split. It contains Waggle-only files and
> interleaved `install_audit` schema/migration logic. The curated forward-port
> adapts the public layout and imports, then removes all excluded material.
## What's inside
@@ -31,15 +36,16 @@
| `injection-scanner.ts` | `scanForInjection` — prompt-injection detection |
| `logger.ts` | `createCoreLogger` — minimal structured logger |
## SOTA claim (placeholder until arxiv preprint)
## Publication status
- Substrate ceiling: 74% on LoCoMo Pass II self-judge (vs Mem0 peer-reviewed 66.9% — methodology bias quantification +27.35pp)
- GEPA-evolved variants: +12.5pp on held-out validation
- Qwen 35B with hive-mind context = Opus-class out-of-distribution performance
- Apache 2.0, no telemetry, no phone-home
- The public mirror is Apache-2.0 and excludes Waggle-only governance and audit material.
- Benchmark and performance claims belong in versioned reports with their model,
dataset, scorer, revision, and receipts; this README does not make an
unqualified SOTA claim.
- Run `scripts/oss-drift-check.sh` and the public mirror's own test and lint gates before every curated release.
## Status
Migrated from `marolinik/hive-mind` repo into `marolinik/waggle-os` monorepo at `packages/hive-mind-core/` per CC Sesija B brief 2026-04-30. Future development happens in this monorepo; `git subtree split` periodically emits `packages/hive-mind-core/` to `marolinik/hive-mind` for OSS distribution.
Migrated from `marolinik/hive-mind` into the canonical `marolinik/waggle-os` monorepo at `packages/hive-mind-core/` on 2026-04-30. Future development happens here. `scripts/oss-subtree-split.sh` is an inspection/curation starting point only; the public mirror is updated through a reviewed, curated forward-port.
License: Apache-2.0.