From 3df094b9e7229014a1cb339abfaff36dd8c2e191 Mon Sep 17 00:00:00 2001 From: Svrnty Date: Fri, 27 Feb 2026 13:08:17 -0500 Subject: [PATCH] docs: sanitise product references, add "Where This Fits" to README Co-Authored-By: Svrnty Inc. --- CLAUDE.md | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index d115a23..cb9cfe8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md -This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +This file provides guidance to AI agents when working with code in this repository. ## Project Overview diff --git a/README.md b/README.md index 397c97d..b76fb9d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Our implementation of query and command responsibility segregation (CQRS). +## Where This Fits + +This is a backend framework of the [Svrnty Agent System](../README.md). + +**Layer**: Framework +**Depends on**: Nothing (standalone .NET framework) +**Depended on by**: a-gent-app (backend services), flutter_cqrs_datasource (client) +**Git**: [git.openharbor.io/svrnty/dotnet-cqrs](https://git.openharbor.io/svrnty/dotnet-cqrs) + ## Getting Started > Install nuget package to your awesome project.