author_glossary.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "schema_version": "webnovel-author-glossary/v1",
  3. "terms": [
  4. {
  5. "technical": "subagent",
  6. "author": "写作助手",
  7. "explanation": "负责某一类写作任务的辅助步骤,例如写前准备、写作检查或资料整理。"
  8. },
  9. {
  10. "technical": "context-agent",
  11. "author": "写前准备",
  12. "explanation": "整理本章需要参考的前情、章纲、伏笔和设定。"
  13. },
  14. {
  15. "technical": "reviewer",
  16. "author": "写作检查",
  17. "explanation": "检查本章是否存在影响继续写作的问题。"
  18. },
  19. {
  20. "technical": "data-agent",
  21. "author": "保存本章故事事实",
  22. "explanation": "提取本章新发生的事件、人物状态和设定变化。"
  23. },
  24. {
  25. "technical": "deconstruction-agent",
  26. "author": "参考作品拆解",
  27. "explanation": "把参考作品的可借鉴结构整理成创意素材。"
  28. },
  29. {
  30. "technical": "artifact",
  31. "author": "中间结果文件",
  32. "explanation": "流程中保存的检查、提取或提交前材料。"
  33. },
  34. {
  35. "technical": "review_results",
  36. "author": "写作检查结果",
  37. "explanation": "本章写作检查的结构化结果。"
  38. },
  39. {
  40. "technical": "fulfillment_result",
  41. "author": "本章目标完成情况",
  42. "explanation": "本章是否覆盖了章纲要求的关键节点。"
  43. },
  44. {
  45. "technical": "disambiguation_result",
  46. "author": "待确认的人名/设定歧义",
  47. "explanation": "系统不确定某些称呼或设定指向,需要确认后再入库。"
  48. },
  49. {
  50. "technical": "extraction_result",
  51. "author": "本章新发生的故事事实",
  52. "explanation": "本章可写入故事资料的事件、状态和关系变化。"
  53. },
  54. {
  55. "technical": "chapter-commit",
  56. "author": "提交本章事实",
  57. "explanation": "把本章通过检查的故事事实正式保存进主链。"
  58. },
  59. {
  60. "technical": "CHAPTER_COMMIT",
  61. "author": "本章事实存档",
  62. "explanation": "系统保存本章事实时生成的权威记录。"
  63. },
  64. {
  65. "technical": "commit",
  66. "author": "入账存档",
  67. "explanation": "把本章已确认的事实正式记入故事资料。"
  68. },
  69. {
  70. "technical": "projection",
  71. "author": "更新故事资料",
  72. "explanation": "把已保存的本章事实同步到状态、摘要、长期记忆和检索库。"
  73. },
  74. {
  75. "technical": "state",
  76. "author": "状态",
  77. "explanation": "角色、地点和故事进度的当前状态。"
  78. },
  79. {
  80. "technical": "index",
  81. "author": "索引",
  82. "explanation": "用于查询章节、角色和事件的资料索引。"
  83. },
  84. {
  85. "technical": "summary",
  86. "author": "摘要",
  87. "explanation": "章节或剧情的简要记录。"
  88. },
  89. {
  90. "technical": "memory",
  91. "author": "长期记忆",
  92. "explanation": "跨章节保持一致所需的长期资料。"
  93. },
  94. {
  95. "technical": "vector",
  96. "author": "检索库",
  97. "explanation": "用于相似内容召回和写前查询的资料库。"
  98. },
  99. {
  100. "technical": "write-gate",
  101. "author": "自检关卡",
  102. "explanation": "写作流程在关键节点做的安全检查。"
  103. },
  104. {
  105. "technical": "blocking issue",
  106. "author": "会影响继续写作的问题",
  107. "explanation": "不处理会影响提交、连贯性或后续写作的问题。"
  108. },
  109. {
  110. "technical": "fallback",
  111. "author": "临时降级读取",
  112. "explanation": "主资料不可用时,临时用较简单方式继续读取必要信息。"
  113. },
  114. {
  115. "technical": "runtime contract",
  116. "author": "本章写作要求",
  117. "explanation": "本章必须遵守的章纲、设定、禁区和检查规则。"
  118. },
  119. {
  120. "technical": "schema error",
  121. "author": "中间结果格式不完整",
  122. "explanation": "流程产物缺字段或形状不对,系统无法可靠继续。"
  123. },
  124. {
  125. "technical": "mainline_ready",
  126. "author": "这本书的档案是否就绪",
  127. "explanation": "Story System 主链是否已经具备继续写作所需的基础资料。"
  128. },
  129. {
  130. "technical": "pending",
  131. "author": "等待确认",
  132. "explanation": "还有事项没有确认,暂时不能当成完成。"
  133. },
  134. {
  135. "technical": "rejected",
  136. "author": "本章事实未通过提交",
  137. "explanation": "本章事实没有被正式保存进主链。"
  138. },
  139. {
  140. "technical": "accepted",
  141. "author": "本章事实已通过提交",
  142. "explanation": "本章事实已经正式保存进主链。"
  143. }
  144. ]
  145. }