Skip to content

Commit e29bdbb

Browse files
committed
Add b2c-vs-extension to AGENTS.md package list and valid changesets
1 parent 4afbf5d commit e29bdbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is a monorepo project with the following packages:
44
- `./packages/b2c-cli` - the command line interface built with oclif
55
- `./packages/b2c-tooling-sdk` - the SDK/library for B2C Commerce operations; supports the CLI and can be used standalone
66
- `./packages/b2c-dx-mcp` - Model Context Protocol server; also built with oclif
7+
- `./packages/b2c-vs-extension` - VS Code extension (not published to npm; packaged as VSIX and versioned via git tags)
78
- `./docs` - documentation site (private `@salesforce/b2c-dx-docs` workspace package; not published to npm)
89

910
## Common Commands
@@ -182,7 +183,7 @@ Changeset guidelines:
182183
- HOW a consumer should update their code
183184
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or two; The content of the changeset is used in CHANGELOG and release notes. You do not need to list internal implementation details or all details of commands; just the high level summary for users.
184185

185-
Valid changeset packages: `@salesforce/b2c-cli`, `@salesforce/b2c-tooling-sdk`, `@salesforce/b2c-dx-mcp`, `@salesforce/b2c-dx-docs`
186+
Valid changeset packages: `@salesforce/b2c-cli`, `@salesforce/b2c-tooling-sdk`, `@salesforce/b2c-dx-mcp`, `b2c-vs-extension`, `@salesforce/b2c-dx-docs`
186187

187188
Create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
188189

0 commit comments

Comments
 (0)