0

/ 100

GradeB

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

TUI framework and developer productivity apps in Rust ๐Ÿฆ€

Documentation

89

Contributing guide5pt72

Contributing guide is detailed and thorough.

README12pt90

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

68

CI/CD14pt0

No CI configuration detected in this repository.

โ†’ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.

Reproducibility6pt70

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

Tests18pt100

Test files detected (tui/src/core/ansi/vt_100_pty_output_parser/vt_100_pty_output_conformance_tests/tests).

Linting and formatting5pt100

Rust linting configured (rustfmt.toml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 32
    Forks
  • 19
    Releaseslatest 10mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 475
    Watchers

Responsiveness

  • 5d 8h
    Median issue response
  • 2h
    Median PR merge time
  • 65
    Open issues
Repository files52 root entries
  • .agents
  • .cargo
  • .gemini
  • .github
    Good: Issue or PR templates present.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/.gitignore) (โˆ’40 pts).Fix: Remove them and add to .gitignore.
  • .vscode
  • analytics_schema
  • build-infra
  • cmdr
  • docs
  • task
  • tui
    Good: Test files detected (tui/src/core/ansi/vt_100_pty_output_parser/vt_100_pty_output_conformance_tests/tests).
  • vendored-crates
  • .gitconfig
  • .gitignore
    Good: .gitignore present.
  • .prettierignore
  • 1.code-search
  • 2.code-search
  • AGENTS.md
  • bacon.toml
  • bootstrap.sh
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • check_cargo.fish
  • check_cli.fish
  • check_constants.fish
  • check_detection.fish
  • check_docs.fish
  • check_lock.fish
  • check_orchestrators.fish
  • check_recovery.fish
  • check_toolchain.fish
  • check_watch.fish
  • check.fish
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    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.
    Issue: Contributing guide lacks a testing section (โˆ’8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Issue: Contributing guide has no code examples (โˆ’5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • deny.toml
  • GEMINI.md
  • LICENSE
    Good: Licensed under Apache-2.0.
  • lychee.toml
  • r3bl-term.svg
  • 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.
    Issue: No status badges in the README (โˆ’10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • remove_toolchains.sh
  • run.fish
  • rust-toolchain-sync-to-toml.fish
  • rust-toolchain-update.fish
  • rust-toolchain-validate.fish
  • rust-toolchain.toml
  • rustfmt.toml
    Good: Rust linting configured (rustfmt.toml).
  • script_lib.fish
  • tmux-r3bl-dev.fish