Summary
Currently installation requires git clone + npm link. Publishing to npm would enable:
```bash
npx thinktank run "fix the bug" -n 3
```
The release workflow (#28) is already in place. Need to:
- Verify package.json metadata (author, repository, homepage)
- Set up NPM_TOKEN secret in GitHub
- Tag v0.1.0 and push to trigger release
- Update README install instructions
Summary
Currently installation requires git clone + npm link. Publishing to npm would enable:
```bash
npx thinktank run "fix the bug" -n 3
```
The release workflow (#28) is already in place. Need to: