docs: record the grail — class-late-bound action dispatch (ResolvingDaemon)#125
Merged
Merged
Conversation
…aemon)
The action arm reached its holy grail, and it turned out to be a restatement of
OGAR's most basic canon ("the key prerenders the node; classid → ClassView"), not
a new mechanism. Three axes of agnosticism, all keyed by the GUID: transport
(Transport trait), class (ClassResolver resolves from the target's classid at
dispatch time, production OgarResolver backed by the canonical actions_for
manifest), executor (chosen from the resolved RunnerKind via ExecutorRegistry,
runner picked post-commit). ResolvingDaemon holds no wired classes and no wired
executor; the same ExecuteCommand dispatches to native (mars_machine) or REST
(mars_resource) by what the classid resolves to, zero daemon change, gate still
rules. A new capability/class/runner is a registry entry, never code.
- ARAGO-ACTIONHANDLER-PARITY: new scorecard row (class-late-bound dispatch
SHIPPED), verdict paragraph (the grail), cross-ref to daemon.rs.
- DISCOVERY-MAP: D-ACTIONHANDLER-RESOLVER (G / CODED).
- EPIPHANIES: E-ACTIONHANDLER-RESOLVER — the action daemon IS a renderer over the
classid keyspace; the grail is the key-is-key-of-KV store applied to behavior.
Code lives in rs-graph-llm PR #20 (graph-flow-action-ogar::daemon).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
What
Records the holy grail milestone in OGAR's parity canon — the class-late-bound action dispatch shipped in rs-graph-llm #20 (
graph-flow-action-ogar::daemon::ResolvingDaemon). Docs-only.The action arm reached its grail, and it turned out to be a restatement of OGAR's most basic canon ("the key prerenders the node; classid → ClassView"), not a new mechanism. Three axes of agnosticism, all keyed by the GUID:
Transporttrait (WebSocket today, Kafka reserved).ClassResolverresolves the action class from the target's classid at dispatch time. The productionOgarResolveris backed by the canonicalactions_for(&[ClassActions], classid)DO manifest — the exactclassid → ClassActionssurface OGAR already generates.RunnerKindviaExecutorRegistry; the runner is picked post-commit (the gate runs first).ResolvingDaemonholds no wired classes and no wired executor; the sameExecuteCommanddispatches to native (mars_machine) or REST (mars_resource) by what the classid resolves to — zero daemon change, gate still rules. A new capability / class / runner is a registry entry, never code ("scale = the next cascade level, never field-widening").Changes
daemon.rs.D-ACTIONHANDLER-RESOLVER(G / CODED).E-ACTIONHANDLER-RESOLVER: the action daemon is a renderer over the classid keyspace — the key-is-the-key-of-key-value store applied to behavior.🤖 Generated with Claude Code
Generated by Claude Code