chore: rename legacy worker dependencies - #678
Conversation
|
Warning Review limit reached
Next review available in: 42 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe changes align documentation and one worker dependency with standalone names such as ChangesWorker naming alignment
Estimated code review effort: 2 (Simple) | ~15 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
skill-check — worker0 verified, 52 skipped (no docs/).
Four for four. Nicely done. |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 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.
Inline comments:
In `@queue/README.md`:
- Around line 190-195: Update the TriggerAction::Enqueue support documentation
in queue/README.md to include the same engine-version guard and QueueEnqueuer
requirement described in queue/skills/SKILL.md, including the
iii::durable::publish fallback until support lands; keep the enqueue path
guidance consistent across both documents.
In `@state/skills/SKILL.md`:
- Line 12: Update the state worker description to clarify that six functions
comprise the core storage surface, while also acknowledging the documented
state::list_keys and internal state::ui-content functions. Keep the existing
worker installation and legacy service guidance unchanged.
In `@workflow/README.md`:
- Line 86: Update the SDK version referenced in the state API sentence to match
the `iii-sdk` version pinned by `workflow/Cargo.toml`, `0.21.6`, or remove the
version qualifier if the documentation should remain version-neutral.
In `@worktree/src/git/mod.rs`:
- Around line 252-258: Update the daemon invocation in run_git_times_out to
obtain a free ephemeral loopback port, pass it explicitly with
--listen=127.0.0.1 and --port, and retain the timeout assertion without relying
on --port=0 or the default port 9418.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 01de5fa8-3f66-49cd-81d3-d0b9f7511649
⛔ Files ignored due to path filters (2)
approval-gate/Cargo.lockis excluded by!**/*.lockprovider-kimi/Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (41)
acp/README.mdapproval-gate/Cargo.tomlapproval-gate/README.mdapproval-gate/architecture/internals.mdbridge/README.mdbridge/skills/SKILL.mdcron/README.mdcron/skills/SKILL.mddocs/adr/0001-state-worker-store-location.mddocs/sops/configuration.mdhermes/README.mdhttp/README.mdhttp/skills/SKILL.mdiii-directory/README.mdiii-directory/skills/SKILL.mdllm-router/README.mdopenwiki/README.mdopenwiki/skills/SKILL.mdprovider-anthropic/README.mdprovider-claude-code/README.mdprovider-kimi/README.mdprovider-kimi/iii.worker.yamlprovider-llamacpp/README.mdprovider-openai-codex/README.mdprovider-openai/README.mdprovider-xai/README.mdprovider-zai/README.mdpubsub/README.mdpubsub/skills/SKILL.mdqueue/README.mdqueue/skills/SKILL.mdslack/architecture/README.mdslack/architecture/internals.mdstate/README.mdstate/skills/SKILL.mdtech-specs/2026-06-agentic/approval-gate.mdtech-specs/2026-06-agentic/context-manager.mdtech-specs/2026-06-agentic/llm-router.mdworkflow/README.mdworktree/README.mdworktree/src/git/mod.rs
Summary
Renames legacy iii-prefixed worker dependencies in worker manifests.
Why
Worker dependency names now use their standalone names consistently.
Validation
cargo test --lockedfor harness (305 tests passed)cargo test --lockedfor eval remains blocked by an existing iii-helpers version conflict also present on mainSummary by CodeRabbit