Skip to content

Latest commit

 

History

History
160 lines (88 loc) · 12.6 KB

File metadata and controls

160 lines (88 loc) · 12.6 KB

@salesforce/b2c-dx-docs

0.2.21

Patch Changes

  • 70ccffb - Add rename notice to homepage explaining B2C DX is now the Agentic B2C Developer Toolkit (Thanks @clavery!)

0.2.20

Patch Changes

  • 21e0c4e - Rebrand docs homepage and intro pages to "Agentic B2C Developer Toolkit" (Thanks @clavery!)

0.2.19

Patch Changes

  • 3ffd72d - Update agent skills guide and CLI setup reference for storefront-next plugin (Thanks @clavery!)

0.2.18

Patch Changes

  • c5edd5d - Updated plugin install examples to default to user scope (Thanks @clavery!)

0.2.17

Patch Changes

  • #370 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @clavery!)

    • cap list exports and parses commerce_feature_states to show installed features with type, source, status, and version
    • cap tasks displays configuration tasks for an installed app with clickable Business Manager links
    • cap pull downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
    • Standardize all cap commands to use --site-id flag (with --site as alias)
    • cap uninstall no longer requires --domain — looks it up automatically from the feature state
    • cap install now keeps the archive on the instance by default (use --clean-archive to remove)
  • db5648f - Improved release workflow reliability (Thanks @clavery!)

0.2.16

Patch Changes

  • 396dbc9 - Verify release workflow with PAT-triggered checks and release label (Thanks @clavery!)

0.2.15

Patch Changes

  • #365 c4309db - Broaden skills-plugin install support and improve the installation docs. (Thanks @clavery!)

    • Add a Codex plugin marketplace so the three plugins (b2c-cli, b2c, b2c-dx-mcp) can be installed directly from Codex CLI's plugin directory.
    • Add a new b2c-onboarding skill (in the b2c plugin) that walks new developers through CLI verify, dw.json setup, sandbox connect, and first cartridge deploy, then hands off to the topic-specific skill for the user's goal.
    • Add per-plugin READMEs with install instructions for each supported client.
    • Document Copilot CLI + VS Code Copilot install paths and the Codex marketplace install path.
    • Remove the b2c-experimental plugin from the public marketplace.
  • #363 e79e275 - Upgrade documentation site to VitePress 2.0.0-alpha. Adds package-manager (Thanks @clavery!) icons in ::: code-group tabs (npm, pnpm, yarn, Homebrew), "Edit this page on GitHub" links, git-based "Last updated" timestamps, and improved local search ranking. Generated SDK API pages under /api/ have edit and last-updated UI suppressed since they are regenerated on every build.

0.2.14

Patch Changes

  • 18f8d5c - Updated Agentforce Vibes skills documentation with correct link and autodetect example. (Thanks @clavery!)

0.2.13

Patch Changes

  • #318 6880a84 - Added per-instance safety configuration with rule-based actions (allow/block/confirm) and interactive confirmation mode. Safety can now be configured in dw.json with granular rules for HTTP paths, job IDs, and CLI commands. (Thanks @clavery!)

0.2.12

Patch Changes

  • #305 7ad490a - Add --wait flag to mrt bundle deploy to poll until deployment completes, and align all SDK wait functions (waitForJob, waitForEnv) to a consistent pattern with structured onPoll callbacks, seconds-based options, and injectable sleep for testing. (Thanks @clavery!)

0.2.11

Patch Changes

  • #293 b5d07fd - Add Business Manager role management commands (bm roles) for instance-level access role CRUD, user assignment, and permissions via OCAPI Data API (Thanks @clavery!)

  • #286 5a6ab56 - Add mrt save-credentials command to save MRT API credentials to the ~/.mobify file (Thanks @clavery!)

  • #293 b5d07fd - Add SDK migration tutorial for sfcc-ci programmatic API users (Thanks @clavery!)

0.2.10

Patch Changes

  • #289 7287490 - Document MCP server GA availability updates. CARTRIDGES, MRT, SCAPI, and PWAV3 tools are generally available and no longer require --allow-non-ga-tools; STOREFRONTNEXT tools remain in preview. (Thanks @yhsieh1!)

0.2.9

Patch Changes

  • #287 a98d28d - Clarified MCP documentation for quick install and configuration, including project-root setup steps, environment variable guidance, and MRT/theming tool setup details to reduce onboarding confusion. (Thanks @yhsieh1!)

0.2.8

Patch Changes

  • #280 a58dd74 - Refreshed the MCP and agent-skill documentation with clearer installation and configuration guidance, plus updated skill catalog references. (Thanks @yhsieh1!)

0.2.7

Patch Changes

  • #272 e919e50 - Added sfcc-ci migration guide with command mappings and CI/CD migration instructions. Added backward-compatible sfcc-ci command aliases (client:auth, code:deploy, code:list, code:activate, job:run, etc.) and environment variable aliases (SFCC_OAUTH_CLIENT_ID, SFCC_OAUTH_CLIENT_SECRET, SFCC_LOGIN_URL). (Thanks @clavery!)

0.2.6

Patch Changes

  • #270 bf35222 - Rename MCP tools for clearer, action-oriented naming. scapi_custom_api_scaffold → scapi_custom_api_generate_scaffold. sfnext_map_tokens_to_theme → sfnext_match_tokens_to_theme. (Thanks @yhsieh1!)

0.2.5

Patch Changes

  • #253 1147ea3 - Improved MCP documentation: added @latest to all examples to prevent Windows caching issues, standardized server name to b2c-dx-mcp, updated GitHub Copilot examples to use correct servers format with type: stdio, clarified MRT configuration options (mrtProject, mrtEnvironment, mrtApiKey in dw.json vs api_key in ~/.mobify), changed "Claude Desktop" to "Claude Code" throughout, simplified authentication sections, and improved flag documentation consistency across tool pages. (Thanks @yhsieh1!)

0.2.4

Patch Changes

  • #239 18ea049 - Add early access notices to Storefront Next MCP tool documentation indicating they're part of a closed pilot. (Thanks @yhsieh1!)

0.2.3

Patch Changes

  • #236 113e81e - Improved MCP documentation: fixed broken links, promoted project-level installation for Claude Code and Cursor, simplified verbose sections, and verified all configuration details match implementation. (Thanks @yhsieh1!)

0.2.2

Patch Changes

  • #226 8c6665b - MCP MRT Push now uses correct defaults based on detected project type (Thanks @patricksullivansf!)

  • #229 b893aa8 - Reorganize documentation navigation into Guides, Reference, and SDK sections for clearer information architecture (Thanks @clavery!)

0.2.1

Patch Changes

  • #202 917c230 - MCP docs: preview release wording, sidebar nav, remove placeholder tool references (Thanks @yhsieh1!)

  • #217 eee5dbc - Add MCP tool reference documentation for pwakit_development_guidelines and storefront_next_development_guidelines; MCP Server sidebar, Tools Reference, and nav updates in config (Thanks @yhsieh1!)

0.2.0

Minor Changes