novelws 3.1.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.
- package/CHANGELOG.md +115 -564
- package/README.md +81 -598
- package/dist/cli.js +1 -3
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +18 -103
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +18 -52
- package/dist/commands/upgrade.js.map +1 -1
- package/dist/core/config.d.ts +7 -36
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +11 -38
- package/dist/core/config.js.map +1 -1
- package/dist/core/errors.d.ts +0 -31
- package/dist/core/errors.d.ts.map +1 -1
- package/dist/core/errors.js +0 -58
- package/dist/core/errors.js.map +1 -1
- package/dist/utils/diagnostics.d.ts +2 -16
- package/dist/utils/diagnostics.d.ts.map +1 -1
- package/dist/utils/diagnostics.js +7 -73
- package/dist/utils/diagnostics.js.map +1 -1
- package/dist/utils/project.d.ts +1 -1
- package/dist/utils/project.d.ts.map +1 -1
- package/dist/utils/project.js +3 -3
- package/dist/utils/project.js.map +1 -1
- package/package.json +1 -2
- package/templates/commands/analyze.md +65 -265
- package/templates/commands/expand.md +70 -0
- package/templates/commands/plan.md +47 -452
- package/templates/commands/specify.md +43 -869
- package/templates/commands/write.md +49 -556
- package/templates/dot-claude/CLAUDE.md +38 -202
- package/templates/resources/anti-ai.md +16 -0
- package/templates/resources/style-reference.md +19 -0
- package/templates/tracking/character-state.json +1 -76
- package/templates/tracking/plot-tracker.json +3 -60
- package/templates/tracking/relationships.json +1 -68
- package/templates/tracking/timeline.json +1 -47
- package/dist/commands/plugin.d.ts +0 -6
- package/dist/commands/plugin.d.ts.map +0 -1
- package/dist/commands/plugin.js +0 -135
- package/dist/commands/plugin.js.map +0 -1
- package/dist/plugins/identifier.d.ts +0 -13
- package/dist/plugins/identifier.d.ts.map +0 -1
- package/dist/plugins/identifier.js +0 -72
- package/dist/plugins/identifier.js.map +0 -1
- package/dist/plugins/installers/base.d.ts +0 -27
- package/dist/plugins/installers/base.d.ts.map +0 -1
- package/dist/plugins/installers/base.js +0 -30
- package/dist/plugins/installers/base.js.map +0 -1
- package/dist/plugins/installers/github.d.ts +0 -22
- package/dist/plugins/installers/github.d.ts.map +0 -1
- package/dist/plugins/installers/github.js +0 -133
- package/dist/plugins/installers/github.js.map +0 -1
- package/dist/plugins/installers/local.d.ts +0 -16
- package/dist/plugins/installers/local.d.ts.map +0 -1
- package/dist/plugins/installers/local.js +0 -69
- package/dist/plugins/installers/local.js.map +0 -1
- package/dist/plugins/installers/npm.d.ts +0 -20
- package/dist/plugins/installers/npm.d.ts.map +0 -1
- package/dist/plugins/installers/npm.js +0 -99
- package/dist/plugins/installers/npm.js.map +0 -1
- package/dist/plugins/manager.d.ts +0 -77
- package/dist/plugins/manager.d.ts.map +0 -1
- package/dist/plugins/manager.js +0 -349
- package/dist/plugins/manager.js.map +0 -1
- package/dist/plugins/registry.d.ts +0 -48
- package/dist/plugins/registry.d.ts.map +0 -1
- package/dist/plugins/registry.js +0 -111
- package/dist/plugins/registry.js.map +0 -1
- package/dist/plugins/types.d.ts +0 -66
- package/dist/plugins/types.d.ts.map +0 -1
- package/dist/plugins/types.js +0 -2
- package/dist/plugins/types.js.map +0 -1
- package/dist/plugins/validator.d.ts +0 -19
- package/dist/plugins/validator.d.ts.map +0 -1
- package/dist/plugins/validator.js +0 -164
- package/dist/plugins/validator.js.map +0 -1
- package/dist/utils/logger.d.ts +0 -13
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js +0 -48
- package/dist/utils/logger.js.map +0 -1
- package/plugins/authentic-voice/README.md +0 -31
- package/plugins/authentic-voice/commands/authentic-voice.md +0 -73
- package/plugins/authentic-voice/commands/authenticity-audit.md +0 -37
- package/plugins/authentic-voice/config.yaml +0 -30
- package/plugins/authentic-voice/experts/authentic-editor.md +0 -27
- package/plugins/export/README.md +0 -319
- package/plugins/export/commands/export.md +0 -460
- package/plugins/export/commands/generate-cover.md +0 -256
- package/plugins/export/commands/metadata.md +0 -309
- package/plugins/export/config.yaml +0 -47
- package/plugins/export/experts/publishing-expert.md +0 -171
- package/plugins/export/templates/epub/chapter-template.html +0 -13
- package/plugins/export/templates/epub/cover-template.html +0 -14
- package/plugins/export/templates/epub/stylesheet.css +0 -200
- package/plugins/export/templates/pdf/ebook-style.css +0 -137
- package/plugins/export/templates/pdf/print-style.css +0 -179
- package/plugins/export/templates/platforms/jinjiang-format.md +0 -101
- package/plugins/export/templates/platforms/qidian-format.md +0 -108
- package/plugins/export/templates/platforms/tomato-format.md +0 -95
- package/plugins/translate/README.md +0 -265
- package/plugins/translate/commands/glossary.md +0 -731
- package/plugins/translate/commands/translate-preview.md +0 -543
- package/plugins/translate/commands/translate.md +0 -649
- package/plugins/translate/config.yaml +0 -43
- package/plugins/translate/experts/literary-translator.md +0 -605
- package/templates/commands/character.md +0 -287
- package/templates/commands/checklist.md +0 -744
- package/templates/commands/clarify.md +0 -269
- package/templates/commands/constitution.md +0 -269
- package/templates/commands/expert.md +0 -188
- package/templates/commands/facts.md +0 -552
- package/templates/commands/guide.md +0 -900
- package/templates/commands/help-me.md +0 -221
- package/templates/commands/recap.md +0 -748
- package/templates/commands/relations.md +0 -385
- package/templates/commands/revise.md +0 -450
- package/templates/commands/search.md +0 -531
- package/templates/commands/tasks.md +0 -396
- package/templates/commands/timeline.md +0 -309
- package/templates/commands/track-init.md +0 -149
- package/templates/commands/track.md +0 -704
- package/templates/commands/volume-summary.md +0 -471
- package/templates/config/keyword-mappings.json +0 -226
- package/templates/knowledge/audit-config.json +0 -26
- package/templates/knowledge/character-profiles.md +0 -152
- package/templates/knowledge/character-voices.md +0 -137
- package/templates/knowledge/locations.md +0 -184
- package/templates/knowledge/world-setting.md +0 -121
- package/templates/knowledge-base/README.md +0 -285
- package/templates/knowledge-base/character-archetypes/01-hero.md +0 -233
- package/templates/knowledge-base/character-archetypes/02-mentor.md +0 -177
- package/templates/knowledge-base/character-archetypes/03-shadow.md +0 -221
- package/templates/knowledge-base/character-archetypes/04-ally.md +0 -178
- package/templates/knowledge-base/character-archetypes/05-shapeshifter.md +0 -177
- package/templates/knowledge-base/character-archetypes/06-trickster.md +0 -181
- package/templates/knowledge-base/character-archetypes/07-threshold-guardian.md +0 -177
- package/templates/knowledge-base/character-archetypes/08-herald.md +0 -180
- package/templates/knowledge-base/character-archetypes/09-father.md +0 -249
- package/templates/knowledge-base/character-archetypes/10-mother.md +0 -202
- package/templates/knowledge-base/character-archetypes/11-child.md +0 -183
- package/templates/knowledge-base/character-archetypes/12-sage.md +0 -202
- package/templates/knowledge-base/character-archetypes/README.md +0 -60
- package/templates/knowledge-base/character-archetypes/application-guide.md +0 -222
- package/templates/knowledge-base/character-archetypes/archetype-combinations.md +0 -242
- package/templates/knowledge-base/character-archetypes/config.yaml +0 -28
- package/templates/knowledge-base/character-archetypes/examples-analysis.md +0 -223
- package/templates/knowledge-base/craft/character-arc.md +0 -1153
- package/templates/knowledge-base/craft/dialogue.md +0 -1170
- package/templates/knowledge-base/craft/hook-design.md +0 -345
- package/templates/knowledge-base/craft/pacing.md +0 -1200
- package/templates/knowledge-base/craft/power-system.md +0 -254
- package/templates/knowledge-base/craft/scene-structure.md +0 -1136
- package/templates/knowledge-base/craft/show-not-tell.md +0 -1012
- package/templates/knowledge-base/craft/story-structures.md +0 -134
- package/templates/knowledge-base/craft/tension-management.md +0 -168
- package/templates/knowledge-base/emotional-beats/01-first-meeting.md +0 -145
- package/templates/knowledge-base/emotional-beats/02-bonding-moment.md +0 -226
- package/templates/knowledge-base/emotional-beats/03-declaration.md +0 -284
- package/templates/knowledge-base/emotional-beats/04-triumph.md +0 -240
- package/templates/knowledge-base/emotional-beats/05-reunion.md +0 -396
- package/templates/knowledge-base/emotional-beats/06-forgiveness.md +0 -204
- package/templates/knowledge-base/emotional-beats/07-betrayal.md +0 -204
- package/templates/knowledge-base/emotional-beats/08-loss.md +0 -214
- package/templates/knowledge-base/emotional-beats/09-rejection.md +0 -254
- package/templates/knowledge-base/emotional-beats/10-failure.md +0 -244
- package/templates/knowledge-base/emotional-beats/11-misunderstanding.md +0 -205
- package/templates/knowledge-base/emotional-beats/12-farewell.md +0 -283
- package/templates/knowledge-base/emotional-beats/13-revelation.md +0 -242
- package/templates/knowledge-base/emotional-beats/14-point-of-no-return.md +0 -215
- package/templates/knowledge-base/emotional-beats/15-dark-night.md +0 -244
- package/templates/knowledge-base/emotional-beats/16-sacrifice.md +0 -246
- package/templates/knowledge-base/emotional-beats/17-awakening.md +0 -246
- package/templates/knowledge-base/emotional-beats/18-confrontation.md +0 -217
- package/templates/knowledge-base/emotional-beats/19-bittersweet-goodbye.md +0 -368
- package/templates/knowledge-base/emotional-beats/20-moral-dilemma.md +0 -248
- package/templates/knowledge-base/emotional-beats/21-temptation.md +0 -240
- package/templates/knowledge-base/emotional-beats/22-redemption.md +0 -210
- package/templates/knowledge-base/emotional-beats/README.md +0 -104
- package/templates/knowledge-base/emotional-beats/beat-sequences.md +0 -276
- package/templates/knowledge-base/emotional-beats/config.yaml +0 -30
- package/templates/knowledge-base/emotional-beats/pacing-guide.md +0 -390
- package/templates/knowledge-base/genres/game-lit.md +0 -174
- package/templates/knowledge-base/genres/historical.md +0 -1127
- package/templates/knowledge-base/genres/horror.md +0 -211
- package/templates/knowledge-base/genres/military.md +0 -209
- package/templates/knowledge-base/genres/mystery.md +0 -1123
- package/templates/knowledge-base/genres/rebirth.md +0 -177
- package/templates/knowledge-base/genres/revenge.md +0 -846
- package/templates/knowledge-base/genres/romance.md +0 -948
- package/templates/knowledge-base/genres/sci-fi.md +0 -156
- package/templates/knowledge-base/genres/sports.md +0 -216
- package/templates/knowledge-base/genres/thriller.md +0 -166
- package/templates/knowledge-base/genres/urban.md +0 -170
- package/templates/knowledge-base/genres/workplace.md +0 -214
- package/templates/knowledge-base/genres/wuxia.md +0 -143
- package/templates/knowledge-base/genres/xuanhuan.md +0 -234
- package/templates/knowledge-base/genres/youth.md +0 -219
- package/templates/knowledge-base/references/README.md +0 -96
- package/templates/knowledge-base/references/china-1920s/culture.md +0 -423
- package/templates/knowledge-base/references/china-1920s/daily-life.md +0 -616
- package/templates/knowledge-base/references/china-1920s/overview.md +0 -298
- package/templates/knowledge-base/references/china-1920s/society.md +0 -703
- package/templates/knowledge-base/references/china-1920s/warlords.md +0 -427
- package/templates/knowledge-base/references/cultivation-world/daily-life.md +0 -108
- package/templates/knowledge-base/references/cultivation-world/overview.md +0 -64
- package/templates/knowledge-base/references/cultivation-world/power-system.md +0 -108
- package/templates/knowledge-base/references/cultivation-world/sects.md +0 -104
- package/templates/knowledge-base/references/cultivation-world/world-setting.md +0 -108
- package/templates/knowledge-base/references/modern-workplace/corporate.md +0 -115
- package/templates/knowledge-base/references/modern-workplace/daily-life.md +0 -129
- package/templates/knowledge-base/references/modern-workplace/overview.md +0 -73
- package/templates/knowledge-base/references/modern-workplace/relationships.md +0 -107
- package/templates/knowledge-base/references/modern-workplace/tech-industry.md +0 -131
- package/templates/knowledge-base/references/tang-dynasty/culture.md +0 -135
- package/templates/knowledge-base/references/tang-dynasty/daily-life.md +0 -139
- package/templates/knowledge-base/references/tang-dynasty/overview.md +0 -76
- package/templates/knowledge-base/references/tang-dynasty/politics.md +0 -121
- package/templates/knowledge-base/references/tang-dynasty/society.md +0 -126
- package/templates/knowledge-base/requirements/README.md +0 -240
- package/templates/knowledge-base/requirements/anti-ai-v3.md +0 -46
- package/templates/knowledge-base/requirements/anti-ai-v4-deprecated.md +0 -442
- package/templates/knowledge-base/requirements/anti-ai-v5-balanced.md +0 -203
- package/templates/knowledge-base/requirements/concretization.md +0 -90
- package/templates/knowledge-base/requirements/fast-paced.md +0 -552
- package/templates/knowledge-base/requirements/no-poison.md +0 -60
- package/templates/knowledge-base/requirements/romance-angst.md +0 -102
- package/templates/knowledge-base/requirements/romance-sweet.md +0 -63
- package/templates/knowledge-base/requirements/serious-literature.md +0 -45
- package/templates/knowledge-base/requirements/strong-emotion.md +0 -60
- package/templates/knowledge-base/styles/README.md +0 -302
- package/templates/knowledge-base/styles/ancient-style.md +0 -579
- package/templates/knowledge-base/styles/literary.md +0 -439
- package/templates/knowledge-base/styles/minimal.md +0 -472
- package/templates/knowledge-base/styles/natural-voice.md +0 -930
- package/templates/knowledge-base/styles/web-novel.md +0 -525
- package/templates/memory/personal-voice.md +0 -113
- package/templates/scripts/README.md +0 -187
- package/templates/scripts/bash/analyze-story.sh +0 -170
- package/templates/scripts/bash/check-analyze-stage.sh +0 -108
- package/templates/scripts/bash/check-consistency.sh +0 -463
- package/templates/scripts/bash/check-facts.sh +0 -214
- package/templates/scripts/bash/check-plot.sh +0 -374
- package/templates/scripts/bash/check-timeline.sh +0 -346
- package/templates/scripts/bash/check-world.sh +0 -395
- package/templates/scripts/bash/check-writing-state.sh +0 -854
- package/templates/scripts/bash/clarify-story.sh +0 -117
- package/templates/scripts/bash/common.sh +0 -151
- package/templates/scripts/bash/constitution.sh +0 -114
- package/templates/scripts/bash/generate-tasks.sh +0 -65
- package/templates/scripts/bash/init-tracking.sh +0 -183
- package/templates/scripts/bash/manage-relations.sh +0 -174
- package/templates/scripts/bash/migrate-tracking.sh +0 -183
- package/templates/scripts/bash/plan-story.sh +0 -100
- package/templates/scripts/bash/specify-story.sh +0 -93
- package/templates/scripts/bash/tasks-story.sh +0 -96
- package/templates/scripts/bash/test-word-count.sh +0 -182
- package/templates/scripts/bash/tests/bench-preload-cache.sh +0 -100
- package/templates/scripts/bash/tests/run-all-benchmarks.sh +0 -16
- package/templates/scripts/bash/tests/test-cache-semantics.sh +0 -199
- package/templates/scripts/bash/tests/test-cross-platform.sh +0 -35
- package/templates/scripts/bash/tests/test-edge-cases-bash.sh +0 -60
- package/templates/scripts/bash/tests/test-phase1-bash.sh +0 -28
- package/templates/scripts/bash/tests/test-preload-cache.sh +0 -123
- package/templates/scripts/bash/tests/test-regex-precompile.sh +0 -89
- package/templates/scripts/bash/tests/test-regression-bash.sh +0 -42
- package/templates/scripts/bash/tests/test-task6-verification.sh +0 -200
- package/templates/scripts/bash/text-audit.sh +0 -144
- package/templates/scripts/bash/track-progress.sh +0 -194
- package/templates/scripts/powershell/analyze-story.ps1 +0 -174
- package/templates/scripts/powershell/check-analyze-stage.ps1 +0 -110
- package/templates/scripts/powershell/check-consistency.ps1 +0 -138
- package/templates/scripts/powershell/check-facts.ps1 +0 -195
- package/templates/scripts/powershell/check-plot.ps1 +0 -139
- package/templates/scripts/powershell/check-timeline.ps1 +0 -112
- package/templates/scripts/powershell/check-writing-state.ps1 +0 -486
- package/templates/scripts/powershell/clarify-story.ps1 +0 -107
- package/templates/scripts/powershell/common.ps1 +0 -36
- package/templates/scripts/powershell/constitution.ps1 +0 -145
- package/templates/scripts/powershell/generate-tasks.ps1 +0 -70
- package/templates/scripts/powershell/init-tracking.ps1 +0 -98
- package/templates/scripts/powershell/manage-relations.ps1 +0 -134
- package/templates/scripts/powershell/migrate-tracking.ps1 +0 -145
- package/templates/scripts/powershell/plan-story.ps1 +0 -99
- package/templates/scripts/powershell/specify-story.ps1 +0 -85
- package/templates/scripts/powershell/tests/bench-ps-cache.ps1 +0 -80
- package/templates/scripts/powershell/tests/test-cross-platform.ps1 +0 -27
- package/templates/scripts/powershell/tests/test-edge-cases-ps.ps1 +0 -29
- package/templates/scripts/powershell/tests/test-phase1-ps.ps1 +0 -28
- package/templates/scripts/powershell/tests/test-ps-cache.ps1 +0 -73
- package/templates/scripts/powershell/tests/test-regression-ps.ps1 +0 -40
- package/templates/scripts/powershell/text-audit.ps1 +0 -102
- package/templates/scripts/powershell/track-progress.ps1 +0 -105
- package/templates/skills/analysis/character-analysis/SKILL.md +0 -71
- package/templates/skills/analysis/foreshadow-analysis/SKILL.md +0 -45
- package/templates/skills/analysis/hook-analysis/SKILL.md +0 -111
- package/templates/skills/analysis/logic-analysis/SKILL.md +0 -58
- package/templates/skills/analysis/opening-analysis/SKILL.md +0 -59
- package/templates/skills/analysis/pacing-analysis/SKILL.md +0 -55
- package/templates/skills/analysis/power-analysis/SKILL.md +0 -148
- package/templates/skills/analysis/reader-analysis/SKILL.md +0 -117
- package/templates/skills/analysis/style-analysis/SKILL.md +0 -60
- package/templates/skills/analysis/voice-analysis/SKILL.md +0 -42
- package/templates/skills/auto-tracking/SKILL.md +0 -280
- package/templates/skills/genre-knowledge/fantasy/SKILL.md +0 -355
- package/templates/skills/genre-knowledge/mystery/SKILL.md +0 -337
- package/templates/skills/genre-knowledge/romance/SKILL.md +0 -228
- package/templates/skills/genre-knowledge/sci-fi/SKILL.md +0 -65
- package/templates/skills/genre-knowledge/thriller/SKILL.md +0 -95
- package/templates/skills/planning/volume-detail/SKILL.md +0 -219
- package/templates/skills/quality-assurance/consistency-checker/SKILL.md +0 -412
- package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +0 -157
- package/templates/skills/quality-assurance/facts-checker/SKILL.md +0 -405
- package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +0 -147
- package/templates/skills/quality-assurance/getting-started/SKILL.md +0 -224
- package/templates/skills/quality-assurance/hook-checker/SKILL.md +0 -164
- package/templates/skills/quality-assurance/hook-checker/experts/hook-analyst.md +0 -33
- package/templates/skills/quality-assurance/long-series-continuity/SKILL.md +0 -570
- package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +0 -143
- package/templates/skills/quality-assurance/pov-validator/SKILL.md +0 -135
- package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +0 -583
- package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +0 -119
- package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +0 -146
- package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +0 -160
- package/templates/skills/quality-assurance/requirement-detector/SKILL.md +0 -149
- package/templates/skills/quality-assurance/setting-detector/SKILL.md +0 -611
- package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +0 -126
- package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +0 -206
- package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +0 -207
- package/templates/skills/quality-assurance/style-detector/SKILL.md +0 -264
- package/templates/skills/quality-assurance/voice-consistency-checker/SKILL.md +0 -103
- package/templates/skills/quality-assurance/voice-consistency-checker/experts/voice-analyst.md +0 -21
- package/templates/skills/quality-assurance/workflow-guide/SKILL.md +0 -381
- package/templates/skills/writing-techniques/character-arc/SKILL.md +0 -267
- package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +0 -366
- package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +0 -708
- package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +0 -226
- package/templates/skills/writing-techniques/pacing-control/SKILL.md +0 -480
- package/templates/skills/writing-techniques/reader-expectation/SKILL.md +0 -1026
- package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +0 -209
- package/templates/skills/writing-techniques/revision-polish/SKILL.md +0 -496
- package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +0 -221
- package/templates/skills/writing-techniques/scene-structure/SKILL.md +0 -361
- package/templates/skills/writing-techniques/style-learning/SKILL.md +0 -436
- package/templates/skills/writing-techniques/writing-balance/.gitkeep +0 -0
- package/templates/skills/writing-techniques/writing-balance/SKILL.md +0 -460
- package/templates/skills/writing-techniques/writing-techniques/SKILL.md +0 -727
- package/templates/specification-example.md +0 -146
- package/templates/tracking/story-facts.json +0 -5
- package/templates/tracking/summary/characters-summary.json +0 -7
- package/templates/tracking/summary/plot-summary.json +0 -13
- package/templates/tracking/summary/timeline-summary.json +0 -8
- package/templates/tracking/summary/volume-summaries.json +0 -5
- package/templates/tracking/tracking-log.md +0 -110
- package/templates/tracking/validation-rules.json +0 -128
- /package/templates/{memory → resources}/constitution.md +0 -0
|
@@ -1,579 +0,0 @@
|
|
|
1
|
-
# 古风写作风格
|
|
2
|
-
|
|
3
|
-
## 风格定位
|
|
4
|
-
|
|
5
|
-
**核心理念**:古韵今情,意境为先
|
|
6
|
-
|
|
7
|
-
有古典美感,但不是文言文;有诗意,但不晦涩。
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## 适用场景
|
|
12
|
-
|
|
13
|
-
### ✅ 最适合
|
|
14
|
-
- 武侠小说
|
|
15
|
-
- 仙侠小说(文风层面)
|
|
16
|
-
- 古代背景爱情
|
|
17
|
-
- 古风奇幻
|
|
18
|
-
|
|
19
|
-
### ⚠️ 谨慎使用
|
|
20
|
-
- 现代都市(会很违和)
|
|
21
|
-
- 科幻题材
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## 核心原则
|
|
26
|
-
|
|
27
|
-
### 1. 白话为主,古韵点缀
|
|
28
|
-
|
|
29
|
-
**不是文言文,是带古韵的白话**
|
|
30
|
-
|
|
31
|
-
#### ❌ 纯文言(太难懂)
|
|
32
|
-
```
|
|
33
|
-
晚晴执剑而立,风起衣袂飘飘,目光凛然,直视前方。
|
|
34
|
-
敌既至,剑光乍现,如龙出渊,势不可挡。
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
#### ✅ 古韵白话
|
|
38
|
-
```
|
|
39
|
-
晚晴站在那里,手里握着剑。
|
|
40
|
-
风吹起她的衣袂。
|
|
41
|
-
她看着前面的人,没说话。
|
|
42
|
-
|
|
43
|
-
剑,出鞘了。
|
|
44
|
-
|
|
45
|
-
一道光闪过,快得像闪电。
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
**要点**:
|
|
49
|
-
- 用词古典(衣袂、出鞘)
|
|
50
|
-
- 句式现代(她、没说话)
|
|
51
|
-
- 结合使用
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
### 2. 意象丰富
|
|
56
|
-
|
|
57
|
-
**用意象代替直接描述**
|
|
58
|
-
|
|
59
|
-
#### ❌ 直接描述
|
|
60
|
-
```
|
|
61
|
-
她很伤心,一个人哭了很久。
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
#### ✅ 意象描写
|
|
65
|
-
```
|
|
66
|
-
她独坐窗前。
|
|
67
|
-
烛火跳动,影子在墙上晃。
|
|
68
|
-
泪,落在琴弦上。
|
|
69
|
-
|
|
70
|
-
琴,无声。
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
**常用意象**:
|
|
74
|
-
- 风、雨、雪、月
|
|
75
|
-
- 剑、琴、棋、书
|
|
76
|
-
- 花、叶、云、烟
|
|
77
|
-
|
|
78
|
-
---
|
|
79
|
-
|
|
80
|
-
### 3. 留白与诗意
|
|
81
|
-
|
|
82
|
-
**古风的精髓是留白**
|
|
83
|
-
|
|
84
|
-
#### ✅ 示例
|
|
85
|
-
```
|
|
86
|
-
他走了。
|
|
87
|
-
|
|
88
|
-
风还在吹。
|
|
89
|
-
叶还在落。
|
|
90
|
-
|
|
91
|
-
她还站在那里。
|
|
92
|
-
|
|
93
|
-
等。
|
|
94
|
-
|
|
95
|
-
还是不等?
|
|
96
|
-
|
|
97
|
-
(留白,不明说)
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## 词汇选择
|
|
103
|
-
|
|
104
|
-
### 古典用词
|
|
105
|
-
|
|
106
|
-
**现代词汇替换为古典词汇**
|
|
107
|
-
|
|
108
|
-
| 现代词 | 古典词 |
|
|
109
|
-
|--------|--------|
|
|
110
|
-
| 衣服 | 衣袂、长衫、罗裙 |
|
|
111
|
-
| 头发 | 青丝、发髻 |
|
|
112
|
-
| 眼睛 | 眸、眼眸 |
|
|
113
|
-
| 手 | 玉手、纤手(女性) |
|
|
114
|
-
| 走 | 行、踱步、缓步 |
|
|
115
|
-
| 说 | 道、言、开口 |
|
|
116
|
-
| 笑 | 轻笑、浅笑、失笑 |
|
|
117
|
-
| 看 | 望、瞧、瞥 |
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
### 避免现代化词汇
|
|
122
|
-
|
|
123
|
-
#### ❌ 绝对禁用
|
|
124
|
-
```
|
|
125
|
-
- OK、拜拜、哈哈
|
|
126
|
-
- 电脑、手机、汽车
|
|
127
|
-
- 很、非常、特别(过度使用)
|
|
128
|
-
- 帅、酷、萌
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
#### ✅ 古风替代
|
|
132
|
-
```
|
|
133
|
-
- 好、是、嗯
|
|
134
|
-
- 江湖、武林、中原
|
|
135
|
-
- 甚、颇、极
|
|
136
|
-
- 俊逸、清朗、可人
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
## 句式特点
|
|
142
|
-
|
|
143
|
-
### 短句诗意
|
|
144
|
-
|
|
145
|
-
**古风短句要有韵味**
|
|
146
|
-
|
|
147
|
-
#### ✅ 示例 1
|
|
148
|
-
```
|
|
149
|
-
晚晴执剑而立。
|
|
150
|
-
风,起了。
|
|
151
|
-
她的衣袂,飘起来。
|
|
152
|
-
|
|
153
|
-
剑光,如霜。
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
#### ✅ 示例 2
|
|
157
|
-
```
|
|
158
|
-
他笑了。
|
|
159
|
-
笑得很淡。
|
|
160
|
-
|
|
161
|
-
"你,还是来了。"
|
|
162
|
-
|
|
163
|
-
"嗯。"
|
|
164
|
-
|
|
165
|
-
她点头,没多说。
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
---
|
|
169
|
-
|
|
170
|
-
### 对仗与排比
|
|
171
|
-
|
|
172
|
-
**适度使用对仗,增加韵律感**
|
|
173
|
-
|
|
174
|
-
#### ✅ 示例
|
|
175
|
-
```
|
|
176
|
-
剑,在手。
|
|
177
|
-
心,在剑。
|
|
178
|
-
|
|
179
|
-
人未至,剑先到。
|
|
180
|
-
招未出,气已现。
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
**注意**:
|
|
184
|
-
- 不要过度使用
|
|
185
|
-
- 2-3句即可
|
|
186
|
-
- 关键时刻用
|
|
187
|
-
|
|
188
|
-
---
|
|
189
|
-
|
|
190
|
-
## 对话设计
|
|
191
|
-
|
|
192
|
-
### 古风对话
|
|
193
|
-
|
|
194
|
-
**保持古韵,但不拗口**
|
|
195
|
-
|
|
196
|
-
#### ❌ 过于文言
|
|
197
|
-
```
|
|
198
|
-
"阁下何人,为何在此拦吾去路?"
|
|
199
|
-
"在下乃是..."
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
#### ✅ 古韵白话
|
|
203
|
-
```
|
|
204
|
-
"你是谁?"
|
|
205
|
-
|
|
206
|
-
"你猜。"他笑了。
|
|
207
|
-
|
|
208
|
-
"没功夫猜。"她举剑,"让开。"
|
|
209
|
-
|
|
210
|
-
"若是不让呢?"
|
|
211
|
-
|
|
212
|
-
"那就,手底下见真章。"
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
**要点**:
|
|
216
|
-
- 可以用"你"、"我"(不一定要"阁下"、"在下")
|
|
217
|
-
- 保留古风习惯用语
|
|
218
|
-
- 对话要简洁有力
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
|
|
222
|
-
### 称呼系统
|
|
223
|
-
|
|
224
|
-
**根据关系使用不同称呼**
|
|
225
|
-
|
|
226
|
-
#### 平辈之间
|
|
227
|
-
```
|
|
228
|
-
- 男性:兄台、兄弟、仁兄
|
|
229
|
-
- 女性:姑娘、女侠
|
|
230
|
-
- 亲密:你、直呼其名
|
|
231
|
-
```
|
|
232
|
-
|
|
233
|
-
#### 长辈
|
|
234
|
-
```
|
|
235
|
-
- 师父、前辈、老前辈
|
|
236
|
-
- 掌门、宗主
|
|
237
|
-
```
|
|
238
|
-
|
|
239
|
-
#### 晚辈
|
|
240
|
-
```
|
|
241
|
-
- 小子、丫头、孩子
|
|
242
|
-
```
|
|
243
|
-
|
|
244
|
-
---
|
|
245
|
-
|
|
246
|
-
## 场景描写
|
|
247
|
-
|
|
248
|
-
### 江湖场景
|
|
249
|
-
|
|
250
|
-
#### ✅ 示例:客栈
|
|
251
|
-
```
|
|
252
|
-
客栈里人不少。
|
|
253
|
-
|
|
254
|
-
角落里坐着个蒙面人,一壶酒,一个人。
|
|
255
|
-
窗边有人在下棋,落子无声。
|
|
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
|
-
一切归于平静。
|
|
283
|
-
|
|
284
|
-
只有风,还在吹。
|
|
285
|
-
```
|
|
286
|
-
|
|
287
|
-
---
|
|
288
|
-
|
|
289
|
-
### 武打场景
|
|
290
|
-
|
|
291
|
-
**古风武打要有画面感**
|
|
292
|
-
|
|
293
|
-
#### ✅ 示例
|
|
294
|
-
```
|
|
295
|
-
剑,出鞘。
|
|
296
|
-
|
|
297
|
-
一道光闪过。
|
|
298
|
-
|
|
299
|
-
对方侧身,堪堪躲过。
|
|
300
|
-
剑锋掠过他的衣袖,划开一道口子。
|
|
301
|
-
|
|
302
|
-
"好快的剑!"
|
|
303
|
-
|
|
304
|
-
他还没说完。
|
|
305
|
-
|
|
306
|
-
第二剑,已至。
|
|
307
|
-
|
|
308
|
-
这次他没躲开。
|
|
309
|
-
|
|
310
|
-
剑,停在他喉咙前三寸。
|
|
311
|
-
|
|
312
|
-
"你输了。"
|
|
313
|
-
|
|
314
|
-
他苦笑,"是,输了。"
|
|
315
|
-
|
|
316
|
-
剑,归鞘。
|
|
317
|
-
```
|
|
318
|
-
|
|
319
|
-
**要点**:
|
|
320
|
-
- 短句制造节奏
|
|
321
|
-
- 单独成段加强冲击
|
|
322
|
-
- 留白(剑怎么出的?读者脑补)
|
|
323
|
-
|
|
324
|
-
---
|
|
325
|
-
|
|
326
|
-
## 情感描写
|
|
327
|
-
|
|
328
|
-
### 含蓄表达
|
|
329
|
-
|
|
330
|
-
**古风情感要含蓄**
|
|
331
|
-
|
|
332
|
-
#### ❌ 直白表达
|
|
333
|
-
```
|
|
334
|
-
"我爱你。"
|
|
335
|
-
"我也爱你。"
|
|
336
|
-
```
|
|
337
|
-
|
|
338
|
-
#### ✅ 含蓄表达
|
|
339
|
-
```
|
|
340
|
-
"若有来生,可愿...?"
|
|
341
|
-
|
|
342
|
-
她没说完。
|
|
343
|
-
|
|
344
|
-
他也没让她说完。
|
|
345
|
-
|
|
346
|
-
"嗯。"
|
|
347
|
-
|
|
348
|
-
一个字,已是承诺。
|
|
349
|
-
```
|
|
350
|
-
|
|
351
|
-
---
|
|
352
|
-
|
|
353
|
-
### 意象传情
|
|
354
|
-
|
|
355
|
-
**用意象表达感情**
|
|
356
|
-
|
|
357
|
-
#### ✅ 示例:月
|
|
358
|
-
```
|
|
359
|
-
他望着月亮。
|
|
360
|
-
|
|
361
|
-
圆的。
|
|
362
|
-
|
|
363
|
-
可为什么,心里却觉得缺了一块?
|
|
364
|
-
|
|
365
|
-
她也在看月亮吗?
|
|
366
|
-
|
|
367
|
-
应该不会吧。
|
|
368
|
-
|
|
369
|
-
毕竟,她早就走了。
|
|
370
|
-
|
|
371
|
-
月还是那个月。
|
|
372
|
-
人却不是那个人了。
|
|
373
|
-
```
|
|
374
|
-
|
|
375
|
-
---
|
|
376
|
-
|
|
377
|
-
## 时代感营造
|
|
378
|
-
|
|
379
|
-
### 生活细节
|
|
380
|
-
|
|
381
|
-
**通过细节营造时代感**
|
|
382
|
-
|
|
383
|
-
#### ✅ 示例
|
|
384
|
-
```
|
|
385
|
-
她坐在铜镜前,梳着头发。
|
|
386
|
-
青丝如瀑,一梳到底。
|
|
387
|
-
|
|
388
|
-
丫鬟端来热水。
|
|
389
|
-
|
|
390
|
-
"小姐,该更衣了。"
|
|
391
|
-
|
|
392
|
-
"嗯。"
|
|
393
|
-
|
|
394
|
-
她站起身,丫鬟帮她解开腰带。
|
|
395
|
-
罗裙落地,换上了一身利落的劲装。
|
|
396
|
-
|
|
397
|
-
"今天不穿裙子了?"
|
|
398
|
-
|
|
399
|
-
"嗯,"她系好腰带,"要出门。"
|
|
400
|
-
```
|
|
401
|
-
|
|
402
|
-
**要点**:
|
|
403
|
-
- 铜镜、丫鬟、罗裙、劲装
|
|
404
|
-
- 都是古代生活细节
|
|
405
|
-
- 自然融入叙述
|
|
406
|
-
|
|
407
|
-
---
|
|
408
|
-
|
|
409
|
-
### 礼仪习惯
|
|
410
|
-
|
|
411
|
-
**符合古代礼仪**
|
|
412
|
-
|
|
413
|
-
#### ✅ 示例
|
|
414
|
-
```
|
|
415
|
-
他向她抱拳。
|
|
416
|
-
|
|
417
|
-
"有礼了。"
|
|
418
|
-
|
|
419
|
-
她微微颔首,算是回礼。
|
|
420
|
-
|
|
421
|
-
(注:男子抱拳,女子颔首/福身)
|
|
422
|
-
```
|
|
423
|
-
|
|
424
|
-
---
|
|
425
|
-
|
|
426
|
-
## 常见场景
|
|
427
|
-
|
|
428
|
-
### 场景 1:初见
|
|
429
|
-
|
|
430
|
-
#### ✅ 古风版本
|
|
431
|
-
```
|
|
432
|
-
她是在杏花雨中见到他的。
|
|
433
|
-
|
|
434
|
-
他撑着一把油纸伞,站在桥头。
|
|
435
|
-
白衣如雪,清瘦挺拔。
|
|
436
|
-
|
|
437
|
-
风吹过,带起他的衣袂。
|
|
438
|
-
|
|
439
|
-
她停下脚步。
|
|
440
|
-
|
|
441
|
-
他也抬头,看向她。
|
|
442
|
-
|
|
443
|
-
四目相对。
|
|
444
|
-
|
|
445
|
-
谁都没有先开口。
|
|
446
|
-
|
|
447
|
-
直到杏花飘落,落在她肩上。
|
|
448
|
-
|
|
449
|
-
他笑了。
|
|
450
|
-
|
|
451
|
-
"姑娘,伞下可还容得下一人?"
|
|
452
|
-
|
|
453
|
-
她看着他,没说话。
|
|
454
|
-
|
|
455
|
-
但她让开了半把伞的位置。
|
|
456
|
-
|
|
457
|
-
他走过来,与她并肩而立。
|
|
458
|
-
|
|
459
|
-
雨还在下。
|
|
460
|
-
|
|
461
|
-
他们就那样,一起走过了那座桥。
|
|
462
|
-
```
|
|
463
|
-
|
|
464
|
-
**要点**:
|
|
465
|
-
- 意象(杏花雨、油纸伞、白衣)
|
|
466
|
-
- 含蓄(没有直说喜欢,但让开了位置)
|
|
467
|
-
- 诗意(雨中并肩而行)
|
|
468
|
-
|
|
469
|
-
---
|
|
470
|
-
|
|
471
|
-
### 场景 2:离别
|
|
472
|
-
|
|
473
|
-
#### ✅ 古风版本
|
|
474
|
-
```
|
|
475
|
-
"你真的要走?"
|
|
476
|
-
|
|
477
|
-
"嗯。"
|
|
478
|
-
|
|
479
|
-
"何时回?"
|
|
480
|
-
|
|
481
|
-
"不知。"
|
|
482
|
-
|
|
483
|
-
"那..."她顿了顿,"一路平安。"
|
|
484
|
-
|
|
485
|
-
"嗯。"
|
|
486
|
-
|
|
487
|
-
他转身,走了几步,又回头。
|
|
488
|
-
|
|
489
|
-
"等我。"
|
|
490
|
-
|
|
491
|
-
两个字。
|
|
492
|
-
|
|
493
|
-
她点头。
|
|
494
|
-
|
|
495
|
-
"好。"
|
|
496
|
-
|
|
497
|
-
也是两个字。
|
|
498
|
-
|
|
499
|
-
他这次真的走了。
|
|
500
|
-
|
|
501
|
-
她站在原地,看着他的背影消失在路的尽头。
|
|
502
|
-
|
|
503
|
-
风吹过。
|
|
504
|
-
|
|
505
|
-
带起满地落叶。
|
|
506
|
-
|
|
507
|
-
她转身,回了屋。
|
|
508
|
-
|
|
509
|
-
琴,还在。
|
|
510
|
-
剑,还在。
|
|
511
|
-
|
|
512
|
-
人,不在了。
|
|
513
|
-
```
|
|
514
|
-
|
|
515
|
-
---
|
|
516
|
-
|
|
517
|
-
## AI 去味规则
|
|
518
|
-
|
|
519
|
-
### 古风也要去 AI 味
|
|
520
|
-
|
|
521
|
-
#### ❌ 禁用词汇
|
|
522
|
-
```
|
|
523
|
-
- 然而、殊不知、岂料
|
|
524
|
-
- 仿佛...一般
|
|
525
|
-
- 五味杂陈、百感交集
|
|
526
|
-
- 极其、万分、异常
|
|
527
|
-
```
|
|
528
|
-
|
|
529
|
-
#### ✅ 古风表达
|
|
530
|
-
```
|
|
531
|
-
- 却、但、可
|
|
532
|
-
- 似、如、若
|
|
533
|
-
- 心中万千思绪
|
|
534
|
-
- 甚、颇、极
|
|
535
|
-
```
|
|
536
|
-
|
|
537
|
-
---
|
|
538
|
-
|
|
539
|
-
### 避免堆砌
|
|
540
|
-
|
|
541
|
-
#### ❌ 堆砌
|
|
542
|
-
```
|
|
543
|
-
她肤如凝脂,眉如远山,眸似秋水,唇若点朱,
|
|
544
|
-
修长的身姿如柳,步履轻盈如燕。
|
|
545
|
-
```
|
|
546
|
-
|
|
547
|
-
#### ✅ 克制
|
|
548
|
-
```
|
|
549
|
-
她长得好看。
|
|
550
|
-
|
|
551
|
-
好看到什么程度?
|
|
552
|
-
|
|
553
|
-
就是那种,你看一眼,
|
|
554
|
-
就知道这辈子可能都忘不了的那种。
|
|
555
|
-
```
|
|
556
|
-
|
|
557
|
-
---
|
|
558
|
-
|
|
559
|
-
## 总结
|
|
560
|
-
|
|
561
|
-
**Ancient-Style 风格的精髓**:
|
|
562
|
-
|
|
563
|
-
1. **古韵今情** - 有古典美,但不晦涩
|
|
564
|
-
2. **意象为先** - 用意象代替直白
|
|
565
|
-
3. **含蓄表达** - 情感要克制
|
|
566
|
-
4. **留白艺术** - 不说满
|
|
567
|
-
5. **诗意节奏** - 语言有韵律
|
|
568
|
-
|
|
569
|
-
---
|
|
570
|
-
|
|
571
|
-
**记住**:
|
|
572
|
-
|
|
573
|
-
> 古风不是堆砌华丽辞藻,
|
|
574
|
-
> 而是用最简单的文字,营造最深远的意境。
|
|
575
|
-
|
|
576
|
-
---
|
|
577
|
-
|
|
578
|
-
**风格模板版本**:v1.0
|
|
579
|
-
**最后更新**:2025-10-19
|