Skip to content

feat: Phase 3 — port all 21 providers to spec-driven catalogue - #14

Merged
CodeWithJuber merged 1 commit into
mainfrom
claude/hikmah-stack-review-4nkw58
Aug 12, 2026
Merged

feat: Phase 3 — port all 21 providers to spec-driven catalogue#14
CodeWithJuber merged 1 commit into
mainfrom
claude/hikmah-stack-review-4nkw58

Conversation

@CodeWithJuber

Copy link
Copy Markdown
Owner

Summary

Phase 3 of the Rust rebuild: port all 21 Python connectors into the spec-driven operation catalogue. The catalogue now spans 278 operations across 21 providers — a 2x expansion over the Python baseline of 142 actions, with 100% parity coverage (every Python action has a corresponding Rust catalogue entry).

14 new OpenAPI 3.0.3 spec files added to specs/:

Category Providers Operations
LLM openai (3), claude (2), kimi (2), cloudflare (2) 9
Cloud linode (9), contabo (8), ovh (7), oneprovider (6) 30
Hosting whm (9), cpanel (11), whmcs (9), ultrahost (6) 35
Chat tawk (8) 8
SCM github (25) 25
Already present hetzner (72), gmail (79) 151
Manual (ops/email) email (4), ops_ssh (3), ops_browser (3), ops_security (5), ops_network (5) 20
Total 21 providers 278

Key changes:

  • Transport::Local variant for ops connectors and IMAP operations
  • Auth store entries for all 11 new providers (Linode, Kimi, Cloudflare, OneProvider, Tawk, WHM, cPanel, WHMCS, UltaHost, Claude, Contabo+OVH already present)
  • Proper dispatch handling returns ConfigurationRequired for Local transport ops
  • Parity test confirms 142/142 Python actions covered

Validation

  • Formatting and lint checks pass (cargo fmt --check, cargo clippy --all-targets -D warnings)
  • Type checks pass.
  • Unit tests pass (26/26 across all crates).
  • Integration tests were run, or are not applicable.
  • Documentation and data-source references are updated.

Security and operations

  • No credentials, tokens, customer data, or generated .env files are included.
  • New network calls have timeouts, bounded retries, validation, and rate-limit handling.
  • Breaking changes, deployment steps, and rollback steps are documented.

Generated by Claude Code

Add 14 new OpenAPI 3.0.3 spec files covering every provider from the
Python connector tree. With the existing hetzner.json and gmail.json,
the catalogue now spans 21 providers and 278 operations — 2x the
Python baseline of 142 actions with 100% parity coverage.

Spec-driven providers (from JSON specs):
- LLM: openai (3), claude (2), kimi (2), cloudflare (2)
- Cloud: linode (9), contabo (8), ovh (7), oneprovider (6)
- Hosting: whm (9), cpanel (11), whmcs (9), ultrahost (6)
- Chat: tawk (8)
- SCM: github (25)
- Already present: hetzner (72), gmail (79)

Manually registered (local/SMTP transport):
- email: send_email, list_accounts, check_inbox, search
- ops_ssh: run_local, run_ssh, list_hosts
- ops_browser: fetch, check_status, screenshot
- ops_security: 5 audit/scan tools
- ops_network: ping, dns_lookup, port_check, traceroute, http_headers

Also adds:
- Transport::Local variant for ops/IMAP operations
- Auth store entries for all 11 new providers
- Proper dispatch handling for Local transport

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0176k7T6i3B197hY6TqPdWqj
@CodeWithJuber
CodeWithJuber marked this pull request as ready for review August 12, 2026 09:32
@CodeWithJuber
CodeWithJuber merged commit 0466989 into main Aug 12, 2026
4 checks passed
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.

2 participants