refactor: switch to pnpm workspaces
- Add pnpm-workspace.yaml
- Add .npmrc for pnpm settings
- Update all package.json to use pnpm commands
- Use workspace:* protocol for internal deps
- Move example TypeSpec files to typlex/ folder
- Update example to generate lexicons/ (alongside where schemas/ would go)
Structure:
- packages/emitter - @typlex/emitter
- packages/cli - @typlex/cli
- packages/example - @typlex/example
- typlex/ - TypeSpec source
- lexicons/ - Generated JSON (from typlex)
- schemas/ - Would be from @atproto/lexicon CLI
All tests passing (22/22)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>