{"id":51324592,"url":"https://github.com/webdevtodayjason/subctl-rust","last_synced_at":"2026-07-01T17:02:45.213Z","repository":{"id":362586682,"uuid":"1249420790","full_name":"webdevtodayjason/subctl-rust","owner":"webdevtodayjason","description":"Evy v4 — Rust rewrite of the subctl orchestrator daemon. Multi-channel comms, scheduler, provider-agnostic worker pool, policy gate, and a learning loop. Authoritative spec: ADR 0020 in the parent subctl repo.","archived":false,"fork":false,"pushed_at":"2026-06-12T02:03:13.000Z","size":4054,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T02:11:45.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevtodayjason.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T17:22:29.000Z","updated_at":"2026-06-12T02:03:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webdevtodayjason/subctl-rust","commit_stats":null,"previous_names":["webdevtodayjason/subctl-rust"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/webdevtodayjason/subctl-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fsubctl-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fsubctl-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fsubctl-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fsubctl-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevtodayjason","download_url":"https://codeload.github.com/webdevtodayjason/subctl-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fsubctl-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35015061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-01T17:02:44.253Z","updated_at":"2026-07-01T17:02:45.204Z","avatar_url":"https://github.com/webdevtodayjason.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# subctl-rust\n\nThe Evy v4 Rust rewrite. This workspace is a from-scratch reimplementation of\nthe subctl daemon (currently TypeScript on Bun, living in\n`../subctl/`). The two trees coexist during cutover; this one is the\nproduction target.\n\n**Authoritative spec:**\n[`docs/adr/0020-evy-v4-learning-orchestrator-spec.md`](../subctl/docs/adr/0020-evy-v4-learning-orchestrator-spec.md)\nin the parent `subctl/` repo.\n\n## Layout\n\n```\ncrates/\n├── evy-core/        — types, traits (Provider, Mandate, WorkerHandle), shared error type\n├── evy-policy/      — policy gate (Trusted / Gated / Sealed)\n├── evy-providers/   — Provider trait impls (Claude Code, Codex, DeepSeek)\n├── evy-scheduler/   — cron-shaped job runner; persistent, survives restart\n├── evy-comms/       — multi-channel router (HTTP/SSE, TUI, Discord, Telegram)\n├── evy-memory/      — observation log (sqlx + SQLite), retrieval, learning-loop substrate\n└── evy/             — daemon binary; wires the six libraries together\n```\n\nSeven crates corresponding to seven of the eight Evy v4 primitives. The\neighth — the learning loop — is materialized inside `evy-memory` rather than\nas its own crate.\n\n## Quick start\n\n```bash\ncargo check --workspace\ncargo build --workspace --release\ncargo test --workspace\ncargo clippy --workspace --all-targets -- -D warnings\ncargo fmt --all -- --check\n```\n\n## Status\n\n**Phase 0 — scaffold only.** Every `lib.rs` is a `// TODO: Phase 1+` stub.\nThe binary boots a tokio runtime, initializes `tracing`, logs a single\nline, and exits. No primitives are wired yet.\n\nSee ADR 0020 for the contract each crate will implement.\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Fsubctl-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevtodayjason%2Fsubctl-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Fsubctl-rust/lists"}