forked from gominimal/pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminimal.toml
More file actions
23 lines (19 loc) · 711 Bytes
/
Copy pathminimal.toml
File metadata and controls
23 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[stdlib]
minimum_version = "0.0.15"
[tasks.shell]
interactive = true
packages = ["base", "bash", "claude-code", "claude-code-minimal-plugin", "curl"]
exec = "bash --noprofile -l"
[tasks.claude]
interactive = true
packages = ["base", "bash", "claude-code", "claude-code-minimal-plugin", "curl"]
exec = "claude --dangerously-skip-permissions"
[tasks.opencode]
interactive = true
packages = ["base", "bash", "opencode", "curl"]
exec = "opencode"
# UNCOMMITTED test rig for the libarchive PR — discard before push.
[tasks.diffcheck]
description = "Prove diffoscope actually runs with the new libarchive dep"
packages = ["base", "coreutils", "diffoscope"]
bash = "diffoscope --version && echo 'diffcheck: ok'"