2026-06-13 14:50:54 +02:00
|
|
|
# Colibri adapter
|
|
|
|
|
|
2026-06-13 22:15:15 +02:00
|
|
|
Colibri consumes Layered Soul as a **one-way import** (this repo is the source of
|
|
|
|
|
truth; do not edit Colibri's runtime copy and expect it to flow back).
|
2026-06-13 14:50:54 +02:00
|
|
|
|
2026-06-13 22:15:15 +02:00
|
|
|
**Today (implemented):**
|
2026-06-13 14:50:54 +02:00
|
|
|
|
2026-06-13 22:15:15 +02:00
|
|
|
- reviewed `skills/**/*.md` → Colibri's `skills` catalog, via
|
|
|
|
|
`scripts/import-layered-soul.sh` in the `colibri` repo.
|
|
|
|
|
|
|
|
|
|
**Planned — the "Layered Memory Fabric" (not built yet):**
|
|
|
|
|
|
|
|
|
|
- `memories/curated/**/*.md` → `system_brain`
|
|
|
|
|
- converted task/job manifests → `system_ops`
|
|
|
|
|
- a richer `system_skills` schema (Colibri currently has a flat `skills` table)
|
|
|
|
|
|
|
|
|
|
See `docs/INTEGRATION-LAYERED-SOUL.md` in the `colibri` repo for current status
|
|
|
|
|
and the import command. Raw sessions remain archive material unless the operator
|
|
|
|
|
explicitly requests summarization.
|