feat(cli): add foundation - package setup and entry point

Add @paseo/cli package with:
- Package structure with npm workspace integration
- bin/paseo entry point using tsx
- Commander.js setup with --version and --help
- Placeholder subcommands: agent, daemon, permit, worktree, provider
This commit is contained in:
Mohamed Boudra
2026-01-28 22:42:08 +07:00
parent 2c138312b2
commit 6781c1b888
7 changed files with 139 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"packages/app",
"packages/relay",
"packages/website",
"packages/desktop"
"packages/desktop",
"packages/cli"
],
"scripts": {
"dev": "./scripts/dev.sh",