Getting some notice. Tests and CI would be the fastest wins.

Documentation

14

README12pt0

No README found in the repository.

Add a README.md describing what the project does, how to install it, and how to run it.

License6pt0

No license detected.

Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

Install and run instructions9pt10

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt72

CONTRIBUTING guide found.

Engineering

85

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.

Reproducibility6pt80

Lockfile present (bun.lockb). Installs are reproducible.

Tests18pt100

Test files detected (contracts/soroban/policies/test_snapshots/test).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (.prettierrc).

Project health

73

Repository metadata5pt40

No repository description set on GitHub (−60 pts).

Add a one-line description in the repo Settings → About. It appears in search results and social previews.

Dependency manifest6pt65

Dependency manifest found (package.json).

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)
  • 137
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • 3d 1h
    Median issue response
  • <1h
    Median PR merge time
  • 323
    Open issues
Repository files38 root entries
  • .codex-temp
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • contracts
    Good: Test files detected (contracts/soroban/policies/test_snapshots/test).
  • docs
  • infra
    Good: Environment pinned via infra/docker-compose.yml.
  • protocol
  • public
  • scripts
  • src
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
  • test-fixtures
  • tests
  • tools
  • .cspell.json
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .prettierignore
  • .prettierrc
    Good: Linter or formatter configured (.prettierrc).
  • bun.lockb
    Good: Lockfile present (bun.lockb). Installs are reproducible.
  • bunfig.toml
  • CHANGELOG_PANEL_ARCHITECTURE.md
  • CHANGELOG_PANEL_BEFORE_AFTER.md
  • CHANGELOG_PANEL_IMPROVEMENTS.md
  • CHANGELOG_PANEL_QUICK_REF.md
  • CHANGELOG_PANEL_TESTING.md
  • components.json
  • CONTACTS_IMPORT_OPTIMIZATION.md
  • eslint.config.js
  • MOTION_SYSTEM_GUIDE.md
  • package-lock.json
  • package.json
    Good: Dependency manifest found (package.json).
  • playwright.config.ts
  • PR_SUMMARY.md
  • pr-body.md
  • README.md
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • RECIPIENT_RESOLUTION_IMPLEMENTATION.md
  • tsconfig.json
  • vite.config.ts
  • wrangler.jsonc