{"id":"hs-2ddee4b8a6f36df3","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3","title":"supports 字段治理协议","kind":"research_note","reviewStatus":"structurally_screened_not_individually_reviewed","language":"zh-CN","category":"声画与理论笔记","series":"声画与理论笔记","sourceVersionDate":"2026-05-26","publishedAt":"2026-09-08","modifiedAt":"2026-09-07T18:27:17+00:00","markdownUrl":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3.md","editionUrl":"https://a.p4theater.top/research/data/editions/hs-2ddee4b8a6f36df3-61110d52a4f457b098fc.md","markdownSha256":"61110d52a4f457b098fca715394434d9c60c0fa313e40df56ee96ed62d256e0f","markdownBytes":4865,"characters":2074,"sourceEvidenceTier":"T3_PROTOCOL_OVER_EXISTING_WIKI","sourceStatus":"active","evidenceBoundary":"本页是 T3 馆务协议，不新增影片事实裁决。supports 字段的语义规则由本页定义；现有页的 supports 审计需逐页执行，不批量修改。","editionNote":"本文为研究档案公开版，保留来源版本的论述与限制。公开时间：2026-09-08；不表示已完成同行评审。 本文属于公开研究资料（历史笔记、研究稿或来源记录）：已完成格式、来源限制与重复项筛查，尚未完成逐篇独立事实复核；原文中的解释、候选判断和未确认内容均按其原有限制阅读。","imageUrls":[],"links":[],"relationMethod":"literal links and image references in the public edition; no inferred semantic support","paragraphCount":46,"markdown":"# supports 字段治理协议\n\n本文为研究档案公开版，保留来源版本的论述与限制。公开时间：2026-09-08；不表示已完成同行评审。 本文属于公开研究资料（历史笔记、研究稿或来源记录）：已完成格式、来源限制与重复项筛查，尚未完成逐篇独立事实复核；原文中的解释、候选判断和未确认内容均按其原有限制阅读。\n\n来源版本日期：2026-05-26\n\n证据边界：本页是 T3 馆务协议，不新增影片事实裁决。supports 字段的语义规则由本页定义；现有页的 supports 审计需逐页执行，不批量修改。\n\n# supports 字段治理协议\n\n## 问题\n\n当前 frontmatter 的 `supports` 字段存在语义混用：\n\n1. **证据支撑**：`supports` 指向提供 T0/T1 事实的来源页（sources）。\n2. **导航回链**：`supports` 指向相关的 synthesis 页、dashboard 或入口页。\n3. **结构回链**：`supports` 指向本页被哪些更大结构引用。\n\n当三者混在同一个 `supports` 列表中，读者和代理无法判断哪些链接是证据、哪些是导航、哪些是结构依赖。\n\n## 治理规则\n\n### 语义定义\n\n| 字段 | 含义 | 允许的值 |\n|---|---|---|\n| `supports` | 本页的**证据支撑**。本页的关键事实判断来自这些页面。 | `sources/**`、`entities/**`（仅当实体页提供了关键事实）。 |\n| `related_sources` | 本页有关系但不直接作为证据的来源。 | `sources/**` 中有主题关联但非核心支撑的页面。 |\n| `related_synthesis` | 本页有关系的综合页、协议页、入口页。 | `synthesis/**`、`meta/**`。 |\n| `related_concepts` | 本页有关系的概念页。 | `concepts/**`。 |\n\n### 写入规则\n\n**新页面创建时**：\n\n```yaml\nsupports:\n  # 只放 sources/ 和 entities/ —— 提供核心事实的页面\n  - \"某来源页\"\n\nrelated_sources:\n  # 有主题关联但非核心证据的来源\n  - \"另一来源页\"\n\nrelated_synthesis:\n  # 综合页、协议页、入口页、dashboard\n  - \"某综合页\"\n  - \"某看板（馆内参考，未随本文公开）\"\n\nrelated_concepts:\n  # 概念页\n  - \"某概念\"\n```\n\n**例外**：\n\n- synthesis_hub、synthesis_protocol 类页面（如前厅、退役说明、本协议页）可以将其他 synthesis 页放入 `supports`，因为这些页面的\"证据\"就是其他综合判断。\n- 纯导航/入口页可以将 synthesis 页放入 `supports`。\n\n**判断公式**：\n\n```text\n本页的核心事实判断是否直接依赖该链接页面的内容？\n-> 是：放入 supports\n-> 否，但有主题关联：放入 related_* 对应字段\n-> 否，且只是结构引用（如\"本页被前厅引用\"）：不放入任何关系字段，\n   因为反向引用由被引用页面自己维护\n```\n\n### 审计规则\n\n对现有页面的 `supports` 审计，逐页执行：\n\n1. 读取 `supports` 列表中的每个链接。\n2. 判断它是否直接为本页提供 T0/T1 事实。\n3. 如果不是：\n   - 如果是 synthesis/meta 类页面，移到 `related_synthesis`。\n   - 如果是 sources 类页面但非核心证据，移到 `related_sources`。\n   - 如果是 concepts 类页面，移到 `related_concepts`。\n4. 审计后更新 `updated` 日期。\n\n### 当前已知问题\n\n| 问题 | 规模 | 说明 |\n|---|---|---|\n| synthesis 页的 `supports` 包含其他 synthesis 页 | 广泛 | 多数 synthesis 页将入口页、看板和其他综合页放入 `supports`。按本协议应移到 `related_synthesis`。 |\n| sources 页的 `supports` 包含 synthesis 页 | 较少 | 部分来源页将引用自己的综合页放入 `supports`。按本协议应移到 `related_synthesis`。 |\n| concepts 页的 `supports` 包含 synthesis 页 | 较少 | 少数概念页将综合页放入 `supports`。按本协议应移到 `related_synthesis`。 |\n| 129 个 concepts 页缺 `related_sources` | 129/246 | 需逐页补入相关来源链接。 |\n| 563 个 synthesis 页缺 `related_sources` | 563/658 | 需逐页补入相关来源链接。 |\n\n## 执行建议\n\n| 批次 | 目标 | 操作 |\n|---|---|---|\n| 批次 A | 高频核心概念页（~20 个 active 概念） | 审计 `supports`，将非 sources 链接移到 `related_synthesis`。 |\n| 批次 B | 高频 synthesis 页（~30 个核心综合页） | 同上。 |\n| 批次 C | 剩余 concepts 页的 `related_sources` 补全 | 从正文中的来源引用反向填入 `related_sources`。 |\n| 批次 D | 剩余 synthesis 页的 `related_sources` 补全 | 同上，可按主题分批。 |\n\n## 使用边界\n\n- 不批量修改现有页面的 `supports`；每次审计只处理一个页面。\n- 不删除 `supports` 中的链接，只移动到更合适的字段。\n- 审计后不改变页面正文的双链结构；只调整 frontmatter。\n- `supports` 为空不代表页面无效；有些页面（如本协议页）的支撑就是其他协议判断。","paragraphs":[{"id":"hs-2ddee4b8a6f36df3#p-1a99f894144fbc65-1","anchor":"p-1a99f894144fbc65-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-1a99f894144fbc65-1","kind":"h2","headingPath":["supports 字段治理协议"],"text":"supports 字段治理协议","textSha256":"5c045dff3aed2e99e6ffbcb88e3657616ab015c16306e6ba7fb977f07046d033","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-fc06d2ade88df140-1","anchor":"p-fc06d2ade88df140-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-fc06d2ade88df140-1","kind":"h2","headingPath":["问题"],"text":"问题","textSha256":"33a8618cb6710e43488a4b7ed2406bf0ec1f80d10093863798a3ca5eb8a9d6c6","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-c9f53bc74084b03f-1","anchor":"p-c9f53bc74084b03f-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-c9f53bc74084b03f-1","kind":"p","headingPath":["问题"],"text":"当前 frontmatter 的 supports 字段存在语义混用：","textSha256":"44c739e23e59cc7373e8130b147106b2a94648f95f3d572b0335f7e44d5445d0","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-5531dd74d145ce25-1","anchor":"p-5531dd74d145ce25-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-5531dd74d145ce25-1","kind":"li","headingPath":["问题"],"text":"证据支撑 ： supports 指向提供 T0/T1 事实的来源页（sources）。","textSha256":"36a80683e3c61add3c29965f1eee66036bde776ffdacf9bb1041763fa5f90658","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-62441a451dff9736-1","anchor":"p-62441a451dff9736-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-62441a451dff9736-1","kind":"li","headingPath":["问题"],"text":"导航回链 ： supports 指向相关的 synthesis 页、dashboard 或入口页。","textSha256":"fc8ca145e207132b94d748ba8f9d5baf14fd074a3c9e31a23fa5f468117d5bdb","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-564b22e9776374e2-1","anchor":"p-564b22e9776374e2-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-564b22e9776374e2-1","kind":"li","headingPath":["问题"],"text":"结构回链 ： supports 指向本页被哪些更大结构引用。","textSha256":"2bc99f24f34bacaf5369415fdfd1832798d0769ffaf832dd6a00afb5522ad73b","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-a0949d9f896ed923-1","anchor":"p-a0949d9f896ed923-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-a0949d9f896ed923-1","kind":"p","headingPath":["问题"],"text":"当三者混在同一个 supports 列表中，读者和代理无法判断哪些链接是证据、哪些是导航、哪些是结构依赖。","textSha256":"9e0bb47637e057ef81acb454df6a0cdf6914143c0e020659dd702ee83ddb429e","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-78c68a8f23c5640a-1","anchor":"p-78c68a8f23c5640a-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-78c68a8f23c5640a-1","kind":"h2","headingPath":["治理规则"],"text":"治理规则","textSha256":"9d6d9100d1fd524bbfe403183568079612e7aeefbc5028dde3c94f6e91364dd0","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-12601e2aad620c02-1","anchor":"p-12601e2aad620c02-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-12601e2aad620c02-1","kind":"h3","headingPath":["治理规则","语义定义"],"text":"语义定义","textSha256":"9743d5d807ec3d90329d8daa392400f2ccfa69705f2c5c2774394584f38d1834","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-bf17c167012cb4c6-1","anchor":"p-bf17c167012cb4c6-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-bf17c167012cb4c6-1","kind":"tr","headingPath":["治理规则","语义定义"],"text":"字段 含义 允许的值","textSha256":"2b0e13f04c5870bae96e3758d69ceee3cc033fa045e760fd86d9be77ad51399f","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-581d3d55f3104fdc-1","anchor":"p-581d3d55f3104fdc-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-581d3d55f3104fdc-1","kind":"tr","headingPath":["治理规则","语义定义"],"text":"supports 本页的 证据支撑 。本页的关键事实判断来自这些页面。 sources/** 、 entities/** （仅当实体页提供了关键事实）。","textSha256":"21eb80d4dfed7b2d89489ca972e790ae36076f1e847135f2d9bd4c8a73995405","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-4a7f5212d9c3441b-1","anchor":"p-4a7f5212d9c3441b-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-4a7f5212d9c3441b-1","kind":"tr","headingPath":["治理规则","语义定义"],"text":"related_sources 本页有关系但不直接作为证据的来源。 sources/** 中有主题关联但非核心支撑的页面。","textSha256":"2a8caf14fa4dbebcb10a44525840a390ee65ee2e5e459646448d05d367c72426","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-5016b57fea1b041e-1","anchor":"p-5016b57fea1b041e-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-5016b57fea1b041e-1","kind":"tr","headingPath":["治理规则","语义定义"],"text":"related_synthesis 本页有关系的综合页、协议页、入口页。 synthesis/** 、 meta/** 。","textSha256":"00f233e8c2dc9dae469cdb8c625cb13279925e897e395d4dcc1bce502ac2ab1b","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-1531bfc364c230d6-1","anchor":"p-1531bfc364c230d6-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-1531bfc364c230d6-1","kind":"tr","headingPath":["治理规则","语义定义"],"text":"related_concepts 本页有关系的概念页。 concepts/** 。","textSha256":"1b14c1e05e84ece47d0494a9bea394d3ff4f53548e716e9d96ca6725610d46f2","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-b1080b69280f60c0-1","anchor":"p-b1080b69280f60c0-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-b1080b69280f60c0-1","kind":"h3","headingPath":["治理规则","写入规则"],"text":"写入规则","textSha256":"8bfc355de64ed130628b382cccea11e2660998f28d1af8c8fce92b20104bf7c2","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-033c9d1049fac784-1","anchor":"p-033c9d1049fac784-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-033c9d1049fac784-1","kind":"p","headingPath":["治理规则","写入规则"],"text":"新页面创建时 ：","textSha256":"525c475e8ca6eeae648e2c0dd392994a3274e89932291254417cf5f092929a20","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-a8a4d133cbab8d00-1","anchor":"p-a8a4d133cbab8d00-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-a8a4d133cbab8d00-1","kind":"pre","headingPath":["治理规则","写入规则"],"text":"supports:\n  # 只放 sources/ 和 entities/ —— 提供核心事实的页面\n  - \"某来源页\"\n\nrelated_sources:\n  # 有主题关联但非核心证据的来源\n  - \"另一来源页\"\n\nrelated_synthesis:\n  # 综合页、协议页、入口页、dashboard\n  - \"某综合页\"\n  - \"某看板（馆内参考，未随本文公开）\"\n\nrelated_concepts:\n  # 概念页\n  - \"某概念\"","textSha256":"6f2ef2333241c3b49ab296604bdee38e91caa59b5546baf21d3f962ee2e9b698","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-70b693ead403ddd5-1","anchor":"p-70b693ead403ddd5-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-70b693ead403ddd5-1","kind":"p","headingPath":["治理规则","写入规则"],"text":"例外 ：","textSha256":"e1f0ccc6adb8963a3b293424f23d68c21e7b8fb52b11c73c318ae8662af307a6","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-58d23c775578073f-1","anchor":"p-58d23c775578073f-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-58d23c775578073f-1","kind":"li","headingPath":["治理规则","写入规则"],"text":"synthesis_hub、synthesis_protocol 类页面（如前厅、退役说明、本协议页）可以将其他 synthesis 页放入 supports ，因为这些页面的\"证据\"就是其他综合判断。","textSha256":"1d0a8ba9c208308afd4a5f5880e68b9e6cd142811fec6f44854e18df1061d0db","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-11dc3ac7ee1f7ccb-1","anchor":"p-11dc3ac7ee1f7ccb-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-11dc3ac7ee1f7ccb-1","kind":"li","headingPath":["治理规则","写入规则"],"text":"纯导航/入口页可以将 synthesis 页放入 supports 。","textSha256":"0d568a4f5154d2be2168cec96dd3c753f8335565099f6e1057452bc37987f098","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-e41bce1737b5141f-1","anchor":"p-e41bce1737b5141f-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-e41bce1737b5141f-1","kind":"p","headingPath":["治理规则","写入规则"],"text":"判断公式 ：","textSha256":"9dd8ace119fc3f0ba4f182a1811fe10a5201bb4246b74537d2730dc1f72f6aa1","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-d998fd1c568b16c9-1","anchor":"p-d998fd1c568b16c9-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-d998fd1c568b16c9-1","kind":"pre","headingPath":["治理规则","写入规则"],"text":"本页的核心事实判断是否直接依赖该链接页面的内容？\n-> 是：放入 supports\n-> 否，但有主题关联：放入 related_* 对应字段\n-> 否，且只是结构引用（如\"本页被前厅引用\"）：不放入任何关系字段，\n   因为反向引用由被引用页面自己维护","textSha256":"e5494c9fa875a653ee3537a5125295cf0e74e4af01a298570021411502aa3372","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-00887e25ad5b3ada-1","anchor":"p-00887e25ad5b3ada-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-00887e25ad5b3ada-1","kind":"h3","headingPath":["治理规则","审计规则"],"text":"审计规则","textSha256":"a0be4a6cd89492e00c02a7a501bd28aab081bcea088c6d019cb237c9ae4778da","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-50df9c0e264ebdee-1","anchor":"p-50df9c0e264ebdee-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-50df9c0e264ebdee-1","kind":"p","headingPath":["治理规则","审计规则"],"text":"对现有页面的 supports 审计，逐页执行：","textSha256":"56be39b076a04edc528503207013ec8eab31f0c6f071527d3ade640bc6a988f7","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-e13e2a2aca37546c-1","anchor":"p-e13e2a2aca37546c-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-e13e2a2aca37546c-1","kind":"li","headingPath":["治理规则","审计规则"],"text":"读取 supports 列表中的每个链接。","textSha256":"aa6d5a2192ce54fe8125778cb74d51364c1d1f687d050bf1809312bf64bba99a","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-544d713d090a60b5-1","anchor":"p-544d713d090a60b5-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-544d713d090a60b5-1","kind":"li","headingPath":["治理规则","审计规则"],"text":"判断它是否直接为本页提供 T0/T1 事实。","textSha256":"49d74c94340275b0d465b3ef81711b5e6a2dc4bae2eeb4068381a40ecad216e7","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-a9702782b7e58efa-1","anchor":"p-a9702782b7e58efa-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-a9702782b7e58efa-1","kind":"li","headingPath":["治理规则","审计规则"],"text":"如果不是：\n   - 如果是 synthesis/meta 类页面，移到 related_synthesis 。\n   - 如果是 sources 类页面但非核心证据，移到 related_sources 。\n   - 如果是 concepts 类页面，移到 related_concepts 。","textSha256":"915f7e3e800d6cab670f248c923b2f0452dfc66f09792dac1f5a78cbb12424e2","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-8cb067ef7adef26f-1","anchor":"p-8cb067ef7adef26f-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-8cb067ef7adef26f-1","kind":"li","headingPath":["治理规则","审计规则"],"text":"审计后更新 updated 日期。","textSha256":"6a27b04f4e2d90d7253b3974b505ad9843b73e6f827a1e4a2f8b0ef90503a10c","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-6da4f5e6fb1f9039-1","anchor":"p-6da4f5e6fb1f9039-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-6da4f5e6fb1f9039-1","kind":"h3","headingPath":["治理规则","当前已知问题"],"text":"当前已知问题","textSha256":"1512f962c6bf3cd6eafd144b60ffff2787d297edf8aa9082b1ff8c575625a964","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-faaa213c9e7f11b6-1","anchor":"p-faaa213c9e7f11b6-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-faaa213c9e7f11b6-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"问题 规模 说明","textSha256":"6fc77435089062977baffad3f2940779f50a6eace339829d6055e632a29d818d","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-6bd000945fad9087-1","anchor":"p-6bd000945fad9087-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-6bd000945fad9087-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"synthesis 页的 supports 包含其他 synthesis 页 广泛 多数 synthesis 页将入口页、看板和其他综合页放入 supports 。按本协议应移到 related_synthesis 。","textSha256":"5676d78b9cd9daefcb86f205d32140082bd680ebbfedefa2b790cc5796c970e3","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-7e2099d2ef7c0026-1","anchor":"p-7e2099d2ef7c0026-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-7e2099d2ef7c0026-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"sources 页的 supports 包含 synthesis 页 较少 部分来源页将引用自己的综合页放入 supports 。按本协议应移到 related_synthesis 。","textSha256":"00ac6e54c412732189558e0befe6c387121fe7ffae1845f6a251b7a1a0c77603","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-20ed45257cee9156-1","anchor":"p-20ed45257cee9156-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-20ed45257cee9156-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"concepts 页的 supports 包含 synthesis 页 较少 少数概念页将综合页放入 supports 。按本协议应移到 related_synthesis 。","textSha256":"4b7ede064b74df7d094a33e0fb4c3a2fc018013a1523c2b55ee5de1e0b3ac004","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-79d2442853364a16-1","anchor":"p-79d2442853364a16-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-79d2442853364a16-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"129 个 concepts 页缺 related_sources 129/246 需逐页补入相关来源链接。","textSha256":"9a4f4988a88fa981d1007bc2db32d4edb8a09e3fb721a510f716a4cf5e8dd7c4","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-27319cbf1502f2ab-1","anchor":"p-27319cbf1502f2ab-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-27319cbf1502f2ab-1","kind":"tr","headingPath":["治理规则","当前已知问题"],"text":"563 个 synthesis 页缺 related_sources 563/658 需逐页补入相关来源链接。","textSha256":"2333e64d1509e0ef4dc69d1c11a61e739c3d5724ad91093c379f6fccdf44c13c","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-298b87a616f3244b-1","anchor":"p-298b87a616f3244b-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-298b87a616f3244b-1","kind":"h2","headingPath":["执行建议"],"text":"执行建议","textSha256":"b0642141a9a3bbb5092edab4970f40142c4a7406db6f235ef55fe8d27f2ebc63","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-368fe921f977833e-1","anchor":"p-368fe921f977833e-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-368fe921f977833e-1","kind":"tr","headingPath":["执行建议"],"text":"批次 目标 操作","textSha256":"73803d0dd9d2647199f5e9c779f548b47eccbe7ee3af925cbd421e5a7295b651","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-fc8b2bb8c4056302-1","anchor":"p-fc8b2bb8c4056302-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-fc8b2bb8c4056302-1","kind":"tr","headingPath":["执行建议"],"text":"批次 A 高频核心概念页（~20 个 active 概念） 审计 supports ，将非 sources 链接移到 related_synthesis 。","textSha256":"11d41d6a9633e3cb932947d0b13df96707d7cb4cd08aeea326c683d79e393178","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-410beb39a00ca0c2-1","anchor":"p-410beb39a00ca0c2-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-410beb39a00ca0c2-1","kind":"tr","headingPath":["执行建议"],"text":"批次 B 高频 synthesis 页（~30 个核心综合页） 同上。","textSha256":"1c1364159983bdf55360306b6c8385324d9f0baaaa7d14b8d30fed1ef3e37ed1","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-1a8ecd328abebdaa-1","anchor":"p-1a8ecd328abebdaa-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-1a8ecd328abebdaa-1","kind":"tr","headingPath":["执行建议"],"text":"批次 C 剩余 concepts 页的 related_sources 补全 从正文中的来源引用反向填入 related_sources 。","textSha256":"4497b963696dd79d95103e66530ee22f168b01210535712adcb7283db96e7add","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-99e34235e89610ac-1","anchor":"p-99e34235e89610ac-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-99e34235e89610ac-1","kind":"tr","headingPath":["执行建议"],"text":"批次 D 剩余 synthesis 页的 related_sources 补全 同上，可按主题分批。","textSha256":"2cd553627689006ae38da1864be42e8f3142662caf080367061ca938f60c5d61","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-92451817bc08e99a-1","anchor":"p-92451817bc08e99a-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-92451817bc08e99a-1","kind":"h2","headingPath":["使用边界"],"text":"使用边界","textSha256":"b59c77baa8ebe251c822c054dc5b72c3dd25e7b71802f9e7c5524181d74f4f71","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-087486010c852def-1","anchor":"p-087486010c852def-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-087486010c852def-1","kind":"li","headingPath":["使用边界"],"text":"不批量修改现有页面的 supports ；每次审计只处理一个页面。","textSha256":"7ad703341d923446d64e75a8b04039ebc0876520365ea94fca57a2d722a429d1","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-4393b6d11d8ff26e-1","anchor":"p-4393b6d11d8ff26e-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-4393b6d11d8ff26e-1","kind":"li","headingPath":["使用边界"],"text":"不删除 supports 中的链接，只移动到更合适的字段。","textSha256":"404fda6940bf6a2f1b34da59079dfca9883c675a3b33173e3627c941b4d94bf6","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-ce64b74168d9ff37-1","anchor":"p-ce64b74168d9ff37-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-ce64b74168d9ff37-1","kind":"li","headingPath":["使用边界"],"text":"审计后不改变页面正文的双链结构；只调整 frontmatter。","textSha256":"524646049f6ecfbfac106e75910d4eebc922a78e180aed7875c0a4de6c5388eb","links":[],"images":[]},{"id":"hs-2ddee4b8a6f36df3#p-d59f73216551d385-1","anchor":"p-d59f73216551d385-1","url":"https://a.p4theater.top/research/hs-2ddee4b8a6f36df3#p-d59f73216551d385-1","kind":"li","headingPath":["使用边界"],"text":"supports 为空不代表页面无效；有些页面（如本协议页）的支撑就是其他协议判断。","textSha256":"7fe637d3fb3aec3d05504e84e521987b833474c5a0e13ca73719a1839f6fbbbe","links":[],"images":[]}]}
