Compare commits

..

3 Commits

Author SHA1 Message Date
f313b34d86 Merge branch 'main' into feat/claude-code-harness 2026-03-12 06:35:17 -04:00
Mathias Beaulieu-Duncan
3493038e55 Move UseSvrntyCqrs() from MinimalApi to core Svrnty.CQRS package
gRPC-only projects couldn't call app.UseSvrntyCqrs() without adding the
MinimalApi package. The method only calls ExecuteMappingCallbacks() which
is already in core — it had no MinimalApi dependency. Adds ASP.NET Core
FrameworkReference to the core package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:53:20 -04:00
Mathias Beaulieu-Duncan
e92e8db399 Add project-init agent for scaffolding new CQRS projects
Scaffolds a complete Svrnty.CQRS project from a natural language
description — creates solution, web project, DAL with PostgreSQL,
entities, Program.cs, first feature, proto file, and .editorconfig.
Defaults to gRPC-only; MinimalApi added only on request.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 04:21:05 -04:00

Diff Content Not Available