diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6eeadce --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# InkOS 运行时文件 +story/snapshots/ +story/runtime/ +story/state/ +story/memory.db + +# 临时文件 +*.tmp +*.log + +# 系统文件 +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/story/memory.db b/story/memory.db deleted file mode 100644 index 0962356..0000000 Binary files a/story/memory.db and /dev/null differ diff --git a/story/runtime/chapter-0001.context.json b/story/runtime/chapter-0001.context.json deleted file mode 100644 index c8d29a7..0000000 --- a/story/runtime/chapter-0001.context.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "chapter": 1, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "死局开局**。陈枭在乱葬岗收尸,遭遇尸变,被尸气感染,生命垂危;同时监工李血河为了克扣抚恤金,欲杀人灭口。" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 身份低微(收尸人),无货币,被监工李血河盯上" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 夜幕降临,乱葬岗将有黄泉尸潮爆发,而主角被困在停尸房内" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 活过今晚,寻找食物/药物处理伤口" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重(初入),左臂有抓痕,气血亏空(饥饿感强烈),黄泉熔炉(未激活/沉睡)" - }, - { - "source": "story/pending_hooks.md#h001", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 15 | 陈枭胸口佩戴的一枚不起眼的黑石吊坠,实为开启熔炉核心区域的钥匙,目前仅作为饰品。" - }, - { - "source": "story/pending_hooks.md#h002", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "人物 | open | 30 | 哑姑偶尔清醒时呼喊的一个名字\"玄机子\",暗示她与上层修仙界的渊源。" - }, - { - "source": "story/pending_hooks.md#h003", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | open | 50 | 血衣门在黑石镇地下挖掘的通道,似乎在圈养某种怪物,主角偶然听到异响。" - }, - { - "source": "story/pending_hooks.md#h004", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "身世 | open | 100 | 陈枭父母并非病故,而是被献祭给熔炉的守炉人,主角是唯一的血脉容器。" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0001.intent.md b/story/runtime/chapter-0001.intent.md deleted file mode 100644 index a2ca5f6..0000000 --- a/story/runtime/chapter-0001.intent.md +++ /dev/null @@ -1,44 +0,0 @@ -# Chapter Intent - -## Goal -死局开局**。陈枭在乱葬岗收尸,遭遇尸变,被尸气感染,生命垂危;同时监工李血河为了克扣抚恤金,欲杀人灭口。 - -## Outline Node -死局开局**。陈枭在乱葬岗收尸,遭遇尸变,被尸气感染,生命垂危;同时监工李血河为了克扣抚恤金,欲杀人灭口。 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- none - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h001 | 0 | 物品 | open | 0 | 15 | 陈枭胸口佩戴的一枚不起眼的黑石吊坠,实为开启熔炉核心区域的钥匙,目前仅作为饰品。 | -| h002 | 0 | 人物 | open | 0 | 30 | 哑姑偶尔清醒时呼喊的一个名字"玄机子",暗示她与上层修仙界的渊源。 | -| h003 | 0 | 势力 | open | 0 | 50 | 血衣门在黑石镇地下挖掘的通道,似乎在圈养某种怪物,主角偶然听到异响。 | -| h004 | 0 | 身世 | open | 0 | 100 | 陈枭父母并非病故,而是被献祭给熔炉的守炉人,主角是唯一的血脉容器。 | - -## Chapter Summaries Snapshot -- none diff --git a/story/runtime/chapter-0001.rule-stack.yaml b/story/runtime/chapter-0001.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0001.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0001.trace.json b/story/runtime/chapter-0001.trace.json deleted file mode 100644 index fe1ff69..0000000 --- a/story/runtime/chapter-0001.trace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "chapter": 1, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0001.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前限制", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/pending_hooks.md#h001", - "story/pending_hooks.md#h002", - "story/pending_hooks.md#h003", - "story/pending_hooks.md#h004" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0002.context.json b/story/runtime/chapter-0002.context.json deleted file mode 100644 index 195755e..0000000 --- a/story/runtime/chapter-0002.context.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "chapter": 2, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "熔炉觉醒**。陈枭濒死之际激活体内古物,炼化尸变的尸体,获得气血与解毒丹,反杀监工亲卫。" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生死存亡——尸潮围困+尸气感染+李血河威胁,熔炉觉醒带来的力量与代价并存" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 被困停尸房,尸潮围困,尸气入体(三天内不处理将尸变),熔炉刚觉醒未完全掌控" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 活过今晚,解决尸气感染,应对尸潮与李血河" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重,左臂尸气感染(三道抓痕变黑,正在与熔炉热流搏斗),左臂出现黑色符文纹路,体内产生饥饿感,肋下有刀伤(轻伤)" - }, - { - "source": "story/chapter_summaries.md#1", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "收尸人 | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设" - }, - { - "source": "story/pending_hooks.md#h005", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "能力 | open | 5 | 陈枭左臂出现黑色符文纹路,熔炉觉醒后产生吞噬饥饿感,暗示熔炉与身体的融合。" - }, - { - "source": "story/pending_hooks.md#h001", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 15 | 黑石吊坠在本章激活,发烫并释放热流进入陈枭体内,与尸气搏斗,吊坠深处有东西苏醒。" - }, - { - "source": "story/pending_hooks.md#h004", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "身世 | progressing | 100 | 李血河揭露:陈枭父亲陈根生五年前死于矿洞,抚恤金三块灵石被私吞,父亲死时手指被断(防按手印),暗示非正常死亡。" - }, - { - "source": "story/pending_hooks.md#h002", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "人物 | open | 30 | 哑姑未出场,状态不变。" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0002.intent.md b/story/runtime/chapter-0002.intent.md deleted file mode 100644 index 98685c6..0000000 --- a/story/runtime/chapter-0002.intent.md +++ /dev/null @@ -1,46 +0,0 @@ -# Chapter Intent - -## Goal -熔炉觉醒**。陈枭濒死之际激活体内古物,炼化尸变的尸体,获得气血与解毒丹,反杀监工亲卫。 - -## Outline Node -熔炉觉醒**。陈枭濒死之际激活体内古物,炼化尸变的尸体,获得气血与解毒丹,反杀监工亲卫。 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h004 - -### Eligible Resolve -- none - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h005 | 1 | 能力 | open | 1 | 5 | 陈枭左臂出现黑色符文纹路,熔炉觉醒后产生吞噬饥饿感,暗示熔炉与身体的融合。 | -| h001 | 0 | 物品 | open | 1 | 15 | 黑石吊坠在本章激活,发烫并释放热流进入陈枭体内,与尸气搏斗,吊坠深处有东西苏醒。 | -| h004 | 0 | 身世 | progressing | 1 | 100 | 李血河揭露:陈枭父亲陈根生五年前死于矿洞,抚恤金三块灵石被私吞,父亲死时手指被断(防按手印),暗示非正常死亡。 | -| h002 | 0 | 人物 | open | 0 | 30 | 哑姑未出场,状态不变。 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | diff --git a/story/runtime/chapter-0002.rule-stack.yaml b/story/runtime/chapter-0002.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0002.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0002.trace.json b/story/runtime/chapter-0002.trace.json deleted file mode 100644 index fdc2cb6..0000000 --- a/story/runtime/chapter-0002.trace.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "chapter": 2, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0002.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前限制", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/chapter_summaries.md#1", - "story/pending_hooks.md#h005", - "story/pending_hooks.md#h001", - "story/pending_hooks.md#h004", - "story/pending_hooks.md#h002" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0003.context.json b/story/runtime/chapter-0003.context.json deleted file mode 100644 index 3b26cee..0000000 --- a/story/runtime/chapter-0003.context.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "chapter": 3, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "觉醒熔炉,反杀监工。" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(熔炉代价)+ 父仇线索 + 逃亡追杀" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 逃离矿场,找安全地研究熔炉与黑石,查清父亲死因" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重(气血充盈),伤势全愈,左臂黑色符文纹路加深,熔炉觉醒但未完全掌控,持续饥渴感" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 熔炉需持续进食否则反噬,李血河将发现异常并追杀" - }, - { - "source": "story/chapter_summaries.md#1", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "收尸人 | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设" - }, - { - "source": "story/chapter_summaries.md#2", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "熔炉 | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设" - }, - { - "source": "story/pending_hooks.md#h006", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 20 | 从王剑尸体搜出的黑色石头,材质与黑石吊坠相同,暗示熔炉碎片或关联物。" - }, - { - "source": "story/pending_hooks.md#h005", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "能力 | progressing | 10 | 左臂黑色符文纹路加深,熔炉吞噬活人(王剑)后愈合剑伤,代价是持续饥渴感。" - }, - { - "source": "story/pending_hooks.md#h001", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | progressing | 15 | 黑石吊坠激活为\"熔炉\",可炼化死物提取资源(气血、丹药),需持续进食否则反噬。" - }, - { - "source": "story/pending_hooks.md#h002", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "人物 | open | 30 | 哑姑仍未出场,第2章正文未提及,存在场景断裂。" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0003.intent.md b/story/runtime/chapter-0003.intent.md deleted file mode 100644 index da0f2ba..0000000 --- a/story/runtime/chapter-0003.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -觉醒熔炉,反杀监工。 - -## Outline Node -觉醒熔炉,反杀监工。 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h004 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h006 | 2 | 物品 | open | 2 | 20 | 从王剑尸体搜出的黑色石头,材质与黑石吊坠相同,暗示熔炉碎片或关联物。 | -| h005 | 1 | 能力 | progressing | 2 | 10 | 左臂黑色符文纹路加深,熔炉吞噬活人(王剑)后愈合剑伤,代价是持续饥渴感。 | -| h001 | 0 | 物品 | progressing | 2 | 15 | 黑石吊坠激活为"熔炉",可炼化死物提取资源(气血、丹药),需持续进食否则反噬。 | -| h002 | 0 | 人物 | open | 0 | 30 | 哑姑仍未出场,第2章正文未提及,存在场景断裂。 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | diff --git a/story/runtime/chapter-0003.rule-stack.yaml b/story/runtime/chapter-0003.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0003.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0003.trace.json b/story/runtime/chapter-0003.trace.json deleted file mode 100644 index eb5ccc9..0000000 --- a/story/runtime/chapter-0003.trace.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "chapter": 3, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0003.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#1", - "story/chapter_summaries.md#2", - "story/pending_hooks.md#h006", - "story/pending_hooks.md#h005", - "story/pending_hooks.md#h001", - "story/pending_hooks.md#h002" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0004.context.json b/story/runtime/chapter-0004.context.json deleted file mode 100644 index e815633..0000000 --- a/story/runtime/chapter-0004.context.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "chapter": 4, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(熔炉代价)+ 父仇线索 + 逃亡追杀" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 逃离矿场,找安全地研究熔炉与黑石,查清父亲死因" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重(气血充盈),伤势痊愈,左臂黑色符文纹路加深,熔炉饥饿感暂时平息" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 熔炉需持续进食否则反噬,李血河将发现追杀失败并派更强追兵" - }, - { - "source": "story/chapter_summaries.md#1", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "收尸人 | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设" - }, - { - "source": "story/chapter_summaries.md#2", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "熔炉 | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设" - }, - { - "source": "story/pending_hooks.md#h001", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | progressing | 15" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0004.intent.md b/story/runtime/chapter-0004.intent.md deleted file mode 100644 index eb58d66..0000000 --- a/story/runtime/chapter-0004.intent.md +++ /dev/null @@ -1,43 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h001 | 0 | 物品 | progressing | 3 | 15 | | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | diff --git a/story/runtime/chapter-0004.rule-stack.yaml b/story/runtime/chapter-0004.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0004.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0004.trace.json b/story/runtime/chapter-0004.trace.json deleted file mode 100644 index 3edc509..0000000 --- a/story/runtime/chapter-0004.trace.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "chapter": 4, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0004.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#1", - "story/chapter_summaries.md#2", - "story/pending_hooks.md#h001" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0005.context.json b/story/runtime/chapter-0005.context.json deleted file mode 100644 index e30a0b3..0000000 --- a/story/runtime/chapter-0005.context.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "chapter": 5, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(追杀升级)+ 父亲遗物之谜(黑石连黄泉)+ 逃亡求生" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 前往青石镇隐藏身份、打探消息、获取资源" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重,伤势痊愈,左臂符文延伸至近手肘,熔炉沉寂待燃料,习得游蛇步基础" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 血鸦令悬赏(五十灵石)、熔炉需持续进食、远离熟悉地盘" - }, - { - "source": "story/chapter_summaries.md#2", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "熔炉 | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设" - }, - { - "source": "story/chapter_summaries.md#4", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "荒野夜行 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设" - }, - { - "source": "story/pending_hooks.md#h003", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | open | 10 | 血鸦令悬赏五十灵石追杀陈枭,多队追杀中" - }, - { - "source": "story/pending_hooks.md#h004", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | open | 6 | 青石镇集会,大宗门弟子路过,消息流通节点" - }, - { - "source": "story/pending_hooks.md#h005", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "能力 | open | 8 | 熔炉可炼化灵石但效率低(不到三成),尸体才是最佳燃料" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0005.intent.md b/story/runtime/chapter-0005.intent.md deleted file mode 100644 index d36937f..0000000 --- a/story/runtime/chapter-0005.intent.md +++ /dev/null @@ -1,46 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h003 | 4 | 势力 | open | 4 | 10 | 血鸦令悬赏五十灵石追杀陈枭,多队追杀中 | -| h004 | 4 | 事件 | open | 4 | 6 | 青石镇集会,大宗门弟子路过,消息流通节点 | -| h005 | 4 | 能力 | open | 4 | 8 | 熔炉可炼化灵石但效率低(不到三成),尸体才是最佳燃料 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | diff --git a/story/runtime/chapter-0005.rule-stack.yaml b/story/runtime/chapter-0005.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0005.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0005.trace.json b/story/runtime/chapter-0005.trace.json deleted file mode 100644 index 6a203fa..0000000 --- a/story/runtime/chapter-0005.trace.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "chapter": 5, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0005.intent.md" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0005.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#2", - "story/chapter_summaries.md#4", - "story/pending_hooks.md#h003", - "story/pending_hooks.md#h004", - "story/pending_hooks.md#h005" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0006.context.json b/story/runtime/chapter-0006.context.json deleted file mode 100644 index 4eba8d2..0000000 --- a/story/runtime/chapter-0006.context.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "chapter": 6, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(追杀持续)+ 父亲遗物之谜(黑石连黄泉)+ 熔炉成长反噬风险" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 打探消息(父亲、黑石、黄泉、血鸦会)、隐藏身份、获取资源" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重,伤势痊愈,左臂符文延伸至近肘部(近半),熔炉沉寂待燃料,游蛇步熟练运用" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 血鸦令悬赏(五十灵石)、熔炉需持续进食、清河宗弟子同住客栈、身份伪装(采药人)" - }, - { - "source": "story/chapter_summaries.md#4", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "荒野夜行 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设" - }, - { - "source": "story/chapter_summaries.md#5", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "青石镇 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设" - }, - { - "source": "story/pending_hooks.md#h006", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | open | 12 | 清河宗弟子入住归云客栈,方圆千里最大宗门,有筑基期高手" - }, - { - "source": "story/pending_hooks.md#h007", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 15 | 血鸦会外门执事令牌,可用于打探情报" - }, - { - "source": "story/pending_hooks.md#h003", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | progressing | 10 | 血鸦令悬赏五十灵石追杀陈枭;第5章击杀外门执事一人,获得令牌,追杀持续" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0006.intent.md b/story/runtime/chapter-0006.intent.md deleted file mode 100644 index 0bb825f..0000000 --- a/story/runtime/chapter-0006.intent.md +++ /dev/null @@ -1,46 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h006 | 5 | 势力 | open | 5 | 12 | 清河宗弟子入住归云客栈,方圆千里最大宗门,有筑基期高手 | -| h007 | 5 | 物品 | open | 5 | 15 | 血鸦会外门执事令牌,可用于打探情报 | -| h003 | 4 | 势力 | progressing | 5 | 10 | 血鸦令悬赏五十灵石追杀陈枭;第5章击杀外门执事一人,获得令牌,追杀持续 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | diff --git a/story/runtime/chapter-0006.rule-stack.yaml b/story/runtime/chapter-0006.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0006.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0006.trace.json b/story/runtime/chapter-0006.trace.json deleted file mode 100644 index 6ecb302..0000000 --- a/story/runtime/chapter-0006.trace.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "chapter": 6, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0006.intent.md" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0006.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#4", - "story/chapter_summaries.md#5", - "story/pending_hooks.md#h006", - "story/pending_hooks.md#h007", - "story/pending_hooks.md#h003" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0007.context.json b/story/runtime/chapter-0007.context.json deleted file mode 100644 index 9a58396..0000000 --- a/story/runtime/chapter-0007.context.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "chapter": 7, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(悬赏升级+伤势)+ 父亲被出卖真相 + 三天后破庙之约" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 休息恢复伤势、找哑姑确认真相、三天后破庙之约" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重巅峰,左臂骨折,经脉受损(生吞灵石副作用),熔炉休眠,疲惫休整" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 悬赏提至八十灵石、左臂骨折需恢复、逃走一人会报信" - }, - { - "source": "story/chapter_summaries.md#4", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "荒野夜行 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设" - }, - { - "source": "story/chapter_summaries.md#5", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "青石镇 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设" - }, - { - "source": "story/chapter_summaries.md#6", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "暗流 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设" - }, - { - "source": "story/pending_hooks.md#h014", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "角色 | open | 12 | 顾寒舟(神秘男人);本章未出场" - }, - { - "source": "story/pending_hooks.md#h015", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "角色 | open | 12 | 哑姑真实身份;陈枭计划去找她确认真相" - }, - { - "source": "story/pending_hooks.md#h016", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | open | 9 | 李血河之死;已明确" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0007.intent.md b/story/runtime/chapter-0007.intent.md deleted file mode 100644 index fcefd7e..0000000 --- a/story/runtime/chapter-0007.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h008 | 6 | 事件 | open | 6 | 25 | 三十年前旧案;清河宗调查血鸦会丢失货物牵涉的旧案,与父亲失踪时间吻合 | -| h006 | 5 | 势力 | progressing | 6 | 12 | 清河宗弟子入住归云客栈;第6章得知他们调查三十年前旧案,已去矿场 | -| h007 | 5 | 物品 | progressing | 6 | 15 | 血鸦会外门执事令牌;第6章不敢使用真令牌,自制假木牌试探茶楼 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | diff --git a/story/runtime/chapter-0007.rule-stack.yaml b/story/runtime/chapter-0007.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0007.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0007.trace.json b/story/runtime/chapter-0007.trace.json deleted file mode 100644 index 616871b..0000000 --- a/story/runtime/chapter-0007.trace.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "chapter": 7, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0007.intent.md" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0007.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#4", - "story/chapter_summaries.md#5", - "story/chapter_summaries.md#6", - "story/pending_hooks.md#h014", - "story/pending_hooks.md#h015", - "story/pending_hooks.md#h016" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0008.context.json b/story/runtime/chapter-0008.context.json deleted file mode 100644 index 898d7df..0000000 --- a/story/runtime/chapter-0008.context.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "chapter": 8, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(悬赏持续)+ 父亲失踪之谜(获关键线索)+ 信息博弈(假令牌被识破但获内门铜牌)+ 三天后破庙之约(机会或陷阱)" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 三天后赴破庙之约、继续调查父亲失踪之谜、准备应对破庙陷阱、去矿场附近找更多线索" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重巅峰(距二重一步),左臂符文延伸(过肘向肩头),熔炉沉寂待燃料,游蛇步熟练运用,伪装采药人身份" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 血鸦令悬赏(五十灵石,画像模糊)、清河宗已去矿场查证、真令牌不敢用、假令牌已暴露、内门铜牌可能是陷阱" - }, - { - "source": "story/chapter_summaries.md#5", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "青石镇 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设" - }, - { - "source": "story/chapter_summaries.md#6", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "暗流 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设" - }, - { - "source": "story/chapter_summaries.md#7", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "聚贤茶楼 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设" - }, - { - "source": "story/pending_hooks.md#h009", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | open | 10 | 内门铜牌与破庙之约;三天后镇外破庙,有人要见陈枭,可能是机会也可能是陷阱" - }, - { - "source": "story/pending_hooks.md#h008", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | progressing | 25 | 三十年前旧案;第7章得知截货者姓周(外门执事),父亲与周姓执事一起死于矿场" - }, - { - "source": "story/pending_hooks.md#h006", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | open | 12 | 清河宗弟子入住归云客栈;已去矿场调查" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0008.intent.md b/story/runtime/chapter-0008.intent.md deleted file mode 100644 index 2ed5652..0000000 --- a/story/runtime/chapter-0008.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h009 | 7 | 事件 | open | 7 | 10 | 内门铜牌与破庙之约;三天后镇外破庙,有人要见陈枭,可能是机会也可能是陷阱 | -| h008 | 6 | 事件 | progressing | 7 | 25 | 三十年前旧案;第7章得知截货者姓周(外门执事),父亲与周姓执事一起死于矿场 | -| h006 | 5 | 势力 | open | 7 | 12 | 清河宗弟子入住归云客栈;已去矿场调查 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | diff --git a/story/runtime/chapter-0008.rule-stack.yaml b/story/runtime/chapter-0008.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0008.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0008.trace.json b/story/runtime/chapter-0008.trace.json deleted file mode 100644 index 188d3e8..0000000 --- a/story/runtime/chapter-0008.trace.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "chapter": 8, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0008.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#5", - "story/chapter_summaries.md#6", - "story/chapter_summaries.md#7", - "story/pending_hooks.md#h009", - "story/pending_hooks.md#h008", - "story/pending_hooks.md#h006" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0009.context.json b/story/runtime/chapter-0009.context.json deleted file mode 100644 index 91a8627..0000000 --- a/story/runtime/chapter-0009.context.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "chapter": 9, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(悬赏持续+追踪者出现)+ 父亲死因真相(无辜卷入周执事独吞计划)+ 矿场秘密(噬灵虫、封印之物、井里埋的东西)+ 三天后破庙之约 + 不明跟踪者" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 查矿场井里埋的东西、三天后赴破庙之约、查清噬灵虫主人与神秘势力、找机会去看哑姑" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重巅峰,左臂符文延伸(过肘向肩头),体力恢复,熔炉沉寂待燃料,游蛇步熟练运用,伪装采药人身份,持血鸦会令牌(从死者搜得)" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 血鸦令悬赏(五十灵石)、血鸦会追踪者已出现(一人被反杀)、矿场噬灵虫肆虐暂不可深入、内门铜牌可能是陷阱、有人暗中跟踪" - }, - { - "source": "story/chapter_summaries.md#6", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "暗流 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设" - }, - { - "source": "story/chapter_summaries.md#7", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "聚贤茶楼 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设" - }, - { - "source": "story/chapter_summaries.md#8", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "矿场 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设" - }, - { - "source": "story/pending_hooks.md#h014", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "人物 | open | 15 | 不明跟踪者;夜间行动时察觉有人跟踪(血腥味),后放弃追踪,身份不明" - }, - { - "source": "story/pending_hooks.md#h010", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | progressing | 12 | 矿场井里埋的东西;确认矿场有三口井,两口废弃一口在杂役院,陈枭夜间返回排查" - }, - { - "source": "story/pending_hooks.md#h011", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | open | 18 | 矿场神秘势力;养噬灵虫,想借清河宗破封印,苍老声音的主人" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0009.intent.md b/story/runtime/chapter-0009.intent.md deleted file mode 100644 index 0c6fa34..0000000 --- a/story/runtime/chapter-0009.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h010 | 8 | 物品 | open | 8 | 12 | 矿场井里埋的东西;周执事埋的,可能是当年被截的货 | -| h011 | 8 | 势力 | open | 8 | 18 | 矿场神秘势力;养噬灵虫,想借清河宗破开封印,苍老声音的主人 | -| h012 | 8 | 物品 | open | 8 | 15 | 矿场封印之物;"那东西"被封印在矿场下面,周执事想独吞被反噬 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | diff --git a/story/runtime/chapter-0009.rule-stack.yaml b/story/runtime/chapter-0009.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0009.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0009.trace.json b/story/runtime/chapter-0009.trace.json deleted file mode 100644 index 58cadf7..0000000 --- a/story/runtime/chapter-0009.trace.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "chapter": 9, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0009.intent.md" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0009.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#6", - "story/chapter_summaries.md#7", - "story/chapter_summaries.md#8", - "story/pending_hooks.md#h014", - "story/pending_hooks.md#h010", - "story/pending_hooks.md#h011" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0010.context.json b/story/runtime/chapter-0010.context.json deleted file mode 100644 index 66d5687..0000000 --- a/story/runtime/chapter-0010.context.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "chapter": 10, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存压力(追杀+伤势)+ 父亲死因真相(蒙面女人承认亲手送上死路)+ 矿场秘密(账册只是部分)" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 返回城池养伤,查清矿场秘密" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 淬体一重巅峰,左臂骨折(恢复中但伤口裂开),经脉受损(运转三个周天后松动),熔炉休眠,战斗力不足五成" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 悬赏八十灵石、左臂伤口裂开、经脉滞涩、灵石耗尽、血鸦会追杀中" - }, - { - "source": "story/chapter_summaries.md#6", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "暗流 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设" - }, - { - "source": "story/chapter_summaries.md#7", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "聚贤茶楼 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设" - }, - { - "source": "story/chapter_summaries.md#8", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "矿场 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设" - }, - { - "source": "story/chapter_summaries.md#9", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "井中物 | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)" - }, - { - "source": "story/pending_hooks.md#h015", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "角色 | progressing | 12 | 哑姑真实身份;陈枭怀疑其愧疚而非同情,可能出卖父亲" - }, - { - "source": "story/pending_hooks.md#h022", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "角色 | open | 13 | 蒙面女人;承认三十年前把父亲送上死路,替陈枭断后,生死不明" - }, - { - "source": "story/pending_hooks.md#h018", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | open | 15 | 父亲的梦;矿道尽头有门,门上刻着眼睛" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0010.intent.md b/story/runtime/chapter-0010.intent.md deleted file mode 100644 index b92e1af..0000000 --- a/story/runtime/chapter-0010.intent.md +++ /dev/null @@ -1,48 +0,0 @@ -# Chapter Intent - -## Goal -承接第9章结尾:陈枭在猎户小屋得知哑姑出卖父亲,决定第二天去确认。本章写陈枭去西巷找哑姑对质,发现她已经离开,留下线索。情绪基调:愤怒、疑惑、坚定。不要出现战斗,主要是调查和情感冲突。 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- outline_vs_request: allow local outline deferral - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h015 | 9 | 角色 | progressing | 10 | 12 | 哑姑真实身份;陈枭怀疑其愧疚而非同情,可能出卖父亲 | -| h022 | 10 | 角色 | open | 10 | 13 | 蒙面女人;承认三十年前把父亲送上死路,替陈枭断后,生死不明 | -| h018 | 9 | 事件 | open | 10 | 15 | 父亲的梦;矿道尽头有门,门上刻着眼睛 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | diff --git a/story/runtime/chapter-0010.rule-stack.yaml b/story/runtime/chapter-0010.rule-stack.yaml deleted file mode 100644 index afb10f0..0000000 --- a/story/runtime/chapter-0010.rule-stack.yaml +++ /dev/null @@ -1,48 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: - - from: L4 - to: L3 - target: '**卷名**:尸山血海铸根基' - reason: allow local outline deferral diff --git a/story/runtime/chapter-0010.trace.json b/story/runtime/chapter-0010.trace.json deleted file mode 100644 index 6d6b37c..0000000 --- a/story/runtime/chapter-0010.trace.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "chapter": 10, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0010.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#6", - "story/chapter_summaries.md#7", - "story/chapter_summaries.md#8", - "story/chapter_summaries.md#9", - "story/pending_hooks.md#h015", - "story/pending_hooks.md#h022", - "story/pending_hooks.md#h018" - ], - "notes": [ - "allow local outline deferral" - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0011.context.json b/story/runtime/chapter-0011.context.json deleted file mode 100644 index 84776ef..0000000 --- a/story/runtime/chapter-0011.context.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "chapter": 11, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "(状态卡未更新)" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/chapter_summaries.md#8", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "矿场 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设" - }, - { - "source": "story/chapter_summaries.md#9", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "井中物 | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)" - }, - { - "source": "story/chapter_summaries.md#10", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "养伤 | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设" - }, - { - "source": "story/pending_hooks.md#h019", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "角色 | open | 12 | 屋顶监视者;本章未直接出现" - }, - { - "source": "story/pending_hooks.md#h020", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 12 | 陶片(眼睛图案);哑姑留下的线索" - }, - { - "source": "story/pending_hooks.md#h021", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | open | 15 | 铜牌与熔炉的联系;云纹一致,炉壁底部纹路微亮" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0011.intent.md b/story/runtime/chapter-0011.intent.md deleted file mode 100644 index d85be49..0000000 --- a/story/runtime/chapter-0011.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h002 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h019 | 10 | 角色 | open | 10 | 12 | 屋顶监视者;本章未直接出现 | -| h020 | 10 | 物品 | open | 10 | 12 | 陶片(眼睛图案);哑姑留下的线索 | -| h021 | 10 | 物品 | open | 10 | 15 | 铜牌与熔炉的联系;云纹一致,炉壁底部纹路微亮 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | -| 10 | 养伤 | 陈枭、卖炭老张、蒙面女人("瞳") | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→"瞳"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设 | 压抑→警惕→震惊→冷静 | 情报推进章 | diff --git a/story/runtime/chapter-0011.rule-stack.yaml b/story/runtime/chapter-0011.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0011.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0011.trace.json b/story/runtime/chapter-0011.trace.json deleted file mode 100644 index 4d37d8b..0000000 --- a/story/runtime/chapter-0011.trace.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "chapter": 11, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0011.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/chapter_summaries.md#8", - "story/chapter_summaries.md#9", - "story/chapter_summaries.md#10", - "story/pending_hooks.md#h019", - "story/pending_hooks.md#h020", - "story/pending_hooks.md#h021" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/runtime/chapter-0012.context.json b/story/runtime/chapter-0012.context.json deleted file mode 100644 index ba07b3f..0000000 --- a/story/runtime/chapter-0012.context.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "chapter": 12, - "selectedContext": [ - { - "source": "story/current_focus.md", - "reason": "Current task focus for this chapter.", - "excerpt": "(描述接下来 1-3 章最需要优先推进的内容。)" - }, - { - "source": "story/current_state.md", - "reason": "Preserve hard state facts referenced by mustKeep.", - "excerpt": "| 字段 | 值 |" - }, - { - "source": "story/story_bible.md", - "reason": "Preserve canon constraints referenced by mustKeep.", - "excerpt": "**世界名称**:荒界" - }, - { - "source": "story/volume_outline.md", - "reason": "Anchor the default planning node for this chapter.", - "excerpt": "**卷名**:尸山血海铸根基" - }, - { - "source": "story/current_state.md#当前冲突", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前冲突 | 生存与追杀的矛盾;信息匮乏与真相漩涡的拉扯;自身实力不足以应对复杂局面的压力" - }, - { - "source": "story/current_state.md#当前目标", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前目标 | 养伤恢复体力;天黑后尝试联系孙姓老人,用账册交换信息" - }, - { - "source": "story/current_state.md#主角状态", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "主角状态 | 左臂伤口裂开,肋下瘀伤,体力消耗大,但已找到临时藏身处;确认铜牌与熔炉存在关联,内心警惕且坚定" - }, - { - "source": "story/current_state.md#当前限制", - "reason": "Relevant current-state fact retrieved for the current chapter goal.", - "excerpt": "当前限制 | 伤势影响行动力;追兵(血鸦会)可能仍在附近;缺乏灵石等硬通货" - }, - { - "source": "story/chapter_summaries.md#9", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "井中物 | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)" - }, - { - "source": "story/chapter_summaries.md#10", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "养伤 | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设" - }, - { - "source": "story/chapter_summaries.md#11", - "reason": "Relevant episodic memory retrieved for the current chapter goal.", - "excerpt": "铜牌 | 逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。 | 伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。 | h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。" - }, - { - "source": "story/pending_hooks.md#h029", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "事件 | open | 12 | 陈枭计划用账册与孙姓老人交换信息" - }, - { - "source": "story/pending_hooks.md#h021", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "物品 | progressing | 15 | 铜牌与熔炉的联系;确认关联,可被气血激活,彼此呼应发光" - }, - { - "source": "story/pending_hooks.md#h017", - "reason": "Carry forward unresolved hooks that match the chapter focus.", - "excerpt": "势力 | progressing | 12 | “瞳”势力;蒙面女人(“瞳”)给陈枭眼睛铜牌,并断后,生死不明;铜牌与熔炉关联被陈枭发现" - } - ] -} \ No newline at end of file diff --git a/story/runtime/chapter-0012.intent.md b/story/runtime/chapter-0012.intent.md deleted file mode 100644 index 4aceb51..0000000 --- a/story/runtime/chapter-0012.intent.md +++ /dev/null @@ -1,47 +0,0 @@ -# Chapter Intent - -## Goal -**卷名**:尸山血海铸根基 - -## Outline Node -**卷名**:尸山血海铸根基 - -## Must Keep -- none - -## Must Avoid -- none - -## Style Emphasis -- none - -## Hook Agenda -### Must Advance -- h001 -- h017 - -### Eligible Resolve -- h001 - -### Stale Debt -- none - -### Avoid New Hook Families -- none - -## Conflicts -- none - -## Pending Hooks Snapshot -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h029 | 11 | 事件 | open | 11 | 12 | 陈枭计划用账册与孙姓老人交换信息 | -| h021 | 10 | 物品 | progressing | 11 | 15 | 铜牌与熔炉的联系;确认关联,可被气血激活,彼此呼应发光 | -| h017 | 9 | 势力 | progressing | 11 | 12 | “瞳”势力;蒙面女人(“瞳”)给陈枭眼睛铜牌,并断后,生死不明;铜牌与熔炉关联被陈枭发现 | - -## Chapter Summaries Snapshot -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -| --- | --- | --- | --- | --- | --- | --- | --- | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | -| 10 | 养伤 | 陈枭、卖炭老张、蒙面女人("瞳") | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→"瞳"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设 | 压抑→警惕→震惊→冷静 | 情报推进章 | -| 11 | 铜牌 | 陈枭 | 逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。 | 伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。 | h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。 | 警惕、压抑、沉思、坚定 | 过渡与情报梳理章 | diff --git a/story/runtime/chapter-0012.rule-stack.yaml b/story/runtime/chapter-0012.rule-stack.yaml deleted file mode 100644 index 161f15c..0000000 --- a/story/runtime/chapter-0012.rule-stack.yaml +++ /dev/null @@ -1,44 +0,0 @@ -layers: - - id: L1 - name: hard_facts - precedence: 100 - scope: global - - id: L2 - name: author_intent - precedence: 80 - scope: book - - id: L3 - name: planning - precedence: 60 - scope: arc - - id: L4 - name: current_task - precedence: 70 - scope: local -sections: - hard: - - story_bible - - current_state - - book_rules - soft: - - author_intent - - current_focus - - volume_outline - diagnostic: - - anti_ai_checks - - continuity_audit - - style_regression_checks -overrideEdges: - - from: L4 - to: L3 - allowed: true - scope: current_chapter - - from: L4 - to: L2 - allowed: false - scope: current_chapter - - from: L4 - to: L1 - allowed: false - scope: current_chapter -activeOverrides: [] diff --git a/story/runtime/chapter-0012.trace.json b/story/runtime/chapter-0012.trace.json deleted file mode 100644 index 74b14a0..0000000 --- a/story/runtime/chapter-0012.trace.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "chapter": 12, - "plannerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/author_intent.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_focus.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/story_bible.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/volume_outline.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/book_rules.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/current_state.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/pending_hooks.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/chapter_summaries.md", - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/memory.db" - ], - "composerInputs": [ - "/root/.openclaw/workspace/inkos-projects/books/黄泉熔炉/story/runtime/chapter-0012.intent.md" - ], - "selectedSources": [ - "story/current_focus.md", - "story/current_state.md", - "story/story_bible.md", - "story/volume_outline.md", - "story/current_state.md#当前冲突", - "story/current_state.md#当前目标", - "story/current_state.md#主角状态", - "story/current_state.md#当前限制", - "story/chapter_summaries.md#9", - "story/chapter_summaries.md#10", - "story/chapter_summaries.md#11", - "story/pending_hooks.md#h029", - "story/pending_hooks.md#h021", - "story/pending_hooks.md#h017" - ], - "notes": [] -} \ No newline at end of file diff --git a/story/snapshots/10/chapter_summaries.md b/story/snapshots/10/chapter_summaries.md deleted file mode 100644 index 7dc8e9d..0000000 --- a/story/snapshots/10/chapter_summaries.md +++ /dev/null @@ -1,13 +0,0 @@ -# 章节摘要 - -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -|------|------|----------|----------|----------|----------|----------|----------| -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | -| 10 | 养伤 | 陈枭、卖炭老张、蒙面女人("瞳") | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→"瞳"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设 | 压抑→警惕→震惊→冷静 | 情报推进章 | diff --git a/story/snapshots/10/character_matrix.md b/story/snapshots/10/character_matrix.md deleted file mode 100644 index 3d23c6a..0000000 --- a/story/snapshots/10/character_matrix.md +++ /dev/null @@ -1,38 +0,0 @@ -### 角色档案 -| 角色 | 核心标签 | 反差细节 | 说话风格 | 性格底色 | 与主角关系 | 核心动机 | 当前目标 | -|------|----------|----------|----------|----------|------------|----------|----------| -| 陈枭 | 冷静、隐忍、果断 | 面对死亡平静如水,反杀时精准狠辣 | 简短、务实、不废话 | 利己求生 | 主角 | 活下去,变强,查清父亲失踪真相 | 查清哑姑与血鸦会关联,追踪线索 | -| 李血河 | 贪婪、阴毒、睚眦必报 | 发血鸦令悬赏,追杀升级 | 阴柔尖细,喜欢玩弄语言 | 欺压弱小 | 敌对(仇人) | 灭口隐患,私吞资源 | 已死(三天前) | -| 陈根生 | 已故 | 死于矿洞深处,留下连接黄泉的黑石,三十年前失踪,被卷入周执事独吞计划,被出卖被害,持有真血鸦令但非血鸦会成员 | - | - | 父亲 | - | - | -| 清河宗中年道人 | 内敛、谨慎、疲惫 | 两鬓斑白,气息内敛,对旧案讳莫如深 | 平稳、简短、不喜多言 | 谨慎务实 | 中立(信息来源) | 查证三十年前旧案 | 已撤离矿场 | -| 清河宗刘师兄 | 傲慢、年轻气盛 | 嗤笑采药人,被师叔训斥 | 拔高、牢骚多 | 阶级优越 | 中立(轻视主角) | 完成任务 | 随师叔行动 | -| 粥铺老板 | 本分、消息灵通 | 本地人,知道聚贤茶楼 | 随和、健谈 | 普通百姓 | 中立 | 做生意 | 无 | -| 茶小二 | 职业化、深藏不露 | 看到假木牌后出价五块灵石 | 职业笑容、试探性 | 不明 | 中立 | 不明 | 不明 | -| 瘦长脸 | 老练、深藏不露 | 识破假木牌却未揭穿,反而给内门铜牌 | 简短、压低声音、试探性 | 不明 | 中立偏试探 | 不明 | 让陈枭三天后去破庙 | -| 瘦高男人 | 神秘、冷静、操控 | 放走陈枭,透露破庙是陷阱,说陈枭"还有用" | 平静、从容、带威胁 | 深藏不露 | 中立偏复杂 | 借陈枭做事 | 不让陈枭去破庙? | -| 苍老声音老人 | 阴冷、算计、交易 | 养噬灵虫,想借清河宗破封印,现身要账册 | 阴冷、从容、交易性 | 深藏不露 | 敌对(交易关系) | 获取账册、破开封印 | 用真相换账册 | -| 哑姑 | 沉默、神秘、复杂 | 照顾陈枭三年,父亲生前留下的人,在西城二十年,留下警告后失踪 | 不说话(手语) | 不明 | 友方→复杂→可能被迫害 | 不明(存疑) | 已离开,下落不明 | -| 屋顶监视者 | 神秘、身法高超 | 只监视不攻击,身法轻盈如夜枭 | 未说话 | 不明 | 中立偏敌对 | 监视陈枭 | 不明 | -| 杂货铺老头 | 驼背、冷漠、本地人 | 眼神浑浊,对什么都提不起兴趣,提醒"最近不太平" | 沙哑、简短 | 普通百姓 | 中立 | 做生意 | 无 | -| 神秘送物者 | 隐秘、高效 | 三长两短敲门,留下物资后离去,不留痕迹 | 未说话 | 不明 | "瞳"的使者 | 送物资/监视 | 已完成 | -| 卖炭老张 | 佝偻、消息灵通、贪财 | 本地人,帮忙打听消息,收三块碎灵石情报费 | 压低声音、简短 | 普通百姓 | 交易关系 | 赚灵石 | 无 | -| 蒙面女人 | 神秘、复杂、牺牲 | 三十年前亲手把陈枭父亲送上死路,现在替陈枭断后 | 低沉、沙哑、直接 | 深藏不露 | 复杂("瞳"成员) | 让陈枭活着 | 断后中,生死不明 | -| 孙老头 | 神秘、警告者 | 昨夜透露哑姑出卖父亲,警告破庙是陷阱 | 沙哑、简短 | 不明 | 信息来源 | 不明 | 不明 | -### 相遇记录 -| 角色A | 角色B | 首次相遇章 | 最近交互章 | 关系性质 | 关系变化 | -|-------|-------|------------|------------|----------|----------| -| 陈枭 | 李血河 | 1 | 9 | 仇敌 | 李已死(三天前),血鸦令悬赏仍在 | -| 陈枭 | 清河宗弟子 | 5 | 8 | 中立 | 同住客栈→偷听对话→矿场远距离观察→对方撤离 | -| 陈枭 | 清河宗中年道人 | 6 | 8 | 信息目标 | 偷听其对话→矿场远距离观察其行动→对方撤离 | -| 陈枭 | 粥铺老板 | 6 | 6 | 信息来源 | 询问消息灵通之地 | -| 陈枭 | 茶小二 | 6 | 7 | 试探关系 | 假木牌试探,对方出价五块灵石,引见瘦长脸 | -| 陈枭 | 瘦长脸 | 7 | 7 | 试探关系 | 识破假令牌未揭穿,透露旧案信息,给内门铜牌 | -| 陈枭 | 神秘势力(苍老声音) | 8 | 9 | 敌对→交易 | 偷听其对话→对方现身要账册,透露哑姑出卖父亲 | -| 陈枭 | 瘦高男人 | 9 | 9 | 中立偏复杂 | 井口堵截→短暂交手→放走陈枭→透露破庙是陷阱 | -| 陈枭 | 哑姑 | 1 | 10 | 友方→复杂 | 照顾三年→父亲生前留下的人→认知重构:从"出卖者"转为"可能被迫参与者/受害者" | -| 陈枭 | 屋顶监视者 | 10 | 10 | 中立偏敌对 | 被监视→发现对方→对方离去 | -| 陈枭 | 杂货铺老头 | 10 | 10 | -| 陈枭 | 孙老头 | 9 | 9 | 信息来源 | 接受关键信息(哑姑是引子、破庙是陷阱),导致耽搁时间 | -### 信息边界 -- **陈枭知道**:哑姑已离开至少三日;哑姑与血鸦会有关联(黑鸦玉佩);哑姑留下手语警告("走"+"危险");三十年前旧案是延续至今的局;哑姑可能是被迫参与者而非单纯出卖者。 -- **陈枭不知道**:哑姑当前具体下落;哑姑是自愿还是被迫参与血鸦会;手语警告的具体指向对象;黑鸦玉佩的具体功能;血鸦会何时会发现哑姑住处被搜查。 \ No newline at end of file diff --git a/story/snapshots/10/current_state.md b/story/snapshots/10/current_state.md deleted file mode 100644 index 970b83f..0000000 --- a/story/snapshots/10/current_state.md +++ /dev/null @@ -1 +0,0 @@ -(状态卡未更新) \ No newline at end of file diff --git a/story/snapshots/10/emotional_arcs.md b/story/snapshots/10/emotional_arcs.md deleted file mode 100644 index 2e9528a..0000000 --- a/story/snapshots/10/emotional_arcs.md +++ /dev/null @@ -1,14 +0,0 @@ -| 角色 | 章节 | 情绪状态 | 触发事件 | 强度(1-10) | 弧线方向 | -|------|------|----------|----------|------------|----------| -| 陈枭 | 3 | 搏命杀伐 | 王剑追杀、以伤换命吞噬 | 10 | 理性→狠绝 | -| 陈枭 | 4 | 警惕隐忍 | 矿道撤离、遭遇追杀队 | 7 | 狠绝→蛰伏 | -| 陈枭 | 4 | 冷静算计 | 炼化灵石、研究黑石、习得身法 | 6 | 蛰伏→理性 | -| 陈枭 | 5 | 警惕搏命 | 遭遇血鸦会追杀队、战斗 | 9 | 蛰伏→狠绝 | -| 陈枭 | 5 | 冷静蛰伏 | 混入青石镇、入住客栈 | 5 | 狠绝→理性 | -| 陈枭 | 6 | 警惕试探 | 茶楼打探消息 | 6 | 理性→蛰伏 | -| 陈枭 | 7 | 震惊沉思 | 得知三十年前旧案、获得内门铜牌 | 7 | 蛰伏→理性 | -| 陈枭 | 8 | 震惊压抑 | 矿场偷听真相、发现父亲骸骨 | 9 | 理性→压抑 | -| 陈枭 | 9 | 搏命杀伐 | 血鸦会三人组战斗、生吞灵石爆发 | 10 | 压抑→狠绝 | -| 陈枭 | 10 | 压抑冷静 | 养伤三天、首次看到父亲画像 | 7 | 狠绝→理性 | -| 陈枭 | 10 | 震惊警惕 | 蒙面女人承认害死父亲 | 8 | 理性→警惕 | -| 陈枭 | 10 | 冷静果断 | 破庙围剿、果断逃脱 | 7 | 警惕→理性 | \ No newline at end of file diff --git a/story/snapshots/10/particle_ledger.md b/story/snapshots/10/particle_ledger.md deleted file mode 100644 index 07e15c0..0000000 --- a/story/snapshots/10/particle_ledger.md +++ /dev/null @@ -1,30 +0,0 @@ -| 资源类型 | 章节 | 期初值 | 增量 | 来源 | 消耗 | 用途 | 期末值 | 备注 | -|----------|------|--------|------|------|------|------|--------|------| -| 铜钱 | 10 | 约31枚 | 0 | - | 0 | - | 约31枚 | 本章无消费 | -| 剔骨刀 | 10 | 1 | 0 | - | 0 | - | 1 | 杀敌用 | -| 辟尸布 | 10 | 1 | 0 | - | 0 | - | 1 | 已装备 | -| 木梳(断齿) | 10 | 1 | 0 | - | 0 | - | 1 | 无实际价值 | -| 气血值 | 10 | 约720卡 | 0 | - | -10卡 | 左臂伤痛消耗 | 约710卡 | 维持 | -| 下品灵石 | 10 | 1块 | 0 | - | 0 | - | 1块 | 纠正:本章未给老张 | -| 回气丹 | 10 | 1瓶(约9粒) | 0 | - | 0 | - | 1瓶(约9粒) | 无变动 | -| 血鸦会令牌(真) | 10 | 1 | 0 | - | 0 | - | 1 | 贴身收好 | -| 血鸦会令牌(假) | 10 | 1 | 0 | - | 0 | - | 1 | 已被识破,无价值 | -| 内门铜牌 | 10 | 1 | 0 | - | 0 | - | 1 | 贴身携带 | -| 铁骨功(残篇) | 10 | 1 | 0 | - | 0 | - | 1 | 前三层 | -| 血煞功(秘籍) | 10 | 1 | 0 | - | 0 | - | 1 | 从张监工尸体搜得 | -| 皮甲 | 10 | 2 | 0 | - | 0 | - | 2 | 已穿一件 | -| 铁刀 | 10 | 2 | 0 | - | 0 | - | 2 | 其中一把缺口 | -| 长剑(精良) | 10 | 1 | 0 | - | 0 | - | 1 | 王剑佩剑 | -| 黑色石头 | 10 | 1 | 0 | - | 0 | - | 1 | 连接黄泉,父亲遗物 | -| 黑铁短刀 | 10 | 1 | 0 | - | 0 | - | 1 | 主武器 | -| 游蛇步 | 10 | 1 | 0 | - | 0 | - | 1 | 身法武学 | -| 萤石 | 10 | 1 | 0 | - | 0 | - | 1 | 照明用 | -| 黑色矿石 | 10 | 3 | 0 | - | 0 | - | 3 | 从矿场死尸处获得 | -| 匕首 | 10 | 1 | 0 | - | 0 | - | 1 | 插在靴筒 | -| 纸条(井中物) | 10 | 1 | 0 | - | 0 | - | 1 | "东西在井里"线索已用 | -| 账册 | 10 | 1 | 0 | - | 0 | - | 1 | 周执事贪污证据 | -| 止血散 | 10 | 1瓶 | 0 | - | 0 | - | 1瓶 | 纠正:本章未使用 | -| 信件 | 10 | 1 | 0 | - | 0 | - | 1 | 落款"瞳"(蒙面女人所给) | -| 干粮 | 10 | 3块 | 0 | - | 0 | - | 3块 | 收在怀里 | -| 黑鸦玉佩 | 10 | 0 | +1 | 哑姑床底暗格 | 0 | - | 1 | 血鸦会信物,图案与矿场、茶楼一致 | -| 手语纸条 | 10 | 0 | +1 | 哑姑床底暗格 | 0 | - | 1 | 墨点手语:"走"+"危险" | \ No newline at end of file diff --git a/story/snapshots/10/pending_hooks.md b/story/snapshots/10/pending_hooks.md deleted file mode 100644 index 65da147..0000000 --- a/story/snapshots/10/pending_hooks.md +++ /dev/null @@ -1,30 +0,0 @@ -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h001 | 0 | 物品 | 维持 | 10 | 15 | 熔炉休眠,炉壁底部纹路微亮 | -| h002 | 1 | 物品 | 维持 | 10 | 20 | 父亲遗物黑石 | -| h003 | 4 | 势力 | 推进 | 10 | 12 | 血鸦令悬赏八十灵石;线索延伸至哑姑暗格,确认渗透至深 | -| h004 | 4 | 事件 | 维持 | 10 | 12 | 青石镇集会;陈枭在城外荒野 | -| h005 | 4 | 能力 | 维持 | 10 | 12 | 熔炉炼化效率;本章无炼化行为 | -| h006 | 5 | 势力 | 维持 | 10 | 15 | 清河宗已撤离矿场 | -| h007 | 4 | 物品 | 维持 | 10 | 15 | 真血鸦令;贴身收好 | -| h008 | 6 | 事件 | 推进 | 10 | 15 | 三十年前旧案;确认为延续至今的局,陈枭已踏足其中 | -| h009 | 7 | 事件 | 维持 | 9 | 12 | 破庙之约;纠正:第10章未赴约,维持第9章状态 | -| h010 | 8 | 物品 | 完成 | 9 | 9 | 矿场井里埋的东西;已回收 | -| h011 | 8 | 势力 | 维持 | 10 | 18 | 矿场神秘势力;孙姓老人是清河宗外事堂执事 | -| h012 | 8 | 物品 | 维持 | 9 | 15 | 矿场封印之物;账册记载是噬灵虫王 | -| h013 | 8 | 生物 | 维持 | 10 | 12 | 噬灵虫群 | -| h014 | 9 | 角色 | 维持 | 9 | 12 | 顾寒舟(内门执事) | -| h015 | 9 | 角色 | 推进 | 10 | 12 | 哑姑真实身份;从"出卖者"转为"可能被迫参与者/受害者",留下警告后失踪 | -| h016 | 9 | 事件 | 完成 | 9 | 9 | 李血河之死;已明确 | -| h017 | 9 | 势力 | 维持 | 9 | 12 | "瞳"势力;纠正:第10章未推进,蒙面女人未出场 | -| h018 | 9 | 事件 | 维持 | 10 | 15 | 父亲的梦;矿道尽头有门,门上刻着眼睛 | -| h019 | 10 | 角色 | 维持 | 10 | 12 | 屋顶监视者;本章未直接出现 | -| h020 | 10 | 物品 | 维持 | 10 | 12 | 陶片(眼睛图案);哑姑留下的线索 | -| h021 | 10 | 物品 | 维持 | 10 | 15 | 铜牌与熔炉的联系;云纹一致,炉壁底部纹路微亮 | -| h022 | 9 | 角色 | 维持 | 9 | 13 | 蒙面女人;纠正:第10章未出场,维持第9章状态(替陈枭断后,生死不明) | -| h023 | 9 | 事件 | 维持 | 9 | 15 | 矿场下面的秘密;纠正:第10章未推进 | -| h024 | 10 | 角色 | 埋设 | 10 | 12 | 灰衣男人;西巷入口监视陈枭的人,身份不明 | -| h025 | 10 | 事件 | 埋设 | 10 | 13 | 破庙围剿的"其他人";血鸦会之外还有势力参与 | -| h026 | 10 | 物品 | 埋设 | 10 | 13 | 哑姑手语警告的指向对象;墨点"走"+"危险"指向不明 | -| h027 | 10 | 物品 | 埋设 | 10 | 15 | 黑鸦玉佩的功能与等级;与血鸦会关联,具体用途待解 | -| h028 | 10 | 角色 | 埋设 | 10 | 12 | 哑姑当前处境;已离开三日,去向不明,是否被迫待查 | \ No newline at end of file diff --git a/story/snapshots/10/state/chapter_summaries.json b/story/snapshots/10/state/chapter_summaries.json deleted file mode 100644 index 548d926..0000000 --- a/story/snapshots/10/state/chapter_summaries.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "rows": [ - { - "chapter": 1, - "title": "收尸人", - "characters": "陈枭、李血河、两个壮汉(已死)", - "events": "收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困", - "stateChanges": "尸气感染、熔炉激活、左臂符文、肋下轻伤", - "hookActivity": "h001激活,h004推进,h005埋设", - "mood": "压抑→危机→觉醒→对峙", - "chapterType": "开篇死局章" - }, - { - "chapter": 2, - "title": "熔炉", - "characters": "陈枭、赵虎(死)、亲卫(死)、王剑(死)", - "events": "熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞", - "stateChanges": "伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深", - "hookActivity": "h001推进,h004推进,h005推进,h006埋设", - "mood": "危机→觉醒→杀伐→冷静", - "chapterType": "金手指觉醒章" - }, - { - "chapter": 4, - "title": "荒野夜行", - "characters": "陈枭、王执事(追杀者)、两个壮汉、村民", - "events": "矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往", - "stateChanges": "伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标", - "hookActivity": "h001推进,h002推进,h003/h004/h005埋设", - "mood": "警惕→隐忍→冷静→坚定", - "chapterType": "逃亡过渡章" - }, - { - "chapter": 5, - "title": "青石镇", - "characters": "陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子", - "events": "接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场", - "stateChanges": "气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部", - "hookActivity": "h001/h002/h003/h004/h005推进,h006/h007埋设", - "mood": "警惕→搏命→冷静→蛰伏", - "chapterType": "战斗过渡章" - }, - { - "chapter": 6, - "title": "暗流", - "characters": "陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二", - "events": "夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探", - "stateChanges": "回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1", - "hookActivity": "h001/h002/h003/h006/h007推进,h008埋设", - "mood": "蛰伏→警觉→算计", - "chapterType": "情报过渡章" - }, - { - "chapter": 7, - "title": "聚贤茶楼", - "characters": "陈枭、瘦长脸(血鸦会成员)、茶小二", - "events": "茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索", - "stateChanges": "灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露", - "hookActivity": "h001/h002/h005/h007/h008推进,h009埋设", - "mood": "警惕→试探→警觉→沉思", - "chapterType": "情报推进章" - }, - { - "chapter": 8, - "title": "矿场", - "characters": "陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸", - "events": "伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索", - "stateChanges": "获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗", - "hookActivity": "h002/h006/h008推进,h010/h011/h012/h013埋设", - "mood": "警惕→震惊→压抑→冷静", - "chapterType": "情报高潮章" - }, - { - "chapter": 9, - "title": "井中物", - "characters": "陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂)", - "events": "夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相", - "stateChanges": "获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死", - "hookActivity": "h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)", - "mood": "警惕→震惊→愤怒→坚定", - "chapterType": "情报推进章" - }, - { - "chapter": 10, - "title": "养伤", - "characters": "陈枭、卖炭老张、蒙面女人(\"瞳\")", - "events": "小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱", - "stateChanges": "左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡", - "hookActivity": "h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设", - "mood": "压抑→警惕→震惊→冷静", - "chapterType": "情报推进章" - } - ] -} \ No newline at end of file diff --git a/story/snapshots/10/state/current_state.json b/story/snapshots/10/state/current_state.json deleted file mode 100644 index 4cf55f5..0000000 --- a/story/snapshots/10/state/current_state.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "chapter": 10, - "facts": [] -} \ No newline at end of file diff --git a/story/snapshots/10/state/hooks.json b/story/snapshots/10/state/hooks.json deleted file mode 100644 index de1c8f1..0000000 --- a/story/snapshots/10/state/hooks.json +++ /dev/null @@ -1,256 +0,0 @@ -{ - "hooks": [ - { - "hookId": "h001", - "startChapter": 0, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "熔炉休眠,炉壁底部纹路微亮" - }, - { - "hookId": "h002", - "startChapter": 1, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "20", - "notes": "父亲遗物黑石" - }, - { - "hookId": "h003", - "startChapter": 4, - "type": "势力", - "status": "progressing", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "血鸦令悬赏八十灵石;线索延伸至哑姑暗格,确认渗透至深" - }, - { - "hookId": "h004", - "startChapter": 4, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "青石镇集会;陈枭在城外荒野" - }, - { - "hookId": "h005", - "startChapter": 4, - "type": "能力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "熔炉炼化效率;本章无炼化行为" - }, - { - "hookId": "h006", - "startChapter": 5, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "清河宗已撤离矿场" - }, - { - "hookId": "h007", - "startChapter": 4, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "真血鸦令;贴身收好" - }, - { - "hookId": "h008", - "startChapter": 6, - "type": "事件", - "status": "progressing", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "三十年前旧案;确认为延续至今的局,陈枭已踏足其中" - }, - { - "hookId": "h009", - "startChapter": 7, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "12", - "notes": "破庙之约;纠正:第10章未赴约,维持第9章状态" - }, - { - "hookId": "h010", - "startChapter": 8, - "type": "物品", - "status": "resolved", - "lastAdvancedChapter": 9, - "expectedPayoff": "9", - "notes": "矿场井里埋的东西;已回收" - }, - { - "hookId": "h011", - "startChapter": 8, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "18", - "notes": "矿场神秘势力;孙姓老人是清河宗外事堂执事" - }, - { - "hookId": "h012", - "startChapter": 8, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "15", - "notes": "矿场封印之物;账册记载是噬灵虫王" - }, - { - "hookId": "h013", - "startChapter": 8, - "type": "生物", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "噬灵虫群" - }, - { - "hookId": "h014", - "startChapter": 9, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "12", - "notes": "顾寒舟(内门执事)" - }, - { - "hookId": "h015", - "startChapter": 9, - "type": "角色", - "status": "progressing", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "哑姑真实身份;从\"出卖者\"转为\"可能被迫参与者/受害者\",留下警告后失踪" - }, - { - "hookId": "h016", - "startChapter": 9, - "type": "事件", - "status": "resolved", - "lastAdvancedChapter": 9, - "expectedPayoff": "9", - "notes": "李血河之死;已明确" - }, - { - "hookId": "h017", - "startChapter": 9, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "12", - "notes": "\"瞳\"势力;纠正:第10章未推进,蒙面女人未出场" - }, - { - "hookId": "h018", - "startChapter": 9, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "父亲的梦;矿道尽头有门,门上刻着眼睛" - }, - { - "hookId": "h019", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "屋顶监视者;本章未直接出现" - }, - { - "hookId": "h020", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "陶片(眼睛图案);哑姑留下的线索" - }, - { - "hookId": "h021", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "铜牌与熔炉的联系;云纹一致,炉壁底部纹路微亮" - }, - { - "hookId": "h022", - "startChapter": 9, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "13", - "notes": "蒙面女人;纠正:第10章未出场,维持第9章状态(替陈枭断后,生死不明)" - }, - { - "hookId": "h023", - "startChapter": 9, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "15", - "notes": "矿场下面的秘密;纠正:第10章未推进" - }, - { - "hookId": "h024", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "灰衣男人;西巷入口监视陈枭的人,身份不明" - }, - { - "hookId": "h025", - "startChapter": 10, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "13", - "notes": "破庙围剿的\"其他人\";血鸦会之外还有势力参与" - }, - { - "hookId": "h026", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "13", - "notes": "哑姑手语警告的指向对象;墨点\"走\"+\"危险\"指向不明" - }, - { - "hookId": "h027", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "黑鸦玉佩的功能与等级;与血鸦会关联,具体用途待解" - }, - { - "hookId": "h028", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "哑姑当前处境;已离开三日,去向不明,是否被迫待查" - } - ] -} \ No newline at end of file diff --git a/story/snapshots/10/state/manifest.json b/story/snapshots/10/state/manifest.json deleted file mode 100644 index 6045589..0000000 --- a/story/snapshots/10/state/manifest.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "schemaVersion": 2, - "language": "zh", - "lastAppliedChapter": 10, - "projectionVersion": 1, - "migrationWarnings": [ - "h001:status normalized from \"埋藏\" to \"open\"", - "h002:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋藏\" to \"open\"", - "h004:status normalized from \"埋藏\" to \"open\"", - "h001:status normalized from \"激活\" to \"open\"", - "h005:status normalized from \"埋藏\" to \"open\"", - "h006:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋设\" to \"open\"", - "h004:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"埋设\" to \"open\"", - "h006:status normalized from \"埋设\" to \"open\"", - "h007:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"维持\" to \"open\"", - "h008:status normalized from \"埋设\" to \"open\"", - "h003:status normalized from \"维持\" to \"open\"", - "h004:status normalized from \"维持\" to \"open\"", - "h006:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"埋设\" to \"open\"", - "h001:status normalized from \"维持\" to \"open\"", - "h007:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"维持\" to \"open\"", - "h010:status normalized from \"埋设\" to \"open\"", - "h011:status normalized from \"埋设\" to \"open\"", - "h012:status normalized from \"埋设\" to \"open\"", - "h013:status normalized from \"埋设\" to \"open\"", - "h014:status normalized from \"埋设\" to \"open\"", - "h015:status normalized from \"埋设\" to \"open\"", - "h016:status normalized from \"埋设\" to \"open\"", - "h008:status normalized from \"维持\" to \"open\"", - "h011:status normalized from \"维持\" to \"open\"", - "h012:status normalized from \"维持\" to \"open\"", - "h013:status normalized from \"维持\" to \"open\"", - "h014:status normalized from \"维持\" to \"open\"", - "h015:status normalized from \"维持\" to \"open\"", - "h016:status normalized from \"维持\" to \"open\"", - "h017:status normalized from \"埋设\" to \"open\"", - "h018:status normalized from \"埋设\" to \"open\"", - "h002:status normalized from \"维持\" to \"open\"", - "h018:status normalized from \"维持\" to \"open\"", - "h019:status normalized from \"埋设\" to \"open\"", - "h020:status normalized from \"埋设\" to \"open\"", - "h019:status normalized from \"维持\" to \"open\"", - "h020:status normalized from \"维持\" to \"open\"", - "h021:status normalized from \"埋设\" to \"open\"", - "h021:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"埋设\" to \"open\"", - "h023:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"埋设\" to \"open\"", - "h025:status normalized from \"埋设\" to \"open\"", - "h017:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"维持\" to \"open\"", - "h023:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"埋设\" to \"open\"", - "h027:status normalized from \"埋设\" to \"open\"", - "h028:status normalized from \"埋设\" to \"open\"" - ] -} \ No newline at end of file diff --git a/story/snapshots/10/subplot_board.md b/story/snapshots/10/subplot_board.md deleted file mode 100644 index bc1dd89..0000000 --- a/story/snapshots/10/subplot_board.md +++ /dev/null @@ -1,10 +0,0 @@ -| 支线ID | 支线名 | 相关角色 | 起始章 | 最近活跃章 | 距今章数 | 状态 | 进度概述 | 回收ETA | -|--------|--------|----------|--------|------------|----------|------|----------|---------| -| sp001 | 父仇线 | 陈枭、陈根生(已故) | 1 | 10 | 0 | 推进 | 确认哑姑是"引子";三十年前旧案是延续至今的局;哑姑可能是被迫参与者 | 45 | -| sp002 | 逃亡追杀线 | 陈枭、血鸦会 | 4 | 10 | 0 | 维持 | 悬赏八十灵石;纠正:第10章未发生破庙围剿 | 11 | -| sp003 | 清河宗线 | 陈枭、清河宗弟子 | 5 | 10 | 2 | 维持 | 清河宗已撤离矿场。账册可交清河宗换取庇护 | 20 | -| sp004 | 茶楼试探线 | 陈枭、茶小二、瘦长脸 | 6 | 7 | 3 | 完成 | 假木牌被识破,成功获知三十年前旧案信息,获得内门铜牌 | - | -| sp005 | 破庙之约线 | 陈枭、血鸦会内门、"瞳" | 7 | 9 | 1 | 维持 | 纠正:第10章未赴约,维持第9章状态 | - | -| sp006 | 哑姑线 | 陈枭、哑姑 | 1 | 10 | 0 | 推进 | 哑姑已离开三日,留下血鸦会玉佩与手语警告;从"出卖者"重构为"可能受害者" | 12 | -| sp007 | 矿场秘密线 | 陈枭、周执事(已故) | 8 | 10 | 0 | 维持 | 账册在手;纠正:第10章未提及"真正秘密在矿场下面"的新信息 | 15 | -| sp008 | "瞳"势力线 | 陈枭、蒙面女人 | 9 | 9 | 1 | 维持 | 纠正:回滚第10章错误推进;蒙面女人仅在第9章出场,替陈枭断后,生死不明 | 12 | \ No newline at end of file diff --git a/story/snapshots/11/chapter_summaries.md b/story/snapshots/11/chapter_summaries.md deleted file mode 100644 index 9601e31..0000000 --- a/story/snapshots/11/chapter_summaries.md +++ /dev/null @@ -1,14 +0,0 @@ -# 章节摘要 - -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -|------|------|----------|----------|----------|----------|----------|----------| -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | -| 10 | 养伤 | 陈枭、卖炭老张、蒙面女人("瞳") | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→"瞳"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设 | 压抑→警惕→震惊→冷静 | 情报推进章 | -| 11 | 铜牌 | 陈枭 | 逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。 | 伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。 | h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。 | 警惕、压抑、沉思、坚定 | 过渡与情报梳理章 | diff --git a/story/snapshots/11/character_matrix.md b/story/snapshots/11/character_matrix.md deleted file mode 100644 index 530fc2f..0000000 --- a/story/snapshots/11/character_matrix.md +++ /dev/null @@ -1,39 +0,0 @@ -### 角色档案 -| 角色 | 核心标签 | 反差细节 | 说话风格 | 性格底色 | 与主角关系 | 核心动机 | 当前目标 | -|------|----------|----------|----------|----------|------------|----------|----------| -| 陈枭 | 冷静、隐忍、果断 | 面对死亡平静如水,反杀时精准狠辣 | 简短、务实、不废话 | 利己求生 | 主角 | 活下去,变强,查清父亲失踪真相 | 养伤,天黑后联系孙姓老人交换信息 | -| 李血河 | 贪婪、阴毒、睚眦必报 | 发血鸦令悬赏,追杀升级 | 阴柔尖细,喜欢玩弄语言 | 欺压弱小 | 敌对(仇人) | 灭口隐患,私吞资源 | 已死(三天前) | -| 陈根生 | 已故 | 死于矿洞深处,留下连接黄泉的黑石,三十年前失踪,被卷入周执事独吞计划,被出卖被害,持有真血鸦令但非血鸦会成员 | - | - | 父亲 | - | - | -| 清河宗中年道人 | 内敛、谨慎、疲惫 | 两鬓斑白,气息内敛,对旧案讳莫如深 | 平稳、简短、不喜多言 | 谨慎务实 | 中立(信息来源) | 查证三十年前旧案 | 已撤离矿场 | -| 清河宗刘师兄 | 傲慢、年轻气盛 | 嗤笑采药人,被师叔训斥 | 拔高、牢骚多 | 阶级优越 | 中立(轻视主角) | 完成任务 | 随师叔行动 | -| 粥铺老板 | 本分、消息灵通 | 本地人,知道聚贤茶楼 | 随和、健谈 | 普通百姓 | 中立 | 做生意 | 无 | -| 茶小二 | 职业化、深藏不露 | 看到假木牌后出价五块灵石 | 职业笑容、试探性 | 不明 | 中立 | 不明 | 不明 | -| 瘦长脸 | 老练、深藏不露 | 识破假木牌却未揭穿,反而给内门铜牌 | 简短、压低声音、试探性 | 不明 | 中立偏试探 | 不明 | 让陈枭三天后去破庙(已完成) | -| 瘦高男人 | 神秘、冷静、操控 | 放走陈枭,透露破庙是陷阱,说陈枭“还有用” | 平静、从容、带威胁 | 深藏不露 | 中立偏复杂 | 借陈枭做事 | 不明 | -| 苍老声音老人 | 阴冷、算计、交易 | 养噬灵虫,想借清河宗破封印,现身要账册 | 阴冷、从容、交易性 | 深藏不露 | 敌对(交易关系) | 获取账册、破开封印 | 用真相换账册(交易未成) | -| 哑姑 | 沉默、神秘、复杂 | 照顾陈枭三年,父亲生前留下的人,在西城二十年,留下警告后失踪 | 不说话(手语) | 不明 | 友方→复杂→可能被迫害 | 不明(存疑) | 已离开,下落不明 | -| 屋顶监视者 | 神秘、身法高超 | 只监视不攻击,身法轻盈如夜枭 | 未说话 | 不明 | 中立偏敌对 | 监视陈枭 | 不明 | -| 杂货铺老头 | 驼背、冷漠、本地人 | 眼神浑浊,对什么都提不起兴趣,提醒“最近不太平” | 沙哑、简短 | 普通百姓 | 中立 | 做生意 | 无 | -| 神秘送物者 | 隐秘、高效 | 三长两短敲门,留下物资后离去,不留痕迹 | 未说话 | 不明 | “瞳”的使者 | 送物资/监视 | 已完成 | -| 卖炭老张 | 佝偻、消息灵通、贪财 | 本地人,帮忙打听消息,收三块碎灵石情报费 | 压低声音、简短 | 普通百姓 | 交易关系 | 赚灵石 | 无 | -| 蒙面女人(“瞳”) | 神秘、复杂、牺牲 | 三十年前亲手把陈枭父亲送上死路,现在替陈枭断后,并给予眼睛铜牌 | 低沉、沙哑、直接 | 深藏不露 | 复杂(“瞳”成员) | 让陈枭活着?试探? | 断后中,生死不明 | -| 孙老头 | 神秘、警告者 | 昨夜透露哑姑出卖父亲,警告破庙是陷阱 | 沙哑、简短 | 不明 | 信息来源/潜在交易对象 | 不明 | 不明 | -### 相遇记录 -| 角色A | 角色B | 首次相遇章 | 最近交互章 | 关系性质 | 关系变化 | -|-------|-------|------------|------------|----------|----------| -| 陈枭 | 李血河 | 1 | 9 | 仇敌 | 李已死(三天前),血鸦令悬赏仍在 | -| 陈枭 | 清河宗弟子 | 5 | 8 | 中立 | 同住客栈→偷听对话→矿场远距离观察→对方撤离 | -| 陈枭 | 清河宗中年道人 | 6 | 8 | 信息目标 | 偷听其对话→矿场远距离观察其行动→对方撤离 | -| 陈枭 | 粥铺老板 | 6 | 6 | 信息来源 | 询问消息灵通之地 | -| 陈枭 | 茶小二 | 6 | 7 | 试探关系 | 假木牌试探,对方出价五块灵石,引见瘦长脸 | -| 陈枭 | 瘦长脸 | 7 | 7 | 试探关系 | 识破假令牌未揭穿,透露旧案信息,给内门铜牌 | -| 陈枭 | 神秘势力(苍老声音) | 8 | 9 | 敌对→交易 | 偷听其对话→对方现身要账册,透露哑姑出卖父亲 | -| 陈枭 | 瘦高男人 | 9 | 9 | 中立偏复杂 | 井口堵截→短暂交手→放走陈枭→透露破庙是陷阱 | -| 陈枭 | 哑姑 | 1 | 10 | 友方→复杂 | 照顾三年→父亲生前留下的人→认知重构:从“出卖者”转为“可能被迫参与者/受害者” | -| 陈枭 | 屋顶监视者 | 10 | 10 | 中立偏敌对 | 被监视→发现对方→对方离去 | -| 陈枭 | 杂货铺老头 | 10 | 10 | 中立 | 购买物资 | 无变化 | -| 陈枭 | 孙老头 | 9 | 9 | 信息来源 | 接受关键信息(哑姑是引子、破庙是陷阱) | -| 陈枭 | 蒙面女人(“瞳”) | 10 | 11 | 复杂 | 承认害死父亲→断后让陈枭逃脱→给予眼睛铜牌→陈枭激活铜牌发现与熔炉关联,怀疑是试探 | -### 信息边界 -- **陈枭知道**:眼睛铜牌与熔炉存在明确关联(纹路相似,气血激活后共鸣发光);“瞳”可能知道熔炉在他身上,给铜牌可能是试探;自己已身处由父亲之死、哑姑、“瞳”、血鸦会、清河宗、矿场秘密、熔炉、铜牌交织成的漩涡中;计划用账册与孙姓老人交换信息。 -- **陈枭不知道**:“瞳”的真实意图和生死;铜牌的具体用途(钥匙/信物/部件);激活铜牌是否已被“瞳”或其背后势力感知;孙姓老人是否会接受交易,以及其真实立场。 \ No newline at end of file diff --git a/story/snapshots/11/current_state.md b/story/snapshots/11/current_state.md deleted file mode 100644 index 679c727..0000000 --- a/story/snapshots/11/current_state.md +++ /dev/null @@ -1,16 +0,0 @@ -| 字段 | 值 | -|------|-----| -| 当前章节 | 11 | -| 当前位置 | 山林深处溪流旁的隐蔽洞穴 | -| 主角状态 | 左臂伤口裂开,肋下瘀伤,体力消耗大,但已找到临时藏身处;确认铜牌与熔炉存在关联,内心警惕且坚定 | -| 当前目标 | 养伤恢复体力;天黑后尝试联系孙姓老人,用账册交换信息 | -| 当前限制 | 伤势影响行动力;追兵(血鸦会)可能仍在附近;缺乏灵石等硬通货 | -| 当前敌我 | 敌对:血鸦会(悬赏追杀);复杂:“瞳”(生死不明,关系存疑);潜在信息源:孙姓老人(清河宗外事堂) | -| 当前冲突 | 生存与追杀的矛盾;信息匮乏与真相漩涡的拉扯;自身实力不足以应对复杂局面的压力 | - -## 审计纠偏(自动生成,下一章写作前参照) -> 第11章审计发现以下问题,下一章写作时必须避免: -> - [warning] 词汇疲劳: 本章出现高疲劳词:'瞳孔微缩'(第10章回顾中),'心头一震'(本章)。AI标记词(仿佛/不禁/宛如/竟然/忽然/猛地)密度检查:本章未出现,但第10章回顾中出现'仿佛'、'像是'等词,需注意在后续创作中控制。 -> - [warning] 支线停滞: 对照支线进度板:支线sp003(清河宗线)最近活跃章为第10章,距今1章(本章为11章),未超5章,但本章未提及或推进。支线sp005(破庙之约线)最近活跃章为第9章,距今2章,本章提及但未实质推进(仅回顾)。支线sp008('瞳'势力线)最近活跃章为第9章,距今2章,本章提及但未实质推进(仅回顾)。连续3章(第9、10、11章)没有出现任何支线的实质性推进(第10章推进了sp006哑姑线,但sp003/sp005/sp008均未动)。 -> - [warning] 弧线平坦: 对照情感弧线:陈枭在第10章的情绪状态为'冷静果断'(逃脱后)。本章(第11章)中,陈枭的情绪主要为'警惕思索'、'冷静分析'、'决意坚定'。虽然处境变化(找到藏身洞、发现铜牌与熔炉关联),但其核心情绪状态(冷静、坚定)与第10章结尾相比未发生本质转变,连续2章处于'理性/冷静'基调。未出现新的情绪压力峰值或释放。 -> - [warning] 节奏单调: 对照章节摘要:最近章节类型序列为:第8章(情报高潮章)-> 第9章(情报推进章)-> 第10章(情报推进章)-> 第11章(状态恢复/信息消化章)。已连续3章为'情报推进/状态维持'类型,缺乏事件触发或冲突升级。≥5章没有出现回收章或高潮章(上次高潮章为第8章)。 diff --git a/story/snapshots/11/emotional_arcs.md b/story/snapshots/11/emotional_arcs.md deleted file mode 100644 index 80d5949..0000000 --- a/story/snapshots/11/emotional_arcs.md +++ /dev/null @@ -1,16 +0,0 @@ -| 角色 | 章节 | 情绪状态 | 触发事件 | 强度(1-10) | 弧线方向 | -|------|------|----------|----------|------------|----------| -| 陈枭 | 3 | 搏命杀伐 | 王剑追杀、以伤换命吞噬 | 10 | 理性→狠绝 | -| 陈枭 | 4 | 警惕隐忍 | 矿道撤离、遭遇追杀队 | 7 | 狠绝→蛰伏 | -| 陈枭 | 4 | 冷静算计 | 炼化灵石、研究黑石、习得身法 | 6 | 蛰伏→理性 | -| 陈枭 | 5 | 警惕搏命 | 遭遇血鸦会追杀队、战斗 | 9 | 蛰伏→狠绝 | -| 陈枭 | 5 | 冷静蛰伏 | 混入青石镇、入住客栈 | 5 | 狠绝→理性 | -| 陈枭 | 6 | 警惕试探 | 茶楼打探消息 | 6 | 理性→蛰伏 | -| 陈枭 | 7 | 震惊沉思 | 得知三十年前旧案、获得内门铜牌 | 7 | 蛰伏→理性 | -| 陈枭 | 8 | 震惊压抑 | 矿场偷听真相、发现父亲骸骨 | 9 | 理性→压抑 | -| 陈枭 | 9 | 搏命杀伐 | 血鸦会三人组战斗、生吞灵石爆发 | 10 | 压抑→狠绝 | -| 陈枭 | 10 | 压抑冷静 | 养伤三天、首次看到父亲画像 | 7 | 狠绝→理性 | -| 陈枭 | 10 | 震惊警惕 | 蒙面女人承认害死父亲 | 8 | 理性→警惕 | -| 陈枭 | 10 | 冷静果断 | 破庙围剿、果断逃脱 | 7 | 警惕→理性 | -| 陈枭 | 11 | 压抑沉思 | 山林逃亡、伤口疼痛、梳理混乱线索 | 6 | 理性→沉思 | -| 陈枭 | 11 | 警惕坚定 | 激活铜牌发现与熔炉关联,意识到身处漩涡,决定不退 | 7 | 沉思→坚定 | \ No newline at end of file diff --git a/story/snapshots/11/particle_ledger.md b/story/snapshots/11/particle_ledger.md deleted file mode 100644 index 3c0542f..0000000 --- a/story/snapshots/11/particle_ledger.md +++ /dev/null @@ -1,31 +0,0 @@ -| 资源类型 | 章节 | 期初值 | 增量 | 来源 | 消耗 | 用途 | 期末值 | 备注 | -|----------|------|--------|------|------|------|------|--------|------| -| 铜钱 | 10 | 约31枚 | 0 | - | 0 | - | 约31枚 | 本章无消费 | -| 剔骨刀 | 10 | 1 | 0 | - | 0 | - | 1 | 杀敌用 | -| 辟尸布 | 10 | 1 | 0 | - | 0 | - | 1 | 已装备 | -| 木梳(断齿) | 10 | 1 | 0 | - | 0 | - | 1 | 无实际价值 | -| 气血值 | 10 | 约710卡 | 0 | - | -15卡 | 伤口裂开、失血、体力消耗 | 约695卡 | 维持,伤势加重 | -| 下品灵石 | 10 | 1块 | 0 | - | 0 | - | 1块 | 无变动 | -| 回气丹 | 10 | 1瓶(约9粒) | 0 | - | 0 | - | 1瓶(约9粒) | 无变动 | -| 血鸦会令牌(真) | 10 | 1 | 0 | - | 0 | - | 1 | 贴身收好 | -| 血鸦会令牌(假) | 10 | 1 | 0 | - | 0 | - | 1 | 已被识破,无价值 | -| 内门铜牌 | 10 | 1 | 0 | - | 0 | - | 1 | 贴身携带 | -| 铁骨功(残篇) | 10 | 1 | 0 | - | 0 | - | 1 | 前三层 | -| 血煞功(秘籍) | 10 | 1 | 0 | - | 0 | - | 1 | 从张监工尸体搜得 | -| 皮甲 | 10 | 2 | 0 | - | 0 | - | 2 | 已穿一件 | -| 铁刀 | 10 | 2 | 0 | - | 0 | - | 2 | 其中一把缺口 | -| 长剑(精良) | 10 | 1 | 0 | - | 0 | - | 1 | 王剑佩剑 | -| 黑色石头 | 10 | 1 | 0 | - | 0 | - | 1 | 连接黄泉,父亲遗物 | -| 黑铁短刀 | 10 | 1 | 0 | - | 0 | - | 1 | 主武器 | -| 游蛇步 | 10 | 1 | 0 | - | 0 | - | 1 | 身法武学 | -| 萤石 | 10 | 1 | 0 | - | 0 | - | 1 | 照明用 | -| 黑色矿石 | 10 | 3 | 0 | - | 0 | - | 3 | 从矿场死尸处获得 | -| 匕首 | 10 | 1 | 0 | - | 0 | - | 1 | 插在靴筒 | -| 纸条(井中物) | 10 | 1 | 0 | - | 0 | - | 1 | "东西在井里"线索已用 | -| 账册 | 10 | 1 | 0 | - | 0 | - | 1 | 周执事贪污证据,计划用于交换信息 | -| 止血散 | 10 | 1瓶 | 0 | - | 0 | - | 1瓶 | 未使用 | -| 信件 | 10 | 1 | 0 | - | 0 | - | 1 | 落款"瞳"(蒙面女人所给) | -| 干粮 | 10 | 3块 | 0 | - | -1块 | 充饥 | 2块 | 消耗一块黑面饼 | -| 黑鸦玉佩 | 10 | 1 | 0 | - | 0 | - | 1 | 血鸦会信物 | -| 手语纸条 | 10 | 1 | 0 | - | 0 | - | 1 | 墨点手语:"走"+"危险" | -| 眼睛铜牌 | 11 | 0 | +1 | 蒙面女人(“瞳”)所给 | 0 | - | 1 | 与熔炉纹路呼应,可被气血激活发光 | \ No newline at end of file diff --git a/story/snapshots/11/pending_hooks.md b/story/snapshots/11/pending_hooks.md deleted file mode 100644 index ba61b45..0000000 --- a/story/snapshots/11/pending_hooks.md +++ /dev/null @@ -1,31 +0,0 @@ -| hook_id | 起始章节 | 类型 | 状态 | 最近推进 | 预期回收 | 备注 | -| --- | --- | --- | --- | --- | --- | --- | -| h001 | 0 | 物品 | 推进 | 11 | 15 | 熔炉与眼睛铜牌产生共鸣,炉壁纹路与铜牌云纹呼应发光,关联性确认 | -| h002 | 1 | 物品 | 维持 | 10 | 20 | 父亲遗物黑石 | -| h003 | 4 | 势力 | 维持 | 10 | 12 | 血鸦令悬赏八十灵石;破庙围剿后,追兵可能仍在附近 | -| h004 | 4 | 事件 | 维持 | 10 | 12 | 青石镇集会;陈枭已远离 | -| h005 | 4 | 能力 | 维持 | 10 | 12 | 熔炉炼化效率;本章无炼化行为 | -| h006 | 5 | 势力 | 维持 | 10 | 15 | 清河宗已撤离矿场 | -| h007 | 4 | 物品 | 维持 | 10 | 15 | 真血鸦令;贴身收好 | -| h008 | 6 | 事件 | 维持 | 10 | 15 | 三十年前旧案;陈枭继续追查 | -| h009 | 7 | 事件 | 完成 | 10 | 10 | 破庙之约;已完成(第10章),结果:蒙面女人断后,陈枭逃脱 | -| h010 | 8 | 物品 | 完成 | 9 | 9 | 矿场井里埋的东西;已回收(账册) | -| h011 | 8 | 势力 | 维持 | 9 | 18 | 矿场神秘势力;孙姓老人是清河宗外事堂执事,陈枭计划联系 | -| h012 | 8 | 物品 | 维持 | 9 | 15 | 矿场封印之物;账册记载是噬灵虫王 | -| h013 | 8 | 生物 | 维持 | 10 | 12 | 噬灵虫群 | -| h014 | 9 | 角色 | 维持 | 9 | 12 | 顾寒舟(内门执事) | -| h015 | 9 | 角色 | 维持 | 10 | 12 | 哑姑真实身份;陈枭思考其是“被迫参与者/受害者” | -| h016 | 9 | 事件 | 完成 | 9 | 9 | 李血河之死;已明确 | -| h017 | 9 | 势力 | 推进 | 11 | 12 | “瞳”势力;蒙面女人(“瞳”)给陈枭眼睛铜牌,并断后,生死不明;铜牌与熔炉关联被陈枭发现 | -| h018 | 9 | 事件 | 维持 | 10 | 15 | 父亲的梦;矿道尽头有门,门上刻着眼睛 | -| h019 | 10 | 角色 | 维持 | 10 | 12 | 屋顶监视者;本章未出现 | -| h020 | 10 | 物品 | 维持 | 10 | 12 | 陶片(眼睛图案);哑姑留下的线索 | -| h021 | 10 | 物品 | 推进 | 11 | 15 | 铜牌与熔炉的联系;确认关联,可被气血激活,彼此呼应发光 | -| h022 | 9 | 角色 | 推进 | 11 | 13 | 蒙面女人;给陈枭铜牌后断后,陈枭推测其可能“同归于尽”,生死不明;陈枭怀疑其给铜牌是试探 | -| h023 | 9 | 事件 | 维持 | 9 | 15 | 矿场下面的秘密;陈枭思考其与父亲死因、噬灵虫、骸骨的关系 | -| h024 | 10 | 角色 | 维持 | 10 | 12 | 灰衣男人;西巷入口监视陈枭的人,身份不明 | -| h025 | 10 | 事件 | 维持 | 10 | 13 | 破庙围剿的“其他人”;血鸦会之外还有势力参与 | -| h026 | 10 | 物品 | 维持 | 10 | 13 | 哑姑手语警告的指向对象;墨点“走”+“危险”指向不明 | -| h027 | 10 | 物品 | 维持 | 10 | 15 | 黑鸦玉佩的功能与等级;与血鸦会关联,具体用途待解 | -| h028 | 10 | 角色 | 维持 | 10 | 12 | 哑姑当前处境;已离开三日,去向不明 | -| h029 | 11 | 事件 | 埋设 | 11 | 12 | 陈枭计划用账册与孙姓老人交换信息 | 新伏笔,计划行动 | \ No newline at end of file diff --git a/story/snapshots/11/state/chapter_summaries.json b/story/snapshots/11/state/chapter_summaries.json deleted file mode 100644 index d3830ef..0000000 --- a/story/snapshots/11/state/chapter_summaries.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "rows": [ - { - "chapter": 1, - "title": "收尸人", - "characters": "陈枭、李血河、两个壮汉(已死)", - "events": "收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困", - "stateChanges": "尸气感染、熔炉激活、左臂符文、肋下轻伤", - "hookActivity": "h001激活,h004推进,h005埋设", - "mood": "压抑→危机→觉醒→对峙", - "chapterType": "开篇死局章" - }, - { - "chapter": 2, - "title": "熔炉", - "characters": "陈枭、赵虎(死)、亲卫(死)、王剑(死)", - "events": "熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞", - "stateChanges": "伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深", - "hookActivity": "h001推进,h004推进,h005推进,h006埋设", - "mood": "危机→觉醒→杀伐→冷静", - "chapterType": "金手指觉醒章" - }, - { - "chapter": 4, - "title": "荒野夜行", - "characters": "陈枭、王执事(追杀者)、两个壮汉、村民", - "events": "矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往", - "stateChanges": "伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标", - "hookActivity": "h001推进,h002推进,h003/h004/h005埋设", - "mood": "警惕→隐忍→冷静→坚定", - "chapterType": "逃亡过渡章" - }, - { - "chapter": 5, - "title": "青石镇", - "characters": "陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子", - "events": "接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场", - "stateChanges": "气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部", - "hookActivity": "h001/h002/h003/h004/h005推进,h006/h007埋设", - "mood": "警惕→搏命→冷静→蛰伏", - "chapterType": "战斗过渡章" - }, - { - "chapter": 6, - "title": "暗流", - "characters": "陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二", - "events": "夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探", - "stateChanges": "回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1", - "hookActivity": "h001/h002/h003/h006/h007推进,h008埋设", - "mood": "蛰伏→警觉→算计", - "chapterType": "情报过渡章" - }, - { - "chapter": 7, - "title": "聚贤茶楼", - "characters": "陈枭、瘦长脸(血鸦会成员)、茶小二", - "events": "茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索", - "stateChanges": "灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露", - "hookActivity": "h001/h002/h005/h007/h008推进,h009埋设", - "mood": "警惕→试探→警觉→沉思", - "chapterType": "情报推进章" - }, - { - "chapter": 8, - "title": "矿场", - "characters": "陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸", - "events": "伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索", - "stateChanges": "获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗", - "hookActivity": "h002/h006/h008推进,h010/h011/h012/h013埋设", - "mood": "警惕→震惊→压抑→冷静", - "chapterType": "情报高潮章" - }, - { - "chapter": 9, - "title": "井中物", - "characters": "陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂)", - "events": "夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相", - "stateChanges": "获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死", - "hookActivity": "h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)", - "mood": "警惕→震惊→愤怒→坚定", - "chapterType": "情报推进章" - }, - { - "chapter": 10, - "title": "养伤", - "characters": "陈枭、卖炭老张、蒙面女人(\"瞳\")", - "events": "小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱", - "stateChanges": "左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡", - "hookActivity": "h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设", - "mood": "压抑→警惕→震惊→冷静", - "chapterType": "情报推进章" - }, - { - "chapter": 11, - "title": "铜牌", - "characters": "陈枭", - "events": "逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。", - "stateChanges": "伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。", - "hookActivity": "h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。", - "mood": "警惕、压抑、沉思、坚定", - "chapterType": "过渡与情报梳理章" - } - ] -} \ No newline at end of file diff --git a/story/snapshots/11/state/current_state.json b/story/snapshots/11/state/current_state.json deleted file mode 100644 index 2dcf4b8..0000000 --- a/story/snapshots/11/state/current_state.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "chapter": 11, - "facts": [ - { - "subject": "protagonist", - "predicate": "当前位置", - "object": "山林深处溪流旁的隐蔽洞穴", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - }, - { - "subject": "protagonist", - "predicate": "主角状态", - "object": "左臂伤口裂开,肋下瘀伤,体力消耗大,但已找到临时藏身处;确认铜牌与熔炉存在关联,内心警惕且坚定", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - }, - { - "subject": "protagonist", - "predicate": "当前目标", - "object": "养伤恢复体力;天黑后尝试联系孙姓老人,用账册交换信息", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - }, - { - "subject": "protagonist", - "predicate": "当前限制", - "object": "伤势影响行动力;追兵(血鸦会)可能仍在附近;缺乏灵石等硬通货", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - }, - { - "subject": "protagonist", - "predicate": "当前敌我", - "object": "敌对:血鸦会(悬赏追杀);复杂:“瞳”(生死不明,关系存疑);潜在信息源:孙姓老人(清河宗外事堂)", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - }, - { - "subject": "protagonist", - "predicate": "当前冲突", - "object": "生存与追杀的矛盾;信息匮乏与真相漩涡的拉扯;自身实力不足以应对复杂局面的压力", - "validFromChapter": 11, - "validUntilChapter": null, - "sourceChapter": 11 - } - ] -} \ No newline at end of file diff --git a/story/snapshots/11/state/hooks.json b/story/snapshots/11/state/hooks.json deleted file mode 100644 index 08214e5..0000000 --- a/story/snapshots/11/state/hooks.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "hooks": [ - { - "hookId": "h001", - "startChapter": 0, - "type": "物品", - "status": "progressing", - "lastAdvancedChapter": 11, - "expectedPayoff": "15", - "notes": "熔炉与眼睛铜牌产生共鸣,炉壁纹路与铜牌云纹呼应发光,关联性确认" - }, - { - "hookId": "h002", - "startChapter": 1, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "20", - "notes": "父亲遗物黑石" - }, - { - "hookId": "h003", - "startChapter": 4, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "血鸦令悬赏八十灵石;破庙围剿后,追兵可能仍在附近" - }, - { - "hookId": "h004", - "startChapter": 4, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "青石镇集会;陈枭已远离" - }, - { - "hookId": "h005", - "startChapter": 4, - "type": "能力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "熔炉炼化效率;本章无炼化行为" - }, - { - "hookId": "h006", - "startChapter": 5, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "清河宗已撤离矿场" - }, - { - "hookId": "h007", - "startChapter": 4, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "真血鸦令;贴身收好" - }, - { - "hookId": "h008", - "startChapter": 6, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "三十年前旧案;陈枭继续追查" - }, - { - "hookId": "h009", - "startChapter": 7, - "type": "事件", - "status": "resolved", - "lastAdvancedChapter": 10, - "expectedPayoff": "10", - "notes": "破庙之约;已完成(第10章),结果:蒙面女人断后,陈枭逃脱" - }, - { - "hookId": "h010", - "startChapter": 8, - "type": "物品", - "status": "resolved", - "lastAdvancedChapter": 9, - "expectedPayoff": "9", - "notes": "矿场井里埋的东西;已回收(账册)" - }, - { - "hookId": "h011", - "startChapter": 8, - "type": "势力", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "18", - "notes": "矿场神秘势力;孙姓老人是清河宗外事堂执事,陈枭计划联系" - }, - { - "hookId": "h012", - "startChapter": 8, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "15", - "notes": "矿场封印之物;账册记载是噬灵虫王" - }, - { - "hookId": "h013", - "startChapter": 8, - "type": "生物", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "噬灵虫群" - }, - { - "hookId": "h014", - "startChapter": 9, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "12", - "notes": "顾寒舟(内门执事)" - }, - { - "hookId": "h015", - "startChapter": 9, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "哑姑真实身份;陈枭思考其是“被迫参与者/受害者”" - }, - { - "hookId": "h016", - "startChapter": 9, - "type": "事件", - "status": "resolved", - "lastAdvancedChapter": 9, - "expectedPayoff": "9", - "notes": "李血河之死;已明确" - }, - { - "hookId": "h017", - "startChapter": 9, - "type": "势力", - "status": "progressing", - "lastAdvancedChapter": 11, - "expectedPayoff": "12", - "notes": "“瞳”势力;蒙面女人(“瞳”)给陈枭眼睛铜牌,并断后,生死不明;铜牌与熔炉关联被陈枭发现" - }, - { - "hookId": "h018", - "startChapter": 9, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "父亲的梦;矿道尽头有门,门上刻着眼睛" - }, - { - "hookId": "h019", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "屋顶监视者;本章未出现" - }, - { - "hookId": "h020", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "陶片(眼睛图案);哑姑留下的线索" - }, - { - "hookId": "h021", - "startChapter": 10, - "type": "物品", - "status": "progressing", - "lastAdvancedChapter": 11, - "expectedPayoff": "15", - "notes": "铜牌与熔炉的联系;确认关联,可被气血激活,彼此呼应发光" - }, - { - "hookId": "h022", - "startChapter": 9, - "type": "角色", - "status": "progressing", - "lastAdvancedChapter": 11, - "expectedPayoff": "13", - "notes": "蒙面女人;给陈枭铜牌后断后,陈枭推测其可能“同归于尽”,生死不明;陈枭怀疑其给铜牌是试探" - }, - { - "hookId": "h023", - "startChapter": 9, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 9, - "expectedPayoff": "15", - "notes": "矿场下面的秘密;陈枭思考其与父亲死因、噬灵虫、骸骨的关系" - }, - { - "hookId": "h024", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "灰衣男人;西巷入口监视陈枭的人,身份不明" - }, - { - "hookId": "h025", - "startChapter": 10, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "13", - "notes": "破庙围剿的“其他人”;血鸦会之外还有势力参与" - }, - { - "hookId": "h026", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "13", - "notes": "哑姑手语警告的指向对象;墨点“走”+“危险”指向不明" - }, - { - "hookId": "h027", - "startChapter": 10, - "type": "物品", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "15", - "notes": "黑鸦玉佩的功能与等级;与血鸦会关联,具体用途待解" - }, - { - "hookId": "h028", - "startChapter": 10, - "type": "角色", - "status": "open", - "lastAdvancedChapter": 10, - "expectedPayoff": "12", - "notes": "哑姑当前处境;已离开三日,去向不明" - }, - { - "hookId": "h029", - "startChapter": 11, - "type": "事件", - "status": "open", - "lastAdvancedChapter": 11, - "expectedPayoff": "12", - "notes": "陈枭计划用账册与孙姓老人交换信息" - } - ] -} \ No newline at end of file diff --git a/story/snapshots/11/state/manifest.json b/story/snapshots/11/state/manifest.json deleted file mode 100644 index d4bfc53..0000000 --- a/story/snapshots/11/state/manifest.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "schemaVersion": 2, - "language": "zh", - "lastAppliedChapter": 11, - "projectionVersion": 1, - "migrationWarnings": [ - "h001:status normalized from \"埋藏\" to \"open\"", - "h002:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋藏\" to \"open\"", - "h004:status normalized from \"埋藏\" to \"open\"", - "h001:status normalized from \"激活\" to \"open\"", - "h005:status normalized from \"埋藏\" to \"open\"", - "h006:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋设\" to \"open\"", - "h004:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"埋设\" to \"open\"", - "h006:status normalized from \"埋设\" to \"open\"", - "h007:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"维持\" to \"open\"", - "h008:status normalized from \"埋设\" to \"open\"", - "h003:status normalized from \"维持\" to \"open\"", - "h004:status normalized from \"维持\" to \"open\"", - "h006:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"埋设\" to \"open\"", - "h001:status normalized from \"维持\" to \"open\"", - "h007:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"维持\" to \"open\"", - "h010:status normalized from \"埋设\" to \"open\"", - "h011:status normalized from \"埋设\" to \"open\"", - "h012:status normalized from \"埋设\" to \"open\"", - "h013:status normalized from \"埋设\" to \"open\"", - "h014:status normalized from \"埋设\" to \"open\"", - "h015:status normalized from \"埋设\" to \"open\"", - "h016:status normalized from \"埋设\" to \"open\"", - "h008:status normalized from \"维持\" to \"open\"", - "h011:status normalized from \"维持\" to \"open\"", - "h012:status normalized from \"维持\" to \"open\"", - "h013:status normalized from \"维持\" to \"open\"", - "h014:status normalized from \"维持\" to \"open\"", - "h015:status normalized from \"维持\" to \"open\"", - "h016:status normalized from \"维持\" to \"open\"", - "h017:status normalized from \"埋设\" to \"open\"", - "h018:status normalized from \"埋设\" to \"open\"", - "h002:status normalized from \"维持\" to \"open\"", - "h018:status normalized from \"维持\" to \"open\"", - "h019:status normalized from \"埋设\" to \"open\"", - "h020:status normalized from \"埋设\" to \"open\"", - "h019:status normalized from \"维持\" to \"open\"", - "h020:status normalized from \"维持\" to \"open\"", - "h021:status normalized from \"埋设\" to \"open\"", - "h021:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"埋设\" to \"open\"", - "h023:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"埋设\" to \"open\"", - "h025:status normalized from \"埋设\" to \"open\"", - "h017:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"维持\" to \"open\"", - "h023:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"埋设\" to \"open\"", - "h027:status normalized from \"埋设\" to \"open\"", - "h028:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"维持\" to \"open\"", - "h025:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"维持\" to \"open\"", - "h027:status normalized from \"维持\" to \"open\"", - "h028:status normalized from \"维持\" to \"open\"", - "h029:status normalized from \"埋设\" to \"open\"" - ] -} \ No newline at end of file diff --git a/story/snapshots/11/subplot_board.md b/story/snapshots/11/subplot_board.md deleted file mode 100644 index 6b48196..0000000 --- a/story/snapshots/11/subplot_board.md +++ /dev/null @@ -1,10 +0,0 @@ -| 支线ID | 支线名 | 相关角色 | 起始章 | 最近活跃章 | 距今章数 | 状态 | 进度概述 | 回收ETA | -|--------|--------|----------|--------|------------|----------|------|----------|---------| -| sp001 | 父仇线 | 陈枭、陈根生(已故) | 1 | 11 | 0 | 维持 | 陈枭梳理线索(父亲、“瞳”、哑姑、血鸦会、矿场秘密、熔炉、铜牌),确认自己已卷入漩涡,决定不退。 | 45 | -| sp002 | 逃亡追杀线 | 陈枭、血鸦会 | 4 | 11 | 0 | 维持 | 破庙围剿后,陈枭成功逃脱,于山林中隐匿,追兵可能仍在附近。 | 11 | -| sp003 | 清河宗线 | 陈枭、清河宗弟子 | 5 | 11 | 0 | 推进 | 陈枭计划联系孙姓老人(清河宗外事堂执事),用周执事贪污账册交换信息。 | 20 | -| sp004 | 茶楼试探线 | 陈枭、茶小二、瘦长脸 | 6 | 7 | 4 | 完成 | 假木牌被识破,成功获知三十年前旧案信息,获得内门铜牌 | - | -| sp005 | 破庙之约线 | 陈枭、血鸦会内门、“瞳” | 7 | 11 | 0 | 完成 | 第10章已完成赴约,结果:蒙面女人断后,陈枭逃脱。本章为后续。 | - | -| sp006 | 哑姑线 | 陈枭、哑姑 | 1 | 11 | 0 | 维持 | 陈枭思考哑姑是“被迫参与者/受害者”,其去向与警告含义仍是谜。 | 12 | -| sp007 | 矿场秘密线 | 陈枭、周执事(已故) | 8 | 11 | 0 | 维持 | 账册在手,陈枭计划将其作为交易筹码。 | 15 | -| sp008 | “瞳”势力线 | 陈枭、蒙面女人 | 9 | 11 | 0 | 推进 | 蒙面女人给的眼睛铜牌被陈枭激活,确认与熔炉关联;陈枭怀疑其给牌是试探,其生死不明。 | 12 | \ No newline at end of file diff --git a/story/snapshots/12/chapter_summaries.md b/story/snapshots/12/chapter_summaries.md deleted file mode 100644 index 9601e31..0000000 --- a/story/snapshots/12/chapter_summaries.md +++ /dev/null @@ -1,14 +0,0 @@ -# 章节摘要 - -| 章节 | 标题 | 出场人物 | 关键事件 | 状态变化 | 伏笔动态 | 情绪基调 | 章节类型 | -|------|------|----------|----------|----------|----------|----------|----------| -| 1 | 收尸人 | 陈枭、李血河、两个壮汉(已死) | 收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困 | 尸气感染、熔炉激活、左臂符文、肋下轻伤 | h001激活,h004推进,h005埋设 | 压抑→危机→觉醒→对峙 | 开篇死局章 | -| 2 | 熔炉 | 陈枭、赵虎(死)、亲卫(死)、王剑(死) | 熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞 | 伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深 | h001推进,h004推进,h005推进,h006埋设 | 危机→觉醒→杀伐→冷静 | 金手指觉醒章 | -| 4 | 荒野夜行 | 陈枭、王执事(追杀者)、两个壮汉、村民 | 矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往 | 伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标 | h001推进,h002推进,h003/h004/h005埋设 | 警惕→隐忍→冷静→坚定 | 逃亡过渡章 | -| 5 | 青石镇 | 陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子 | 接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场 | 气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部 | h001/h002/h003/h004/h005推进,h006/h007埋设 | 警惕→搏命→冷静→蛰伏 | 战斗过渡章 | -| 6 | 暗流 | 陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二 | 夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探 | 回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1 | h001/h002/h003/h006/h007推进,h008埋设 | 蛰伏→警觉→算计 | 情报过渡章 | -| 7 | 聚贤茶楼 | 陈枭、瘦长脸(血鸦会成员)、茶小二 | 茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索 | 灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露 | h001/h002/h005/h007/h008推进,h009埋设 | 警惕→试探→警觉→沉思 | 情报推进章 | -| 8 | 矿场 | 陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸 | 伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索 | 获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗 | h002/h006/h008推进,h010/h011/h012/h013埋设 | 警惕→震惊→压抑→冷静 | 情报高潮章 | -| 9 | 井中物 | 陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂) | 夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相 | 获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死 | h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡) | 警惕→震惊→愤怒→坚定 | 情报推进章 | -| 10 | 养伤 | 陈枭、卖炭老张、蒙面女人("瞳") | 小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→"瞳"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱 | 左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡 | h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设 | 压抑→警惕→震惊→冷静 | 情报推进章 | -| 11 | 铜牌 | 陈枭 | 逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。 | 伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。 | h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。 | 警惕、压抑、沉思、坚定 | 过渡与情报梳理章 | diff --git a/story/snapshots/12/character_matrix.md b/story/snapshots/12/character_matrix.md deleted file mode 100644 index 530fc2f..0000000 --- a/story/snapshots/12/character_matrix.md +++ /dev/null @@ -1,39 +0,0 @@ -### 角色档案 -| 角色 | 核心标签 | 反差细节 | 说话风格 | 性格底色 | 与主角关系 | 核心动机 | 当前目标 | -|------|----------|----------|----------|----------|------------|----------|----------| -| 陈枭 | 冷静、隐忍、果断 | 面对死亡平静如水,反杀时精准狠辣 | 简短、务实、不废话 | 利己求生 | 主角 | 活下去,变强,查清父亲失踪真相 | 养伤,天黑后联系孙姓老人交换信息 | -| 李血河 | 贪婪、阴毒、睚眦必报 | 发血鸦令悬赏,追杀升级 | 阴柔尖细,喜欢玩弄语言 | 欺压弱小 | 敌对(仇人) | 灭口隐患,私吞资源 | 已死(三天前) | -| 陈根生 | 已故 | 死于矿洞深处,留下连接黄泉的黑石,三十年前失踪,被卷入周执事独吞计划,被出卖被害,持有真血鸦令但非血鸦会成员 | - | - | 父亲 | - | - | -| 清河宗中年道人 | 内敛、谨慎、疲惫 | 两鬓斑白,气息内敛,对旧案讳莫如深 | 平稳、简短、不喜多言 | 谨慎务实 | 中立(信息来源) | 查证三十年前旧案 | 已撤离矿场 | -| 清河宗刘师兄 | 傲慢、年轻气盛 | 嗤笑采药人,被师叔训斥 | 拔高、牢骚多 | 阶级优越 | 中立(轻视主角) | 完成任务 | 随师叔行动 | -| 粥铺老板 | 本分、消息灵通 | 本地人,知道聚贤茶楼 | 随和、健谈 | 普通百姓 | 中立 | 做生意 | 无 | -| 茶小二 | 职业化、深藏不露 | 看到假木牌后出价五块灵石 | 职业笑容、试探性 | 不明 | 中立 | 不明 | 不明 | -| 瘦长脸 | 老练、深藏不露 | 识破假木牌却未揭穿,反而给内门铜牌 | 简短、压低声音、试探性 | 不明 | 中立偏试探 | 不明 | 让陈枭三天后去破庙(已完成) | -| 瘦高男人 | 神秘、冷静、操控 | 放走陈枭,透露破庙是陷阱,说陈枭“还有用” | 平静、从容、带威胁 | 深藏不露 | 中立偏复杂 | 借陈枭做事 | 不明 | -| 苍老声音老人 | 阴冷、算计、交易 | 养噬灵虫,想借清河宗破封印,现身要账册 | 阴冷、从容、交易性 | 深藏不露 | 敌对(交易关系) | 获取账册、破开封印 | 用真相换账册(交易未成) | -| 哑姑 | 沉默、神秘、复杂 | 照顾陈枭三年,父亲生前留下的人,在西城二十年,留下警告后失踪 | 不说话(手语) | 不明 | 友方→复杂→可能被迫害 | 不明(存疑) | 已离开,下落不明 | -| 屋顶监视者 | 神秘、身法高超 | 只监视不攻击,身法轻盈如夜枭 | 未说话 | 不明 | 中立偏敌对 | 监视陈枭 | 不明 | -| 杂货铺老头 | 驼背、冷漠、本地人 | 眼神浑浊,对什么都提不起兴趣,提醒“最近不太平” | 沙哑、简短 | 普通百姓 | 中立 | 做生意 | 无 | -| 神秘送物者 | 隐秘、高效 | 三长两短敲门,留下物资后离去,不留痕迹 | 未说话 | 不明 | “瞳”的使者 | 送物资/监视 | 已完成 | -| 卖炭老张 | 佝偻、消息灵通、贪财 | 本地人,帮忙打听消息,收三块碎灵石情报费 | 压低声音、简短 | 普通百姓 | 交易关系 | 赚灵石 | 无 | -| 蒙面女人(“瞳”) | 神秘、复杂、牺牲 | 三十年前亲手把陈枭父亲送上死路,现在替陈枭断后,并给予眼睛铜牌 | 低沉、沙哑、直接 | 深藏不露 | 复杂(“瞳”成员) | 让陈枭活着?试探? | 断后中,生死不明 | -| 孙老头 | 神秘、警告者 | 昨夜透露哑姑出卖父亲,警告破庙是陷阱 | 沙哑、简短 | 不明 | 信息来源/潜在交易对象 | 不明 | 不明 | -### 相遇记录 -| 角色A | 角色B | 首次相遇章 | 最近交互章 | 关系性质 | 关系变化 | -|-------|-------|------------|------------|----------|----------| -| 陈枭 | 李血河 | 1 | 9 | 仇敌 | 李已死(三天前),血鸦令悬赏仍在 | -| 陈枭 | 清河宗弟子 | 5 | 8 | 中立 | 同住客栈→偷听对话→矿场远距离观察→对方撤离 | -| 陈枭 | 清河宗中年道人 | 6 | 8 | 信息目标 | 偷听其对话→矿场远距离观察其行动→对方撤离 | -| 陈枭 | 粥铺老板 | 6 | 6 | 信息来源 | 询问消息灵通之地 | -| 陈枭 | 茶小二 | 6 | 7 | 试探关系 | 假木牌试探,对方出价五块灵石,引见瘦长脸 | -| 陈枭 | 瘦长脸 | 7 | 7 | 试探关系 | 识破假令牌未揭穿,透露旧案信息,给内门铜牌 | -| 陈枭 | 神秘势力(苍老声音) | 8 | 9 | 敌对→交易 | 偷听其对话→对方现身要账册,透露哑姑出卖父亲 | -| 陈枭 | 瘦高男人 | 9 | 9 | 中立偏复杂 | 井口堵截→短暂交手→放走陈枭→透露破庙是陷阱 | -| 陈枭 | 哑姑 | 1 | 10 | 友方→复杂 | 照顾三年→父亲生前留下的人→认知重构:从“出卖者”转为“可能被迫参与者/受害者” | -| 陈枭 | 屋顶监视者 | 10 | 10 | 中立偏敌对 | 被监视→发现对方→对方离去 | -| 陈枭 | 杂货铺老头 | 10 | 10 | 中立 | 购买物资 | 无变化 | -| 陈枭 | 孙老头 | 9 | 9 | 信息来源 | 接受关键信息(哑姑是引子、破庙是陷阱) | -| 陈枭 | 蒙面女人(“瞳”) | 10 | 11 | 复杂 | 承认害死父亲→断后让陈枭逃脱→给予眼睛铜牌→陈枭激活铜牌发现与熔炉关联,怀疑是试探 | -### 信息边界 -- **陈枭知道**:眼睛铜牌与熔炉存在明确关联(纹路相似,气血激活后共鸣发光);“瞳”可能知道熔炉在他身上,给铜牌可能是试探;自己已身处由父亲之死、哑姑、“瞳”、血鸦会、清河宗、矿场秘密、熔炉、铜牌交织成的漩涡中;计划用账册与孙姓老人交换信息。 -- **陈枭不知道**:“瞳”的真实意图和生死;铜牌的具体用途(钥匙/信物/部件);激活铜牌是否已被“瞳”或其背后势力感知;孙姓老人是否会接受交易,以及其真实立场。 \ No newline at end of file diff --git a/story/snapshots/12/current_state.md b/story/snapshots/12/current_state.md deleted file mode 100644 index 875aade..0000000 --- a/story/snapshots/12/current_state.md +++ /dev/null @@ -1,9 +0,0 @@ -(状态卡未更新) - -## 审计纠偏(自动生成,下一章写作前参照) -> 第12章审计发现以下问题,下一章写作时必须避免: -> - [warning] 词汇疲劳: 本章出现高疲劳词/短语:'心头一震'(第11章回顾中)、'嗤笑一声'(本章)。AI标记词密度检查:本章出现'仿佛'(1次)、'似乎'(2次)。按3000字估算,密度约为1次/1500字,超过警戒线(1次/3000字)。 -> - [warning] 支线停滞: 对照支线进度板:本章实质性推进了 sp003(清河宗线)和 sp008(“瞳”势力线)。然而,sp002(逃亡追杀线)仅提及但未推进(仍处于'追兵可能仍在附近'状态);sp006(哑姑线)和 sp007(矿场秘密线)未被提及或推进。连续3章(第10、11、12章)没有出现 sp002 或 sp006 的实质性推进。 -> - [warning] 弧线平坦: 对照情感弧线:陈枭在第11章的情绪状态为'警惕坚定'。本章(第12章)中,陈枭的情绪主要为'警惕压抑'(潜伏等待时)、'冷静审慎'(交易谈判)、'沉重决绝'(获得信息后)。虽然获得了关键信息(父亲死因、瞳与铜牌),但其核心情绪状态(冷静、坚定、决绝)与第11章结尾相比未发生本质转变,连续3章(第10、11、12章)处于'理性/冷静/坚定'的基调,缺乏新的情绪压力峰值(如极度恐惧、狂怒)或释放(如复仇快感、豁然开朗)。 -> - [warning] 节奏单调: 对照章节摘要:最近章节类型序列为:第9章(情报推进章)-> 第10章(情报推进章)-> 第11章(过渡与情报梳理章)-> 第12章(情报交易章)。已连续4章为'情报获取/梳理'类型,缺乏直接的事件冲突、战斗或显著的处境变化。≥5章没有出现回收章或高潮章(上次高潮章为第8章)。 -> - [warning] 套话密度: 套话词(似乎/可能/或许等)密度为4.6次/千字(阈值>3),语气过于模糊犹豫 diff --git a/story/snapshots/12/emotional_arcs.md b/story/snapshots/12/emotional_arcs.md deleted file mode 100644 index 80d5949..0000000 --- a/story/snapshots/12/emotional_arcs.md +++ /dev/null @@ -1,16 +0,0 @@ -| 角色 | 章节 | 情绪状态 | 触发事件 | 强度(1-10) | 弧线方向 | -|------|------|----------|----------|------------|----------| -| 陈枭 | 3 | 搏命杀伐 | 王剑追杀、以伤换命吞噬 | 10 | 理性→狠绝 | -| 陈枭 | 4 | 警惕隐忍 | 矿道撤离、遭遇追杀队 | 7 | 狠绝→蛰伏 | -| 陈枭 | 4 | 冷静算计 | 炼化灵石、研究黑石、习得身法 | 6 | 蛰伏→理性 | -| 陈枭 | 5 | 警惕搏命 | 遭遇血鸦会追杀队、战斗 | 9 | 蛰伏→狠绝 | -| 陈枭 | 5 | 冷静蛰伏 | 混入青石镇、入住客栈 | 5 | 狠绝→理性 | -| 陈枭 | 6 | 警惕试探 | 茶楼打探消息 | 6 | 理性→蛰伏 | -| 陈枭 | 7 | 震惊沉思 | 得知三十年前旧案、获得内门铜牌 | 7 | 蛰伏→理性 | -| 陈枭 | 8 | 震惊压抑 | 矿场偷听真相、发现父亲骸骨 | 9 | 理性→压抑 | -| 陈枭 | 9 | 搏命杀伐 | 血鸦会三人组战斗、生吞灵石爆发 | 10 | 压抑→狠绝 | -| 陈枭 | 10 | 压抑冷静 | 养伤三天、首次看到父亲画像 | 7 | 狠绝→理性 | -| 陈枭 | 10 | 震惊警惕 | 蒙面女人承认害死父亲 | 8 | 理性→警惕 | -| 陈枭 | 10 | 冷静果断 | 破庙围剿、果断逃脱 | 7 | 警惕→理性 | -| 陈枭 | 11 | 压抑沉思 | 山林逃亡、伤口疼痛、梳理混乱线索 | 6 | 理性→沉思 | -| 陈枭 | 11 | 警惕坚定 | 激活铜牌发现与熔炉关联,意识到身处漩涡,决定不退 | 7 | 沉思→坚定 | \ No newline at end of file diff --git a/story/snapshots/12/particle_ledger.md b/story/snapshots/12/particle_ledger.md deleted file mode 100644 index cca47a4..0000000 --- a/story/snapshots/12/particle_ledger.md +++ /dev/null @@ -1 +0,0 @@ -(账本未更新) \ No newline at end of file diff --git a/story/snapshots/12/pending_hooks.md b/story/snapshots/12/pending_hooks.md deleted file mode 100644 index 5b195ac..0000000 --- a/story/snapshots/12/pending_hooks.md +++ /dev/null @@ -1 +0,0 @@ -(伏笔池未更新) \ No newline at end of file diff --git a/story/snapshots/12/state/chapter_summaries.json b/story/snapshots/12/state/chapter_summaries.json deleted file mode 100644 index d3830ef..0000000 --- a/story/snapshots/12/state/chapter_summaries.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "rows": [ - { - "chapter": 1, - "title": "收尸人", - "characters": "陈枭、李血河、两个壮汉(已死)", - "events": "收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困", - "stateChanges": "尸气感染、熔炉激活、左臂符文、肋下轻伤", - "hookActivity": "h001激活,h004推进,h005埋设", - "mood": "压抑→危机→觉醒→对峙", - "chapterType": "开篇死局章" - }, - { - "chapter": 2, - "title": "熔炉", - "characters": "陈枭、赵虎(死)、亲卫(死)、王剑(死)", - "events": "熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞", - "stateChanges": "伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深", - "hookActivity": "h001推进,h004推进,h005推进,h006埋设", - "mood": "危机→觉醒→杀伐→冷静", - "chapterType": "金手指觉醒章" - }, - { - "chapter": 4, - "title": "荒野夜行", - "characters": "陈枭、王执事(追杀者)、两个壮汉、村民", - "events": "矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往", - "stateChanges": "伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标", - "hookActivity": "h001推进,h002推进,h003/h004/h005埋设", - "mood": "警惕→隐忍→冷静→坚定", - "chapterType": "逃亡过渡章" - }, - { - "chapter": 5, - "title": "青石镇", - "characters": "陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子", - "events": "接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场", - "stateChanges": "气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部", - "hookActivity": "h001/h002/h003/h004/h005推进,h006/h007埋设", - "mood": "警惕→搏命→冷静→蛰伏", - "chapterType": "战斗过渡章" - }, - { - "chapter": 6, - "title": "暗流", - "characters": "陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二", - "events": "夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探", - "stateChanges": "回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1", - "hookActivity": "h001/h002/h003/h006/h007推进,h008埋设", - "mood": "蛰伏→警觉→算计", - "chapterType": "情报过渡章" - }, - { - "chapter": 7, - "title": "聚贤茶楼", - "characters": "陈枭、瘦长脸(血鸦会成员)、茶小二", - "events": "茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索", - "stateChanges": "灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露", - "hookActivity": "h001/h002/h005/h007/h008推进,h009埋设", - "mood": "警惕→试探→警觉→沉思", - "chapterType": "情报推进章" - }, - { - "chapter": 8, - "title": "矿场", - "characters": "陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸", - "events": "伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索", - "stateChanges": "获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗", - "hookActivity": "h002/h006/h008推进,h010/h011/h012/h013埋设", - "mood": "警惕→震惊→压抑→冷静", - "chapterType": "情报高潮章" - }, - { - "chapter": 9, - "title": "井中物", - "characters": "陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂)", - "events": "夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相", - "stateChanges": "获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死", - "hookActivity": "h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)", - "mood": "警惕→震惊→愤怒→坚定", - "chapterType": "情报推进章" - }, - { - "chapter": 10, - "title": "养伤", - "characters": "陈枭、卖炭老张、蒙面女人(\"瞳\")", - "events": "小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱", - "stateChanges": "左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡", - "hookActivity": "h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设", - "mood": "压抑→警惕→震惊→冷静", - "chapterType": "情报推进章" - }, - { - "chapter": 11, - "title": "铜牌", - "characters": "陈枭", - "events": "逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。", - "stateChanges": "伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。", - "hookActivity": "h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。", - "mood": "警惕、压抑、沉思、坚定", - "chapterType": "过渡与情报梳理章" - } - ] -} \ No newline at end of file diff --git a/story/snapshots/12/state/current_state.json b/story/snapshots/12/state/current_state.json deleted file mode 100644 index 481db9a..0000000 --- a/story/snapshots/12/state/current_state.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "chapter": 12, - "facts": [] -} \ No newline at end of file diff --git a/story/snapshots/12/state/hooks.json b/story/snapshots/12/state/hooks.json deleted file mode 100644 index 8f6e5b8..0000000 --- a/story/snapshots/12/state/hooks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hooks": [] -} \ No newline at end of file diff --git a/story/snapshots/12/state/manifest.json b/story/snapshots/12/state/manifest.json deleted file mode 100644 index 84d1eee..0000000 --- a/story/snapshots/12/state/manifest.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "schemaVersion": 2, - "language": "zh", - "lastAppliedChapter": 12, - "projectionVersion": 1, - "migrationWarnings": [ - "h001:status normalized from \"埋藏\" to \"open\"", - "h002:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋藏\" to \"open\"", - "h004:status normalized from \"埋藏\" to \"open\"", - "h001:status normalized from \"激活\" to \"open\"", - "h005:status normalized from \"埋藏\" to \"open\"", - "h006:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋设\" to \"open\"", - "h004:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"埋设\" to \"open\"", - "h006:status normalized from \"埋设\" to \"open\"", - "h007:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"维持\" to \"open\"", - "h008:status normalized from \"埋设\" to \"open\"", - "h003:status normalized from \"维持\" to \"open\"", - "h004:status normalized from \"维持\" to \"open\"", - "h006:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"埋设\" to \"open\"", - "h001:status normalized from \"维持\" to \"open\"", - "h007:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"维持\" to \"open\"", - "h010:status normalized from \"埋设\" to \"open\"", - "h011:status normalized from \"埋设\" to \"open\"", - "h012:status normalized from \"埋设\" to \"open\"", - "h013:status normalized from \"埋设\" to \"open\"", - "h014:status normalized from \"埋设\" to \"open\"", - "h015:status normalized from \"埋设\" to \"open\"", - "h016:status normalized from \"埋设\" to \"open\"", - "h008:status normalized from \"维持\" to \"open\"", - "h011:status normalized from \"维持\" to \"open\"", - "h012:status normalized from \"维持\" to \"open\"", - "h013:status normalized from \"维持\" to \"open\"", - "h014:status normalized from \"维持\" to \"open\"", - "h015:status normalized from \"维持\" to \"open\"", - "h016:status normalized from \"维持\" to \"open\"", - "h017:status normalized from \"埋设\" to \"open\"", - "h018:status normalized from \"埋设\" to \"open\"", - "h002:status normalized from \"维持\" to \"open\"", - "h018:status normalized from \"维持\" to \"open\"", - "h019:status normalized from \"埋设\" to \"open\"", - "h020:status normalized from \"埋设\" to \"open\"", - "h019:status normalized from \"维持\" to \"open\"", - "h020:status normalized from \"维持\" to \"open\"", - "h021:status normalized from \"埋设\" to \"open\"", - "h021:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"埋设\" to \"open\"", - "h023:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"埋设\" to \"open\"", - "h025:status normalized from \"埋设\" to \"open\"", - "h017:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"维持\" to \"open\"", - "h023:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"埋设\" to \"open\"", - "h027:status normalized from \"埋设\" to \"open\"", - "h028:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"维持\" to \"open\"", - "h025:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"维持\" to \"open\"", - "h027:status normalized from \"维持\" to \"open\"", - "h028:status normalized from \"维持\" to \"open\"", - "h029:status normalized from \"埋设\" to \"open\"" - ] -} \ No newline at end of file diff --git a/story/snapshots/12/subplot_board.md b/story/snapshots/12/subplot_board.md deleted file mode 100644 index 6b48196..0000000 --- a/story/snapshots/12/subplot_board.md +++ /dev/null @@ -1,10 +0,0 @@ -| 支线ID | 支线名 | 相关角色 | 起始章 | 最近活跃章 | 距今章数 | 状态 | 进度概述 | 回收ETA | -|--------|--------|----------|--------|------------|----------|------|----------|---------| -| sp001 | 父仇线 | 陈枭、陈根生(已故) | 1 | 11 | 0 | 维持 | 陈枭梳理线索(父亲、“瞳”、哑姑、血鸦会、矿场秘密、熔炉、铜牌),确认自己已卷入漩涡,决定不退。 | 45 | -| sp002 | 逃亡追杀线 | 陈枭、血鸦会 | 4 | 11 | 0 | 维持 | 破庙围剿后,陈枭成功逃脱,于山林中隐匿,追兵可能仍在附近。 | 11 | -| sp003 | 清河宗线 | 陈枭、清河宗弟子 | 5 | 11 | 0 | 推进 | 陈枭计划联系孙姓老人(清河宗外事堂执事),用周执事贪污账册交换信息。 | 20 | -| sp004 | 茶楼试探线 | 陈枭、茶小二、瘦长脸 | 6 | 7 | 4 | 完成 | 假木牌被识破,成功获知三十年前旧案信息,获得内门铜牌 | - | -| sp005 | 破庙之约线 | 陈枭、血鸦会内门、“瞳” | 7 | 11 | 0 | 完成 | 第10章已完成赴约,结果:蒙面女人断后,陈枭逃脱。本章为后续。 | - | -| sp006 | 哑姑线 | 陈枭、哑姑 | 1 | 11 | 0 | 维持 | 陈枭思考哑姑是“被迫参与者/受害者”,其去向与警告含义仍是谜。 | 12 | -| sp007 | 矿场秘密线 | 陈枭、周执事(已故) | 8 | 11 | 0 | 维持 | 账册在手,陈枭计划将其作为交易筹码。 | 15 | -| sp008 | “瞳”势力线 | 陈枭、蒙面女人 | 9 | 11 | 0 | 推进 | 蒙面女人给的眼睛铜牌被陈枭激活,确认与熔炉关联;陈枭怀疑其给牌是试探,其生死不明。 | 12 | \ No newline at end of file diff --git a/story/state/chapter_summaries.json b/story/state/chapter_summaries.json deleted file mode 100644 index d3830ef..0000000 --- a/story/state/chapter_summaries.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "rows": [ - { - "chapter": 1, - "title": "收尸人", - "characters": "陈枭、李血河、两个壮汉(已死)", - "events": "收尸搜身→诈尸被感染→李血河灭口→熔炉觉醒反杀→尸潮围困", - "stateChanges": "尸气感染、熔炉激活、左臂符文、肋下轻伤", - "hookActivity": "h001激活,h004推进,h005埋设", - "mood": "压抑→危机→觉醒→对峙", - "chapterType": "开篇死局章" - }, - { - "chapter": 2, - "title": "熔炉", - "characters": "陈枭、赵虎(死)、亲卫(死)、王剑(死)", - "events": "熔炉觉醒→反杀三敌→炼尸获资源→解尸毒→发现父死地→逃离矿洞", - "stateChanges": "伤愈、熔炉觉醒、气血+217、获得装备灵石、左臂符文加深", - "hookActivity": "h001推进,h004推进,h005推进,h006埋设", - "mood": "危机→觉醒→杀伐→冷静", - "chapterType": "金手指觉醒章" - }, - { - "chapter": 4, - "title": "荒野夜行", - "characters": "陈枭、王执事(追杀者)、两个壮汉、村民", - "events": "矿道撤离→废石堆清点物品→遭遇血鸦会追杀队→躲藏避过→洞穴藏身→炼化灵石尝试→发现黑石连黄泉→习得游蛇步→二次躲藏→得知青石镇集会→决定前往", - "stateChanges": "伤愈、习得游蛇步、灵石-3、黑石确认连黄泉、确立新目标", - "hookActivity": "h001推进,h002推进,h003/h004/h005埋设", - "mood": "警惕→隐忍→冷静→坚定", - "chapterType": "逃亡过渡章" - }, - { - "chapter": 5, - "title": "青石镇", - "characters": "陈枭、灰袍修士(死)、三个壮汉、守卫、清河宗弟子", - "events": "接近青石镇→遭遇血鸦会追杀队→战斗击杀灰袍修士→炼尸获资源→混入青石镇→入住客栈→清河宗弟子到场", - "stateChanges": "气血+90卡、灵石+7、获得回气丹和令牌、符文延伸至近肘部", - "hookActivity": "h001/h002/h003/h004/h005推进,h006/h007埋设", - "mood": "警惕→搏命→冷静→蛰伏", - "chapterType": "战斗过渡章" - }, - { - "chapter": 6, - "title": "暗流", - "characters": "陈枭、清河宗三人(中年道人、两弟子)、店小二、粥铺老板、茶小二", - "events": "夜间偷听清河宗对话→获知血鸦令悬赏与三十年前旧案→炼化回气丹喂养熔炉→清河宗离开去矿场→镇上见悬赏令→粥铺打探消息→自制假木牌→聚贤茶楼试探", - "stateChanges": "回气丹-1粒、铜钱-2枚、符文延伸、获得关键情报、假木牌+1", - "hookActivity": "h001/h002/h003/h006/h007推进,h008埋设", - "mood": "蛰伏→警觉→算计", - "chapterType": "情报过渡章" - }, - { - "chapter": 7, - "title": "聚贤茶楼", - "characters": "陈枭、瘦长脸(血鸦会成员)、茶小二", - "events": "茶楼试探→瘦长脸识破假令牌→透露三十年前旧案(截货者姓周,父亲与周一起死)→获内门铜牌→回客栈炼化灵石→思考父亲之谜→做梦→决定去矿场找线索", - "stateChanges": "灵石-6、境界达一重巅峰、符文延伸、获得内门铜牌、假令牌暴露", - "hookActivity": "h001/h002/h005/h007/h008推进,h009埋设", - "mood": "警惕→试探→警觉→沉思", - "chapterType": "情报推进章" - }, - { - "chapter": 8, - "title": "矿场", - "characters": "陈枭、清河宗三人、矿工、神秘势力(仅声音)、死尸", - "events": "伪装采药人前往矿场→潜入废弃矿道→偷听神秘势力对话→得知父亲死因真相→观察清河宗调查→矿工挖出骸骨→噬灵虫涌出→逃离矿场→发现死尸与纸条线索", - "stateChanges": "获知父亲死因真相、获得矿石/匕首/纸条、气血微量消耗", - "hookActivity": "h002/h006/h008推进,h010/h011/h012/h013埋设", - "mood": "警惕→震惊→压抑→冷静", - "chapterType": "情报高潮章" - }, - { - "chapter": 9, - "title": "井中物", - "characters": "陈枭、顾寒舟(内门执事)、孙姓老人(清河宗外事堂)", - "events": "夜潜矿场杂役院→井中取得账册→顾寒舟现身堵截→透露破庙是陷阱→孙姓老人夜间现身→透露哑姑出卖父亲真相", - "stateChanges": "获得账册(周执事贪污证据)、灵石+1(从井中)、得知哑姑背叛、得知李血河已死", - "hookActivity": "h010推进(井中物找到)、h011推进(神秘势力)、h012埋设(哑姑背叛)、h013埋设(破庙陷阱)、h014埋设(李血河死亡)", - "mood": "警惕→震惊→愤怒→坚定", - "chapterType": "情报推进章" - }, - { - "chapter": 10, - "title": "养伤", - "characters": "陈枭、卖炭老张、蒙面女人(\"瞳\")", - "events": "小院养伤三天→老张送来父亲画像和破庙情报→运转气血恢复经脉→赴破庙之约→蒙面女人现身承认害死父亲→\"瞳\"声称非敌→血鸦会围剿→蒙面女人断后陈枭逃脱", - "stateChanges": "左臂伤势恢复但伤口裂开、灵石-1(给老张)、获得父亲画像、获得眼睛铜牌、气血-30卡", - "hookActivity": "h003/h008/h015/h017推进,h009完成,h022/h023/h024/h025埋设", - "mood": "压抑→警惕→震惊→冷静", - "chapterType": "情报推进章" - }, - { - "chapter": 11, - "title": "铜牌", - "characters": "陈枭", - "events": "逃离破庙后于山林中藏匿、处理伤口、思考线索;发现眼睛铜牌与熔炉纹路相似;冒险用气血激活铜牌,确认其与熔炉产生共鸣发光;决定养伤后联系孙姓老人,用账册交换信息。", - "stateChanges": "伤势加重,气血消耗;获得眼睛铜牌并确认其与熔炉关联;位置转移至深山隐蔽洞穴;确立下一步行动目标。", - "hookActivity": "h001(熔炉)、h017(“瞳”势力)、h021(铜牌与熔炉联系)、h022(蒙面女人)推进;h029(账册交易计划)埋设。", - "mood": "警惕、压抑、沉思、坚定", - "chapterType": "过渡与情报梳理章" - } - ] -} \ No newline at end of file diff --git a/story/state/current_state.json b/story/state/current_state.json deleted file mode 100644 index 481db9a..0000000 --- a/story/state/current_state.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "chapter": 12, - "facts": [] -} \ No newline at end of file diff --git a/story/state/hooks.json b/story/state/hooks.json deleted file mode 100644 index 8f6e5b8..0000000 --- a/story/state/hooks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hooks": [] -} \ No newline at end of file diff --git a/story/state/manifest.json b/story/state/manifest.json deleted file mode 100644 index 84d1eee..0000000 --- a/story/state/manifest.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "schemaVersion": 2, - "language": "zh", - "lastAppliedChapter": 12, - "projectionVersion": 1, - "migrationWarnings": [ - "h001:status normalized from \"埋藏\" to \"open\"", - "h002:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋藏\" to \"open\"", - "h004:status normalized from \"埋藏\" to \"open\"", - "h001:status normalized from \"激活\" to \"open\"", - "h005:status normalized from \"埋藏\" to \"open\"", - "h006:status normalized from \"埋藏\" to \"open\"", - "h003:status normalized from \"埋设\" to \"open\"", - "h004:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"埋设\" to \"open\"", - "h006:status normalized from \"埋设\" to \"open\"", - "h007:status normalized from \"埋设\" to \"open\"", - "h005:status normalized from \"维持\" to \"open\"", - "h008:status normalized from \"埋设\" to \"open\"", - "h003:status normalized from \"维持\" to \"open\"", - "h004:status normalized from \"维持\" to \"open\"", - "h006:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"埋设\" to \"open\"", - "h001:status normalized from \"维持\" to \"open\"", - "h007:status normalized from \"维持\" to \"open\"", - "h009:status normalized from \"维持\" to \"open\"", - "h010:status normalized from \"埋设\" to \"open\"", - "h011:status normalized from \"埋设\" to \"open\"", - "h012:status normalized from \"埋设\" to \"open\"", - "h013:status normalized from \"埋设\" to \"open\"", - "h014:status normalized from \"埋设\" to \"open\"", - "h015:status normalized from \"埋设\" to \"open\"", - "h016:status normalized from \"埋设\" to \"open\"", - "h008:status normalized from \"维持\" to \"open\"", - "h011:status normalized from \"维持\" to \"open\"", - "h012:status normalized from \"维持\" to \"open\"", - "h013:status normalized from \"维持\" to \"open\"", - "h014:status normalized from \"维持\" to \"open\"", - "h015:status normalized from \"维持\" to \"open\"", - "h016:status normalized from \"维持\" to \"open\"", - "h017:status normalized from \"埋设\" to \"open\"", - "h018:status normalized from \"埋设\" to \"open\"", - "h002:status normalized from \"维持\" to \"open\"", - "h018:status normalized from \"维持\" to \"open\"", - "h019:status normalized from \"埋设\" to \"open\"", - "h020:status normalized from \"埋设\" to \"open\"", - "h019:status normalized from \"维持\" to \"open\"", - "h020:status normalized from \"维持\" to \"open\"", - "h021:status normalized from \"埋设\" to \"open\"", - "h021:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"埋设\" to \"open\"", - "h023:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"埋设\" to \"open\"", - "h025:status normalized from \"埋设\" to \"open\"", - "h017:status normalized from \"维持\" to \"open\"", - "h022:status normalized from \"维持\" to \"open\"", - "h023:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"埋设\" to \"open\"", - "h027:status normalized from \"埋设\" to \"open\"", - "h028:status normalized from \"埋设\" to \"open\"", - "h024:status normalized from \"维持\" to \"open\"", - "h025:status normalized from \"维持\" to \"open\"", - "h026:status normalized from \"维持\" to \"open\"", - "h027:status normalized from \"维持\" to \"open\"", - "h028:status normalized from \"维持\" to \"open\"", - "h029:status normalized from \"埋设\" to \"open\"" - ] -} \ No newline at end of file