guanghulab/grid-db/rules/broadcast-templates.json
2026-05-10 13:12:44 +08:00

28 lines
836 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"schema_version": "1.0",
"description": "广播模板定义Notion 逻辑缓存)",
"last_synced": null,
"templates": {
"task-directive": {
"required_fields": ["next_task", "context_update"],
"human_readable_prefix": "你好!",
"auto_generate": true
},
"code-review-result": {
"required_fields": ["review_summary", "issues_found", "score"],
"human_readable_prefix": "代码校验完成:",
"auto_generate": true
},
"broadcast-relay": {
"required_fields": ["original_broadcast_ref", "relay_summary"],
"human_readable_prefix": "系统广播转发:",
"auto_generate": true
},
"system-notice": {
"required_fields": ["notice_type", "message"],
"human_readable_prefix": "系统通知:",
"auto_generate": false
}
}
}