Build the agent-native compute CRM platform
CI / verify (push) Successful in 3m6s

This commit is contained in:
2026-08-13 01:39:01 -07:00
parent bfd2f8d95a
commit 853bde2265
160 changed files with 61812 additions and 483 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env -S node --import tsx
import { runCli } from './cli';
process.exitCode = await runCli(process.argv.slice(2));