diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index d5fd322..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index eec2d35..5c55ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore .research/ +.DS_Store # User-specific files *.rsuser diff --git a/CLAUDE.md b/CLAUDE.md index 828d5b0..33573b8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,14 @@ This file provides guidance to AI agents when working with code in this repository. +## Commit Authorship + +All AI-authored commits MUST use: + +``` +Co-Authored-By: Svrnty Inc. +``` + ## Project Overview This is Svrnty.CQRS, a modern implementation of Command Query Responsibility Segregation (CQRS) for .NET 10. It was forked from PoweredSoft.CQRS and provides: diff --git a/Svrnty.CQRS.Grpc/.DS_Store b/Svrnty.CQRS.Grpc/.DS_Store deleted file mode 100644 index 0ca91ff..0000000 Binary files a/Svrnty.CQRS.Grpc/.DS_Store and /dev/null differ diff --git a/Svrnty.CQRS/.DS_Store b/Svrnty.CQRS/.DS_Store deleted file mode 100644 index cbb6988..0000000 Binary files a/Svrnty.CQRS/.DS_Store and /dev/null differ