From a9bfdc460d74b7655aace1b5143dda7ff3a1afb6 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 30 Apr 2026 14:22:09 -0400 Subject: [PATCH] chore: update docs to include feedback module --- AGENTS.md | 1 + docs/ARCHITECTURE.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 55ca588..df41dff 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -78,6 +78,7 @@ Update OpenAPI: - `Comments`: discussion threads on reviewable work. - `Approvals`: review decisions and workflow state transitions. - `Notifications`: activity feed and unread workflow notifications. +- `Feedback`: product feedback reports, screenshots, comments, activity, and developer review workflows. ## Task Discipline diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 3d6b9ac..ed17e10 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -31,7 +31,7 @@ Composition registers: - web services and auth in `DependencyInjection.cs` - infrastructure in `Infrastructure/DependencyInjection.cs` -- domain modules for Identity, Workspaces, Clients, Projects, ContentItems, Assets, Comments, Approvals, and Notifications +- domain modules for Identity, Workspaces, Clients, Projects, ContentItems, Assets, Comments, Approvals, Notifications, and Feedback ## Data Ownership