feat(ECR-026): OpsCMS ScheduledPublication 只读并 Closed

定时发布目录(ops_scheduled_publications),并加固 catalog 生成器。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-08 03:13:36 +08:00
co-authored by Cursor
parent 8c50b3d925
commit b91806ba80
40 changed files with 1909 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
ecr: ECR-026
capability: OpsCMS
bounded_context: Ops_CMS_NoUGC
parent: WAVE0-FROZEN
predecessor: ECR-025
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds ScheduledPublication read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/cms/publications
change: added
- method: GET
path: /api/v1/admin/cms/publications/{id}
change: added
perms:
- code: admin.cms.read
change: unchanged