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 guide5pt25

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.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

98

Reproducibility6pt80

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

Tests18pt100

Test files detected (benchmarks/codegraph-vs-aft-agent/corpora/agent-fixture/tests).

CI/CD14pt100

CI is configured (.github/workflows/tests.yml).

Linting and formatting5pt100

Linter or formatter configured (biome.json).

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)
  • 21
    Forks
  • 111
    Releaseslatest 3mo ago

Community

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

Responsiveness

  • 7h
    Median issue response
  • 15h
    Median PR merge time
  • 14
    Open issues
Repository files28 root entries
  • .alfonso
  • .bg-shell
  • .cargo
  • .github
    Good: CI is configured (.github/workflows/tests.yml).
    Good: Issue or PR templates present.
  • .gsd
  • .opencode
  • assets
  • benchmarks
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • ARCHITECTURE.md
  • biome.json
    Good: Linter or formatter configured (biome.json).
  • bun.lock
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • package.json
  • 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.
    Good: README documents how to run the project.
  • rustfmt.toml
  • STRUCTURE.md
  • tsconfig.base.json
  • tsconfig.json