prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey

update formatting

Tyler 207eb2de 19f2c6f5

+10 -3
+4
.vscode/settings.json
··· 1 + { 2 + "editor.defaultFormatter": "denoland.vscode-deno", 3 + "prettier.enable": false 4 + }
+6 -3
todo.md
··· 35 35 ## Implementation Status 36 36 37 37 - ✅ Initial implementation of field types returning json definitions 38 - - ✅ Bsky actor and feed test files created and passing (`tests/bsky-actor.test.ts` and `tests/bsky-feed.test.ts`) 38 + - ✅ Bsky actor and feed test files created and passing 39 + (`tests/bsky-actor.test.ts` and `tests/bsky-feed.test.ts`) 39 40 40 41 ## Todo 41 42 42 43 ### CLI for JSON Emission 43 44 44 45 1. **Design CLI** - Determine command structure, flags, and output strategy 45 - 2. **Create JSON emission logic** - Traverse lexicon objects and serialize to formatted JSON 46 + 2. **Create JSON emission logic** - Traverse lexicon objects and serialize to 47 + formatted JSON 46 48 3. **Add file I/O** - Read TypeScript lexicon files, write JSON output files 47 - 4. **Write CLI documentation** - Usage examples, flag reference, common workflows 49 + 4. **Write CLI documentation** - Usage examples, flag reference, common 50 + workflows 48 51 49 52 ### Type Inference System 50 53