agent/tests/cli/Taskfile.yaml

44 lines
1 KiB
YAML
Raw Normal View History

version: "3"
tasks:
test:
cmds:
# application commands
- task -d version test
- task -d check test
- task -d env test
- task -d status test
# dispatch subsystem
- task -d dispatch test
# forge operations
- task -d scan test
- task -d mirror test
- task -d repo test
- task -d issue test
- task -d pr test
- task -d sync test
# brain subsystem
- task -d brain test
# plan subsystem
- task -d plan test
# workspace subsystem
- task -d workspace test
# state subsystem
- task -d state test
# language detection
- task -d lang test
# session subsystem
- task -d session test
# sprint subsystem
- task -d sprint test
# message subsystem
- task -d message test
# prompt subsystem
- task -d prompt test
# credits subsystem
- task -d credits test
# fleet subsystem
- task -d fleet test
# workspace extraction
- task -d extract test