This commit is contained in:
omp-port
2026-08-12 19:27:22 -04:00
parent 4742f11d35
commit 39740cdc3e

View File

@@ -29,5 +29,11 @@
"scripts": { "scripts": {
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"test": "bun test" "test": "bun test"
} },
"files": [
"src/",
"agents/",
"README.md",
"LICENSE"
]
} }