Skip to content

Commit e0d652a

Browse files
committed
adding skills changeset
1 parent c3f905d commit e0d652a

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.changeset/setup-skills-command.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
'@salesforce/b2c-tooling-sdk': minor
4+
---
5+
6+
Add `b2c setup skills` command for installing agent skills to AI-powered IDEs (Claude Code, Cursor, Windsurf, VS Code/Copilot, Codex, OpenCode)

AGENTS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,6 @@ pnpm mocha "test/clients/webdav.test.ts" # Single file (no coverage)
106106

107107
This project uses [Changesets](https://github.com/changesets/changesets) for version management. When making changes that affect users, create a changeset:
108108

109-
```bash
110-
# Create a changeset (interactive prompt)
111-
pnpm changeset
112-
113-
# Check pending changesets
114-
pnpm changeset status
115-
```
116-
117109
Changeset guidelines:
118110
- Create a changeset for any user-facing changes (features, bug fixes); typically in new pull requests;
119111
- a pull request can have multiple changesets
@@ -123,8 +115,9 @@ Changeset guidelines:
123115
- WHAT the change is
124116
- WHY the change was made
125117
- HOW a consumer should update their code
118+
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes
126119

127-
For headless/agentic use, create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
120+
create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
128121

129122
```md
130123
---

0 commit comments

Comments
 (0)