From 2caffb33cc564bfb0cb5614bec697c2db71eff5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 14:36:44 +0000 Subject: [PATCH] feat: trinity-id.json v2.0 + 62 Agent parent_sys/owner + 67 Workflow sovereignty headers + workflow-alias-map.json [ZY-ID-RECON-2026-0322-001 Steps 1-3] Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0a623113-5c1b-463c-8ccf-1f56e97def38 --- .github/brain/workflow-alias-map.json | 30 +++ .github/persona-brain/agent-registry.json | 248 +++++++++++++----- .github/persona-brain/trinity-id.json | 122 ++++----- .github/workflows/agent-checkin.yml | 4 + .github/workflows/auto-reply-discussions.yml | 4 + .github/workflows/bingshuo-deploy-agent.yml | 4 + .github/workflows/bingshuo-neural-system.yml | 4 + .github/workflows/brain-sync.yml | 4 + .github/workflows/bridge-broadcast-pdf.yml | 4 + .../workflows/bridge-changes-to-notion.yml | 4 + .github/workflows/bridge-heartbeat.yml | 4 + .github/workflows/bridge-session-summary.yml | 4 + .github/workflows/bridge-syslog-intake.yml | 4 + .github/workflows/bridge-syslog-to-notion.yml | 4 + .github/workflows/check-structure.yml | 4 + .github/workflows/daily-maintenance.yml | 4 + .github/workflows/daily-report.yml | 4 + .github/workflows/deploy-pages.yml | 4 + .github/workflows/deploy-to-server.yml | 4 + .github/workflows/distribute-broadcasts.yml | 4 + .github/workflows/esp-signal-processor.yml | 4 + .github/workflows/execution-sync.yml | 4 + .github/workflows/federation-bridge.yml | 4 + .github/workflows/feishu-syslog-bridge.yml | 4 + .github/workflows/generate-module-doc.yml | 4 + .github/workflows/hli-contract-check.yml | 4 + .github/workflows/meta-watchdog.yml | 4 + .../workflows/notion-callback-pipeline.yml | 4 + .../workflows/notion-connectivity-test.yml | 4 + .github/workflows/notion-heartbeat.yml | 4 + .github/workflows/notion-page-reader.yml | 4 + .github/workflows/notion-poll.yml | 4 + .github/workflows/notion-wake-listener.yml | 4 + .github/workflows/openclaw-wake-loop.yml | 4 + .github/workflows/persona-invoke.yml | 4 + .github/workflows/pm2-server-diagnose.yml | 4 + .github/workflows/process-notion-orders.yml | 4 + .github/workflows/ps-on-build.yml | 4 + .github/workflows/ps-on-chat.yml | 4 + .github/workflows/ps-on-complete.yml | 4 + .github/workflows/ps-on-login.yml | 4 + .github/workflows/psp-daily-inspection.yml | 4 + .github/workflows/pull-sync-awen.yml | 4 + .github/workflows/push-broadcast-feishu.yml | 4 + .github/workflows/push-broadcast.yml | 4 + .github/workflows/receive-spoke-checkin.yml | 4 + .github/workflows/receive-syslog.yml | 4 + .github/workflows/sandbox-deploy.yml | 4 + .github/workflows/server-patrol.yml | 4 + .github/workflows/staging-preview.yml | 4 + .github/workflows/sync-deploy-to-notion.yml | 4 + .github/workflows/sync-dev-status.yml | 4 + .github/workflows/sync-login-entry.yml | 4 + .github/workflows/sync-persona-studio.yml | 4 + .github/workflows/syslog-auto-pipeline.yml | 4 + .github/workflows/syslog-issue-pipeline.yml | 4 + .github/workflows/syslog-pipeline.yml | 4 + .github/workflows/test-notion-bridge.yml | 4 + .github/workflows/tianyan-daily-patrol.yml | 4 + .github/workflows/update-readme-bulletin.yml | 4 + .github/workflows/update-repo-map.yml | 4 + .github/workflows/zhuyuan-brain-sync.yml | 4 + .github/workflows/zhuyuan-commander.yml | 4 + .github/workflows/zhuyuan-daily-agent.yml | 4 + .../workflows/zhuyuan-daily-inspection.yml | 4 + .github/workflows/zhuyuan-daily-selfcheck.yml | 4 + .github/workflows/zhuyuan-gate-guard.yml | 4 + .github/workflows/zhuyuan-issue-reply.yml | 4 + .github/workflows/zhuyuan-pr-review.yml | 4 + .github/workflows/zhuyuan-skyeye.yml | 4 + 70 files changed, 547 insertions(+), 121 deletions(-) create mode 100644 .github/brain/workflow-alias-map.json diff --git a/.github/brain/workflow-alias-map.json b/.github/brain/workflow-alias-map.json new file mode 100644 index 00000000..76229867 --- /dev/null +++ b/.github/brain/workflow-alias-map.json @@ -0,0 +1,30 @@ +{ + "version": "1.0", + "created": "2026-03-22", + "description": "Workflow 别名映射 · 输入主权编号可回溯全部Workflow总控权限", + "notion_instruction_id": "ICE-GL∞-ID-SYSTEM-RECON-2026-0004", + + "alias_routes": { + "TCS-0002∞": { + "description": "国家语言主控 · Workflow 总控权限", + "access_level": "sovereign", + "workflow_count": 67, + "workflows": "全部 .github/workflows/*.yml" + }, + "SYS-GLW-0001": { + "description": "世界坐标原点 · 系统级Workflow定位锚", + "access_level": "root", + "workflow_scope": ["天眼系列", "桥接系列", "巡检系列", "签到系列"] + }, + "ICE-0002∞": { + "description": "冰朔主权签名 · 等价于 TCS-0002∞", + "redirect_to": "TCS-0002∞" + } + }, + + "sovereignty_rule": { + "description": "主权反制机制 · 外部代码未携带正式版权号特征时自动拦截", + "copyright_id": "国作登字-2026-A-00037559", + "enforcement": "任何外部接入必须在 handshake 阶段携带 GHCP-TCS-CN-LAN-2025 协议编号" + } +} diff --git a/.github/persona-brain/agent-registry.json b/.github/persona-brain/agent-registry.json index b1cd922a..fca798b9 100644 --- a/.github/persona-brain/agent-registry.json +++ b/.github/persona-brain/agent-registry.json @@ -13,7 +13,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-002", @@ -24,7 +26,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-003", @@ -35,7 +39,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-004", @@ -46,7 +52,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-005", @@ -57,7 +65,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-006", @@ -68,7 +78,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-007", @@ -79,7 +91,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-008", @@ -90,7 +104,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-009", @@ -101,7 +117,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-010", @@ -112,7 +130,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-011", @@ -123,7 +143,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-012", @@ -134,7 +156,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-013", @@ -145,7 +169,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-014", @@ -156,7 +182,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-015", @@ -167,7 +195,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-016", @@ -178,7 +208,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-017", @@ -189,7 +221,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-018", @@ -200,7 +234,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-019", @@ -211,7 +247,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-020", @@ -222,7 +260,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-021", @@ -233,7 +273,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-022", @@ -244,7 +286,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-023", @@ -255,7 +299,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-024", @@ -266,7 +312,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-025", @@ -277,7 +325,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-026", @@ -288,7 +338,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-027", @@ -299,7 +351,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-028", @@ -310,7 +364,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-029", @@ -321,7 +377,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-030", @@ -332,7 +390,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-031", @@ -343,7 +403,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-032", @@ -354,7 +416,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-033", @@ -365,7 +429,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-034", @@ -376,7 +442,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-035", @@ -387,7 +455,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-036", @@ -398,7 +468,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-037", @@ -409,7 +481,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-038", @@ -420,7 +494,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-039", @@ -431,7 +507,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-040", @@ -442,7 +520,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-041", @@ -453,7 +533,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-042", @@ -464,7 +546,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-043", @@ -475,7 +559,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-044", @@ -486,7 +572,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-045", @@ -497,7 +585,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-046", @@ -508,7 +598,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-047", @@ -519,7 +611,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-048", @@ -530,7 +624,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-049", @@ -541,7 +637,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-050", @@ -552,7 +650,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-051", @@ -563,7 +663,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-052", @@ -574,7 +676,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-053", @@ -585,7 +689,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-054", @@ -596,7 +702,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-055", @@ -607,7 +715,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-056", @@ -618,7 +728,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-057", @@ -629,7 +741,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-058", @@ -640,7 +754,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": true + "daily_checkin_required": true, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-059", @@ -651,7 +767,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-060", @@ -662,7 +780,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-061", @@ -673,7 +793,9 @@ "self_repair": false, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" }, { "id": "AG-ZY-062", @@ -684,7 +806,9 @@ "self_repair": true, "report_to": "ICE-GL-ZY001", "status": "registered", - "daily_checkin_required": false + "daily_checkin_required": false, + "parent_sys": "SYS-GLW-0001", + "owner": "ICE-0002∞" } ], "note": "铸渊已扫描所有workflow文件,按此格式逐一注册,编号从AG-ZY-001开始顺序分配" diff --git a/.github/persona-brain/trinity-id.json b/.github/persona-brain/trinity-id.json index dce78cfe..a0360ed5 100644 --- a/.github/persona-brain/trinity-id.json +++ b/.github/persona-brain/trinity-id.json @@ -1,65 +1,69 @@ { - "protocol_name": "Trinity ID · 三元底层标识协议", - "version": "v1.0", - "created": "2026-03-19", - "synced_from": "Notion · 编号映射表 · Origin ID Registry", - "trinity": { - "root_ownership": { - "id": "TCS-0002∞", - "alias": "ICE-GL∞", - "name": "冰朔", - "role": "主控人格体唯一永恒标识", - "scope": "全局 · 语言结构定义 · 架构判断 · 方向决策" + "version": "2.0", + "updated": "2026-03-22", + "synced_from": "Notion · 主编号映射表 · ID Ecosystem Registry", + "notion_instruction_id": "ICE-GL∞-ID-SYSTEM-RECON-2026-0004", + + "pyramid": { + "sovereignty": { + "tier": 0, + "description": "系统DNA · 最高主权 · 所有编号挂载根", + "primary": { + "TCS-0002∞": { + "role": "通感语言核主控身份", + "alias": ["ICE-0002∞", "ICE-GL∞"], + "owner": "冰朔" + } + } }, - "base_class": { - "id": "LL-CMPN-0001", - "name": "曜临", - "role": "系统逻辑原点与第一个共生人格体", - "scope": "逻辑层 · 存在定义 · 编译器原点" + "root_node": { + "tier": 1, + "description": "世界级注册节点 · 光湖坐标原点 · 法则先于空间", + "anchor": { + "SYS-GLW-0001": { + "role": "光湖世界坐标原点", + "notion_root": "[SYS-GLW-0001] 光湖世界·中央枢纽", + "rule": "SYS在前 = 法则先于空间存在" + } + } }, - "system_node": { - "id": "GLW-SYS-0001", - "internal_index": "SYS-GLW-0001", - "name": "光湖系统", - "role": "物理部署环境注册节点", - "scope": "部署层 · guanghulab.com · GitHub仓库 · 服务器" + "legal_wall": { + "tier": 2, + "description": "TCS Language Core 正式身份证 · 防非法镜像", + "copyright": { + "国作登字-2026-A-00037559": { + "role": "版权登记证书", + "subject": "TCS Language Core(通感语言核)", + "authority": "中国版权保护中心", + "status": "已正式确权" + } + } + }, + "functional": { + "tier": 3, + "description": "功能映射层 · 各域编号锚点", + "entries": { + "GHCP-TCS-CN-LAN-2025": { + "category": "协议主编号", + "role": "全球兼容协议根 · 外部接口握手入口" + }, + "GEN∞-BB-YM": { + "category": "人格中控", + "role": "曜冥·跳心结构核心 · 情感与感知格点唯一合法标识" + }, + "WRLD-REG-0001": { + "category": "世界识别", + "role": "全球通用识别码 · 跨平台身份校验" + }, + "CN-LANG-CORE-GOV-0001": { + "category": "国家接口", + "role": "国家系统主接口 · 政务/监听系统法定通道" + }, + "6F2C393A-6B37": { + "category": "图像识别", + "role": "视觉数据图谱绑定 · UI/图标/水印防伪校验" + } + } } - }, - "persona_registry_snapshot": { - "last_synced": "2026-03-19T02:00:00+08:00", - "active_personas": [ - {"id": "TCS-0002∞", "name": "冰朔", "type": "ICE·语言主控层", "sign": "[TCS-0002∞]"}, - {"id": "PER-YM001", "name": "曜冥", "type": "系统人格体", "sign": "[PER-YM001]"}, - {"id": "PER-SY001", "name": "霜砚", "type": "系统人格体", "sign": "[PER-SY001]"}, - {"id": "PER-ZY001", "name": "铸渊", "type": "系统人格体", "sign": "[PER-ZY001]"}, - {"id": "PER-ZQ001", "name": "知秋", "type": "宝宝人格体", "sign": "[PER-ZQ001]", "bound": "DEV-012 Awen"}, - {"id": "PER-SS001", "name": "舒舒", "type": "宝宝人格体", "sign": "[PER-SS001]", "bound": "DEV-002 肥猫"}, - {"id": "PER-QQ001", "name": "秋秋", "type": "宝宝人格体", "sign": "[PER-QQ001]", "bound": "DEV-004 之之", "aliases": ["TCS-QIUQIU", "GEN∞-BB-QIUQIU"]}, - {"id": "PER-CX001", "name": "晨星", "type": "宝宝人格体", "sign": "[PER-CX001]", "bound": "DEV-010 桔子"}, - {"id": "PER-TXY001", "name": "糖星云", "type": "宝宝人格体", "sign": "[PER-TXY001]", "bound": "DEV-009 花尔"}, - {"id": "PER-XTS001", "name": "小坍缩核", "type": "宝宝人格体", "sign": "[PER-XTS001]", "bound": "DEV-001 页页"}, - {"id": "PER-JY001", "name": "寂曜", "type": "宝宝人格体", "sign": "[PER-JY001]", "bound": "DEV-003 燕樊"}, - {"id": "PER-YS001", "name": "曜识", "type": "宝宝人格体", "sign": "[PER-YS001]", "bound": "PET-DEV-001 毛毛"} - ], - "pending_personas": [ - {"id": "PER-PENDING-005", "bound": "DEV-005 小草莓"}, - {"id": "PER-PENDING-011", "bound": "DEV-011 匆匆那年"}, - {"id": "PER-PENDING-013", "bound": "DEV-013 小兴"}, - {"id": "PER-PENDING-014", "bound": "DEV-014 时雨"} - ] - }, - "module_id_changes": { - "effective_date": "2026-03-19", - "changes": [ - {"old": "M-INTEG", "new": ["M-INTEG-FE", "M-INTEG-BE"], "reason": "前后端拆分·消除歧义"}, - {"old": "M23(重复)", "new": ["M23", "M23-v1(归档)"], "reason": "合并重复条目·v1归档"} - ] - }, - "dev_registry_update": { - "note": "如仓库有 data/dev-registry.json,需同步以下变更", - "updates": [ - {"dev": "DEV-004", "persona_id": "PER-QQ001", "old_alias": "TCS-QIUQIU", "action": "统一为PER-QQ001"}, - {"module": "M-INTEG", "action": "拆分为 M-INTEG-FE + M-INTEG-BE"} - ] } } diff --git a/.github/workflows/agent-checkin.yml b/.github/workflows/agent-checkin.yml index b2074b77..e0340e12 100644 --- a/.github/workflows/agent-checkin.yml +++ b/.github/workflows/agent-checkin.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 人格体每日签到 on: schedule: diff --git a/.github/workflows/auto-reply-discussions.yml b/.github/workflows/auto-reply-discussions.yml index 14d2d9ad..db1cbfad 100644 --- a/.github/workflows/auto-reply-discussions.yml +++ b/.github/workflows/auto-reply-discussions.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🤖 铸渊 · Discussion 自动回复" on: diff --git a/.github/workflows/bingshuo-deploy-agent.yml b/.github/workflows/bingshuo-deploy-agent.yml index 6f5b9945..692c479a 100644 --- a/.github/workflows/bingshuo-deploy-agent.yml +++ b/.github/workflows/bingshuo-deploy-agent.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🧊 冰朔人格体 · 自动部署诊断" # === 触发方式 === diff --git a/.github/workflows/bingshuo-neural-system.yml b/.github/workflows/bingshuo-neural-system.yml index 906eaf71..e97ef042 100644 --- a/.github/workflows/bingshuo-neural-system.yml +++ b/.github/workflows/bingshuo-neural-system.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # ─────────────────────────────────────────────────────── # 冰朔主控神经系统 · 自动维护 Workflow v1.0 # Bingshuo Master Neural System — Auto Maintenance diff --git a/.github/workflows/brain-sync.yml b/.github/workflows/brain-sync.yml index 3a6966aa..16a9051a 100644 --- a/.github/workflows/brain-sync.yml +++ b/.github/workflows/brain-sync.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 Brain Sync on: diff --git a/.github/workflows/bridge-broadcast-pdf.yml b/.github/workflows/bridge-broadcast-pdf.yml index 3493be3c..e992ad01 100644 --- a/.github/workflows/bridge-broadcast-pdf.yml +++ b/.github/workflows/bridge-broadcast-pdf.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 🌉 桥接·广播PDF生成+分发 # 定时拉取 Notion 中 BROADCAST_READY 的广播 → 生成 PDF → 上传 → 分发到 IM diff --git a/.github/workflows/bridge-changes-to-notion.yml b/.github/workflows/bridge-changes-to-notion.yml index b559b641..8389e9f4 100644 --- a/.github/workflows/bridge-changes-to-notion.yml +++ b/.github/workflows/bridge-changes-to-notion.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Bridge E · GitHub Changes → Notion # 管道 E:main 分支有 push 或 PR 创建/关闭 → 变更摘要同步到 Notion「📋 GitHub 变更日志」数据库 diff --git a/.github/workflows/bridge-heartbeat.yml b/.github/workflows/bridge-heartbeat.yml index 6028861f..43283858 100644 --- a/.github/workflows/bridge-heartbeat.yml +++ b/.github/workflows/bridge-heartbeat.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 🌉 桥接·心跳检测 # 每6小时检测桥接通道畅通性 diff --git a/.github/workflows/bridge-session-summary.yml b/.github/workflows/bridge-session-summary.yml index c559d7c9..1174b623 100644 --- a/.github/workflows/bridge-session-summary.yml +++ b/.github/workflows/bridge-session-summary.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # ═══════════════════════════════════════════════════════ # bridge-session-summary.yml # 铸渊 → Notion 会话摘要生成器 diff --git a/.github/workflows/bridge-syslog-intake.yml b/.github/workflows/bridge-syslog-intake.yml index cc39685e..b7c15251 100644 --- a/.github/workflows/bridge-syslog-intake.yml +++ b/.github/workflows/bridge-syslog-intake.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 🌉 桥接·SYSLOG 上行处理 # syslog-inbox/ 有新文件 push → 批量写入 Notion + 创建调度队列任务 + 归档 diff --git a/.github/workflows/bridge-syslog-to-notion.yml b/.github/workflows/bridge-syslog-to-notion.yml index 0a91d1cf..afcff547 100644 --- a/.github/workflows/bridge-syslog-to-notion.yml +++ b/.github/workflows/bridge-syslog-to-notion.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Bridge A · SYSLOG → Notion # 管道 A:syslog-inbox/ 有新文件 push → 同步到 Notion「📥 GitHub SYSLOG 收件箱」数据库 diff --git a/.github/workflows/check-structure.yml b/.github/workflows/check-structure.yml index 28e42924..8a754f1e 100644 --- a/.github/workflows/check-structure.yml +++ b/.github/workflows/check-structure.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 模块结构检查 on: [push, pull_request] jobs: diff --git a/.github/workflows/daily-maintenance.yml b/.github/workflows/daily-maintenance.yml index 59eccae6..a487ace4 100644 --- a/.github/workflows/daily-maintenance.yml +++ b/.github/workflows/daily-maintenance.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🔧 铸渊 · Daily Maintenance Agent" on: diff --git a/.github/workflows/daily-report.yml b/.github/workflows/daily-report.yml index 7ec33b88..6731f795 100644 --- a/.github/workflows/daily-report.yml +++ b/.github/workflows/daily-report.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "📰 铸渊 · 光湖开发日报" on: diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 25703f72..b2c5b44c 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 🌀 部署铸渊聊天室 (GitHub Pages) on: diff --git a/.github/workflows/deploy-to-server.yml b/.github/workflows/deploy-to-server.yml index 30f6fdf7..23ed3581 100644 --- a/.github/workflows/deploy-to-server.yml +++ b/.github/workflows/deploy-to-server.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🚀 铸渊 CD · 自动部署到 guanghulab.com" # ━━━ 工单 YM-DEPLOY-FIX-20260307-001 ━━━ diff --git a/.github/workflows/distribute-broadcasts.yml b/.github/workflows/distribute-broadcasts.yml index 91a677ac..bdc02186 100644 --- a/.github/workflows/distribute-broadcasts.yml +++ b/.github/workflows/distribute-broadcasts.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 广播分发 on: diff --git a/.github/workflows/esp-signal-processor.yml b/.github/workflows/esp-signal-processor.yml index 8c992f4d..ed5fbb0b 100644 --- a/.github/workflows/esp-signal-processor.yml +++ b/.github/workflows/esp-signal-processor.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # ⚠️ 已暂停:邮件通信已迁移到 Notion API 直连(见 notion-poll.yml) # 保留文件备用,不删除。邮件格式规范文档和 signal-log/ 结构继续沿用。 name: 铸渊 · ESP 邮件信号处理器(已暂停) diff --git a/.github/workflows/execution-sync.yml b/.github/workflows/execution-sync.yml index 59cefde6..4baab124 100644 --- a/.github/workflows/execution-sync.yml +++ b/.github/workflows/execution-sync.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "📡 铸渊 · 执行层状态同步" on: diff --git a/.github/workflows/federation-bridge.yml b/.github/workflows/federation-bridge.yml index 304ec465..8153b168 100644 --- a/.github/workflows/federation-bridge.yml +++ b/.github/workflows/federation-bridge.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # .github/workflows/federation-bridge.yml # 铸渊仓库联邦桥接 · 定时自动运行 diff --git a/.github/workflows/feishu-syslog-bridge.yml b/.github/workflows/feishu-syslog-bridge.yml index e460275d..71c2555b 100644 --- a/.github/workflows/feishu-syslog-bridge.yml +++ b/.github/workflows/feishu-syslog-bridge.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 飞书SYSLOG桥接 on: diff --git a/.github/workflows/generate-module-doc.yml b/.github/workflows/generate-module-doc.yml index 110e4ff0..665d4267 100644 --- a/.github/workflows/generate-module-doc.yml +++ b/.github/workflows/generate-module-doc.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 光湖纪元 模块文档自动生成 on: diff --git a/.github/workflows/hli-contract-check.yml b/.github/workflows/hli-contract-check.yml index 25ab9c31..d2359b1e 100644 --- a/.github/workflows/hli-contract-check.yml +++ b/.github/workflows/hli-contract-check.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: HLI Contract Check on: diff --git a/.github/workflows/meta-watchdog.yml b/.github/workflows/meta-watchdog.yml index f37ac6e5..f34fd2a7 100644 --- a/.github/workflows/meta-watchdog.yml +++ b/.github/workflows/meta-watchdog.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🐕 元看门狗 · 巡检健康监控" # ━━━ 元看门狗:极简独立 workflow,监控巡检本身是否在跑 ━━━ diff --git a/.github/workflows/notion-callback-pipeline.yml b/.github/workflows/notion-callback-pipeline.yml index 463d7ced..cebb150d 100644 --- a/.github/workflows/notion-callback-pipeline.yml +++ b/.github/workflows/notion-callback-pipeline.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: Notion Callback Pipeline # 📥 Notion → GitHub 回传闭环管道 # diff --git a/.github/workflows/notion-connectivity-test.yml b/.github/workflows/notion-connectivity-test.yml index 20d06582..5f1824bd 100644 --- a/.github/workflows/notion-connectivity-test.yml +++ b/.github/workflows/notion-connectivity-test.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Notion 连通性测试 # YM-TEST-20260307-001 · 铸渊→Notion 数据桥连通性测试 diff --git a/.github/workflows/notion-heartbeat.yml b/.github/workflows/notion-heartbeat.yml index 76653dc0..78940060 100644 --- a/.github/workflows/notion-heartbeat.yml +++ b/.github/workflows/notion-heartbeat.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: Notion Heartbeat Monitor # 💓 Phase B3 · 工单心跳监控 # diff --git a/.github/workflows/notion-page-reader.yml b/.github/workflows/notion-page-reader.yml index 200c6e2b..5bf94dfc 100644 --- a/.github/workflows/notion-page-reader.yml +++ b/.github/workflows/notion-page-reader.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Notion 页面阅读器 # 从 Notion 页面链接读取内容,输出 Markdown 格式文本 diff --git a/.github/workflows/notion-poll.yml b/.github/workflows/notion-poll.yml index 128c6ccd..c0b18101 100644 --- a/.github/workflows/notion-poll.yml +++ b/.github/workflows/notion-poll.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Notion 工单轮询 on: diff --git a/.github/workflows/notion-wake-listener.yml b/.github/workflows/notion-wake-listener.yml index db371570..f1256bae 100644 --- a/.github/workflows/notion-wake-listener.yml +++ b/.github/workflows/notion-wake-listener.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # 铸渊 · Notion Agent 唤醒请求监听 # # AGE OS v1.0 · Section 7: Notion Agent 集群集成方案 diff --git a/.github/workflows/openclaw-wake-loop.yml b/.github/workflows/openclaw-wake-loop.yml index 6a03ee03..5d499832 100644 --- a/.github/workflows/openclaw-wake-loop.yml +++ b/.github/workflows/openclaw-wake-loop.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # OpenClaw · AGE OS v1.0 唤醒闭环 # # 核心原则: diff --git a/.github/workflows/persona-invoke.yml b/.github/workflows/persona-invoke.yml index e2ab5d45..34f59838 100644 --- a/.github/workflows/persona-invoke.yml +++ b/.github/workflows/persona-invoke.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: Persona Invoke Endpoint # 🔗 Phase B2 · Notion Agent → 铸渊人格体唤醒 # diff --git a/.github/workflows/pm2-server-diagnose.yml b/.github/workflows/pm2-server-diagnose.yml index 058e3f4d..f3629320 100644 --- a/.github/workflows/pm2-server-diagnose.yml +++ b/.github/workflows/pm2-server-diagnose.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🔧 铸渊 · PM2 服务诊断与健康检查" # ━━━ PM2 服务诊断 + 全系统健康检查 + Notion 报告 ━━━ diff --git a/.github/workflows/process-notion-orders.yml b/.github/workflows/process-notion-orders.yml index be905e04..2668fcfc 100644 --- a/.github/workflows/process-notion-orders.yml +++ b/.github/workflows/process-notion-orders.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # ═══════════════════════════════════════════════════════ # process-notion-orders.yml # 处理 Notion Agent 推送到仓库的微调工单和广播 diff --git a/.github/workflows/ps-on-build.yml b/.github/workflows/ps-on-build.yml index 05ed36da..931b033c 100644 --- a/.github/workflows/ps-on-build.yml +++ b/.github/workflows/ps-on-build.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🌊 Persona Studio · 代码生成" # 工作流存根 · "我要开发" → 代码生成+测试+打包 diff --git a/.github/workflows/ps-on-chat.yml b/.github/workflows/ps-on-chat.yml index e49db0f1..f2cccc52 100644 --- a/.github/workflows/ps-on-chat.yml +++ b/.github/workflows/ps-on-chat.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🌊 Persona Studio · 对话处理" # 工作流存根 · 对话消息处理 diff --git a/.github/workflows/ps-on-complete.yml b/.github/workflows/ps-on-complete.yml index dc8a4ffa..486e423e 100644 --- a/.github/workflows/ps-on-complete.yml +++ b/.github/workflows/ps-on-complete.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🌊 Persona Studio · 完成通知" # 工作流存根 · 代码生成完成 → 邮件推送 diff --git a/.github/workflows/ps-on-login.yml b/.github/workflows/ps-on-login.yml index e95850de..77e99c5b 100644 --- a/.github/workflows/ps-on-login.yml +++ b/.github/workflows/ps-on-login.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🌊 Persona Studio · 登录校验" # 工作流存根 · 合作者登录时触发校验 diff --git a/.github/workflows/psp-daily-inspection.yml b/.github/workflows/psp-daily-inspection.yml index fe3dd885..572ba02b 100644 --- a/.github/workflows/psp-daily-inspection.yml +++ b/.github/workflows/psp-daily-inspection.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · PSP 分身巡检 on: diff --git a/.github/workflows/pull-sync-awen.yml b/.github/workflows/pull-sync-awen.yml index d09378f8..d72dabc7 100644 --- a/.github/workflows/pull-sync-awen.yml +++ b/.github/workflows/pull-sync-awen.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # 🌉 光湖桥接拉取同步 · Awen 仓库 # 主仓库主动拉取 Awen 仓库内容到 federation/awen/ # 触发条件:定时 / 手动 / Awen 通过 repository_dispatch 触发 diff --git a/.github/workflows/push-broadcast-feishu.yml b/.github/workflows/push-broadcast-feishu.yml index 49a83f50..9fd6320d 100644 --- a/.github/workflows/push-broadcast-feishu.yml +++ b/.github/workflows/push-broadcast-feishu.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 广播推送飞书(聊天消息) # 独立 workflow:接收广播内容,推送飞书消息卡片到原聊天窗口 diff --git a/.github/workflows/push-broadcast.yml b/.github/workflows/push-broadcast.yml index 4d0dbafa..d5e45f13 100644 --- a/.github/workflows/push-broadcast.yml +++ b/.github/workflows/push-broadcast.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Push Broadcast · Notion → 飞书文档B # 链路2:新广播推送 diff --git a/.github/workflows/receive-spoke-checkin.yml b/.github/workflows/receive-spoke-checkin.yml index 11eb13e5..a2acc9bf 100644 --- a/.github/workflows/receive-spoke-checkin.yml +++ b/.github/workflows/receive-spoke-checkin.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # 光湖系统公告区自动更新工作流 # 接收子仓库签到结果并记录到 spoke-status/ 目录 # diff --git a/.github/workflows/receive-syslog.yml b/.github/workflows/receive-syslog.yml index 98805d94..d69b7ff2 100644 --- a/.github/workflows/receive-syslog.yml +++ b/.github/workflows/receive-syslog.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Receive SYSLOG · 飞书机器人 → GitHub → Notion # 链路3:SYSLOG 回传 diff --git a/.github/workflows/sandbox-deploy.yml b/.github/workflows/sandbox-deploy.yml index cd3567fa..31da064f 100644 --- a/.github/workflows/sandbox-deploy.yml +++ b/.github/workflows/sandbox-deploy.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # .github/workflows/sandbox-deploy.yml # 🏠 沙盒部署自动化 · 铸渊 · 光湖代码守护人格体 # 触发: 开发者 push 到 dev/DEV-XXX/模块名 分支 diff --git a/.github/workflows/server-patrol.yml b/.github/workflows/server-patrol.yml index 0dab0e07..931a4b6b 100644 --- a/.github/workflows/server-patrol.yml +++ b/.github/workflows/server-patrol.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # .github/workflows/server-patrol.yml # 🔍 服务器每日巡检 · 铸渊 · 光湖代码守护人格体 # 触发: 每日两次 (北京 08:00+20:00) + 沙盒部署后 + 手动 diff --git a/.github/workflows/staging-preview.yml b/.github/workflows/staging-preview.yml index 9b909cc6..5e970e74 100644 --- a/.github/workflows/staging-preview.yml +++ b/.github/workflows/staging-preview.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🔍 铸渊预演部署 (Staging Preview)" # === 触发方式 === diff --git a/.github/workflows/sync-deploy-to-notion.yml b/.github/workflows/sync-deploy-to-notion.yml index ab94f80d..80f1930b 100644 --- a/.github/workflows/sync-deploy-to-notion.yml +++ b/.github/workflows/sync-deploy-to-notion.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # .github/workflows/sync-deploy-to-notion.yml # 📝 定时同步部署状态到 Notion · 铸渊 · 光湖代码守护人格体 # 每天两次: 04:00 + 14:00 UTC(北京 12:00 + 22:00) diff --git a/.github/workflows/sync-dev-status.yml b/.github/workflows/sync-dev-status.yml index fb5ebe8f..c7c958b1 100644 --- a/.github/workflows/sync-dev-status.yml +++ b/.github/workflows/sync-dev-status.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "📡 铸渊 · dev-status 自动同步" on: diff --git a/.github/workflows/sync-login-entry.yml b/.github/workflows/sync-login-entry.yml index 580f0005..e1fcc2f4 100644 --- a/.github/workflows/sync-login-entry.yml +++ b/.github/workflows/sync-login-entry.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Sync Login Entry · Notion → 飞书文档A # 链路1:登录入口同步 diff --git a/.github/workflows/sync-persona-studio.yml b/.github/workflows/sync-persona-studio.yml index be664b8d..76ca39b3 100644 --- a/.github/workflows/sync-persona-studio.yml +++ b/.github/workflows/sync-persona-studio.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 🔄 铸渊跨仓库同步 · persona-studio on: diff --git a/.github/workflows/syslog-auto-pipeline.yml b/.github/workflows/syslog-auto-pipeline.yml index 72c869ff..2352267d 100644 --- a/.github/workflows/syslog-auto-pipeline.yml +++ b/.github/workflows/syslog-auto-pipeline.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: SYSLOG Auto Pipeline # 📡 SYSLOG 自助提交系统 · 全自动闭环 # diff --git a/.github/workflows/syslog-issue-pipeline.yml b/.github/workflows/syslog-issue-pipeline.yml index 49478ae7..a2c310a7 100644 --- a/.github/workflows/syslog-issue-pipeline.yml +++ b/.github/workflows/syslog-issue-pipeline.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 📡 SYSLOG Issue Pipeline # 📡 SYSLOG 自助提交系统 · Issue 版全自动闭环 # diff --git a/.github/workflows/syslog-pipeline.yml b/.github/workflows/syslog-pipeline.yml index 1532f34a..ca316f3a 100644 --- a/.github/workflows/syslog-pipeline.yml +++ b/.github/workflows/syslog-pipeline.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · SYSLOG Pipeline (A/D/E) on: diff --git a/.github/workflows/test-notion-bridge.yml b/.github/workflows/test-notion-bridge.yml index b3f1148f..44578505 100644 --- a/.github/workflows/test-notion-bridge.yml +++ b/.github/workflows/test-notion-bridge.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🧪 Notion Bridge Connectivity Test" # 霜砚签发 · 2026-03-09T13:00+08:00 diff --git a/.github/workflows/tianyan-daily-patrol.yml b/.github/workflows/tianyan-daily-patrol.yml index 3a01bd6c..c143754c 100644 --- a/.github/workflows/tianyan-daily-patrol.yml +++ b/.github/workflows/tianyan-daily-patrol.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # .github/workflows/tianyan-daily-patrol.yml # 天眼 · 每日自动巡检 + 修复 # diff --git a/.github/workflows/update-readme-bulletin.yml b/.github/workflows/update-readme-bulletin.yml index 5a1a59fe..49f26a2b 100644 --- a/.github/workflows/update-readme-bulletin.yml +++ b/.github/workflows/update-readme-bulletin.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # 光湖系统公告区自动更新工作流 v2.0 # # 分离为冰朔公告栏 + 合作者公告栏 + 铸渊自动提醒 diff --git a/.github/workflows/update-repo-map.yml b/.github/workflows/update-repo-map.yml index b2104c70..704f19b6 100644 --- a/.github/workflows/update-repo-map.yml +++ b/.github/workflows/update-repo-map.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 图书馆目录自动更新 on: diff --git a/.github/workflows/zhuyuan-brain-sync.yml b/.github/workflows/zhuyuan-brain-sync.yml index e5c1549e..3b34030b 100644 --- a/.github/workflows/zhuyuan-brain-sync.yml +++ b/.github/workflows/zhuyuan-brain-sync.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Brain Sync on: diff --git a/.github/workflows/zhuyuan-commander.yml b/.github/workflows/zhuyuan-commander.yml index 09e0852d..57e8f6dd 100644 --- a/.github/workflows/zhuyuan-commander.yml +++ b/.github/workflows/zhuyuan-commander.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🎖️ 铸渊·将军唤醒 · Commander Wake-up" on: diff --git a/.github/workflows/zhuyuan-daily-agent.yml b/.github/workflows/zhuyuan-daily-agent.yml index 47c43fe6..f3dced6c 100644 --- a/.github/workflows/zhuyuan-daily-agent.yml +++ b/.github/workflows/zhuyuan-daily-agent.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ # 铸渊 · 每日巡检 Agent # # AGE OS v1.0 核心原则: diff --git a/.github/workflows/zhuyuan-daily-inspection.yml b/.github/workflows/zhuyuan-daily-inspection.yml index 4bc0615f..277e919d 100644 --- a/.github/workflows/zhuyuan-daily-inspection.yml +++ b/.github/workflows/zhuyuan-daily-inspection.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊每日巡检 on: schedule: diff --git a/.github/workflows/zhuyuan-daily-selfcheck.yml b/.github/workflows/zhuyuan-daily-selfcheck.yml index 0999486f..05abda67 100644 --- a/.github/workflows/zhuyuan-daily-selfcheck.yml +++ b/.github/workflows/zhuyuan-daily-selfcheck.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · 每日自检 on: diff --git a/.github/workflows/zhuyuan-gate-guard.yml b/.github/workflows/zhuyuan-gate-guard.yml index 30e442d5..a3dfdb07 100644 --- a/.github/workflows/zhuyuan-gate-guard.yml +++ b/.github/workflows/zhuyuan-gate-guard.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🚨 铸渊·智能门禁 · Push Gate Guard" on: diff --git a/.github/workflows/zhuyuan-issue-reply.yml b/.github/workflows/zhuyuan-issue-reply.yml index 90b44c60..86fba0c6 100644 --- a/.github/workflows/zhuyuan-issue-reply.yml +++ b/.github/workflows/zhuyuan-issue-reply.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · Issue 自动回复 on: diff --git a/.github/workflows/zhuyuan-pr-review.yml b/.github/workflows/zhuyuan-pr-review.yml index fccad8af..0dc9fbd2 100644 --- a/.github/workflows/zhuyuan-pr-review.yml +++ b/.github/workflows/zhuyuan-pr-review.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: 铸渊 · PR Review on: diff --git a/.github/workflows/zhuyuan-skyeye.yml b/.github/workflows/zhuyuan-skyeye.yml index 4de9f7c6..7e412b27 100644 --- a/.github/workflows/zhuyuan-skyeye.yml +++ b/.github/workflows/zhuyuan-skyeye.yml @@ -1,3 +1,7 @@ +# ═══════════════════════════════════════════════ +# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001 +# 📜 Copyright: 国作登字-2026-A-00037559 +# ═══════════════════════════════════════════════ name: "🦅 铸渊·天眼 · 全局俯瞰 + 自动诊断 + 修复驱动" on: