feat: add agent test cli (#131)

This commit is contained in:
2026-06-14 16:06:31 +01:00
committed by GitHub
parent 825f67db13
commit 54afa3add1
4 changed files with 662 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "@freya/agent-test-cli",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "oxfmt --write .",
"start": "bun run src/agent-test-cli.ts",
"typecheck": "bun tsc --noEmit"
}
}