docs(context): replace Bus cluster with Spine + add Agent Core missing terms#6
Merged
JasonJarvan merged 1 commit intoJun 29, 2026
Conversation
…g terms Replace the stale Bus section (Message Bus / Event Bus) with the current Spine vocabulary, verified against raven/spine/ (7 live files). The old types (InboundMessage, OutboundMessage, BusEvent) no longer exist in code. New Spine terms: Spine, Lane, TurnRequest, Deliverable (= RunnerEvent), OriginPools. Add 4 missing Agent Core terms: Agent Loop, Turn Runner, Agent Hook, Subagent — all verified against live module entry points. Minor stale-reference fixes: Channel / Routing Tag / TUI-RPC avoid note (Bus → Spine references); EvalEngine expanded to name the three AgentHook implementations. Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com>
Kendrick-Song
added a commit
that referenced
this pull request
Jul 22, 2026
- Move _everos_server.py from raven/cli/ to raven/plugin/memory/everos/ _server.py to fix plugin->cli layering violation (CR #1) - Split HTTP timeout: client default 60s (recall/health), memorize add/flush per-request 360s (CR #2) - Defer backend.start() to post-handshake background task in TUI so first render is not blocked by server startup (CR #3) - Remove unused app_id/project_id from ImportSession and scanner (CR #4) - Add note on per-source-unit checkpoint granularity (CR #5) - Add fcntl file lock to prevent concurrent server spawn race (CR #6) - Fix loguru %s format to {} in state.py (CR #7) - Fix docstring step numbering (CR #8) - Remove redundant Table import in status_cmd (CR #9) Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Kendrick-Song
added a commit
that referenced
this pull request
Jul 22, 2026
- Move _everos_server.py from raven/cli/ to raven/plugin/memory/everos/ _server.py to fix plugin->cli layering violation (CR #1) - Split HTTP timeout: client default 60s (recall/health), memorize add/flush per-request 360s (CR #2) - Defer backend.start() to post-handshake background task in TUI so first render is not blocked by server startup (CR #3) - Remove unused app_id/project_id from ImportSession and scanner (CR #4) - Add note on per-source-unit checkpoint granularity (CR #5) - Add fcntl file lock to prevent concurrent server spawn race (CR #6) - Fix loguru %s format to {} in state.py (CR #7) - Fix docstring step numbering (CR #8) - Remove redundant Table import in status_cmd (CR #9) Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
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.
Change description
Owner review for assigned terms in CONTEXT.md, branching off
docs/glossary_baseline_and_init_docstringper the gap-scan review workflow.What changed
### Buscluster →### Spine(highest priority, §1 in gap-scan):The Bus cluster (Message Bus / Event Bus) was flagged stale and the definitions
referenced types that no longer exist in code (
InboundMessage,OutboundMessage,BusEvent). Replaced with the current Spine vocabulary, verified againstraven/spine/(7 live files):scheduler.pydocstring)InboundMessageRunnerEvent) — replacesOutboundMessageAgent Core: 4 missing terms added (§3.2 / §3.3 / §3.6 / §3.7 in gap-scan):
agent/loop/main.py:AgentLoop)spine/runner.py:TurnRunnerProtocol +agent/spine_runner.py:AgentTurnRunner)agent/hook/base.py:AgentHook— 5-phase ABC, CompositeHook)agent/subagent/manager.py:SubagentManager)Minor stale-reference fixes (§13):
TurnRequest"AgentHookimplementationsAUTH / SECURITY: verified accurate, no change needed.
Type of change
Checklists
Development
Security
Code review