Skip to content

chore: add .tool-versions#34

Open
sea-grass wants to merge 1 commit into
masterfrom
cg-add-tool-versions
Open

chore: add .tool-versions#34
sea-grass wants to merge 1 commit into
masterfrom
cg-add-tool-versions

Conversation

@sea-grass

Copy link
Copy Markdown
Contributor

This PR adds .tool-versions with an entry for tilt, so tool managers like mise can use the correct version automatically.

@sea-grass sea-grass force-pushed the cg-add-tool-versions branch from a47f434 to f5062d5 Compare June 10, 2026 01:40
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

Adds a .tool-versions file to the repository root so that version managers like mise or asdf can automatically install and use the correct version of Tilt when working with the existing Tiltfile.

  • Pins tilt at version 0.36.1; the Tiltfile relies on local_resource with serve_cmd, a feature stable in this version range.
  • No other tools (e.g. bun, which is heavily used in the Tiltfile) are pinned yet, though that could be added in a follow-up.

Confidence Score: 5/5

This is a one-line config file addition that has no runtime impact on the application itself.

The change only adds a .tool-versions file pinning the tilt CLI version for local dev tooling. It touches no application code, no build pipeline, and no existing configuration.

No files require special attention.

Important Files Changed

Filename Overview
.tool-versions Adds a new .tool-versions file pinning tilt to 0.36.1 for use with mise/asdf; the repo already has a Tiltfile, so this is a logical companion file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Developer clones repo] --> B{Uses mise / asdf?}
    B -- Yes --> C[Reads .tool-versions]
    C --> D[Installs tilt 0.36.1 automatically]
    D --> E[Runs tilt up]
    B -- No --> F[Installs tilt manually]
    F --> E
    E --> G[Tiltfile executed\nbun install / bun dev / checks]
Loading

Reviews (1): Last reviewed commit: "chore: add .tool-versions" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant