Stabilize runtime hard-cut verification - #38
Conversation
📝 WalkthroughWalkthroughThis PR refocuses authority ownership for runtime services, worktrees, and multi-client presence from legacy file/registry sources to topology-backed records. All changes are documentation and configuration; the single code change disables parallel test execution to ensure deterministic behavior with harness-level mocks. ChangesAuthority Model and Testing
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
776-784: ⚡ Quick winAlign older README terminology with this new “Multi-Client Runtime” language.
This section is clear, but the earlier Features list still uses “Multi-instance,” which now reads as legacy phrasing and can confuse readers.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` around lines 776 - 784, Update README terminology to replace legacy "Multi-instance" phrasing with the new "Multi-Client Runtime" language and clarify affected references; search the README Features list and any headings/descriptions that mention "Multi-instance" and change them to "Multi-Client Runtime", update examples or flags that imply the old name (keep `.aimux/instances.json` and `--resume` notes intact as legacy/behavioral references), and ensure wording aligns with the new section text (e.g., mirror phrases like "session lifecycle, ownership, graveyard state" from the Multi-Client Runtime block to the Features summary).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@README.md`:
- Around line 776-784: Update README terminology to replace legacy
"Multi-instance" phrasing with the new "Multi-Client Runtime" language and
clarify affected references; search the README Features list and any
headings/descriptions that mention "Multi-instance" and change them to
"Multi-Client Runtime", update examples or flags that imply the old name (keep
`.aimux/instances.json` and `--resume` notes intact as legacy/behavioral
references), and ensure wording aligns with the new section text (e.g., mirror
phrases like "session lifecycle, ownership, graveyard state" from the
Multi-Client Runtime block to the Features summary).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 29c4285d-5e00-4319-b4a2-054dcf66507c
📒 Files selected for processing (6)
README.mddocs/global-control-plane-rfc.mddocs/runtime-authority-dead-paths.mddocs/runtime-authority-inventory.mddocs/runtime-core-hard-cut-roadmap.mdvitest.config.ts
Summary
Verification
Summary by CodeRabbit
Documentation
Chores