From 84c56d00a641c1def8d6644d330960692bc41d0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:48:41 +0000 Subject: [PATCH] fix: add missing owner field to NOTIFICATION domain in routing-map.json Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/persona-brain/routing-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/persona-brain/routing-map.json b/.github/persona-brain/routing-map.json index 535738d8..9f51157c 100644 --- a/.github/persona-brain/routing-map.json +++ b/.github/persona-brain/routing-map.json @@ -29,7 +29,7 @@ { "id": "HLI-STORAGE-001", "path": "/hli/storage/upload", "status": "pending" }, { "id": "HLI-STORAGE-002", "path": "/hli/storage/download", "status": "pending" } ]}, - "NOTIFICATION": { "module": "M09", "route_prefix": "/hli/notification", "interfaces": [ + "NOTIFICATION": { "module": "M09", "owner": "DEV-012", "route_prefix": "/hli/notification", "interfaces": [ { "id": "HLI-NOTIF-001", "path": "/hli/notification/push", "status": "pending" } ]}, "DASHBOARD": { "module": "M12", "owner": "DEV-005", "route_prefix": "/hli/dashboard", "interfaces": [