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

Install and run instructions9pt45

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

71

Linting and formatting5pt0

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/CD14pt40

CI is configured (.github/workflows/build-binaries.yml).

Reproducibility6pt85

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (charts/openab/tests).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 157
    Forks
  • 153
    Releaseslatest 2mo ago

Community

  • Community health
  • authors own >50% of commits
  • 611
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 29
    Open issues
Repository files42 root entries
  • .github
    Good: CI is configured (.github/workflows/build-binaries.yml).
    Good: Issue or PR templates present.
  • agentcore
  • agy-acp
  • charts
    Good: Test files detected (charts/openab/tests).
  • crates
  • docs
  • gateway
  • images
  • k8s
  • openab-agent
  • openab-auth-proxy
  • openshell
  • operator
  • src
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • config.toml.example
  • CONTRIBUTING.md
    Good: 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
  • Dockerfile
    Good: 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
  • LICENSE
    Good: Licensed under MIT.
  • README.md
    Good: 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