feat: claude one-shot port from nanobot python codebase (v0.1.4.post4)

This commit is contained in:
Joe Fleming
2026-03-13 08:58:43 -06:00
parent 37c66a1bbf
commit a857bf95cd
53 changed files with 5002 additions and 8 deletions

View File

@@ -1 +1,4 @@
console.log("Hello via Bun!");
import { createCli } from './src/cli/commands.ts';
const program = createCli();
program.parse(process.argv);