novelws 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/CHANGELOG.md +100 -623
  2. package/README.md +79 -594
  3. package/dist/cli.js +1 -3
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/init.d.ts.map +1 -1
  6. package/dist/commands/init.js +12 -99
  7. package/dist/commands/init.js.map +1 -1
  8. package/dist/commands/upgrade.d.ts.map +1 -1
  9. package/dist/commands/upgrade.js +17 -108
  10. package/dist/commands/upgrade.js.map +1 -1
  11. package/dist/core/config.d.ts +1 -37
  12. package/dist/core/config.d.ts.map +1 -1
  13. package/dist/core/config.js +6 -45
  14. package/dist/core/config.js.map +1 -1
  15. package/dist/core/errors.d.ts +0 -31
  16. package/dist/core/errors.d.ts.map +1 -1
  17. package/dist/core/errors.js +0 -58
  18. package/dist/core/errors.js.map +1 -1
  19. package/dist/utils/diagnostics.d.ts +2 -16
  20. package/dist/utils/diagnostics.d.ts.map +1 -1
  21. package/dist/utils/diagnostics.js +5 -72
  22. package/dist/utils/diagnostics.js.map +1 -1
  23. package/dist/utils/project.d.ts +1 -1
  24. package/dist/utils/project.d.ts.map +1 -1
  25. package/dist/utils/project.js +3 -3
  26. package/dist/utils/project.js.map +1 -1
  27. package/package.json +1 -2
  28. package/templates/commands/analyze.md +65 -265
  29. package/templates/commands/expand.md +70 -0
  30. package/templates/commands/plan.md +47 -452
  31. package/templates/commands/specify.md +43 -869
  32. package/templates/commands/write.md +49 -643
  33. package/templates/dot-claude/CLAUDE.md +38 -202
  34. package/templates/resources/anti-ai.md +16 -0
  35. package/templates/resources/style-reference.md +19 -0
  36. package/templates/tracking/character-state.json +1 -76
  37. package/templates/tracking/plot-tracker.json +3 -60
  38. package/templates/tracking/relationships.json +1 -68
  39. package/templates/tracking/timeline.json +1 -47
  40. package/dist/commands/plugin.d.ts +0 -6
  41. package/dist/commands/plugin.d.ts.map +0 -1
  42. package/dist/commands/plugin.js +0 -135
  43. package/dist/commands/plugin.js.map +0 -1
  44. package/dist/plugins/identifier.d.ts +0 -13
  45. package/dist/plugins/identifier.d.ts.map +0 -1
  46. package/dist/plugins/identifier.js +0 -72
  47. package/dist/plugins/identifier.js.map +0 -1
  48. package/dist/plugins/installers/base.d.ts +0 -27
  49. package/dist/plugins/installers/base.d.ts.map +0 -1
  50. package/dist/plugins/installers/base.js +0 -30
  51. package/dist/plugins/installers/base.js.map +0 -1
  52. package/dist/plugins/installers/github.d.ts +0 -22
  53. package/dist/plugins/installers/github.d.ts.map +0 -1
  54. package/dist/plugins/installers/github.js +0 -133
  55. package/dist/plugins/installers/github.js.map +0 -1
  56. package/dist/plugins/installers/local.d.ts +0 -16
  57. package/dist/plugins/installers/local.d.ts.map +0 -1
  58. package/dist/plugins/installers/local.js +0 -69
  59. package/dist/plugins/installers/local.js.map +0 -1
  60. package/dist/plugins/installers/npm.d.ts +0 -20
  61. package/dist/plugins/installers/npm.d.ts.map +0 -1
  62. package/dist/plugins/installers/npm.js +0 -99
  63. package/dist/plugins/installers/npm.js.map +0 -1
  64. package/dist/plugins/manager.d.ts +0 -77
  65. package/dist/plugins/manager.d.ts.map +0 -1
  66. package/dist/plugins/manager.js +0 -349
  67. package/dist/plugins/manager.js.map +0 -1
  68. package/dist/plugins/registry.d.ts +0 -48
  69. package/dist/plugins/registry.d.ts.map +0 -1
  70. package/dist/plugins/registry.js +0 -111
  71. package/dist/plugins/registry.js.map +0 -1
  72. package/dist/plugins/types.d.ts +0 -66
  73. package/dist/plugins/types.d.ts.map +0 -1
  74. package/dist/plugins/types.js +0 -2
  75. package/dist/plugins/types.js.map +0 -1
  76. package/dist/plugins/validator.d.ts +0 -19
  77. package/dist/plugins/validator.d.ts.map +0 -1
  78. package/dist/plugins/validator.js +0 -164
  79. package/dist/plugins/validator.js.map +0 -1
  80. package/dist/utils/logger.d.ts +0 -13
  81. package/dist/utils/logger.d.ts.map +0 -1
  82. package/dist/utils/logger.js +0 -48
  83. package/dist/utils/logger.js.map +0 -1
  84. package/plugins/authentic-voice/README.md +0 -31
  85. package/plugins/authentic-voice/commands/authentic-voice.md +0 -73
  86. package/plugins/authentic-voice/commands/authenticity-audit.md +0 -37
  87. package/plugins/authentic-voice/config.yaml +0 -30
  88. package/plugins/authentic-voice/experts/authentic-editor.md +0 -27
  89. package/plugins/export/README.md +0 -319
  90. package/plugins/export/commands/export.md +0 -460
  91. package/plugins/export/commands/generate-cover.md +0 -256
  92. package/plugins/export/commands/metadata.md +0 -309
  93. package/plugins/export/config.yaml +0 -47
  94. package/plugins/export/experts/publishing-expert.md +0 -171
  95. package/plugins/export/templates/epub/chapter-template.html +0 -13
  96. package/plugins/export/templates/epub/cover-template.html +0 -14
  97. package/plugins/export/templates/epub/stylesheet.css +0 -200
  98. package/plugins/export/templates/pdf/ebook-style.css +0 -137
  99. package/plugins/export/templates/pdf/print-style.css +0 -179
  100. package/plugins/export/templates/platforms/jinjiang-format.md +0 -101
  101. package/plugins/export/templates/platforms/qidian-format.md +0 -108
  102. package/plugins/export/templates/platforms/tomato-format.md +0 -95
  103. package/plugins/translate/README.md +0 -265
  104. package/plugins/translate/commands/glossary.md +0 -731
  105. package/plugins/translate/commands/translate-preview.md +0 -543
  106. package/plugins/translate/commands/translate.md +0 -649
  107. package/plugins/translate/config.yaml +0 -43
  108. package/plugins/translate/experts/literary-translator.md +0 -605
  109. package/templates/commands/character.md +0 -287
  110. package/templates/commands/checklist.md +0 -744
  111. package/templates/commands/clarify.md +0 -269
  112. package/templates/commands/constitution.md +0 -269
  113. package/templates/commands/expert.md +0 -188
  114. package/templates/commands/facts.md +0 -552
  115. package/templates/commands/guide.md +0 -900
  116. package/templates/commands/help-me.md +0 -221
  117. package/templates/commands/recap.md +0 -748
  118. package/templates/commands/relations.md +0 -385
  119. package/templates/commands/revise.md +0 -450
  120. package/templates/commands/search.md +0 -531
  121. package/templates/commands/tasks.md +0 -396
  122. package/templates/commands/timeline.md +0 -309
  123. package/templates/commands/track-init.md +0 -149
  124. package/templates/commands/track.md +0 -704
  125. package/templates/commands/volume-summary.md +0 -471
  126. package/templates/knowledge/audit-config.json +0 -26
  127. package/templates/knowledge/character-profiles.md +0 -152
  128. package/templates/knowledge/character-voices.md +0 -137
  129. package/templates/knowledge/locations.md +0 -184
  130. package/templates/knowledge/world-setting.md +0 -121
  131. package/templates/resources/character-archetypes/01-hero.md +0 -233
  132. package/templates/resources/character-archetypes/02-mentor.md +0 -177
  133. package/templates/resources/character-archetypes/03-shadow.md +0 -221
  134. package/templates/resources/character-archetypes/04-ally.md +0 -178
  135. package/templates/resources/character-archetypes/05-shapeshifter.md +0 -177
  136. package/templates/resources/character-archetypes/06-trickster.md +0 -181
  137. package/templates/resources/character-archetypes/07-threshold-guardian.md +0 -177
  138. package/templates/resources/character-archetypes/08-herald.md +0 -180
  139. package/templates/resources/character-archetypes/09-father.md +0 -249
  140. package/templates/resources/character-archetypes/10-mother.md +0 -202
  141. package/templates/resources/character-archetypes/11-child.md +0 -183
  142. package/templates/resources/character-archetypes/12-sage.md +0 -202
  143. package/templates/resources/character-archetypes/README.md +0 -60
  144. package/templates/resources/character-archetypes/application-guide.md +0 -222
  145. package/templates/resources/character-archetypes/archetype-combinations.md +0 -242
  146. package/templates/resources/character-archetypes/config.yaml +0 -28
  147. package/templates/resources/character-archetypes/examples-analysis.md +0 -223
  148. package/templates/resources/config/keyword-mappings.json +0 -226
  149. package/templates/resources/config/specification-example.md +0 -146
  150. package/templates/resources/craft/character-arc.md +0 -1153
  151. package/templates/resources/craft/dialogue.md +0 -1170
  152. package/templates/resources/craft/hook-design.md +0 -345
  153. package/templates/resources/craft/pacing.md +0 -1200
  154. package/templates/resources/craft/power-system.md +0 -254
  155. package/templates/resources/craft/scene-structure.md +0 -1136
  156. package/templates/resources/craft/show-not-tell.md +0 -1012
  157. package/templates/resources/craft/story-structures.md +0 -134
  158. package/templates/resources/craft/tension-management.md +0 -168
  159. package/templates/resources/emotional-beats/01-first-meeting.md +0 -145
  160. package/templates/resources/emotional-beats/02-bonding-moment.md +0 -226
  161. package/templates/resources/emotional-beats/03-declaration.md +0 -284
  162. package/templates/resources/emotional-beats/04-triumph.md +0 -240
  163. package/templates/resources/emotional-beats/05-reunion.md +0 -396
  164. package/templates/resources/emotional-beats/06-forgiveness.md +0 -204
  165. package/templates/resources/emotional-beats/07-betrayal.md +0 -204
  166. package/templates/resources/emotional-beats/08-loss.md +0 -214
  167. package/templates/resources/emotional-beats/09-rejection.md +0 -254
  168. package/templates/resources/emotional-beats/10-failure.md +0 -244
  169. package/templates/resources/emotional-beats/11-misunderstanding.md +0 -205
  170. package/templates/resources/emotional-beats/12-farewell.md +0 -283
  171. package/templates/resources/emotional-beats/13-revelation.md +0 -242
  172. package/templates/resources/emotional-beats/14-point-of-no-return.md +0 -215
  173. package/templates/resources/emotional-beats/15-dark-night.md +0 -244
  174. package/templates/resources/emotional-beats/16-sacrifice.md +0 -246
  175. package/templates/resources/emotional-beats/17-awakening.md +0 -246
  176. package/templates/resources/emotional-beats/18-confrontation.md +0 -217
  177. package/templates/resources/emotional-beats/19-bittersweet-goodbye.md +0 -368
  178. package/templates/resources/emotional-beats/20-moral-dilemma.md +0 -248
  179. package/templates/resources/emotional-beats/21-temptation.md +0 -240
  180. package/templates/resources/emotional-beats/22-redemption.md +0 -210
  181. package/templates/resources/emotional-beats/README.md +0 -104
  182. package/templates/resources/emotional-beats/beat-sequences.md +0 -276
  183. package/templates/resources/emotional-beats/config.yaml +0 -30
  184. package/templates/resources/emotional-beats/pacing-guide.md +0 -390
  185. package/templates/resources/genres/game-lit.md +0 -174
  186. package/templates/resources/genres/historical.md +0 -1127
  187. package/templates/resources/genres/horror.md +0 -211
  188. package/templates/resources/genres/military.md +0 -209
  189. package/templates/resources/genres/mystery.md +0 -1123
  190. package/templates/resources/genres/rebirth.md +0 -177
  191. package/templates/resources/genres/revenge.md +0 -846
  192. package/templates/resources/genres/romance.md +0 -948
  193. package/templates/resources/genres/sci-fi.md +0 -156
  194. package/templates/resources/genres/sports.md +0 -216
  195. package/templates/resources/genres/thriller.md +0 -166
  196. package/templates/resources/genres/urban.md +0 -170
  197. package/templates/resources/genres/workplace.md +0 -214
  198. package/templates/resources/genres/wuxia.md +0 -143
  199. package/templates/resources/genres/xuanhuan.md +0 -234
  200. package/templates/resources/genres/youth.md +0 -219
  201. package/templates/resources/memory/personal-voice.md +0 -113
  202. package/templates/resources/references/README.md +0 -96
  203. package/templates/resources/references/china-1920s/culture.md +0 -423
  204. package/templates/resources/references/china-1920s/daily-life.md +0 -616
  205. package/templates/resources/references/china-1920s/overview.md +0 -298
  206. package/templates/resources/references/china-1920s/society.md +0 -703
  207. package/templates/resources/references/china-1920s/warlords.md +0 -427
  208. package/templates/resources/references/cultivation-world/daily-life.md +0 -108
  209. package/templates/resources/references/cultivation-world/overview.md +0 -64
  210. package/templates/resources/references/cultivation-world/power-system.md +0 -108
  211. package/templates/resources/references/cultivation-world/sects.md +0 -104
  212. package/templates/resources/references/cultivation-world/world-setting.md +0 -108
  213. package/templates/resources/references/modern-workplace/corporate.md +0 -115
  214. package/templates/resources/references/modern-workplace/daily-life.md +0 -129
  215. package/templates/resources/references/modern-workplace/overview.md +0 -73
  216. package/templates/resources/references/modern-workplace/relationships.md +0 -107
  217. package/templates/resources/references/modern-workplace/tech-industry.md +0 -131
  218. package/templates/resources/references/tang-dynasty/culture.md +0 -135
  219. package/templates/resources/references/tang-dynasty/daily-life.md +0 -139
  220. package/templates/resources/references/tang-dynasty/overview.md +0 -76
  221. package/templates/resources/references/tang-dynasty/politics.md +0 -121
  222. package/templates/resources/references/tang-dynasty/society.md +0 -126
  223. package/templates/resources/requirements/README.md +0 -240
  224. package/templates/resources/requirements/anti-ai-v3.md +0 -46
  225. package/templates/resources/requirements/anti-ai-v4-deprecated.md +0 -442
  226. package/templates/resources/requirements/anti-ai-v5-balanced.md +0 -203
  227. package/templates/resources/requirements/concretization.md +0 -90
  228. package/templates/resources/requirements/fast-paced.md +0 -552
  229. package/templates/resources/requirements/no-poison.md +0 -60
  230. package/templates/resources/requirements/romance-angst.md +0 -102
  231. package/templates/resources/requirements/romance-sweet.md +0 -63
  232. package/templates/resources/requirements/serious-literature.md +0 -45
  233. package/templates/resources/requirements/strong-emotion.md +0 -60
  234. package/templates/resources/scripts/README.md +0 -187
  235. package/templates/resources/scripts/bash/analyze-story.sh +0 -170
  236. package/templates/resources/scripts/bash/check-analyze-stage.sh +0 -108
  237. package/templates/resources/scripts/bash/check-consistency.sh +0 -463
  238. package/templates/resources/scripts/bash/check-facts.sh +0 -214
  239. package/templates/resources/scripts/bash/check-plot.sh +0 -374
  240. package/templates/resources/scripts/bash/check-timeline.sh +0 -346
  241. package/templates/resources/scripts/bash/check-world.sh +0 -395
  242. package/templates/resources/scripts/bash/check-writing-state.sh +0 -854
  243. package/templates/resources/scripts/bash/clarify-story.sh +0 -117
  244. package/templates/resources/scripts/bash/common.sh +0 -151
  245. package/templates/resources/scripts/bash/constitution.sh +0 -114
  246. package/templates/resources/scripts/bash/generate-tasks.sh +0 -65
  247. package/templates/resources/scripts/bash/init-tracking.sh +0 -183
  248. package/templates/resources/scripts/bash/manage-relations.sh +0 -174
  249. package/templates/resources/scripts/bash/migrate-tracking.sh +0 -183
  250. package/templates/resources/scripts/bash/plan-story.sh +0 -100
  251. package/templates/resources/scripts/bash/specify-story.sh +0 -93
  252. package/templates/resources/scripts/bash/tasks-story.sh +0 -96
  253. package/templates/resources/scripts/bash/test-word-count.sh +0 -182
  254. package/templates/resources/scripts/bash/tests/bench-preload-cache.sh +0 -100
  255. package/templates/resources/scripts/bash/tests/run-all-benchmarks.sh +0 -16
  256. package/templates/resources/scripts/bash/tests/test-cache-semantics.sh +0 -199
  257. package/templates/resources/scripts/bash/tests/test-cross-platform.sh +0 -35
  258. package/templates/resources/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
  259. package/templates/resources/scripts/bash/tests/test-phase1-bash.sh +0 -28
  260. package/templates/resources/scripts/bash/tests/test-preload-cache.sh +0 -123
  261. package/templates/resources/scripts/bash/tests/test-regex-precompile.sh +0 -89
  262. package/templates/resources/scripts/bash/tests/test-regression-bash.sh +0 -42
  263. package/templates/resources/scripts/bash/tests/test-task6-verification.sh +0 -200
  264. package/templates/resources/scripts/bash/text-audit.sh +0 -144
  265. package/templates/resources/scripts/bash/track-progress.sh +0 -194
  266. package/templates/resources/scripts/powershell/analyze-story.ps1 +0 -174
  267. package/templates/resources/scripts/powershell/check-analyze-stage.ps1 +0 -110
  268. package/templates/resources/scripts/powershell/check-consistency.ps1 +0 -138
  269. package/templates/resources/scripts/powershell/check-facts.ps1 +0 -195
  270. package/templates/resources/scripts/powershell/check-plot.ps1 +0 -139
  271. package/templates/resources/scripts/powershell/check-timeline.ps1 +0 -112
  272. package/templates/resources/scripts/powershell/check-writing-state.ps1 +0 -486
  273. package/templates/resources/scripts/powershell/clarify-story.ps1 +0 -107
  274. package/templates/resources/scripts/powershell/common.ps1 +0 -36
  275. package/templates/resources/scripts/powershell/constitution.ps1 +0 -145
  276. package/templates/resources/scripts/powershell/generate-tasks.ps1 +0 -70
  277. package/templates/resources/scripts/powershell/init-tracking.ps1 +0 -98
  278. package/templates/resources/scripts/powershell/manage-relations.ps1 +0 -134
  279. package/templates/resources/scripts/powershell/migrate-tracking.ps1 +0 -145
  280. package/templates/resources/scripts/powershell/plan-story.ps1 +0 -99
  281. package/templates/resources/scripts/powershell/specify-story.ps1 +0 -85
  282. package/templates/resources/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
  283. package/templates/resources/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
  284. package/templates/resources/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
  285. package/templates/resources/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
  286. package/templates/resources/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
  287. package/templates/resources/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
  288. package/templates/resources/scripts/powershell/text-audit.ps1 +0 -102
  289. package/templates/resources/scripts/powershell/track-progress.ps1 +0 -105
  290. package/templates/resources/styles/README.md +0 -302
  291. package/templates/resources/styles/ancient-style.md +0 -579
  292. package/templates/resources/styles/literary.md +0 -439
  293. package/templates/resources/styles/minimal.md +0 -472
  294. package/templates/resources/styles/natural-voice.md +0 -930
  295. package/templates/resources/styles/web-novel.md +0 -525
  296. package/templates/skills/analysis/character-analysis/SKILL.md +0 -71
  297. package/templates/skills/analysis/foreshadow-analysis/SKILL.md +0 -45
  298. package/templates/skills/analysis/hook-analysis/SKILL.md +0 -111
  299. package/templates/skills/analysis/logic-analysis/SKILL.md +0 -58
  300. package/templates/skills/analysis/opening-analysis/SKILL.md +0 -59
  301. package/templates/skills/analysis/pacing-analysis/SKILL.md +0 -55
  302. package/templates/skills/analysis/power-analysis/SKILL.md +0 -148
  303. package/templates/skills/analysis/reader-analysis/SKILL.md +0 -117
  304. package/templates/skills/analysis/style-analysis/SKILL.md +0 -60
  305. package/templates/skills/analysis/voice-analysis/SKILL.md +0 -42
  306. package/templates/skills/auto-tracking/SKILL.md +0 -280
  307. package/templates/skills/genre-knowledge/fantasy/SKILL.md +0 -355
  308. package/templates/skills/genre-knowledge/mystery/SKILL.md +0 -337
  309. package/templates/skills/genre-knowledge/romance/SKILL.md +0 -228
  310. package/templates/skills/genre-knowledge/sci-fi/SKILL.md +0 -65
  311. package/templates/skills/genre-knowledge/thriller/SKILL.md +0 -95
  312. package/templates/skills/planning/volume-detail/SKILL.md +0 -219
  313. package/templates/skills/quality-assurance/consistency-checker/SKILL.md +0 -412
  314. package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +0 -157
  315. package/templates/skills/quality-assurance/facts-checker/SKILL.md +0 -405
  316. package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +0 -147
  317. package/templates/skills/quality-assurance/getting-started/SKILL.md +0 -224
  318. package/templates/skills/quality-assurance/hook-checker/SKILL.md +0 -164
  319. package/templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md +0 -33
  320. package/templates/skills/quality-assurance/long-series-continuity/SKILL.md +0 -570
  321. package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +0 -143
  322. package/templates/skills/quality-assurance/pov-validator/SKILL.md +0 -135
  323. package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +0 -583
  324. package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +0 -119
  325. package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +0 -146
  326. package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +0 -160
  327. package/templates/skills/quality-assurance/requirement-detector/SKILL.md +0 -149
  328. package/templates/skills/quality-assurance/setting-detector/SKILL.md +0 -611
  329. package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +0 -126
  330. package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +0 -206
  331. package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +0 -207
  332. package/templates/skills/quality-assurance/style-detector/SKILL.md +0 -264
  333. package/templates/skills/quality-assurance/voice-consistency-checker/SKILL.md +0 -103
  334. package/templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md +0 -21
  335. package/templates/skills/quality-assurance/workflow-guide/SKILL.md +0 -381
  336. package/templates/skills/writing-techniques/character-arc/SKILL.md +0 -267
  337. package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +0 -366
  338. package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +0 -708
  339. package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +0 -226
  340. package/templates/skills/writing-techniques/pacing-control/SKILL.md +0 -480
  341. package/templates/skills/writing-techniques/reader-expectation/SKILL.md +0 -1026
  342. package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +0 -209
  343. package/templates/skills/writing-techniques/revision-polish/SKILL.md +0 -496
  344. package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +0 -221
  345. package/templates/skills/writing-techniques/scene-structure/SKILL.md +0 -361
  346. package/templates/skills/writing-techniques/style-learning/SKILL.md +0 -436
  347. package/templates/skills/writing-techniques/writing-balance/.gitkeep +0 -0
  348. package/templates/skills/writing-techniques/writing-balance/SKILL.md +0 -460
  349. package/templates/skills/writing-techniques/writing-techniques/SKILL.md +0 -727
  350. package/templates/tracking/story-facts.json +0 -5
  351. package/templates/tracking/summary/characters-summary.json +0 -7
  352. package/templates/tracking/summary/plot-summary.json +0 -13
  353. package/templates/tracking/summary/timeline-summary.json +0 -8
  354. package/templates/tracking/summary/volume-summaries.json +0 -5
  355. package/templates/tracking/tracking-log.md +0 -110
  356. package/templates/tracking/validation-rules.json +0 -128
  357. /package/templates/resources/{memory/constitution.md → constitution.md} +0 -0
@@ -1,616 +0,0 @@
1
- # 1920年代中国日常生活
2
-
3
- ## 概览
4
-
5
- 1920年代中国的日常生活呈现出极大的城乡差异和阶层差异。上海滩的摩登男女与农村的传统生活形成鲜明对比,这是一个新旧交替、中西碰撞的时代。
6
-
7
- **核心特点**:
8
- - **城乡差异**:上海如同西方都市,农村仍是传统社会
9
- - **阶层差异**:富人奢华无度,穷人食不果腹
10
- - **新旧并存**:西装与长衫、汽车与人力车、电影与戏曲
11
- - **物价波动**:战乱导致物价不稳,通货膨胀严重
12
-
13
- ## 核心信息速查
14
-
15
- | 维度 | 城市(上海) | 农村 |
16
- |------|------------|------|
17
- | **主食** | 大米、面食、面包 | 大米(南方)、面食(北方)、杂粮 |
18
- | **肉类频率** | 每天或隔天 | 每月 1-2 次或节日 |
19
- | **住房** | 石库门、洋房、公寓 | 土坯房、青砖瓦房 |
20
- | **交通** | 电车、人力车、汽车 | 步行、牛车、驴车 |
21
- | **娱乐** | 电影、舞厅、戏院 | 庙会、戏班 |
22
- | **月收入** | 工人 10-20 元,白领 30-100 元 | 自耕农年收入 50-150 元 |
23
-
24
- ## 衣(Clothing)
25
-
26
- ### 男性服饰
27
-
28
- **长衫**(最常见):
29
- - 知识分子、商人的日常装
30
- - 颜色:青、灰、黑为主
31
- - 面料:绸缎(富人)、棉布(普通人)
32
- - 搭配:布鞋、瓜皮帽或礼帽
33
-
34
- **西装**:
35
- - 高级官员、洋行职员、留学生
36
- - 极少数人穿着
37
- - 价格:30-100 银元(普通工人 2-5 个月工资)
38
-
39
- **短打**:
40
- - 工人、农民、力工
41
- - 短衣短裤,方便劳动
42
- - 粗布制作
43
-
44
- **学生装**(中山装前身):
45
- - 学生、进步青年
46
- - 立领、对襟、四个口袋
47
- - 象征新思想
48
-
49
- **军装**:
50
- - 军人、警察
51
- - 各军阀军装不统一
52
-
53
- ### 女性服饰
54
-
55
- **旗袍**(1920年代开始流行):
56
- - 早期较宽松,不贴身
57
- - 1920年代中后期逐渐收腰
58
- - 主要在城市流行
59
- - 价格:5-50 银元不等
60
-
61
- **袄裙**(传统女装):
62
- - 保守家庭、农村妇女
63
- - 上衣下裙,宽松
64
- - 颜色素雅
65
-
66
- **学生装**:
67
- - 女学生
68
- - 短衫长裙或裤装
69
- - 象征新女性
70
-
71
- **洋装**:
72
- - 极少数时髦女性
73
- - 上海租界、留学归国者
74
- - 被视为"伤风败俗"
75
-
76
- ### 发型
77
-
78
- **男性**:
79
- - **辫子**:1910年代前,剪辫子 = 革命
80
- - **分头**:1920年代主流(三七分、四六分)
81
- - **平头**:学生、军人
82
- - **光头**:革命者(表示决心)
83
-
84
- **女性**:
85
- - **盘髻**:传统发型,已婚妇女
86
- - **辫子**:未婚少女
87
- - **短发**:极大胆,被视为"新女性"(不到 1%)
88
- - **烫发**:上海时髦女性,极少数
89
-
90
- ### 鞋履
91
-
92
- **男性**:
93
- - 布鞋(最常见)
94
- - 皮鞋(城市白领)
95
- - 草鞋(农民)
96
-
97
- **女性**:
98
- - 绣花鞋(裹小脚)
99
- - 布鞋(天足)
100
- - 高跟鞋(极少数时髦女性)
101
-
102
- ## 食(Food)
103
-
104
- ### 日常饮食(普通家庭)
105
-
106
- **主食**:
107
- - 南方:大米饭
108
- - 北方:馒头、面条、烙饼
109
- - 贫困家庭:杂粮(高粱、玉米)
110
-
111
- **蔬菜**:
112
- - 时令蔬菜(无反季节菜)
113
- - 白菜、萝卜、豆角、茄子
114
- - 腌菜(冬季主要蔬菜)
115
-
116
- **肉类**:
117
- - 猪肉(最常见,但昂贵)
118
- - 鱼(江南地区)
119
- - 鸡蛋(较贵)
120
- - 普通家庭:每月吃肉 1-2 次
121
-
122
- **调味品**:
123
- - 盐、酱油、醋、葱姜蒜
124
- - 糖(较贵)
125
- - 味精(1920年代刚出现,极少)
126
-
127
- **饮品**:
128
- - 茶(最常见)
129
- - 白开水
130
- - 咖啡(城市富人)
131
- - 汽水(城市,较贵)
132
-
133
- ### 典型一日三餐
134
-
135
- **富裕家庭(中产以上)**:
136
- - 早餐:粥、咸菜、包子、油条、豆浆
137
- - 午餐:米饭、3-4 个菜、汤
138
- - 晚餐:类似午餐
139
-
140
- **普通家庭(工人、小商人)**:
141
- - 早餐:粥、咸菜、馒头
142
- - 午餐:米饭、1-2 个菜
143
- - 晚餐:剩饭、咸菜
144
-
145
- **贫困家庭(农民、力工)**:
146
- - 早餐:稀粥、咸菜
147
- - 午餐:窝窝头、咸菜
148
- - 晚餐:稀粥
149
- - 一日两餐(农忙时三餐)
150
-
151
- ### 城市餐饮
152
-
153
- **中餐馆**:
154
- - **高级酒楼**:10-50 银元/桌
155
- - **中档饭馆**:2-5 银元/人
156
- - **小饭馆**:0.2-0.5 银元/碗面
157
-
158
- **西餐厅**:
159
- - 上海、北京有
160
- - 极贵:5-20 银元/人
161
- - 只有上流社会
162
-
163
- **茶馆**:
164
- - 社交场所
165
- - 茶资:0.05-0.2 银元
166
- - 可坐一天
167
-
168
- **小吃摊**:
169
- - 街头常见
170
- - 包子、油条、面条
171
- - 0.05-0.1 银元
172
-
173
- ### 货币与物价(1920年代中期,上海)
174
-
175
- | 商品/服务 | 价格(银元) | 说明 |
176
- |----------|-------------|------|
177
- | **粮食** | | |
178
- | 大米 | 0.05-0.08/斤 | 约 500g,波动大 |
179
- | 面粉 | 0.06-0.10/斤 | |
180
- | **肉蛋** | | |
181
- | 猪肉 | 0.15-0.25/斤 | 较贵 |
182
- | 鸡蛋 | 0.02-0.03/个 | |
183
- | 鱼 | 0.10-0.20/斤 | 江南常见 |
184
- | **蔬菜** | | |
185
- | 白菜 | 0.01-0.02/斤 | 便宜 |
186
- | 时令菜 | 0.02-0.05/斤 | |
187
- | **外食** | | |
188
- | 小饭馆面条 | 0.10-0.20/碗 | |
189
- | 茶馆茶资 | 0.05-0.10 | |
190
- | 高级酒楼 | 10-50/桌 | 10 人 |
191
- | **交通** | | |
192
- | 黄包车(短途) | 0.10-0.20/次 | 市内 |
193
- | 电车 | 0.05-0.10/次 | 上海 |
194
- | 火车(上海-南京) | 5-15 | 分等级 |
195
- | **娱乐** | | |
196
- | 电影票 | 0.30-0.80 | 较奢侈 |
197
- | 戏票 | 0.20-1.00 | 分等级 |
198
- | **住房** | | |
199
- | 石库门一间 | 2-5/月 | 租金 |
200
- | 整套洋房 | 20-50/月 | |
201
- | **服装** | | |
202
- | 长衫 | 5-20 | 定制 |
203
- | 西装 | 30-100 | 极贵 |
204
- | 旗袍 | 5-50 | |
205
- | **月收入参考** | | |
206
- | 普通工人 | 10-20 | 熟练工 |
207
- | 黄包车夫 | 8-15 | 辛苦 |
208
- | 小学教师 | 30-50 | |
209
- | 中学教师 | 50-80 | |
210
- | 大学教授 | 200-400 | 极高 |
211
- | 洋行职员 | 50-150 | |
212
-
213
- **注意**:
214
- - 物价波动极大(战乱、通货膨胀)
215
- - 各地差异大(上海最贵)
216
- - 1 银元 ≈ 1000 文铜钱
217
-
218
- ## 住(Housing)
219
-
220
- ### 城市住宅
221
-
222
- **石库门**(上海典型民居):
223
- - 砖木结构,中西合璧
224
- - 一般 2-3 层
225
- - 一楼:客厅、厨房
226
- - 二楼:卧室
227
- - 天井、晒台
228
- - 租金:单间 2-5 银元/月
229
-
230
- **四合院**(北京传统建筑):
231
- - 正房、厢房、倒座房
232
- - 大家族居住
233
- - 等级森严
234
-
235
- **洋房**(富人居所):
236
- - 西式建筑
237
- - 花园、车库
238
- - 自来水、电灯
239
- - 租金:20-50 银元/月
240
-
241
- **公寓**(新兴住宅):
242
- - 1920年代末出现
243
- - 上海租界
244
- - 现代化设施
245
-
246
- **棚户区**(贫民窟):
247
- - 简陋木板房
248
- - 拥挤、卫生差
249
- - 租金:0.5-2 银元/月
250
-
251
- ### 农村住宅
252
-
253
- **青砖瓦房**:
254
- - 殷实人家
255
- - 3-5 间
256
- - 堂屋、卧室、厨房
257
-
258
- **土坯房**:
259
- - 普通农民
260
- - 泥土夯筑
261
- - 茅草或瓦顶
262
-
263
- **茅草房**:
264
- - 贫困家庭
265
- - 极简陋
266
- - 冬冷夏热
267
-
268
- ### 居住条件
269
-
270
- **城市(中产家庭)**:
271
- - 电灯(部分区域)
272
- - 自来水(部分区域)
273
- - 煤炉做饭
274
- - 马桶(倒粪工每天收)
275
-
276
- **农村**:
277
- - 煤油灯、蜡烛
278
- - 井水、河水
279
- - 柴火做饭
280
- - 茅厕
281
-
282
- ## 行(Transportation)
283
-
284
- ### 城市交通
285
-
286
- **步行**:
287
- - 最常见
288
- - 城市不大,步行 1 小时可到大部分地方
289
-
290
- **人力车**(黄包车):
291
- - 主要交通工具
292
- - 价格:0.10-0.20 银元/次(短途)
293
- - 车夫极辛苦,社会底层
294
-
295
- **电车**:
296
- - 上海、北京有轨电车
297
- - 价格:0.05-0.10 银元/次
298
- - 分等级(头等、二等、三等)
299
-
300
- **汽车**:
301
- - 极少数,富人专属
302
- - 全上海不到 1000 辆(1920年代中期)
303
- - 价格:5000-10000 银元(天价)
304
-
305
- **自行车**:
306
- - 稀有,身份象征
307
- - 价格:50-100 银元
308
- - 主要是外国进口
309
-
310
- **马车**:
311
- - 传统交通工具
312
- - 逐渐被人力车取代
313
-
314
- ### 长途交通
315
-
316
- **火车**:
317
- - 主要干线:京汉、京沪、津浦
318
- - 速度慢(30-50 公里/小时)
319
- - 分等级:头等、二等、三等
320
- - 上海 → 北京:30+ 小时
321
-
322
- **轮船**:
323
- - 江河湖泊主要交通
324
- - 长江航运发达
325
- - 上海 → 武汉:3-5 天
326
-
327
- **长途汽车**:
328
- - 极少,只有少数线路
329
- - 不可靠
330
-
331
- **步行/驴车**:
332
- - 农村主要方式
333
- - 极慢
334
-
335
- ### 旅行时间参考
336
-
337
- | 路线 | 交通方式 | 时间 |
338
- |------|---------|------|
339
- | 上海 → 北京 | 火车 | 30-36 小时 |
340
- | 上海 → 南京 | 火车 | 6-8 小时 |
341
- | 上海 → 武汉 | 轮船 | 3-5 天 |
342
- | 北京 → 天津 | 火车 | 3-4 小时 |
343
- | 城内 | 步行 | 1 小时可达大部分地方 |
344
- | 乡村 → 县城 | 步行 | 半天到一天 |
345
-
346
- ## 娱乐(Entertainment)
347
-
348
- ### 传统娱乐
349
-
350
- **戏曲**:
351
- - 京剧、地方戏
352
- - 戏园、茶馆
353
- - 票价:0.20-1.00 银元
354
-
355
- **茶馆**:
356
- - 听书、聊天
357
- - 社交场所
358
- - 茶资:0.05-0.20 银元
359
-
360
- **庙会**:
361
- - 节日娱乐
362
- - 杂耍、小吃、买卖
363
-
364
- **赌博**:
365
- - 麻将、牌九、骰子
366
- - 各阶层都有
367
-
368
- ### 新兴娱乐
369
-
370
- **电影**:
371
- - 无声电影为主
372
- - 1927 年后有有声电影
373
- - 票价:0.30-0.80 银元
374
- - 主要在大城市
375
-
376
- **舞厅**:
377
- - 上海、北京等大城市
378
- - 时髦场所
379
- - 被传统人士视为"伤风败俗"
380
-
381
- **话剧**:
382
- - 新文化运动产物
383
- - 知识分子喜爱
384
- - 观众较少
385
-
386
- **体育**:
387
- - 足球、篮球(学生)
388
- - 网球(上流社会)
389
- - 传统武术
390
-
391
- ### 阅读
392
-
393
- **报纸**:
394
- - 《申报》《大公报》等
395
- - 价格:0.02-0.05 银元
396
- - 识字率低,读者有限
397
-
398
- **杂志**:
399
- - 《新青年》《小说月报》等
400
- - 知识分子阅读
401
-
402
- **小说**:
403
- - 鸳鸯蝴蝶派(通俗小说)
404
- - 新文学(鲁迅、郁达夫等)
405
- - 租书摊:0.01-0.02 银元/天
406
-
407
- **识字率低**:
408
- - 阅读是少数人特权
409
- - 农村文盲率 80% 以上
410
-
411
- ## 通讯与信息
412
-
413
- ### 通讯方式
414
-
415
- **信件**:
416
- - 主要方式
417
- - 邮局、民信局
418
- - 平信:0.02-0.04 银元
419
- - 上海 → 北京:5-7 天
420
-
421
- **电报**:
422
- - 紧急事务
423
- - 按字收费:0.10-0.20 银元/字
424
- - 极贵,简短
425
-
426
- **电话**:
427
- - 大城市富人、机关
428
- - 极稀有
429
- - 月租:5-10 银元
430
-
431
- **口信**:
432
- - 熟人传话
433
- - 农村主要方式
434
-
435
- ### 邮政
436
-
437
- **邮局**:
438
- - 城市有正规邮局
439
- - 清朝建立,民国继承
440
-
441
- **民信局**:
442
- - 民间邮递
443
- - 农村主要依靠
444
-
445
- **邮资**:
446
- - 平信:0.02-0.04 银元
447
- - 挂号:0.06-0.08 银元
448
-
449
- ## 医疗卫生
450
-
451
- ### 医疗资源
452
-
453
- **西医**:
454
- - 大城市医院
455
- - 教会医院
456
- - 极少数,昂贵
457
-
458
- **中医**:
459
- - 主流选择
460
- - 城乡都有
461
- - 价格:0.20-2.00 银元/次
462
-
463
- **赤脚医生**:
464
- - 农村
465
- - 半医半农
466
-
467
- **巫医**:
468
- - 偏远地区
469
- - 迷信治疗
470
-
471
- ### 常见疾病
472
-
473
- **传染病**:
474
- - 天花、霍乱、伤寒、痢疾
475
- - 死亡率高
476
-
477
- **营养不良**:
478
- - 普遍现象
479
- - 贫困人口严重
480
-
481
- **婴儿死亡率**:
482
- - 极高(30-40%)
483
-
484
- **平均寿命**:
485
- - 约 35 岁
486
-
487
- ### 卫生状况
488
-
489
- **城市**:
490
- - 租界卫生较好
491
- - 华界卫生差
492
- - 垃圾、粪便处理不善
493
-
494
- **农村**:
495
- - 卫生极差
496
- - 饮用水不洁
497
- - 疾病流行
498
-
499
- ## 常见误区
500
-
501
- ### ❌ 误区 1:到处都有汽车
502
- **现实**:
503
- - 1920年代汽车极少
504
- - 全上海不到 1000 辆
505
- - 只有大城市少数富人
506
-
507
- ### ❌ 误区 2:普通人也能吃西餐
508
- **现实**:
509
- - 西餐极贵
510
- - 只有上流社会
511
- - 普通人一辈子没吃过
512
-
513
- ### ❌ 误区 3:电话很普及
514
- **现实**:
515
- - 电话极稀有
516
- - 只有大城市富人和机关
517
- - 多数人一辈子没见过
518
-
519
- ### ❌ 误区 4:人人都看电影
520
- **现实**:
521
- - 电影票较贵(0.30-0.80 银元)
522
- - 普通工人月薪 10-20 银元
523
- - 看电影是奢侈消费
524
-
525
- ### ❌ 误区 5:女性都穿旗袍
526
- **现实**:
527
- - 旗袍主要在城市流行
528
- - 农村妇女仍穿传统袄裙
529
- - 旗袍是时髦象征
530
-
531
- ### ❌ 误区 6:医疗条件不错
532
- **现实**:
533
- - 医疗资源极度匮乏
534
- - 婴儿死亡率 30-40%
535
- - 平均寿命 35 岁
536
-
537
- ## 写作应用
538
-
539
- ### 描写日常场景时
540
-
541
- **细节真实性**:
542
- - 符合时代物价和生活水平
543
- - 不同阶层的生活天差地别
544
- - 地域差异(上海 vs 农村)
545
-
546
- **阶层差异**:
547
- ```
548
- 富人:洋房、汽车、西餐、留学
549
- 中产:石库门、人力车、茶馆、学堂
550
- 穷人:棚户、步行、粗茶淡饭、文盲
551
- ```
552
-
553
- ### 常见场景的正确描写
554
-
555
- **吃饭场景**:
556
- ```
557
- ✓ "他在小饭馆点了一碗阳春面,花了一角五分"
558
- ✗ "他点了一份牛排和红酒"(普通人消费不起)
559
-
560
- ✓ "晚饭是剩饭配咸菜,偶尔有点肉末"
561
- ✗ "每天大鱼大肉"(不符合普通家庭)
562
- ```
563
-
564
- **出行场景**:
565
- ```
566
- ✓ "拉了辆黄包车,讲好价钱两角银子"
567
- ✗ "打了辆出租车"(没有出租车)
568
-
569
- ✓ "步行了一个时辰,终于到了城西"
570
- ✗ "骑自行车十分钟就到了"(自行车极少)
571
- ```
572
-
573
- **通讯场景**:
574
- ```
575
- ✓ "写了封家书,托邮差带回老家"
576
- ✗ "拿起电话就打给了远在乡下的父母"(农村没电话)
577
-
578
- ✓ "发了封电报,只写了十个字,花了两块银元"
579
- ✗ "发了封长长的电报"(电报按字收费,极贵)
580
- ```
581
-
582
- **娱乐场景**:
583
- ```
584
- ✓ "去戏园听了一出《霸王别姬》"
585
- ✗ "去电影院看了最新的好莱坞大片"(电影少,且多为国产)
586
-
587
- ✓ "在茶馆坐了一下午,听说书先生讲《三国》"
588
- ✗ "在咖啡馆喝咖啡"(咖啡馆极少,且贵)
589
- ```
590
-
591
- ### 营造时代氛围
592
-
593
- **声音**:
594
- - 黄包车夫的吆喝
595
- - 卖报童的叫卖
596
- - 电车的铃声
597
- - 戏园的锣鼓
598
-
599
- **气味**:
600
- - 街头小吃的香味
601
- - 煤烟味
602
- - 垃圾的臭味(卫生差)
603
-
604
- **视觉**:
605
- - 长衫与西装并存
606
- - 人力车与汽车同行
607
- - 洋楼与棚户对比
608
-
609
- ## 参考来源
610
-
611
- - 《老上海》系列
612
- - 《北平风物志》
613
- - 民国时期物价资料汇编
614
- - 《民国生活史》
615
- - 老照片、回忆录
616
- - 民国时期报刊资料