opencode-for-legal/scripts
Akhilesh Arora bf6aea18bb
Fix mktemp template so deploy-managed-agent.sh runs on Linux
GNU mktemp wants 3+ X's in a -t template. The bare `mktemp -t skillcache`
and `mktemp -t skill` calls worked on macOS but crash on Linux before
the script does anything. test-cookbooks.sh fails the same way for all
5 cookbooks because it calls deploy --dry-run.

Adding .XXXXXX is portable: GNU expands the X's, BSD treats them as
prefix. Confirmed on Ubuntu 24.04 / coreutils 9.4: test-cookbooks goes
0/5 -> 5/5.
2026-05-16 20:26:41 +02:00
..
deploy-managed-agent.sh Fix mktemp template so deploy-managed-agent.sh runs on Linux 2026-05-16 20:26:41 +02:00
lint-tool-scope.py Add CLA workflow, CONTRIBUTING note, and align copyright header format 2026-05-11 15:55:23 -07:00
orchestrate.py Add CLA workflow, CONTRIBUTING note, and align copyright header format 2026-05-11 15:55:23 -07:00
test-cookbooks.sh Add CLA workflow, CONTRIBUTING note, and align copyright header format 2026-05-11 15:55:23 -07:00
validate.py Add CLA workflow, CONTRIBUTING note, and align copyright header format 2026-05-11 15:55:23 -07:00