Good shape overall. A few tweaks would push it into the top tier.

A local workbench for agents doing continuous work across sessions, commands, human input, and external events.

Documentation

76

Install and run instructions9pt55

README documents how to install the project.

Contributing guide5pt74

Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.

Add setup instructions, code style notes, and how to run tests.

README12pt80

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

67

Linting and formatting5pt0

No linter or formatter config found.

Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt75

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

Tests18pt80

Test files detected (benchmark/tests).

CI/CD14pt100

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

Project health

100

Dependency manifest6pt100

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)
  • 11
    Forks
  • 37
    Releaseslatest 5mo ago

Community

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

Responsiveness

  • 8d 19h
    Median issue response
  • <1h
    Median PR merge time
  • 34
    Open issues
Repository files26 root entries
  • .codex
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • .holon
  • benchmark
    Good: Test files detected (benchmark/tests).
  • benchmarks
  • builtin_templates
  • docs
  • e2e-manual
  • holonbot
  • scripts
  • skills
  • src
  • tests
  • web-gui
  • .gitignore
    Good: .gitignore present.
  • action.yml
  • AGENTS.md
  • build.rs
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • CONTRIBUTING.md
    Issue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • Makefile
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    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.
  • README.zh-CN.md