mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 18:01:22 +00:00
Simplify development section in README
This commit is contained in:
parent
43767e0b2a
commit
25a8910ca5
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -24,20 +24,19 @@ npm run build # Build all packages
|
|||
npm run check # Lint, format, and type check
|
||||
```
|
||||
|
||||
### Running During Development
|
||||
### Development
|
||||
|
||||
**Option 1: Run source directly with tsx (no build required)**
|
||||
Start watch builds for all packages:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Then run with tsx:
|
||||
```bash
|
||||
cd packages/coding-agent && npx tsx src/cli.ts
|
||||
cd packages/pods && npx tsx src/cli.ts
|
||||
```
|
||||
|
||||
**Option 2: Watch mode + tsx (for multi-package development)**
|
||||
```bash
|
||||
npm run dev # Terminal 1: Start watch builds for all packages
|
||||
npx tsx ... # Terminal 2: Run with tsx (picks up built files)
|
||||
```
|
||||
|
||||
### Versioning (Lockstep)
|
||||
|
||||
**All packages MUST always have the same version number.** Use these commands to bump versions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue