mille 0.0.14

Architecture Checker — Rust-based multi-language architecture linter
Documentation
{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
  "packages": [
    "uv@latest",
    "volta@latest",
    "rustup@latest",
    "go@latest",
    "wget@latest",
    "actionlint@latest"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}