Skip to content

feat: require exact OMP residency resume - #492

Draft
schickling-assistant wants to merge 2 commits into
schickling-assistant/2026-09-06-auto-suspend-codexfrom
schickling-assistant/2026-09-06-auto-suspend-omp
Draft

feat: require exact OMP residency resume#492
schickling-assistant wants to merge 2 commits into
schickling-assistant/2026-09-06-auto-suspend-codexfrom
schickling-assistant/2026-09-06-auto-suspend-omp

Conversation

@schickling-assistant

@schickling-assistant schickling-assistant commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Problem

OMP resume selection and channel state must identify the same checkpointed native session. Loose selection can resume the wrong session or start fresh.

Goal

Add exact OMP checkpoint, resume, channel-binding, and readiness validation.

Decisions

  • Bind agent, runtime, generation, native session, and runtime incarnation.
  • Reject fallback selection and unsupported provider versions.
  • Validate mandatory resume before any provider child starts.
  • Preserve Pi launch classification while extending shared channel plumbing.

Verification

  • cargo test --lib omp_session::tests -- --nocapture — 18 passed.
  • Hook typecheck fixtures cover the extended OMP channel payload.
  • cargo check --workspace passes on the complete stack.

Complexity

OMP needs both provider-state validation and channel evidence. The implementation keeps those two sources bound by one exact generation and incarnation.

Concerns

The admitted OMP version set remains explicit and fail closed.

Friction & bottlenecks

None specific to this layer.

Follow-ups

PR #493 adds the equivalent Claude capability.

References

Depends on PR #491. Part of stack #495.

Posted on behalf of @schickling
field value
agent_identity mbp2025.direct.omp.bn5hrz39
session mbp2025.bn5hrz39
agent_persona generalist
agent_supervisor unavailable
agent_tool OMP
agent_tool_version 18.1.7
agent_runtime OMP 18.1.7
tooling_profile dotfiles@4816a7a

agent-identity: mbp2025.direct.omp.bn5hrz39
agent-persona: generalist
agent-supervisor: unavailable
agent-tool: OMP
agent-tool-version: 18.1.7
agent-runtime: OMP 18.1.7
tooling-profile: dotfiles@4816a7a
agent-identity: mbp2025.direct.omp.bn5hrz39
agent-persona: generalist
agent-supervisor: unavailable
agent-tool: OMP
agent-tool-version: 18.1.7
agent-runtime: OMP 18.1.7
tooling-profile: dotfiles@4816a7a
@schickling-assistant schickling-assistant changed the title schickling assistant/2026 09 06 auto suspend omp feat: require exact OMP residency resume Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant