Replaced both docs/php-agent/RFC.openbrain-{design,impl}.md with
~12-line redirect pointers to plans/project/lthn/ai/RFC-OPENBRAIN.md
(the 728-line authoritative spec). Agents dropped into core/agent
will no longer implement the obsolete single-collection /
nomic-embed-text / synchronous model.
Closes tasks.lthn.sh/view.php?id=53
Co-authored-by: Codex <noreply@openai.com>
Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
799 B
Markdown
12 lines
799 B
Markdown
# OpenBrain Implementation Plan — DEPRECATED / MOVED
|
|
|
|
**STATUS**: Superseded 2026-04-23. The authoritative OpenBrain RFC is now `plans/project/lthn/ai/RFC-OPENBRAIN.md` in the host-uk/core/plans tree.
|
|
|
|
## Why this file still exists
|
|
Historical reference only. Left in place so git blame resolves and so links in older PRs / notes don't 404. Do NOT implement against this file.
|
|
|
|
## What changed
|
|
The pre-redesign implementation plan assumed: single Qdrant collection, nomic-embed-text embeddings, synchronous embedding on write. The current implementation model is: scoped collections, embeddinggemma 768-dim, async embedding via the EmbedMemory job + Elasticsearch integration for tag/full-text search.
|
|
|
|
## What to read instead
|
|
plans/project/lthn/ai/RFC-OPENBRAIN.md — the single source of truth.
|