Polished and well engineered. Punching above its star count.
The new terminal experience for AgentCore!
Documentation
89
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
91
No dependency lockfile found (−70 pts).
→ Commit package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lock so Node installs are repeatable.
Test files detected (browser-tests/tests).
CI is configured (.github/workflows/build-and-test.yml).
Linter or formatter configured (.prettierrc).
Issue or PR templates present.
Project health
100
Dependency manifest found (package.json).
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)
- 51Forks
- 58Releaseslatest 3mo ago
Community
- —Community health
- —authors own >50% of commits
- 190Watchers
Responsiveness
- 3d 16hMedian issue response
- 3hMedian PR merge time
- 221Open issues
Repository files31 root entries
- .githubGood: CI is configured (.github/workflows/build-and-test.yml).Good: Environment pinned via .github/harness/Dockerfile.Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .husky
- browser-testsGood: Test files detected (browser-tests/tests).
- docs
- e2e-tests
- integ-tests
- schemas
- scripts
- src
- .gitignoreGood: .gitignore present.
- .mcp.json
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- .secretlintrc.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.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.
- esbuild.config.mjs
- eslint.config.mjs
- LICENSEGood: Licensed under Apache-2.0.
- NOTICE
- npm-shrinkwrap.json
- package.jsonGood: Dependency manifest found (package.json).
- preview-version.json
- README.mdGood: 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.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- tsconfig.build.json
- tsconfig.json
- vitest.config.ts