Polished and well engineered. Punching above its star count.
Give your agent a proper IDE and OS. The sensorimotor cortex for coding agents (OpenCode + Pi), part of CortexKit: symbol-aware edits, semantic search, code health, fast grep/glob, bash compression, background tasks, PTY.
Documentation
85
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
98
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (benchmarks/codegraph-vs-aft-agent/corpora/agent-fixture/tests).
CI is configured (.github/workflows/tests.yml).
Linter or formatter configured (biome.json).
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)
- 21Forks
- 111Releaseslatest 3mo ago
Community
- —Community health
- —authors own >50% of commits
- 167Watchers
Responsiveness
- 7hMedian issue response
- 15hMedian PR merge time
- 14Open issues
Repository files28 root entries
- .alfonso
- .bg-shell
- .cargo
- .githubGood: CI is configured (.github/workflows/tests.yml).Good: Issue or PR templates present.
- .gsd
- .opencode
- assets
- benchmarksGood: Test files detected (benchmarks/codegraph-vs-aft-agent/corpora/agent-fixture/tests).Good: Environment pinned via benchmarks/aft-search/Dockerfile.
- crates
- docs
- packages
- scripts
- tests
- .dockerignore
- .gitignoreGood: .gitignore present.
- ARCHITECTURE.md
- biome.jsonGood: Linter or formatter configured (biome.json).
- bun.lock
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- LICENSEGood: Licensed under MIT.
- Makefile
- package.json
- 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.Good: README documents how to run the project.
- rustfmt.toml
- STRUCTURE.md
- tsconfig.base.json
- tsconfig.json