refactor: rename to typlex and restructure as monorepo
BREAKING CHANGE: Project renamed from typelex to typlex
- Rename @typelex → @typlex (no 'e')
- Restructure to monorepo with packages/ directory
- packages/emitter - @typlex/emitter (TypeSpec emitter)
- packages/cli - @typlex/cli (new CLI tool)
- packages/example - @typlex/example (demo integration)
The CLI can be used before @atproto/lexicon tooling:
1. typlex main.tsp → generates JSON lexicons
2. atproto-lexicon build → validates and generates schemas
All tests passing (22/22)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>