📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-30 01:23:25 +00:00
parent 0c634043e3
commit a2904b069a
3368 changed files with 12954 additions and 9475 deletions
@@ -1,6 +1,6 @@
{
"name": "agentic-bundle-ddd-evented-architecture",
"version": "15.6.0",
"version": "15.7.0",
"description": "Editorial \"DDD & Evented Architecture\" bundle for Claude Code from Agentic Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -1,6 +1,6 @@
{
"name": "aasb-ddd-evented-architecture",
"version": "15.6.0",
"version": "15.7.0",
"description": "Install the \"DDD & Evented Architecture\" editorial skill bundle from Agentic Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -1,7 +1,7 @@
---
name: cqrs-implementation
description: "Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---
@@ -1,7 +1,7 @@
---
name: event-store-design
description: "Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---
@@ -1,7 +1,7 @@
---
name: saga-orchestration
description: "Patterns for managing distributed transactions and long-running business processes."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---