mirror of
https://github.com/razzant/ouroboros.git
synced 2026-08-11 03:33:17 +00:00
One agent, parallel durable projects. The single self stays unified (one identity, constitution, evolution; BIBLE P1) while gaining an owner-facing project layer. - Projects registry (data/state/projects.json, boot-reconciled, never age-pruned, deterministic per-project chat ids). Conversation lane stays free; real work routes to first-class pooled tasks via the LLM-first promote_chat_to_task tool. Project chats ride the one WebSocket with chat_id-stamped frames + per-thread history; owner-mailbox steering of a project running task; one-writer-per-project lease (swarms exempt); agent-restart drain protects running project tasks; optional invisible-git working folders; /api/projects (+ /api/projects/from-task) and durable task-to-project bindings. - Per-project memory: journal (journal_write/read), workpad (workpad_*), and bounded context injection beside project knowledge. - Full project awareness: the one mind sees ALL threads in its unified memory — recent dialogue, dialogue_blocks consolidation, and chat_history (only A2A virtual transport excluded). A project TASK gets a FOCUSED working context, not memory isolation. No silent prefix-slicing of cognitive artifacts (workpad/journal/digest/WORLD): full content or a visible pointer; durable writes reject over-limit. - UI: design-system shell — left #primary-sidebar of rows with a Projects section; a project opens as a right split panel (desktop) / overlay (mobile) hosting a full chat instance over the one shared WS (fan-out by chat_id); a backend-created project pushes a projects_changed frame; header restart/panic + a More menu (consciousness/evolve/ review); chips above the composer. Reviewed across 16 triad+scope rounds to convergence (gpt-5.5 scope reviewer unchanged). The final confirming run was waived by the owner due to OpenRouter credit exhaustion; the post-convergence diff is one small, regression-tested fix (bound-task media routing). |
||
|---|---|---|
| .. | ||
| ARCHITECTURE.md | ||
| CHECKLISTS.md | ||
| CREATING_SKILLS.md | ||
| DEPLOYMENT.md | ||
| DEVELOPMENT.md | ||