A well-known project done right. Strong docs and solid engineering throughout.
a recursive self-improving harness designed to help your agents (and future iterations of those agents) succeed on any task
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
100
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
90
Test files detected (autocontext/smoke_test.py).
Lockfile present (autocontext/uv.lock). Installs are reproducible.
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.prettierrc.json).
Issue or PR templates present.
Project health
100
Dependency manifest found (autocontext/pyproject.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)
- 102Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 1,214Watchers
Responsiveness
- <1hMedian issue response
- 1hMedian PR merge time
- 0Open issues
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- autocontextGood: Test files detected (autocontext/smoke_test.py).Good: Lockfile present (autocontext/uv.lock). Installs are reproducible.Good: Dependency manifest found (autocontext/pyproject.toml).
- docs
- examples
- fixtures
- infraGood: Environment pinned via infra/docker/Dockerfile.
- knowledge
- packages
- pi
- protocol
- runs
- scripts
- skills
- ts
- .env.example
- .gitignoreGood: .gitignore present.
- .prettierrc.jsonGood: Linter or formatter configured (.prettierrc.json).
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.
- LICENSEGood: Licensed under Apache-2.0.
- 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.
- SECURITY.mdGood: Security policy present.
- SUPPORT.md