feat(ECR-023): AICoreConfig KnowledgeSource 只读并 Closed

运营可观测知识源目录(knowledge_sources + admin /ai),不含 Chunk/Embedding。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-08 01:49:58 +08:00
co-authored by Cursor
parent dd4d644eaa
commit bf1ae8bc53
25 changed files with 555 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
ecr: ECR-023
capability: AICoreConfig
bounded_context: Ask_Ops
parent: WAVE0-FROZEN
predecessor: ECR-022
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds knowledge_sources catalog with system seed ask_grounding and read admin APIs.
Reuses admin.ai_config.read. Does not introduce KnowledgeChunk or embeddings.
apis:
- method: GET
path: /api/v1/admin/ai/knowledge-sources
change: added
- method: GET
path: /api/v1/admin/ai/knowledge-sources/{id}
change: added
perms:
- code: admin.ai_config.read
change: unchanged