devstuff 1.14.2__tar.gz → 1.15.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. {devstuff-1.14.2 → devstuff-1.15.1}/.github/workflows/test-installs.yml +1 -0
  2. {devstuff-1.14.2 → devstuff-1.15.1}/CHANGELOG.md +13 -0
  3. {devstuff-1.14.2 → devstuff-1.15.1}/PKG-INFO +2 -1
  4. {devstuff-1.14.2 → devstuff-1.15.1}/README.md +1 -0
  5. {devstuff-1.14.2 → devstuff-1.15.1}/pyproject.toml +1 -1
  6. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/tools.yaml +21 -5
  7. {devstuff-1.14.2 → devstuff-1.15.1}/uv.lock +1 -1
  8. {devstuff-1.14.2 → devstuff-1.15.1}/.claude/skills/run-stuff/SKILL.md +0 -0
  9. {devstuff-1.14.2 → devstuff-1.15.1}/.claude/skills/run-stuff/smoke.sh +0 -0
  10. {devstuff-1.14.2 → devstuff-1.15.1}/.github/workflows/bump.yml +0 -0
  11. {devstuff-1.14.2 → devstuff-1.15.1}/.github/workflows/ci.yml +0 -0
  12. {devstuff-1.14.2 → devstuff-1.15.1}/.github/workflows/publish.yml +0 -0
  13. {devstuff-1.14.2 → devstuff-1.15.1}/.gitignore +0 -0
  14. {devstuff-1.14.2 → devstuff-1.15.1}/CLAUDE.md +0 -0
  15. {devstuff-1.14.2 → devstuff-1.15.1}/dev/Dockerfile +0 -0
  16. {devstuff-1.14.2 → devstuff-1.15.1}/dev/Dockerfile.ci +0 -0
  17. {devstuff-1.14.2 → devstuff-1.15.1}/dev/Makefile +0 -0
  18. {devstuff-1.14.2 → devstuff-1.15.1}/dev/docker-compose.yml +0 -0
  19. {devstuff-1.14.2 → devstuff-1.15.1}/dev-setup +0 -0
  20. {devstuff-1.14.2 → devstuff-1.15.1}/install.sh +0 -0
  21. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/__init__.py +0 -0
  22. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/__main__.py +0 -0
  23. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/base.py +0 -0
  24. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/catalog.py +0 -0
  25. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/cli.py +0 -0
  26. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/__init__.py +0 -0
  27. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/add_cmd.py +0 -0
  28. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/catalog_cmd.py +0 -0
  29. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/delete_cmd.py +0 -0
  30. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/docs_cmd.py +0 -0
  31. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/functions_cmd.py +0 -0
  32. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/help_cmd.py +0 -0
  33. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/install_cmd.py +0 -0
  34. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/list_cmd.py +0 -0
  35. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/remove_cmd.py +0 -0
  36. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/run_cmd.py +0 -0
  37. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/skills_cmd.py +0 -0
  38. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/commands/update_cmd.py +0 -0
  39. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/function_runner.py +0 -0
  40. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/functions.schema.json +0 -0
  41. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/functions.yaml +0 -0
  42. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/functions_catalog.py +0 -0
  43. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/functions_registry.py +0 -0
  44. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/generic.py +0 -0
  45. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/registry.py +0 -0
  46. {devstuff-1.14.2 → devstuff-1.15.1}/src/dev_setup/ui.py +0 -0
  47. {devstuff-1.14.2 → devstuff-1.15.1}/tests/__init__.py +0 -0
  48. {devstuff-1.14.2 → devstuff-1.15.1}/tests/integration/__init__.py +0 -0
  49. {devstuff-1.14.2 → devstuff-1.15.1}/tests/integration/conftest.py +0 -0
  50. {devstuff-1.14.2 → devstuff-1.15.1}/tests/integration/test_tools.py +0 -0
  51. {devstuff-1.14.2 → devstuff-1.15.1}/tests/test_catalog.py +0 -0
  52. {devstuff-1.14.2 → devstuff-1.15.1}/tests/test_functions.py +0 -0
  53. {devstuff-1.14.2 → devstuff-1.15.1}/tests/test_generic.py +0 -0
  54. {devstuff-1.14.2 → devstuff-1.15.1}/tests/test_registry.py +0 -0
@@ -64,6 +64,7 @@ jobs:
64
64
  - nvm
65
65
  - php
66
66
  - pi # installs nvm first via its declared `requires`
67
+ - pre-commit # uvx tool, requires uv
67
68
  - ruby # compiles from source — this job takes ~15 minutes
68
69
  - saml2aws
69
70
  - starship
@@ -1,3 +1,16 @@
1
+ ## v1.15.1 (2026-07-20)
2
+
3
+ ### Fix
4
+
5
+ - make aws update idempotent (pass --update over existing install)
6
+ - repair broken update paths for llm-checker and ruby
7
+
8
+ ## v1.15.0 (2026-07-18)
9
+
10
+ ### Feat
11
+
12
+ - complete pre-commit tool integration
13
+
1
14
  ## v1.14.2 (2026-07-12)
2
15
 
3
16
  ### Fix
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devstuff
3
- Version: 1.14.2
3
+ Version: 1.15.1
4
4
  Summary: Development environment setup CLI for Linux
5
5
  Project-URL: Repository, https://github.com/thesawdawg/dev-setup-py
6
6
  Author-email: Sawyer <sawyerksu@gmail.com>
@@ -439,6 +439,7 @@ Optional utilities you may want on some machines.
439
439
  | `ollama` | Ollama | Run large language models locally | `ollama --help` |
440
440
  | `php` | PHP 8.4 | PHP 8.4 + common extensions via ondrej/php PPA | `php --help` |
441
441
  | `pi` | Pi Coding Agent | AI coding agent npm package | `pi --help` |
442
+ | `pre-commit` | pre-commit | Git hook manager for automated code quality checks | `pre-commit --help` |
442
443
  | `saml2aws` | saml2aws | SAML → AWS STS credentials CLI (Versent) | `saml2aws --help` |
443
444
  | `starship` | Starship | Fast, cross-shell customizable prompt | `starship --help` |
444
445
  | `yq` | yq | Portable command-line YAML/JSON/XML processor | `yq --help` |
@@ -412,6 +412,7 @@ Optional utilities you may want on some machines.
412
412
  | `ollama` | Ollama | Run large language models locally | `ollama --help` |
413
413
  | `php` | PHP 8.4 | PHP 8.4 + common extensions via ondrej/php PPA | `php --help` |
414
414
  | `pi` | Pi Coding Agent | AI coding agent npm package | `pi --help` |
415
+ | `pre-commit` | pre-commit | Git hook manager for automated code quality checks | `pre-commit --help` |
415
416
  | `saml2aws` | saml2aws | SAML → AWS STS credentials CLI (Versent) | `saml2aws --help` |
416
417
  | `starship` | Starship | Fast, cross-shell customizable prompt | `starship --help` |
417
418
  | `yq` | yq | Portable command-line YAML/JSON/XML processor | `yq --help` |
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devstuff"
3
- version = "1.14.2"
3
+ version = "1.15.1"
4
4
  description = "Development environment setup CLI for Linux"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -63,7 +63,13 @@ tools:
63
63
  if perm and os.path.exists(path) and not os.path.isdir(path):
64
64
  os.chmod(path, perm)
65
65
  PY
66
- sudo bash "$tmpdir/aws/install"
66
+ # The v2 installer refuses to run over an existing install unless --update
67
+ # is passed, so make a reinstall/update idempotent.
68
+ if [ -d /usr/local/aws-cli ]; then
69
+ sudo bash "$tmpdir/aws/install" --update
70
+ else
71
+ sudo bash "$tmpdir/aws/install"
72
+ fi
67
73
  remove_script: |
68
74
  set -euo pipefail
69
75
  sudo rm -rf /usr/local/aws-cli
@@ -465,6 +471,7 @@ tools:
465
471
  category: tools
466
472
  type: uvx
467
473
  pip_name: pre-commit
474
+ check_cmd: pre-commit
468
475
  help_cmd: pre-commit --help
469
476
  docs_url: https://pre-commit.com/
470
477
  requires:
@@ -501,8 +508,16 @@ tools:
501
508
  set -euo pipefail
502
509
  sudo apt-get update -q
503
510
  sudo apt-get install -y git curl autoconf bison build-essential libssl-dev libyaml-dev libreadline-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev
504
- git clone --depth=1 https://github.com/rbenv/rbenv.git "$HOME/.rbenv"
505
- git clone --depth=1 https://github.com/rbenv/ruby-build.git "$HOME/.rbenv/plugins/ruby-build"
511
+ if [ -d "$HOME/.rbenv/.git" ]; then
512
+ git -C "$HOME/.rbenv" pull --ff-only || true
513
+ else
514
+ git clone --depth=1 https://github.com/rbenv/rbenv.git "$HOME/.rbenv"
515
+ fi
516
+ if [ -d "$HOME/.rbenv/plugins/ruby-build/.git" ]; then
517
+ git -C "$HOME/.rbenv/plugins/ruby-build" pull --ff-only || true
518
+ else
519
+ git clone --depth=1 https://github.com/rbenv/ruby-build.git "$HOME/.rbenv/plugins/ruby-build"
520
+ fi
506
521
  marker="# rbenv"
507
522
  block='export PATH="$HOME/.rbenv/bin:$PATH"
508
523
  eval "$(rbenv init - bash)"'
@@ -511,7 +526,7 @@ tools:
511
526
  printf '\n%s\n%s\n' "$marker" "$block" >> "$HOME/.bashrc"
512
527
  fi
513
528
  latest="$("$HOME/.rbenv/bin/rbenv" install -l | awk '/^[[:space:]]*[0-9]/ && $1 !~ /-/ { v=$1 } END { print v ? v : "3.3.6" }')"
514
- "$HOME/.rbenv/bin/rbenv" install "$latest"
529
+ "$HOME/.rbenv/bin/rbenv" install -s "$latest"
515
530
  "$HOME/.rbenv/bin/rbenv" global "$latest"
516
531
  remove_script: |
517
532
  set -euo pipefail
@@ -630,8 +645,9 @@ tools:
630
645
  description: Tool to check llm compatibility with hardware
631
646
  category: ai-tools
632
647
  type: npm
648
+ npm_name: llm-checker
633
649
  check_cmd: llm-checker hw-detect
634
- help_cmd: --help
650
+ help_cmd: llm-checker --help
635
651
  docs_url: https://github.com/signerless/llm-checker
636
652
  requires:
637
653
  - nvm
@@ -167,7 +167,7 @@ wheels = [
167
167
 
168
168
  [[package]]
169
169
  name = "devstuff"
170
- version = "1.14.2"
170
+ version = "1.15.1"
171
171
  source = { editable = "." }
172
172
  dependencies = [
173
173
  { name = "click" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes