From 2c5059d947dc5cced0e77371d36383b834eb0373 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Brule Date: Sun, 8 Mar 2026 13:59:00 -0400 Subject: [PATCH] docs(libraries): add library manifest and discovery index Co-Authored-By: Svrnty Inc. --- .library-manifest.yaml | 14 ++++++++++++++ CHANGELOG.md | 1 + 2 files changed, 15 insertions(+) create mode 100644 .library-manifest.yaml diff --git a/.library-manifest.yaml b/.library-manifest.yaml new file mode 100644 index 0000000..86f35ef --- /dev/null +++ b/.library-manifest.yaml @@ -0,0 +1,14 @@ +name: dotnet-cqrs +description: Modern CQRS framework for .NET with gRPC source generation and HTTP Minimal API support +owner: mathias@svrnty.io +layer: L3 +stack: C# 14/.NET 10 +status: stable +dependencies: [] +dependents: + - flutter_cqrs_datasource + - a-gent-app +entry_points: + readme: README.md + registry: null + schemas: Svrnty.CQRS.sln diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3827e..bafb321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- `.library-manifest.yaml` for cross-repo discovery and dependency tracking - Initial project setup ### Changed