Skip to content

fix(orchestration): align remora with pilotfish-codex v1.6.0 - #21

Merged
Nanako0129 merged 1 commit into
mainfrom
release/0.1.19
Aug 9, 2026
Merged

fix(orchestration): align remora with pilotfish-codex v1.6.0#21
Nanako0129 merged 1 commit into
mainfrom
release/0.1.19

Conversation

@Nanako0129

@Nanako0129 Nanako0129 commented Aug 9, 2026

Copy link
Copy Markdown
Owner

What changed

  • correct the stale pilotfish-codex v1.3.2 semantic basis from v0.1.18 against the official v1.6.0 tag (79852a749ed8594982ae8a0b529147a5586dd548)
  • add adaptive execute, explore_then_plan, and co_discover routing with bounded discovery budgets and decision cards that call the actual AskUserQuestion tool when exposed
  • add explicit turn-scoped review_intent while keeping mandatory security, approval, release, and external-action gates authoritative
  • add advisory direction_checkpoint handling beneath the existing CONFIRMED / REFUTED / INCONCLUSIVE verifier contract
  • bump Remora to v0.1.19 and update pinned install references

Boundaries preserved

  • Claude-native role transport, model routing, tool allowlists, isolation, and fallback behavior are unchanged
  • pre-approval discovery remains read-only
  • risk-triggered material Plans require the actual named plan-verifier; security-sensitive Plans require security-reviewer first
  • Remora does not claim the Codex-native auto-review scheduler, hooks, receipts, installer, runtime-version behavior, or v1.6.1 semantics

Verification

  • python3 -m unittest tests.test_remora -v — 96 passed
  • make package — passed full unittest, install/bootstrap, compile, shell syntax, agents, dry-run, and packaging gates
  • package SHA-256: 2facb02fb04a9c436f1a2c295171875a38ad0f02ba9738adb4c7e9ff41ea1319
  • role keys and all non-prompt role bindings match v0.1.18
  • git diff --check clean; only the intended 9 files changed

Upstream evidence

  • official tag: pilotfish-codex v1.6.0
  • annotated tag object: 004fa9b9d81930dfd48b65c58622828e381afb83
  • commit: 79852a749ed8594982ae8a0b529147a5586dd548

@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: aa37fd7451

ℹ️ 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 agents/agents.json Outdated

@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: 4771f3b3c4

ℹ️ 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 docs/architecture.md Outdated

@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: f00c0debdc

ℹ️ 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 agents/orchestration.md Outdated
Correct the stale pilotfish-codex v1.3.2 semantic basis shipped in v0.1.18 against the official v1.6.0 tag. The session policy now classifies execute, explore_then_plan, and co_discover work; records bounded route signals and discovery budgets; treats review_intent as an explicit turn-scoped preference; and adds decision-card and direction-checkpoint contracts.

Require the actual main-session AskUserQuestion tool for material decisions whenever Claude Code exposes it, instead of allowing a plain-text imitation. Tool-unavailable sessions fail closed with PAUSED_NEEDS_USER, while pending authority gates stop execute work before local action or delegation.

Preserve Remora's Claude-native transport, role models, tool allowlists, isolation, approval boundaries, and canonical verifier verdicts. Mandatory security and plan review gates outrank optional intent routing, unavailable named reviewers fail closed, and direction guidance stays advisory beneath CONFIRMED, REFUTED, or INCONCLUSIVE.

Bump the package to 0.1.19, update pinned install references and architecture notes, and add focused policy regressions. Verified with 96 unit tests plus install, bootstrap, compile, shell-syntax, agents, dry-run, packaging, binding-parity, and archive checks.
@Nanako0129
Nanako0129 merged commit 4b2d0af into main Aug 9, 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