feat/claude-code-harness #2

Merged
mathias merged 3 commits from feat/claude-code-harness into main 2026-03-12 06:44:12 -04:00
Owner
No description provided.
mathias added 2 commits 2026-03-12 06:35:06 -04:00
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>
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>
mathias added 1 commit 2026-03-12 06:35:18 -04:00
mathias force-pushed feat/claude-code-harness from f313b34d86 to c6de10b98b 2026-03-12 06:38:43 -04:00 Compare
mathias added 1 commit 2026-03-12 06:42:52 -04:00
The in-repo .claude/ harness (rules, skills, settings) is superseded by
the standalone claude-cqrs-plugin which provides the same guidance as a
reusable plugin across all Svrnty.CQRS projects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mathias merged commit 55f1324286 into main 2026-03-12 06:44:12 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: svrnty/dotnet-cqrs#2
No description provided.