Skip to content

Commit b1984d2

Browse files
ampagento-az
andcommitted
chore: update development tooling
Amp-Thread-ID: https://ampcode.com/threads/T-019fd25c-ccda-74dd-bf67-2e89eca5a745 Co-authored-by: rekt <omaraziz.dev@gmail.com>
1 parent 05f4fdd commit b1984d2

5 files changed

Lines changed: 8 additions & 13 deletions

File tree

.agents/setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ if [[ ! -f .env ]]; then
3636
cp -- .env.example .env
3737
fi
3838

39+
exec "$SHELL" -l
40+
3941
echo "Orb setup complete"

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ color = true
55
pipx.uvx = true
66
experimental = true
77
color_theme = "charm"
8-
minimum_release_age_excludes = [
9-
"hk",
10-
"uv",
11-
"pkl",
12-
"bun",
13-
"node",
14-
"npm:oxfmt",
15-
"npm:oxlint"
16-
]
8+
minimum_release_age_excludes = ["hk", "uv", "pkl", "bun", "node", "npm:oxfmt", "npm:oxlint"]
179

1810
[env]
1911
HK_MISE = 1

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"validate-skills": "bash -c 'for dir in skills/*/; do uvx --from skills-ref agentskills validate $dir; done'"
1818
},
1919
"devDependencies": {
20+
"@ampcode/plugin": "^0.0.0-20260805002929-g5b1c43a",
2021
"oxfmt": "^0.61.0",
2122
"oxlint": "^1.76.0",
2223
"oxlint-tsgolint": "^7.0.2001",

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description = "Add your description here"
55
requires-python = ">=3.14"
66

77
[dependency-groups]
8-
dev = [
9-
"pyrefly>=1.1.1",
10-
"ruff>=0.16.0",
11-
]
8+
dev = ["pyrefly>=1.1.1", "ruff>=0.16.0"]
129

1310
[tool.pyrefly]
1411
search_path = [".", "skills/multilingual-caption-video/scripts"]

0 commit comments

Comments
 (0)