Skip to content

0.6.4

Choose a tag to compare

@vitaliiivanovspryker vitaliiivanovspryker released this 13 Aug 12:05
· 7 commits to master since this release
a208ef6

Changelog

Added

  • Added project-starter-wizard skill — turns a fresh demoshop clone into the customer's project through one developer interview and nine orchestrated setup steps, with a resumable state file

  • Added configure-codebase skill — registers a custom namespace instead of Pyz and wires autoload, frontend build, and Codeception to resolve it

  • Added brand-project skill — applies or changes the project's brand identity: name, development domain, Docker namespace, palette, and logo

  • Added configure-services skill — changes which engines, development services, and applications a deploy file runs, or builds a new environment deploy file

  • Added define-stores skill — creates or redefines a DMS project's stores and region before the first boot

  • Added project-data skill — populates, reshapes, reduces, cleans up, or removes the project's data import files

  • Added spryker-import-tools skill — reads, filters, edits, and validates data import CSV files and manifests, with static validation that catches boot-aborting data

  • Added boot-and-verify skill — boots the project and verifies storefront, Back Office, search, and queues per store

  • Added curate-golive-data skill — makes the data the project keeps production-safe before go-live

  • Added translate-content skill — translates storefront content into a project locale: glossary, catalog, CMS, navigation, and labels

  • Added project-ci-generator skill — rebuilds an inherited product-style CI setup into a single lean project CI pipeline, with a keep/drop plan approved before anything is deleted

  • Added spryker-upgrade skill — upgrades the project's modules and features to a newer release, resolving constraint blockers and running detectors for the silent damage a customized project would otherwise ship

  • Added static-validation skill — runs PHP and frontend static analysis over only the code that changed against a base branch

  • Added spryker-profiler skill — reads and configures the Spryker WebProfiler: query counts, N+1 duplicates, Redis and search calls, logs, and exceptions per request

  • Added cypress-tests skill — creates, runs, reviews, and validates Cypress end-to-end tests for the storefront, Back Office, Merchant Portal, and Glue API

  • Added cypress-migration skill — replaces Spryker's demoshop test suites with a project-owned Cypress baseline and wires it into CI

  • Added spryker-architecture plugin with the architecture-prep skill — produces arc42/C4 architecture records, ADRs, and Solution Designs for a project

  • Added a README to every skill, documenting its full flow, design decisions, and known limits

  • Added PHP 8.5 support

    Changed

  • Extended spryker-bugfix and spryker-customization with Cypress end-to-end coverage as a conditional phase

  • Updated the performance rules

  • Bumped spryker-ai-dev-sdk plugin version to 0.4.0