Skip to content

Releases: k2gl/pragmatic-franken

v1.1.2

13 Jun 09:40
3cff5cd

Choose a tag to compare

1.1.2 (2026-06-13)

Bug Fixes

  • ci: bump docker actions to Node 24 majors (1f03c1a)

v1.1.1

13 Jun 09:28
f8e44b4

Choose a tag to compare

1.1.1 (2026-06-13)

Bug Fixes

  • align ADRs, AGENTS.md and slice scaffolder with shipped code (46b361f)

v1.1.0

13 Jun 08:36
667d2f7

Choose a tag to compare

1.1.0 (2026-06-13)

Features

  • enforce domain invariants in the aggregate (ADR-0018) (c24a98e)

Bug Fixes

  • init: drop TaskTitle Doctrine type on --prune-examples (56097a7)

v1.0.2

13 Jun 02:36
904454a

Choose a tag to compare

1.0.2 (2026-06-13)

Bug Fixes

  • http: validate live-update payload via a Request DTO (d9fdac2)

Documentation

  • add v1.0.2 upgrade note (12b0dc8)

v1.0.1

12 Jun 15:25
54669aa

Choose a tag to compare

1.0.1 (2026-06-12)

Documentation

  • add v1.0.1 upgrade note (e9ac71f)

v1.0.0

12 Jun 13:50
4c8bece

Choose a tag to compare

1.0.0 (2026-06-12)

Features

  • add AI agent configuration with security measures (a673cbc)
  • add AI automation guide and Dependabot configuration (94982f9)
  • add comprehensive documentation and Shared Kernel (3514b52)
  • add contribution guidelines and GitHub configuration (81439c5)
  • add Dependabot auto-merge workflow (d2277bc)
  • add Email Value Object to Shared/Domain/ValueObject (cdd1fbb)
  • add Health module and update documentation (ac9be07)
  • add IDE rules and AI Copilot Mode (b188553)
  • add Legacy vs Pragmatic section, pretty CLI, and IDE rules (da9169f)
  • add personal and documentation preferences (18b9839)
  • add PR template and CI workflow for ADR compliance (#12) (0d17003)
  • add slice generation script and make target (7ac8d35)
  • add stale bot workflow (d2cd5f6)
  • ci: agent smoke gate — scaffolded code must pass all gates untouched (a350154)
  • complete development toolchain (a66985c)
  • complete README redesign with Vibe Coding approach (d5a32c1)
  • dx: make init fork identity + capability recipes (ab67cd7)
  • enable Dependabot auto-merge (cd95e31)
  • enhance README with badges, Key Features, and Performance section (5e6b420)
  • messenger: switch async transport to doctrine (3f595a5)
  • ops: production deployment suite ported from real projects (a76759c)
  • port SharedKernel from a real production project (d68caaf)
  • q1: Mercure integration, Event Sourcing Lite, SDK generator (adac6da)
  • quality: raise PHPStan to level 10 (654ce77)
  • scheduler: recurring PurgeCompletedTasks via symfony/scheduler (9637687)
  • supply-chain: attest releases, verify before deploy (ADR-0018) (2fd60c6)
  • Task reference slice — entity to tests, the full vertical (23bb020)

Bug Fixes

  • add composer install to php_dev stage (39e3309)
  • add config/bundles.php for bundle registration (6d0e21f)
  • add continue-on-error to gitleaks step (c78f161)
  • add dockerfile path to CI workflows (c99fd7b)
  • add doctrine/doctrine-bundle and update lock file (544d69e)
  • add doctrine/doctrine-bundle to require (30fdeb7)
  • add missing bin/console file (41b465d)
  • CI pipeline caching, composer install, and codebase issues (96dbfb8)
  • CI steps should not fail on warnings (770a91a)
  • CI toolchain and code style (70859f6)
  • ci: add composer.lock for mercure-bundle, fix PHPStan level 10 (57cd414)
  • ci: add Mercure stub env vars to .env.test (e95fc25)
  • ci: correct nelmio:apidoc:dump command name (a6f382f)
  • ci: register MercureBundle, document env vars in .env.dist (9d73d45)
  • ci: resolve three boot failures in CI pipeline (8935d9c)
  • ci: set MERCURE_* env vars in CI workflow (9009ff1)
  • correct dependabot commit-message syntax (ecde94f)
  • correct dependabot commit-message syntax (705eb66)
  • correct dependabot.yml syntax (33f2135)
  • correct phpunit path to vendor/bin/phpunit (f10b748)
  • disable all caching for dev image build (495d604)
  • disable cache push for dev image to ensure fresh dependencies (531891f)
  • disable Docker cache in OpenAPI workflow (d5611bf)
  • docker: bootable prod image, real Caddyfile with Mercure hub (6d9db9b)
  • docs: make every doc claim match reality (ae15fcd)
  • doctrine: remove auto_generate_proxy_classes, bump server_version to 17 (5dbe13b)
  • ensure composer dependencies are installed in dev image (481061c)
  • env: single source of truth for app config (675facb)
  • exclude more paths from PHPStan analysis (cf0e7bd)
  • exclude vendor from gitleaks scanning (false positives) (8e16938)
  • handle missing OpenAPI spec in CI (19ef3ec)
  • improve CI workflow (7ddf649)
  • include composer.lock in Docker context (9ecbaf4)
  • infra: honour --env in bin/console and isolate the test database (#32) (653bb5c)
  • infra: repair dev healthcheck, smoke, console env and tooling (#31) (f9604d8)
  • init: correct prune leftovers; tolerate empty scheduler in worker (b04a48f)
  • make CI workflows more lenient for dependency updates ([3d28522](https://github.com/...
Read more