100/ 100 · A

Polished and well engineered. Punching above its star count.

VT Code is a Rust coding agent with LLM-native code understanding, OS-native sandboxing, and multi-provider support.

Rust709 starsMITupdated today

Perfect 100/100. An exceptionally rare score. This repo is a model of open source craftsmanship. Congratulations!

DocumentationREADME, setup, examples, license
100
EngineeringTests, CI, linting, lockfiles
100
Project healthDescription, activity, stars, deps
100

What to fix first

The highest-impact improvements for this repo.

  1. 1
    Reproducibility
    EngineeringInfo

    Add `edition = "2021"` to [package] in Cargo.toml for the latest Rust language features.

Detailed breakdown

Documentation

100
  • README100
    • README is present.
    • README is well structured with multiple sections.
    • README includes screenshots or visuals. Great for first impressions.
    • README has code examples.
    • README links to a live demo or deployed app.
    • README includes status badges.
  • Install and run instructions100
    • README documents how to install the project.
    • README documents how to run the project.
    • .env.example is present. Contributors can see exactly which env vars to set.
  • License100
    • Licensed under MIT.
  • Contributing guide100
    • Contributing guide is detailed and thorough.
    • Contributing guide includes setup/install instructions.
    • Contributing guide describes code style expectations.
    • Contributing guide explains how to run tests.
    • Contributing guide describes the PR/review workflow.
    • Contributing guide includes code examples.
    • Code of conduct present.

Engineering

100
  • Tests100
    • Test files detected (src/agent/runloop/unified/tool_pipeline/tests).
    • Cargo.toml has dev-dependencies and test files are present.
  • CI/CD100

    Not applicable?

    • CI is configured (.github/workflows/build-linux-windows.yml).
    • CI workflow runs tests.
    • CI runs on pull requests, not just on pushes to main.
    • CI workflow runs a lint or format check.
    • CI runs type checking (tsc, mypy, cargo check, etc.).
    • CI reports or uploads test coverage.
    • CI tests across multiple environments or versions.
    • CI includes a build step.
  • Linting and formatting100
    • Rust linting configured (rustfmt.toml, cargo clippy in CI, cargo fmt in CI).
  • Reproducibility100
    • Lockfile present (Cargo.lock). Installs are reproducible.
    • Environment pinned via .python-version.
    • Dependabot covers 3 ecosystems (github-actions, cargo, npm). Dependencies stay current.
    • Cargo.toml does not specify edition 2021.Add `edition = "2021"` to [package] in Cargo.toml for the latest Rust language features.
  • Issue and PR templates100
    • Issue or PR templates present.
    • Security policy present.

Project health

100
  • Dependency manifest100
    • Dependency manifest found (Cargo.toml).
    • Cargo.toml includes a description for crates.io.
    • Cargo.toml declares a license.
    • Cargo.toml links to the source repository.
  • Repository metadata100
    • Repository has a description.
    • Primary language detected: Rust.
    • Cargo.toml [package] metadata is complete (description, authors, repository).
  • Activity100
    • Actively maintained (pushed within the last month).
    • 709 stars.
  • Housekeeping100
    • .gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 63
    Forks
  • 419
    Releaseslatest 9mo ago

Community

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

Responsiveness

  • 6h
    Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files57 root entries
  • .github
    Good: CI is configured (.github/workflows/build-linux-windows.yml).
    Good: Dependabot covers 3 ecosystems (github-actions, cargo, npm). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vtcode
  • docs
    Good: 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.
    Good: Code of conduct present.
    Good: Security policy present.
  • evals
  • fuzz
  • homebrew
  • resources
  • rule-tests
  • rules
  • scripts
  • src
    Good: Test files detected (src/agent/runloop/unified/tool_pipeline/tests).
  • system-prompts
  • tests
  • utils
  • vscode-extension
  • vtcode-a2a
  • vtcode-acp
  • vtcode-auth
  • vtcode-bash-runner
  • vtcode-commons
  • vtcode-config
  • vtcode-core
  • vtcode-exec-events
  • vtcode-indexer
  • vtcode-llm
  • vtcode-macros
  • vtcode-mcp
  • vtcode-safety
  • vtcode-skills
  • vtcode-ui
  • vtcode-utility-tool-specs
  • xtask
  • zed-extension
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • .python-version
    Good: Environment pinned via .python-version.
  • .vtcodegitignore
  • AGENTS.md
  • build.rs
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • cliff.toml
  • clippy.toml
  • config.toml
  • CONTEXT.md
  • Cross.toml
  • Dockerfile.build
  • LICENSE
    Good: Licensed under MIT.
  • 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.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • release.toml
  • review-findings.json
  • rust-toolchain.toml
  • rustfmt.toml
    Good: Rust linting configured (rustfmt.toml, cargo clippy in CI, cargo fmt in CI).
  • sgconfig.yml
  • vtcode.toml.example