Skip to content

Commit 85a07c4

Browse files
committed
chore: update AGENTS.md with gen-schema-md
1 parent 3e14c93 commit 85a07c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AGENTS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,11 @@ dist/ # Built output (gitignored)
238238
- Auto-generate `generated/exports.ts` with all exports
239239
3. Update `ERD.puml` as appropriate
240240
4. Update `README.md` as appropriate
241-
5. Run `npm run format` to ensure everything is formatted correctly
241+
5. Run `npm run gen-schemas-md` to regenerate `SCHEMAS.md`
242+
6. Run `npm run format` to ensure everything is formatted correctly
242243
via Prettier
243-
6. Run `npm run check` to validate, typecheck, and build
244-
7. **REQUIRED: Create a changeset file** in `.changeset/` directory
244+
7. Run `npm run check` to validate, typecheck, and build
245+
8. **REQUIRED: Create a changeset file** in `.changeset/` directory
245246
- **This step is MANDATORY for ALL changes that affect users**
246247
- See "Versioning" section below for file format
247248
- Create the file directly - do not use the interactive `npm run changeset` command

0 commit comments

Comments
 (0)