state.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "project": {
  3. "title": "剑碎虚空",
  4. "genre": "xianxia",
  5. "author": "测试作者"
  6. },
  7. "progress": {
  8. "current_chapter": 3,
  9. "total_words": 9000,
  10. "last_updated": "2026-05-01"
  11. },
  12. "protagonist_state": {
  13. "name": "陆沉",
  14. "power": { "realm": "练气", "layer": "五层", "bottleneck": "灵脉淤塞" },
  15. "location": { "current": "青云宗外门", "last_chapter": 3 },
  16. "golden_finger": { "name": "残剑剑灵", "level": 2, "skills": ["剑意共鸣"] },
  17. "attributes": {}
  18. },
  19. "entities_v3": {
  20. "角色": {
  21. "luchen": {
  22. "name": "陆沉",
  23. "canonical_name": "陆沉",
  24. "tier": "核心",
  25. "aliases": ["小师弟"],
  26. "is_protagonist": true,
  27. "first_appearance": 1,
  28. "last_appearance": 3,
  29. "current": { "realm": "练气五层", "location": "青云宗外门" },
  30. "desc": "背负残剑的外门弟子"
  31. },
  32. "susu": {
  33. "name": "苏素",
  34. "canonical_name": "苏素",
  35. "tier": "支线",
  36. "aliases": ["苏师姐"],
  37. "first_appearance": 2,
  38. "last_appearance": 3,
  39. "current": { "realm": "筑基一层", "location": "藏经阁" }
  40. }
  41. },
  42. "势力": {
  43. "qingyun": {
  44. "name": "青云宗",
  45. "canonical_name": "青云宗",
  46. "tier": "核心",
  47. "aliases": ["宗门"],
  48. "first_appearance": 1,
  49. "last_appearance": 3,
  50. "current": { "status": "东域二流宗门" }
  51. }
  52. }
  53. },
  54. "alias_index": {
  55. "小师弟": [{ "id": "luchen", "type": "角色" }],
  56. "苏师姐": [{ "id": "susu", "type": "角色" }],
  57. "宗门": [{ "id": "qingyun", "type": "势力" }]
  58. },
  59. "state_changes": [
  60. { "entity_id": "luchen", "field": "realm", "old": "练气四层", "new": "练气五层", "reason": "剑灵反哺", "chapter": 3 }
  61. ],
  62. "structured_relationships": [
  63. { "from": "luchen", "to": "susu", "type": "师姐弟", "description": "藏经阁初见,苏素予其残卷", "chapter": 2 }
  64. ],
  65. "plot_threads": {
  66. "active_threads": [
  67. { "name": "外门大比", "status": "active", "note": "三个月后外门大比,陆沉需入前十" }
  68. ],
  69. "foreshadowing": [
  70. {
  71. "content": "残剑剑柄内藏半张古图",
  72. "status": "active",
  73. "tier": "core",
  74. "planted_chapter": 1,
  75. "target_chapter": 30,
  76. "urgency": 80
  77. },
  78. {
  79. "content": "苏素识破陆沉伪装的灵根",
  80. "status": "已解决",
  81. "tier": "支线",
  82. "chapter": 2,
  83. "resolved": 3
  84. }
  85. ]
  86. },
  87. "chapter_meta": {
  88. "0001": {
  89. "hook": { "type": "危机钩", "content": "长老逼问残剑来历", "strength": "strong" }
  90. },
  91. "3": {
  92. "hook": { "type": "悬念钩", "content": "古图一角浮现", "strength": "medium" }
  93. }
  94. },
  95. "strand_tracker": {
  96. "last_quest_chapter": 3,
  97. "current_dominant": "quest",
  98. "history": [
  99. { "chapter": 1, "strand": "quest" },
  100. { "chapter": 2, "strand": "constellation" },
  101. { "chapter": 3, "strand": "quest" }
  102. ]
  103. },
  104. "world_settings": {
  105. "power_system": ["练气", "筑基", "金丹"],
  106. "factions": [{ "name": "青云宗", "type": "宗门" }],
  107. "locations": ["青云宗", "藏经阁"]
  108. },
  109. "review_checkpoints": [],
  110. "disambiguation_warnings": [],
  111. "disambiguation_pending": []
  112. }