{"id":50545619,"url":"https://github.com/cloud-shuttle/drover-registry","last_synced_at":"2026-06-03T23:02:11.582Z","repository":{"id":359830626,"uuid":"1247670408","full_name":"cloud-shuttle/drover-registry","owner":"cloud-shuttle","description":"Distributed Agent Registry \u0026 Crew Store for versioning and distributing agent logic and crew templates.","archived":false,"fork":false,"pushed_at":"2026-05-23T16:34:33.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T18:14:18.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/cloud-shuttle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-23T16:15:42.000Z","updated_at":"2026-05-23T16:34:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cloud-shuttle/drover-registry","commit_stats":null,"previous_names":["cloud-shuttle/drover-registry"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-shuttle/drover-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-shuttle%2Fdrover-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-shuttle%2Fdrover-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-shuttle%2Fdrover-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-shuttle%2Fdrover-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-shuttle","download_url":"https://codeload.github.com/cloud-shuttle/drover-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-shuttle%2Fdrover-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33883102,"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-06-03T02:00:06.370Z","response_time":59,"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-06-03T23:02:10.485Z","updated_at":"2026-06-03T23:02:11.575Z","avatar_url":"https://github.com/cloud-shuttle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drover-registry\n\n**Distributed Agent Registry \u0026 Crew Store** — versioned storage and distribution for agent logic, crew templates, and MCP-compatible artifacts in the Drover ecosystem.\n\n[![Go](https://img.shields.io/badge/Go-1.25-00ADD8?logo=go)](https://go.dev/)\n[![Fiber](https://img.shields.io/badge/Fiber-v2-4A90E2)](https://gofiber.io/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## What is Drover Registry?\n\nIt provides a secure, tenant-isolated package registry for:\n\n- **Agent bundles** (self-contained agent definitions + prompts + tools)\n- **Crew templates** (multi-agent orchestration definitions)\n- **Versioned artifacts** consumable by Drover, Drover Code, and compatible runtimes\n\nPackages are stored as immutable, checksummed tarballs (or OCI artifacts) in S3/GCS with a metadata layer for search, dependency resolution, and governance hooks.\n\n## Key Features (Planned)\n\n- **Secure Storage**: Versioned uploads to S3/GCS (or local for dev) with SHA-256 verification on write/read.\n- **Zitadel Isolation**: OIDC JWT validation + org-scoped tenants. Packages are namespaced by Zitadel org ID (e.g. `cloud-shuttle/researcher-kelpie:v1.2.0`).\n- **OCI Compliance**: Push/pull via `oras` / Docker clients (`oras push ...`).\n- **Webhook Integration**: On successful publish → POST to `drover-muster` to register new capabilities/tools declared in the package.\n- **High-performance streaming**: Range requests, compression, CDN-friendly URLs for fast agent bootstrap in microVMs.\n- **Metadata \u0026 Search**: Postgres-backed index of manifests, dependencies, signatures.\n\n## Architecture Overview\n\n```\n┌──────────────┐     ┌────────────────────┐     ┌─────────────────┐\n│  Drover /    │────▶│  drover-registry   │────▶│  S3 / GCS /     │\n│  Agent Runtimes│     │  (this service)    │     │  Local Storage  │\n└──────────────┘     └────────────────────┘     └─────────────────┘\n                            │\n                            │ webhook (on publish)\n                            ▼\n                     ┌──────────────────┐\n                     │  drover-muster   │  (capability governance)\n                     └──────────────────┘\n                            │\n                            │ Zitadel OIDC\n                            ▼\n                     ┌──────────────────┐\n                     │  Zitadel IAM     │\n                     └──────────────────┘\n```\n\nSee [docs/ARCHITECTURE.md](./docs/ARCHITECTURE.md) (to be written) and the backlog in `.beads/issues.jsonl`.\n\n## Current Status\n\nEarly scaffold. See `.beads/issues.jsonl` for the detailed task breakdown (dreg-000 epic etc.).\n\nImplemented so far:\n- Basic Fiber HTTP server with `/healthz` + `/readyz`\n- Project layout matching Drover ecosystem conventions\n- MIT license + contributing guide\n\nNext up (dreg-001):\n- Storage abstraction + local disk backend + hash verification\n\n## Quick Start (Dev)\n\n```bash\ngit clone https://github.com/cloud-shuttle/drover-registry.git\ncd drover-registry\n\n# Run the server (will listen :8080)\ngo run ./cmd/server\n```\n\nIn another terminal:\n\n```bash\ncurl http://localhost:8080/healthz\n```\n\n## Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) and upcoming `docs/DEVELOPMENT.md`.\n\n### Local Stack (planned)\n\n```bash\ndocker compose up -d   # postgres + minio + ...\nmake migrate\nmake run\n```\n\n## Integration Points\n\n- **Publishers**: `oras`, custom CLI, CI pipelines, Drover `drover publish` (future)\n- **Consumers**: Drover workers, agent runtimes, `drover-muster` sync\n- **Auth**: Zitadel-issued JWTs with `urn:zitadel:iam:org:id:\u003corg\u003e` scope claim\n\n## Backlog \u0026 Roadmap\n\nWork items live in `.beads/issues.jsonl`:\n\n- `dreg-000` Epic: Versioned Package Storage \u0026 Distribution Pipeline\n- `dreg-001` Storage provider engine configuration\n- `dreg-002` Version indexing \u0026 metadata API parser\n- `dreg-003` Zitadel OIDC authentication \u0026 scope checks\n- `dreg-004` Webhook publisher for Muster synchronization\n- `dreg-005` High-performance package streaming endpoint\n\nContributions that close beads items are especially welcome.\n\n## Related Projects\n\n- [cloud-shuttle/drover](https://github.com/cloud-shuttle/drover) — The Parallel Coordinator (Go)\n- [cloud-shuttle/drover-muster](https://github.com/cloud-shuttle/drover-muster) — Capability Registry \u0026 Governance (Go + Fiber)\n- [cloud-shuttle/drover-libs](https://github.com/cloud-shuttle/drover-libs) — Shared libraries (private)\n\n## License\n\nMIT — see [LICENSE](./LICENSE)\n\n---\n\nBuilt with ❤️ by [Cloud Shuttle](https://cloudshuttle.com.au) for the autonomous engineering future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-shuttle%2Fdrover-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-shuttle%2Fdrover-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-shuttle%2Fdrover-registry/lists"}