docs(libraries): add library manifest and discovery index

Co-Authored-By: Svrnty Inc. <jp@svrnty.io>
This commit is contained in:
2026-03-08 13:59:00 -04:00
parent 5c7736db98
commit 2c5059d947
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -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
+1
View File
@@ -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