docs(do-arm): HIRO Automation is OGAR's DO arm + the lossless-DO rule#114
Merged
Merged
Conversation
Investigating actionable semantics from OGIT/MARS (HIRO). Read the NTO/Automation/entities TTLs directly: the Automation domain maps near-1:1 onto OGAR's DO arm (ActionDef/ActionInvocation/KausalSpec) and is a production, externally-validated instance of it. The lossless rule (the important answer): a DO compiler is lossy when it flattens behavior into one target (DDL DEFINE EVENT WHEN THEN). Behavior has three irreducible slices - identity (Class), contract+lifecycle (ActionDef + StateMachine/UnifiedStep interface), executable body (adapter) - joined by classid. DO is lossless iff the ActionDef POINTS TO the body (content- addressed) instead of compressing it into DDL (I-VSA-IDENTITIES applied to the DO arm). Export = ActionDef manifest (wire-truth) + opaque payload table + ClassView, never DDL-inline. HIRO already IS this shape: KnowledgeItem carries the contract as relations + lifecycle attrs, knowledgeItemFormalRepresentation is the opaque body the schema references but never parses; ActionHandler connects Configuration (= auth_store 0x0B01) -> DO arm and auth arm meet there; AutomationIssue generates History = 'state history IS the version log'. - docs/HIRO-DO-ARM-LIFT.md: the mapping table + worked KnowledgeItem->ActionDef example + export shape + the do_arm producer plan (CONJECTURE, gated on PROBE-OGAR-DO-ARM-LIFT). - EPIPHANIES E-HIRO-IS-OGAR-DO-ARM. 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 & why
"Can we lift actionable semantics from OGIT/MARS (HIRO)?" — yes, and the mapping is near-exact. The MARS import lifted the structural arm (A→R→S→M
Classes); the OGIT Automation domain is HIRO's actuator vocabulary — the behavioral arm the structural import left on the table.Read the
NTO/Automation/entities/*TTLs directly (KnowledgeItem,ActionHandler,ActionCapability,ActionApplicability,Trigger,Intent,AutomationIssue,History,Variable): they map near-1:1 onto OGAR's DO arm (ActionDef/ActionInvocation/KausalSpec), and HIRO is a production, externally-validated instance of it.The lossless-DO rule (the important answer)
A DO compiler is lossy when it flattens behavior into one target (a DDL
DEFINE EVENT … WHEN … THEN). Behavior has three irreducible slices — identity (Class), contract+lifecycle (ActionDef+ theStateMachine/UnifiedStepinterface), executable body (adapter) — joined byclassid.HIRO already IS this shape:
KnowledgeItemcarries the contract as relations + lifecycle attrs, andknowledgeItemFormalRepresentationis the opaque body the schema references but never parses.ActionHandlerconnectsConfiguration(=auth_store0x0B01) — so the DO arm and the auth/RBAC arm meet atActionHandler.AutomationIssue generates Historyis literally "state history IS the version log."Files
docs/HIRO-DO-ARM-LIFT.md— the principle, the export shape, the full entity→ActionDef/ActionInvocation/KausalSpecmapping table, a workedKnowledgeItem → ActionDefexample, and thedo_armproducer plan..claude/board/EPIPHANIES.md—E-HIRO-IS-OGAR-DO-ARM.Status / fence
The mapping is a FINDING about shape (
[G], grounded in the TTLs). The executable-equivalence claim — that a liftedActionDef → adapter → executereproduces the KI's behavior — stays CONJECTURE untilPROBE-OGAR-DO-ARM-LIFTis green (same falsification discipline asPROBE-OGAR-RBAC-AUTHORIZE). Docs-only; no code, no producer brick in this PR.🤖 Generated with Claude Code
Generated by Claude Code