mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 17:00:11 -04:00
feat(workflow): add flake and just entrypoints
This commit is contained in:
parent
511076e059
commit
eda4748012
4 changed files with 323 additions and 25 deletions
21
justfile
Normal file
21
justfile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue