Good shape overall. A few tweaks would push it into the top tier.
A lightweight, secure, cloud-native ACP harness that bridges Discord and any ACP-compatible coding CLI.
Documentation
85
README documents how to install the project.
README is present.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
71
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
CI is configured (.github/workflows/build-binaries.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (charts/openab/tests).
Issue or PR templates present.
Project health
89
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 157Forks
- 153Releaseslatest 2mo ago
Community
- —Community health
- —authors own >50% of commits
- 611Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 29Open issues
Repository files42 root entries
- .githubGood: CI is configured (.github/workflows/build-binaries.yml).Good: Issue or PR templates present.
- agentcore
- agy-acp
- chartsGood: Test files detected (charts/openab/tests).
- crates
- docs
- gateway
- images
- k8s
- openab-agent
- openab-auth-proxy
- openshell
- operator
- src
- .gitignoreGood: .gitignore present.
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- config.toml.example
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DESIGN.md
- docker-bake.hcl
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.agentcore
- Dockerfile.antigravity
- Dockerfile.builder
- Dockerfile.claude
- Dockerfile.codex
- Dockerfile.copilot
- Dockerfile.cursor
- Dockerfile.gateway
- Dockerfile.gemini
- Dockerfile.grok
- Dockerfile.hermes
- Dockerfile.mimocode
- Dockerfile.native
- Dockerfile.opencode
- Dockerfile.pi
- Dockerfile.unified
- LICENSEGood: Licensed under MIT.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- RELEASING.md