Skip to content

feat: add durable alpha-v2 orchestration kernel - #102

Merged
kmosoti merged 2 commits into
mainfrom
feat/alpha-v2-orchestration-kernel
Jul 27, 2026
Merged

feat: add durable alpha-v2 orchestration kernel#102
kmosoti merged 2 commits into
mainfrom
feat/alpha-v2-orchestration-kernel

Conversation

@kmosoti

@kmosoti kmosoti commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a host-authoritative alpha-v2 plan compiler and orchestration kernel with immutable plan versions, policy-bound execution, durable replay and checkpoints, bounded repair/replan/escalation, cancellation and budget fences, and content-addressed verification evidence.
  • Feed generated plans through the existing /api/alpha/v1 daemon and worker authority; add authenticated RFC 10008 QUERY run discovery, a four-pane TUI projection, metadata-only OTel correlation, and typed Praxis promotion candidates.
  • Add the proposal-only AGY 1.1.7 adapter and upgrade the Kernform boundary to 0.2.0 / kernform.command/v2 with closed compile, check, and init contracts.
  • Update alpha plans, documentation, request templates, tests, and deterministic runtime-v1 SBOM and verification evidence without adding a dependency.

Verification

The committed .agent-worklog.json records:

  • Publication-focused alpha-v2 surface: 69 tests passed.
  • Maintained repository gate: 1,596 tests passed, with 2 declared environment-gated skips and 86.07% branch coverage against the unchanged 86% requirement.
  • Rootless Podman acceptance passed, and all 81 configured telemetry mutants were killed.
  • ruff check ., ruff format --check ., ty check, and git diff --check passed.
  • Runtime-v1 evidence was regenerated and tools/release_evidence.py verify passed.

Known boundaries

  • An in-flight provider subprocess cannot be force-cancelled; cancellation and deadline fences prevent subsequent effects.
  • AGY 1.1.7 does not expose exact token or monetary usage, so those values remain explicitly unknown.
  • No live Codex or AGY provider call was part of the publication gate; both proposal-only adapters were covered deterministically.
  • Praxis output is a typed promotion candidate only and performs no external ledger write.
  • Fourteen existing non-failing SQLite ResourceWarning reports remain technical debt.

@kmosoti
kmosoti marked this pull request as ready for review July 27, 2026 01:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2f4e4a4682

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/blackcell/bootstrap/alpha_process.py Outdated
Comment thread src/blackcell/orchestration/execution_runtime.py

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7690ba7d7c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/blackcell/bootstrap/runtime_service.py
Comment thread src/blackcell/bootstrap/execution_process.py
Comment thread src/blackcell/bootstrap/runtime_service.py
@kmosoti
kmosoti merged commit 3ff8587 into main Jul 27, 2026
2 checks passed
@kmosoti
kmosoti deleted the feat/alpha-v2-orchestration-kernel branch July 27, 2026 20:30
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