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,126 +0,0 @@
|
|
|
1
|
-
# 多风格探测与冲突处理
|
|
2
|
-
|
|
3
|
-
当探测到多个风格关键词时,需要进行冲突检测并提供解决方案。
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 场景 1:兼容的组合
|
|
8
|
-
|
|
9
|
-
### 示例:natural-voice + literary
|
|
10
|
-
|
|
11
|
-
**用户说**:
|
|
12
|
-
> "我要写都市小说,口语化一点,但也要有点文学性"
|
|
13
|
-
|
|
14
|
-
**探测结果**:
|
|
15
|
-
- natural-voice(口语化)
|
|
16
|
-
- literary(文学性)
|
|
17
|
-
|
|
18
|
-
**处理方式**:
|
|
19
|
-
```markdown
|
|
20
|
-
🔍 多风格探测结果
|
|
21
|
-
|
|
22
|
-
检测到:
|
|
23
|
-
- natural-voice(因为"口语化")
|
|
24
|
-
- literary(因为"文学性")
|
|
25
|
-
|
|
26
|
-
这两个风格可以混合使用!
|
|
27
|
-
|
|
28
|
-
建议方案:
|
|
29
|
-
1. 主风格:natural-voice (70%) + 辅助:literary (30%)
|
|
30
|
-
- 对话和日常用口语化
|
|
31
|
-
- 关键时刻加入文学化描写
|
|
32
|
-
|
|
33
|
-
2. 主风格:literary (60%) + 辅助:natural-voice (40%)
|
|
34
|
-
- 整体保持文学性
|
|
35
|
-
- 对话部分口语化
|
|
36
|
-
|
|
37
|
-
你倾向哪种比例?
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
## 场景 2:冲突的组合
|
|
43
|
-
|
|
44
|
-
### 示例:minimal + literary
|
|
45
|
-
|
|
46
|
-
**用户说**:
|
|
47
|
-
> "我要极简风格,但也要华丽的辞藻"
|
|
48
|
-
|
|
49
|
-
**探测结果**:
|
|
50
|
-
- minimal(极简)
|
|
51
|
-
- literary(华丽)- 冲突!
|
|
52
|
-
|
|
53
|
-
**处理方式**:
|
|
54
|
-
```markdown
|
|
55
|
-
⚠️ 风格冲突检测
|
|
56
|
-
|
|
57
|
-
检测到:
|
|
58
|
-
- minimal(极简风格) - 要求删除所有修饰
|
|
59
|
-
- literary(文学风格) - 需要优美的语言
|
|
60
|
-
|
|
61
|
-
这两个风格有冲突:
|
|
62
|
-
- 极简要求:删除形容词、极短句、零修饰
|
|
63
|
-
- 文学要求:精准词汇、美感、适度修饰
|
|
64
|
-
|
|
65
|
-
建议:
|
|
66
|
-
1. 选择 minimal,放弃华丽辞藻
|
|
67
|
-
2. 选择 literary,调整"极简"为"简洁"
|
|
68
|
-
3. 考虑使用 natural-voice(介于两者之间)
|
|
69
|
-
|
|
70
|
-
你倾向哪个方向?
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## 冲突矩阵
|
|
76
|
-
|
|
77
|
-
| 组合 | 兼容性 | 处理方式 |
|
|
78
|
-
|------|--------|---------|
|
|
79
|
-
| natural-voice + literary | ✅ 兼容 | 提供比例混合方案 |
|
|
80
|
-
| natural-voice + web-novel | ✅ 兼容 | 口语化网文,推荐 |
|
|
81
|
-
| natural-voice + ancient-style | ⚠️ 谨慎 | 现代口语 vs 古韵,需要平衡 |
|
|
82
|
-
| natural-voice + minimal | ⚠️ 谨慎 | 都强调简洁,可以组合 |
|
|
83
|
-
| literary + web-novel | ⚠️ 谨慎 | 文学性 vs 爽文套路,需取舍 |
|
|
84
|
-
| literary + ancient-style | ✅ 兼容 | 都重视意境,推荐 |
|
|
85
|
-
| literary + minimal | ❌ 冲突 | 华丽 vs 极简,矛盾 |
|
|
86
|
-
| web-novel + ancient-style | ⚠️ 谨慎 | 快节奏 vs 古韵留白,需平衡 |
|
|
87
|
-
| web-novel + minimal | ❌ 冲突 | 套路化 vs 极简主义,矛盾 |
|
|
88
|
-
| ancient-style + minimal | ⚠️ 谨慎 | 意象 vs 克制,可以尝试 |
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## 中途调整风格
|
|
93
|
-
|
|
94
|
-
即使项目已经开始,仍然持续监控用户反馈。
|
|
95
|
-
|
|
96
|
-
### 场景:中途切换风格
|
|
97
|
-
|
|
98
|
-
**用户在第10章时说**:
|
|
99
|
-
> "这几章写得太文艺了,我想换成口语化一点"
|
|
100
|
-
|
|
101
|
-
**探测器激活**:
|
|
102
|
-
```markdown
|
|
103
|
-
🎨 风格调整探测
|
|
104
|
-
|
|
105
|
-
检测到你想调整风格:
|
|
106
|
-
当前风格:literary
|
|
107
|
-
建议新风格:natural-voice
|
|
108
|
-
|
|
109
|
-
这会影响后续章节的写作。
|
|
110
|
-
|
|
111
|
-
调整建议:
|
|
112
|
-
1. 从下一章开始使用新风格
|
|
113
|
-
2. 不修改已写章节(保持一致性)
|
|
114
|
-
|
|
115
|
-
确认调整吗?
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
## 处理原则
|
|
121
|
-
|
|
122
|
-
1. **优先用户意图**:当用户明确表达偏好时,尊重用户选择
|
|
123
|
-
2. **提供选项**:遇到冲突时,给出2-3个解决方案
|
|
124
|
-
3. **解释原因**:说明为什么冲突,帮助用户理解
|
|
125
|
-
4. **支持混合**:对于兼容的组合,提供比例建议
|
|
126
|
-
5. **允许调整**:支持中途切换,但提醒影响范围
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
# 完整对话示例和成功案例
|
|
2
|
-
|
|
3
|
-
本文档展示 style-detector 在实际使用中的完整对话流程。
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 示例 1:基础风格探测
|
|
8
|
-
|
|
9
|
-
**用户**:
|
|
10
|
-
> "我要写一个都市爽文,要口语化,真实一点"
|
|
11
|
-
|
|
12
|
-
**style-detector 响应**:
|
|
13
|
-
```
|
|
14
|
-
🎨 风格探测器已激活
|
|
15
|
-
|
|
16
|
-
检测到关键词:
|
|
17
|
-
- "口语化" → natural-voice
|
|
18
|
-
- "真实" → natural-voice
|
|
19
|
-
|
|
20
|
-
建议风格:**natural-voice**(自然人声)
|
|
21
|
-
|
|
22
|
-
这个风格的特点:
|
|
23
|
-
- 以口语化表达为主,像讲故事给朋友听
|
|
24
|
-
- 生活细节丰富,代入感强
|
|
25
|
-
- 对话推动情节(占比 40-60%)
|
|
26
|
-
- 避免文艺腔和书面语
|
|
27
|
-
|
|
28
|
-
想要查看详细的风格指南吗?
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
**用户**:
|
|
32
|
-
> "好的,应用这个风格"
|
|
33
|
-
|
|
34
|
-
**style-detector 执行**:
|
|
35
|
-
```
|
|
36
|
-
✅ 正在加载风格知识库...
|
|
37
|
-
|
|
38
|
-
📖 读取:.claude/knowledge-base/styles/natural-voice.md
|
|
39
|
-
|
|
40
|
-
【展示核心要点】
|
|
41
|
-
|
|
42
|
-
## 核心原则:
|
|
43
|
-
1. 口语化优先 - 能用5个字说清楚的,不用10个字
|
|
44
|
-
2. 对话推动情节 - 对话占比 40-60%
|
|
45
|
-
3. 行为>心理 - 多写做了什么,少写想了什么
|
|
46
|
-
4. 具体>抽象 - 用具体的细节,不要抽象的概念
|
|
47
|
-
|
|
48
|
-
## AI 去味要点:
|
|
49
|
-
- 禁用词:然而、殊不知、五味杂陈、极其...
|
|
50
|
-
- 形容词限制:每100字最多5个
|
|
51
|
-
- 成语使用:能不用就不用
|
|
52
|
-
|
|
53
|
-
✅ 已将风格配置写入 specification.md
|
|
54
|
-
|
|
55
|
-
在执行 /write 时,我会自动严格遵守 natural-voice 的所有规范。
|
|
56
|
-
|
|
57
|
-
💡 配合建议:
|
|
58
|
-
检测到你也提到了"爽文",建议同时激活 requirement-detector 加载 fast-paced 规范。
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
## 示例 2:主动建议风格
|
|
64
|
-
|
|
65
|
-
**用户在 specification.md 中写道**:
|
|
66
|
-
> "类型:都市现实主义小说,讲述普通人的生活"
|
|
67
|
-
|
|
68
|
-
**style-detector 主动建议**:
|
|
69
|
-
```
|
|
70
|
-
💡 风格建议
|
|
71
|
-
|
|
72
|
-
根据你的故事类型(都市现实主义,普通人生活),
|
|
73
|
-
建议使用:**natural-voice**(自然人声风格)
|
|
74
|
-
|
|
75
|
-
理由:
|
|
76
|
-
✅ 现实题材适合口语化
|
|
77
|
-
✅ 普通人生活需要真实感
|
|
78
|
-
✅ 代入感强
|
|
79
|
-
|
|
80
|
-
当然,这只是建议,你也可以选择其他风格。
|
|
81
|
-
要应用 natural-voice 风格吗?
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## 示例 3:风格混合
|
|
87
|
-
|
|
88
|
-
**用户**:
|
|
89
|
-
> "我要写历史小说,要有古风的味道,但也要保持一定的文学性"
|
|
90
|
-
|
|
91
|
-
**style-detector 响应**:
|
|
92
|
-
```
|
|
93
|
-
🔍 多风格探测结果
|
|
94
|
-
|
|
95
|
-
检测到:
|
|
96
|
-
- ancient-style(因为"古风的味道")
|
|
97
|
-
- literary(因为"文学性")
|
|
98
|
-
|
|
99
|
-
这两个风格可以很好地组合!
|
|
100
|
-
|
|
101
|
-
建议方案:
|
|
102
|
-
1. 主风格:ancient-style (60%) + 辅助:literary (40%)
|
|
103
|
-
- 用古韵营造氛围
|
|
104
|
-
- 用文学性加深意境
|
|
105
|
-
|
|
106
|
-
2. 主风格:literary (55%) + 辅助:ancient-style (45%)
|
|
107
|
-
- 以文学性为基础
|
|
108
|
-
- 加入古风元素点缀
|
|
109
|
-
|
|
110
|
-
推荐:方案1 更适合历史小说
|
|
111
|
-
|
|
112
|
-
想应用这个组合吗?
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
## 示例 4:中途调整
|
|
118
|
-
|
|
119
|
-
**项目进行到第10章时,用户说**:
|
|
120
|
-
> "这几章太文艺了,读者反馈说看不懂,能不能换成简单点的"
|
|
121
|
-
|
|
122
|
-
**style-detector 响应**:
|
|
123
|
-
```
|
|
124
|
-
🎨 风格调整探测
|
|
125
|
-
|
|
126
|
-
检测到你想调整风格:
|
|
127
|
-
当前风格:literary
|
|
128
|
-
建议新风格:natural-voice
|
|
129
|
-
|
|
130
|
-
这会影响后续章节的写作风格。
|
|
131
|
-
|
|
132
|
-
调整建议:
|
|
133
|
-
1. 从第11章开始使用 natural-voice
|
|
134
|
-
2. 不修改第1-10章(保持前文一致性)
|
|
135
|
-
|
|
136
|
-
这样做的好处:
|
|
137
|
-
✅ 后续章节更易读
|
|
138
|
-
✅ 保持已写内容完整性
|
|
139
|
-
|
|
140
|
-
这样做的风险:
|
|
141
|
-
⚠️ 前后风格会有明显变化
|
|
142
|
-
⚠️ 读者可能感到文风转变
|
|
143
|
-
|
|
144
|
-
确认调整吗?还是想要更平滑的过渡方案?
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
|
|
149
|
-
## 示例 5:与 requirement-detector 协同
|
|
150
|
-
|
|
151
|
-
**用户**:
|
|
152
|
-
> "我要写现代言情,甜甜的那种,要口语化,还要去掉AI味"
|
|
153
|
-
|
|
154
|
-
**system(两个detector协同)**:
|
|
155
|
-
```
|
|
156
|
-
🎨 style-detector 已激活
|
|
157
|
-
检测到:口语化 → natural-voice
|
|
158
|
-
|
|
159
|
-
📋 requirement-detector 已激活
|
|
160
|
-
检测到:甜甜的 → romance-sweet
|
|
161
|
-
检测到:去掉AI味 → anti-ai-v4
|
|
162
|
-
|
|
163
|
-
✅ 推荐配置组合:
|
|
164
|
-
|
|
165
|
-
风格层:natural-voice
|
|
166
|
-
规范层:romance-sweet + anti-ai-v4
|
|
167
|
-
|
|
168
|
-
最终效果:
|
|
169
|
-
自然口语化的甜宠现代言情,强力去AI味
|
|
170
|
-
|
|
171
|
-
已写入配置:
|
|
172
|
-
---
|
|
173
|
-
writing-style: natural-voice
|
|
174
|
-
writing-requirements:
|
|
175
|
-
- romance-sweet
|
|
176
|
-
- anti-ai-v4
|
|
177
|
-
---
|
|
178
|
-
|
|
179
|
-
这个组合特别适合你的需求,确认应用吗?
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
---
|
|
183
|
-
|
|
184
|
-
## 使用技巧
|
|
185
|
-
|
|
186
|
-
1. **关键词要明确**:直接说"口语化"、"网文"、"古风"等触发词
|
|
187
|
-
2. **描述具体需求**:说明故事类型、目标读者
|
|
188
|
-
3. **信任建议**:探测器会基于经验给出推荐
|
|
189
|
-
4. **勇于调整**:写作过程中随时可以调整风格
|
|
190
|
-
5. **组合使用**:风格(style)+ 规范(requirement)组合效果更好
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## 常见问题
|
|
195
|
-
|
|
196
|
-
**Q:可以同时使用多个风格吗?**
|
|
197
|
-
A:可以,但要注意兼容性。参考 [CONFLICT_RESOLUTION.md](CONFLICT_RESOLUTION.md) 查看兼容矩阵。
|
|
198
|
-
|
|
199
|
-
**Q:中途能换风格吗?**
|
|
200
|
-
A:可以,但建议从新章节开始,保持已写内容的一致性。
|
|
201
|
-
|
|
202
|
-
**Q:不确定用哪个风格怎么办?**
|
|
203
|
-
A:描述你的故事类型和目标读者,探测器会主动建议。
|
|
204
|
-
|
|
205
|
-
**Q:风格和规范有什么区别?**
|
|
206
|
-
A:风格(style)控制文风和语感,规范(requirement)控制写作标准和要求。两者可以组合使用。
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
# 写作风格关键词详细列表
|
|
2
|
-
|
|
3
|
-
本文档包含所有可探测风格的详细关键词列表、触发场景示例和激活后行为模板。
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 1. natural-voice(自然人声风格)
|
|
8
|
-
|
|
9
|
-
### 关键词(任意一个即触发)
|
|
10
|
-
```
|
|
11
|
-
口语化、生活化、真实感、接地气
|
|
12
|
-
像说话一样、不要文艺腔、去掉书面语
|
|
13
|
-
自然、不装、白话、日常对话
|
|
14
|
-
真实、贴近生活、不做作
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### 触发场景示例
|
|
18
|
-
> 用户:"我想要口语化一点的风格,不要太文艺"
|
|
19
|
-
> 用户:"写得真实一点,像平时说话那样"
|
|
20
|
-
|
|
21
|
-
### 激活后行为模板
|
|
22
|
-
```markdown
|
|
23
|
-
🎨 风格探测器已激活
|
|
24
|
-
|
|
25
|
-
我注意到你提到了【口语化、真实感】等关键词。
|
|
26
|
-
|
|
27
|
-
建议使用:**natural-voice**(自然人声风格)
|
|
28
|
-
|
|
29
|
-
这个风格的特点:
|
|
30
|
-
- 以口语化表达为主,像讲故事给朋友听
|
|
31
|
-
- 生活细节丰富,代入感强
|
|
32
|
-
- 对话推动情节(占比 40-60%)
|
|
33
|
-
- 避免文艺腔和书面语
|
|
34
|
-
|
|
35
|
-
这个风格特别适合:
|
|
36
|
-
✅ 都市现代小说
|
|
37
|
-
✅ 现实题材
|
|
38
|
-
✅ 情感类小说
|
|
39
|
-
|
|
40
|
-
想要查看详细的风格指南吗?
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
## 2. literary(文学风格)
|
|
46
|
-
|
|
47
|
-
### 关键词
|
|
48
|
-
```
|
|
49
|
-
文学性、优美、深刻、有深度
|
|
50
|
-
严肃文学、纯文学、意境、诗意(现代文)
|
|
51
|
-
哲思、人性、思想性、文艺
|
|
52
|
-
有内涵、有深度、不肤浅
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
### 触发场景示例
|
|
56
|
-
> 用户:"想写严肃文学,有深度的那种"
|
|
57
|
-
> 用户:"要有文学性,不是网文那种"
|
|
58
|
-
|
|
59
|
-
### 激活后行为模板
|
|
60
|
-
```markdown
|
|
61
|
-
🎨 风格探测器已激活
|
|
62
|
-
|
|
63
|
-
检测到:【严肃文学、有深度】
|
|
64
|
-
|
|
65
|
-
建议使用:**literary**(文学风格)
|
|
66
|
-
|
|
67
|
-
这个风格的特点:
|
|
68
|
-
- 优美、深刻、有文学性
|
|
69
|
-
- 注重意境和哲思
|
|
70
|
-
- 适度的心理描写
|
|
71
|
-
- 语言克制但有力量
|
|
72
|
-
|
|
73
|
-
这个风格特别适合:
|
|
74
|
-
✅ 严肃文学作品
|
|
75
|
-
✅ 历史小说(现代背景)
|
|
76
|
-
✅ 需要思想深度的故事
|
|
77
|
-
|
|
78
|
-
想要查看详细的风格指南吗?
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
## 3. web-novel(网文风格)
|
|
84
|
-
|
|
85
|
-
### 关键词
|
|
86
|
-
```
|
|
87
|
-
网文、爽文、快节奏、套路
|
|
88
|
-
打脸、装逼、升级流、废柴流
|
|
89
|
-
玄幻风格、仙侠风格、系统文
|
|
90
|
-
爽点、冲突密集
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
### 触发场景示例
|
|
94
|
-
> 用户:"就是那种网文的感觉"
|
|
95
|
-
> 用户:"节奏快一点,爽文那种"
|
|
96
|
-
|
|
97
|
-
### 激活后行为模板
|
|
98
|
-
```markdown
|
|
99
|
-
🎨 风格探测器已激活
|
|
100
|
-
|
|
101
|
-
检测到:【网文、爽文、快节奏】
|
|
102
|
-
|
|
103
|
-
建议使用:**web-novel**(网文风格)
|
|
104
|
-
|
|
105
|
-
这个风格的特点:
|
|
106
|
-
- 节奏快,冲突密集
|
|
107
|
-
- 爽点频繁(打脸、装逼、升级)
|
|
108
|
-
- 对话简短有力
|
|
109
|
-
- 套路清晰但不老套
|
|
110
|
-
|
|
111
|
-
这个风格特别适合:
|
|
112
|
-
✅ 玄幻小说
|
|
113
|
-
✅ 都市爽文
|
|
114
|
-
✅ 系统流、重生流
|
|
115
|
-
|
|
116
|
-
想要查看详细的风格指南吗?
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## 4. ancient-style(古风)
|
|
122
|
-
|
|
123
|
-
### 关键词
|
|
124
|
-
```
|
|
125
|
-
古风、古韵、文言(不要太重)
|
|
126
|
-
诗意、意象、留白、武侠风
|
|
127
|
-
古典美、传统、江湖味
|
|
128
|
-
有古韵、古代感、古典
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### 触发场景示例
|
|
132
|
-
> 用户:"想要古风的文字"
|
|
133
|
-
> 用户:"要有武侠小说那种味道"
|
|
134
|
-
|
|
135
|
-
### 激活后行为模板
|
|
136
|
-
```markdown
|
|
137
|
-
🎨 风格探测器已激活
|
|
138
|
-
|
|
139
|
-
检测到:【古风、武侠风】
|
|
140
|
-
|
|
141
|
-
建议使用:**ancient-style**(古风)
|
|
142
|
-
|
|
143
|
-
这个风格的特点:
|
|
144
|
-
- 有古韵,但不是纯文言
|
|
145
|
-
- 意象丰富,留白艺术
|
|
146
|
-
- 诗意化的描写
|
|
147
|
-
- 避免现代化词汇
|
|
148
|
-
|
|
149
|
-
这个风格特别适合:
|
|
150
|
-
✅ 武侠小说
|
|
151
|
-
✅ 仙侠(文风层面)
|
|
152
|
-
✅ 古代背景小说
|
|
153
|
-
|
|
154
|
-
想要查看详细的风格指南吗?
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
---
|
|
158
|
-
|
|
159
|
-
## 5. minimal(极简风格)
|
|
160
|
-
|
|
161
|
-
### 关键词
|
|
162
|
-
```
|
|
163
|
-
极简、简洁、克制、海明威式
|
|
164
|
-
冷硬、少废话、不啰嗦、留白
|
|
165
|
-
不解释、硬汉风格、简约
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
### 触发场景示例
|
|
169
|
-
> 用户:"简洁一点,不要那么多描写"
|
|
170
|
-
> 用户:"海明威那种风格"
|
|
171
|
-
|
|
172
|
-
### 激活后行为模板
|
|
173
|
-
```markdown
|
|
174
|
-
🎨 风格探测器已激活
|
|
175
|
-
|
|
176
|
-
检测到:【极简、海明威式】
|
|
177
|
-
|
|
178
|
-
建议使用:**minimal**(极简风格)
|
|
179
|
-
|
|
180
|
-
这个风格的特点:
|
|
181
|
-
- 高度简洁,删除所有修饰
|
|
182
|
-
- 短句为主,节奏硬朗
|
|
183
|
-
- 留白,不解释
|
|
184
|
-
- 海明威式克制
|
|
185
|
-
|
|
186
|
-
⚠️ 警告:这个风格非常极端,不适合所有人
|
|
187
|
-
|
|
188
|
-
这个风格特别适合:
|
|
189
|
-
✅ 悬疑推理
|
|
190
|
-
✅ 冷硬派小说
|
|
191
|
-
✅ 实验性作品
|
|
192
|
-
|
|
193
|
-
想要查看详细的风格指南吗?
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
---
|
|
197
|
-
|
|
198
|
-
## 使用说明
|
|
199
|
-
|
|
200
|
-
当用户提到任何上述关键词时,按照对应的激活后行为模板与用户交互:
|
|
201
|
-
|
|
202
|
-
1. 确认探测到的关键词
|
|
203
|
-
2. 建议对应的风格
|
|
204
|
-
3. 简要说明特点和适用场景
|
|
205
|
-
4. 询问是否查看详细指南
|
|
206
|
-
|
|
207
|
-
如果用户确认,继续执行加载知识库和写入配置的步骤。
|