Skip to content

feat: removing old rust workers - #153

Merged
sergiofilhowz merged 1 commit into
mainfrom
feat/removel-old-workers
May 18, 2026
Merged

feat: removing old rust workers#153
sergiofilhowz merged 1 commit into
mainfrom
feat/removel-old-workers

Conversation

@sergiofilhowz

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented May 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview, Comment May 18, 2026 4:35pm

Request Review

@sergiofilhowz
sergiofilhowz marked this pull request as ready for review May 18, 2026 16:35
@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 289 files, which is 139 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cc58812b-e960-466f-a8ba-31f3761e50d3

📥 Commits

Reviewing files that changed from the base of the PR and between a835a80 and eb0b178.

⛔ Files ignored due to path filters (11)
  • approval-gate/Cargo.lock is excluded by !**/*.lock
  • auth-credentials/Cargo.lock is excluded by !**/*.lock
  • autoharness/progress.png is excluded by !**/*.png
  • context-compaction/Cargo.lock is excluded by !**/*.lock
  • harness/Cargo.lock is excluded by !**/*.lock
  • hook-fanout/Cargo.lock is excluded by !**/*.lock
  • llm-budget/Cargo.lock is excluded by !**/*.lock
  • models-catalog/Cargo.lock is excluded by !**/*.lock
  • oauth-anthropic/Cargo.lock is excluded by !**/*.lock
  • oauth-openai-codex/Cargo.lock is excluded by !**/*.lock
  • policy-denylist/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (289)
  • .github/scripts/validate_worker.py
  • .github/workflows/ci.yml
  • .github/workflows/create-tag-harness-bundle.yml
  • .github/workflows/create-tag.yml
  • .github/workflows/release-harness-bundle.yml
  • .github/workflows/release.yml
  • AGENTS-NEW-WORKER.md
  • PHASE-2-PLAN.md
  • README.md
  • TODOS.md
  • approval-gate/Cargo.toml
  • approval-gate/README.md
  • approval-gate/build.rs
  • approval-gate/iii.worker.yaml
  • approval-gate/skill.md
  • approval-gate/skills/list_pending.md
  • approval-gate/skills/policy_approval_gate.md
  • approval-gate/skills/resolve.md
  • approval-gate/src/config.rs
  • approval-gate/src/lib.rs
  • approval-gate/src/main.rs
  • approval-gate/src/manifest.rs
  • approval-gate/tests/integration.rs
  • approval-gate/tests/manifest.rs
  • auth-credentials/Cargo.toml
  • auth-credentials/README.md
  • auth-credentials/build.rs
  • auth-credentials/config.yaml
  • auth-credentials/docs/companions.md
  • auth-credentials/docs/intro.md
  • auth-credentials/docs/leaves/delete_token.md
  • auth-credentials/docs/leaves/get_token.md
  • auth-credentials/docs/leaves/list_providers.md
  • auth-credentials/docs/leaves/set_token.md
  • auth-credentials/docs/leaves/status.md
  • auth-credentials/docs/quickstart.md
  • auth-credentials/iii.worker.yaml
  • auth-credentials/skill.md
  • auth-credentials/skills/delete_token.md
  • auth-credentials/skills/get_token.md
  • auth-credentials/skills/list_providers.md
  • auth-credentials/skills/set_token.md
  • auth-credentials/skills/status.md
  • auth-credentials/src/config.rs
  • auth-credentials/src/io.rs
  • auth-credentials/src/lib.rs
  • auth-credentials/src/main.rs
  • auth-credentials/src/manifest.rs
  • auth-credentials/src/store_iii_state.rs
  • auth-credentials/tests/integration.rs
  • auth-credentials/tests/integration_iii_state.rs
  • auth-credentials/tests/manifest.rs
  • auth-credentials/tests/parity.rs
  • auth-credentials/tests/restart_e2e.rs
  • autoharness/.dockerignore
  • autoharness/.gitignore
  • autoharness/Dockerfile.base
  • autoharness/README.md
  • autoharness/agent.py
  • autoharness/bench.sh
  • autoharness/iii-config.yaml
  • autoharness/orchestrator/orchestrator.py
  • autoharness/orchestrator/test_orchestrator.py
  • autoharness/plot_progress.py
  • autoharness/program.md
  • autoharness/pyproject.toml
  • autoharness/tasks/file-organizer/environment/Dockerfile
  • autoharness/tasks/file-organizer/instruction.md
  • autoharness/tasks/file-organizer/task.toml
  • autoharness/tasks/file-organizer/tests/test.sh
  • autoharness/tasks/fizzbuzz/instruction.md
  • autoharness/tasks/fizzbuzz/task.toml
  • autoharness/tasks/fizzbuzz/tests/test.sh
  • autoharness/tasks/hello-world/instruction.md
  • autoharness/tasks/hello-world/task.toml
  • autoharness/tasks/hello-world/tests/test.sh
  • context-compaction/Cargo.toml
  • context-compaction/README.md
  • context-compaction/build.rs
  • context-compaction/iii.worker.yaml
  • context-compaction/prompts/compaction.txt
  • context-compaction/skill.md
  • context-compaction/src/config.rs
  • context-compaction/src/lib.rs
  • context-compaction/src/main.rs
  • context-compaction/src/manifest.rs
  • context-compaction/src/summarize.rs
  • context-compaction/src/threshold.rs
  • context-compaction/tests/manifest.rs
  • harness/ARCHITECTURE.md
  • harness/Cargo.toml
  • harness/Makefile
  • harness/README.md
  • harness/build.rs
  • harness/crates/harness-types/Cargo.toml
  • harness/crates/harness-types/src/agent_event.rs
  • harness/crates/harness-types/src/agent_message.rs
  • harness/crates/harness-types/src/content.rs
  • harness/crates/harness-types/src/function.rs
  • harness/crates/harness-types/src/lib.rs
  • harness/crates/harness-types/src/stream_event.rs
  • harness/crates/harness-types/src/thinking.rs
  • harness/iii.worker.yaml
  • harness/scripts/real-usage.sh
  • harness/skill.md
  • harness/skills/iii/iii.md
  • harness/src/config.rs
  • harness/src/fanout.rs
  • harness/src/fs.rs
  • harness/src/lib.rs
  • harness/src/main.rs
  • harness/src/manifest.rs
  • harness/src/otel.rs
  • harness/tests/common/mod.rs
  • harness/tests/harness_info.rs
  • harness/tests/manifest.rs
  • harness/tests/trace_correlation.rs
  • harness/web/.impeccable.md
  • harness/web/README.md
  • harness/web/index.html
  • harness/web/package.json
  • harness/web/playwright.config.ts
  • harness/web/src/App.tsx
  • harness/web/src/bridge.test.ts
  • harness/web/src/bridge.ts
  • harness/web/src/components/ApprovalRow.tsx
  • harness/web/src/components/AuthPanel.tsx
  • harness/web/src/components/Composer.tsx
  • harness/web/src/components/ContextMeter.tsx
  • harness/web/src/components/ControlsBar.tsx
  • harness/web/src/components/CostPanel.tsx
  • harness/web/src/components/FilesystemPanel.tsx
  • harness/web/src/components/FootStatus.tsx
  • harness/web/src/components/FunctionCallBlock.tsx
  • harness/web/src/components/FunctionPalette.tsx
  • harness/web/src/components/FunctionResultBlock.tsx
  • harness/web/src/components/Markdown.tsx
  • harness/web/src/components/MessageActions.tsx
  • harness/web/src/components/SessionList.tsx
  • harness/web/src/components/SessionView.tsx
  • harness/web/src/components/StatusPill.tsx
  • harness/web/src/components/StatusStrip.tsx
  • harness/web/src/components/StatusTab.tsx
  • harness/web/src/export.test.ts
  • harness/web/src/export.ts
  • harness/web/src/iii-client.test.ts
  • harness/web/src/iii-client.ts
  • harness/web/src/loadMessages.test.ts
  • harness/web/src/loadMessages.ts
  • harness/web/src/main.tsx
  • harness/web/src/menuItems.test.ts
  • harness/web/src/menuItems.ts
  • harness/web/src/palette.test.ts
  • harness/web/src/palette.ts
  • harness/web/src/reducer.test.ts
  • harness/web/src/reducer.ts
  • harness/web/src/sessions.test.ts
  • harness/web/src/sessions.ts
  • harness/web/src/styles.css
  • harness/web/src/types.ts
  • harness/web/src/useAgentStream.ts
  • harness/web/src/useCommandMenu.test.ts
  • harness/web/src/useCommandMenu.ts
  • harness/web/src/useConnection.test.ts
  • harness/web/src/useConnection.ts
  • harness/web/src/useGlobalShortcut.test.ts
  • harness/web/src/useGlobalShortcut.ts
  • harness/web/src/useStatus.test.ts
  • harness/web/src/useStatus.ts
  • harness/web/src/workspace.test.ts
  • harness/web/src/workspace.ts
  • harness/web/tests/e2e/approval.spec.ts
  • harness/web/tsconfig.json
  • harness/web/vite.config.ts
  • harness/web/vitest.config.ts
  • hook-fanout/Cargo.toml
  • hook-fanout/README.md
  • hook-fanout/build.rs
  • hook-fanout/iii.worker.yaml
  • hook-fanout/src/config.rs
  • hook-fanout/src/handler.rs
  • hook-fanout/src/lib.rs
  • hook-fanout/src/main.rs
  • hook-fanout/src/manifest.rs
  • hook-fanout/tests/integration.rs
  • hook-fanout/tests/manifest.rs
  • llm-budget/Cargo.toml
  • llm-budget/README.md
  • llm-budget/build.rs
  • llm-budget/config.yaml
  • llm-budget/docs/companions.md
  • llm-budget/docs/intro.md
  • llm-budget/docs/leaves/alert_set.md
  • llm-budget/docs/leaves/check.md
  • llm-budget/docs/leaves/create.md
  • llm-budget/docs/leaves/delete.md
  • llm-budget/docs/leaves/enforce.md
  • llm-budget/docs/leaves/exempt.md
  • llm-budget/docs/leaves/forecast.md
  • llm-budget/docs/leaves/get.md
  • llm-budget/docs/leaves/list.md
  • llm-budget/docs/leaves/pause.md
  • llm-budget/docs/leaves/record.md
  • llm-budget/docs/leaves/reset.md
  • llm-budget/docs/leaves/update.md
  • llm-budget/docs/leaves/usage.md
  • llm-budget/docs/quickstart.md
  • llm-budget/iii.worker.yaml
  • llm-budget/skill.md
  • llm-budget/skills/alert_set.md
  • llm-budget/skills/check.md
  • llm-budget/skills/create.md
  • llm-budget/skills/delete.md
  • llm-budget/skills/enforce.md
  • llm-budget/skills/exempt.md
  • llm-budget/skills/forecast.md
  • llm-budget/skills/get.md
  • llm-budget/skills/list.md
  • llm-budget/skills/pause.md
  • llm-budget/skills/record.md
  • llm-budget/skills/reset.md
  • llm-budget/skills/update.md
  • llm-budget/skills/usage.md
  • llm-budget/src/config.rs
  • llm-budget/src/lib.rs
  • llm-budget/src/main.rs
  • llm-budget/src/manifest.rs
  • llm-budget/src/ops.rs
  • llm-budget/src/periods.rs
  • llm-budget/src/register.rs
  • llm-budget/src/store.rs
  • llm-budget/tests/integration.rs
  • llm-budget/tests/manifest.rs
  • llm-budget/tests/skill.rs
  • models-catalog/Cargo.toml
  • models-catalog/README.md
  • models-catalog/build.rs
  • models-catalog/config.yaml
  • models-catalog/data/models.json
  • models-catalog/docs/companions.md
  • models-catalog/docs/intro.md
  • models-catalog/docs/leaves/get.md
  • models-catalog/docs/leaves/list.md
  • models-catalog/docs/leaves/register.md
  • models-catalog/docs/leaves/supports.md
  • models-catalog/docs/quickstart.md
  • models-catalog/iii.worker.yaml
  • models-catalog/skill.md
  • models-catalog/skills/get.md
  • models-catalog/skills/list.md
  • models-catalog/skills/register.md
  • models-catalog/skills/supports.md
  • models-catalog/src/config.rs
  • models-catalog/src/lib.rs
  • models-catalog/src/main.rs
  • models-catalog/src/manifest.rs
  • models-catalog/tests/integration.rs
  • models-catalog/tests/manifest.rs
  • models-catalog/tests/skill.rs
  • oauth-anthropic/Cargo.toml
  • oauth-anthropic/README.md
  • oauth-anthropic/crates/auth-credentials/Cargo.toml
  • oauth-anthropic/crates/auth-credentials/src/lib.rs
  • oauth-anthropic/iii.worker.yaml
  • oauth-anthropic/src/lib.rs
  • oauth-anthropic/src/main.rs
  • oauth-anthropic/tests/integration.rs
  • oauth-openai-codex/Cargo.toml
  • oauth-openai-codex/README.md
  • oauth-openai-codex/crates/auth-credentials/Cargo.toml
  • oauth-openai-codex/crates/auth-credentials/src/lib.rs
  • oauth-openai-codex/iii.worker.yaml
  • oauth-openai-codex/src/lib.rs
  • oauth-openai-codex/src/main.rs
  • oauth-openai-codex/tests/integration.rs
  • policy-denylist/Cargo.toml
  • policy-denylist/README.md
  • policy-denylist/build.rs
  • policy-denylist/iii.worker.yaml
  • policy-denylist/src/config.rs
  • policy-denylist/src/lib.rs
  • policy-denylist/src/main.rs
  • policy-denylist/src/manifest.rs
  • policy-denylist/tests/integration.rs
  • policy-denylist/tests/manifest.rs
  • proof/Dockerfile
  • proof/README.md
  • proof/iii.worker.yaml
  • proof/package.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/removel-old-workers

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

1 verified, 9 skipped (no docs/).

1 error across the verified workers.

File Approximate line Severity Violation
shell/docs/leaves/kill.md ~7 error [Terminology.SlopMarketing] Avoid marketing/anthropomorphic phrasing 'Reaping'. Use concrete, technical language. (error)

@sergiofilhowz
sergiofilhowz merged commit 07311d9 into main May 18, 2026
10 of 11 checks passed
ytallo added a commit that referenced this pull request Jul 9, 2026
…ency (#457)

auth-credentials was removed from this repo on 2026-05-18 (#153, old-worker
cleanup) and was never re-published — it's not in the registry and this is
the only worker still declaring it. iii worker add provider-openai-codex
fails with a 422 (worker_not_found) as a result. The source already has a
graceful fallback for when no vault is running (~/.codex/auth.json dev
fallback), so the code doesn't need this as a hard dependency.
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