docs: minor formatting cleanup in AGENTS.md

This commit is contained in:
Rob Colbert 2026-05-13 07:50:20 -04:00
parent 5dac708117
commit 43a7000844

View File

@ -58,14 +58,14 @@ pnpm --filter @gadget/ai typecheck # Only package with a typecheck script
## TypeScript Strictness
| Package | Strictness |
| -------------- | ---------------------------------------------------------------------------------- |
| Package | Strictness |
| -------------- | ----------------------------------------------------------------------------------- |
| `@gadget/ai` | `strict: true` |
| `@gadget/api` | `strict: true` |
| `@gadget/config` | `strict: true` |
| `gadget-drone` | `strict: true` |
| `gadget-code` | `strict: true`, `noUnusedLocals`, `noUnusedParameters`, `noUncheckedIndexedAccess` |
| `gadget-code/frontend` | `strict: true` (included via workspace) |
| `gadget-code` | `strict: true`, `noUnusedLocals`, `noUnusedParameters`, `noUncheckedIndexedAccess` |
| `gadget-code/frontend` | `strict: true` (included via workspace) |
## GadgetId