feat: multi-host bindings + write isolation for AGER (0.6.0) - #6
Merged
Conversation
Wave A #5. Unique worktree/branch so concurrent agents do not collide. Adds Grok Bot, Deep Agents, isolation (LoopPolicy / KnowledgeBind), onboarding, ager-session, vendored brain_session.py, and isolation tests using fictional lumenfield-detector / northstar-console only. Stamps 0.6.0. Closes #5 Refs SpillwaveSolutions/okf-plugin#55 Refs SpillwaveSolutions/okf-plugin#56
This was referenced Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wave A #5 for okf-agent-graph#5.
AGER loops (Orchestrator / Doer / Judge / Synthesizer) can bind to a shared second brain without colliding writes.
Do not merge until you have reviewed.
Tickets
Isolation
A lumenfield-detector loop and a northstar-console loop may both retrieve from the same tree. They must not write the same AgentNode on
main.No private remotes. No real client names. Unique branch
feat/ager-isolation-grok.Codex
.codex-pluginis unchanged regarding hooks (AGER has git hooks, not Codex plugin hooks).What landed
plugin.jsondocs/GROK_BOT.md+hosts/grok-bot/docs/LANG_CHAIN_DEEP_AGENTS.md+hosts/deep-agents/docs/ISOLATION.md(LoopPolicy / KnowledgeBind),scripts/brain_session.py,ager-sessiondocs/ONBOARDING.mdtests/test_isolation.py; packaging lockstep 0.6.0Test plan
python3 tests/test_isolation.pypython3 tests/test_plugin.pypython3 tests/test_ager.pypython3 tests/test_ager_scan.py