agent-team/justfile
2026-04-12 23:10:30 -04:00

21 lines
306 B
Makefile

set shell := ["bash", "-eu", "-o", "pipefail", "-c"]
default: help
help:
@just --list
validate:
nix run .#validate
build:
nix run .#build
check:
nix run .#check
install:
nix run .#install
clean:
rm -rf settings.json claude codex opencode/agents opencode/AGENTS.md opencode/opencode.json