···3535## Implementation Status
36363737- ✅ Initial implementation of field types returning json definitions
3838-- ✅ Bsky actor and feed test files created and passing (`tests/bsky-actor.test.ts` and `tests/bsky-feed.test.ts`)
3838+- ✅ Bsky actor and feed test files created and passing
3939+ (`tests/bsky-actor.test.ts` and `tests/bsky-feed.test.ts`)
39404041## Todo
41424243### CLI for JSON Emission
434444451. **Design CLI** - Determine command structure, flags, and output strategy
4545-2. **Create JSON emission logic** - Traverse lexicon objects and serialize to formatted JSON
4646+2. **Create JSON emission logic** - Traverse lexicon objects and serialize to
4747+ formatted JSON
46483. **Add file I/O** - Read TypeScript lexicon files, write JSON output files
4747-4. **Write CLI documentation** - Usage examples, flag reference, common workflows
4949+4. **Write CLI documentation** - Usage examples, flag reference, common
5050+ workflows
48514952### Type Inference System
5053