Skip to content

Commit bf1eef8

Browse files
Testclaude
authored andcommitted
docs(agents): nest changeset step 9 sub-bullets under the list item
Copilot flagged the bullets under step 9 as unindented, so Markdown renderers treated them as a separate top-level list and the blank line broke the ordered-list numbering. Indent them 3 spaces to match the sub-bullet convention used by the other steps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1572ee3 commit bf1eef8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,9 @@ scripts/ Build and codegen scripts
292292
8. Run `npm run check` to validate, typecheck, and build
293293

294294
9. **REQUIRED: Create a changeset file** using the `writing-changesets` skill
295-
296-
- **This step is MANDATORY for ALL changes that affect users**
297-
- See the `writing-changesets` skill for details on changeset requirements
298-
- Use the skill - do NOT write changeset files manually
295+
- **This step is MANDATORY for ALL changes that affect users**
296+
- See the `writing-changesets` skill for details on changeset requirements
297+
- Use the skill - do NOT write changeset files manually
299298

300299
**No manual edits needed!** Everything is automatically regenerated.
301300

0 commit comments

Comments
 (0)