包含: - GIT_WORKFLOW.md - 详细的 Git 工作流规范 - scripts/git-setup.sh - Git 工作区初始化脚本 - scripts/git-daily.sh - 日常 Git 管理脚本 - scripts/git-novel-workflow.sh - 小说专用 Git 工作流 - 更新 .gitignore 排除子仓库的 .git 目录 - 添加 novel-tracker/ 目录 - 添加 projects/ 目录(排除子仓库 .git) - 添加 tomato-novel/ 目录
45 lines
756 B
YAML
45 lines
756 B
YAML
layers:
|
|
- id: L1
|
|
name: hard_facts
|
|
precedence: 100
|
|
scope: global
|
|
- id: L2
|
|
name: author_intent
|
|
precedence: 80
|
|
scope: book
|
|
- id: L3
|
|
name: planning
|
|
precedence: 60
|
|
scope: arc
|
|
- id: L4
|
|
name: current_task
|
|
precedence: 70
|
|
scope: local
|
|
sections:
|
|
hard:
|
|
- story_bible
|
|
- current_state
|
|
- book_rules
|
|
soft:
|
|
- author_intent
|
|
- current_focus
|
|
- volume_outline
|
|
diagnostic:
|
|
- anti_ai_checks
|
|
- continuity_audit
|
|
- style_regression_checks
|
|
overrideEdges:
|
|
- from: L4
|
|
to: L3
|
|
allowed: true
|
|
scope: current_chapter
|
|
- from: L4
|
|
to: L2
|
|
allowed: false
|
|
scope: current_chapter
|
|
- from: L4
|
|
to: L1
|
|
allowed: false
|
|
scope: current_chapter
|
|
activeOverrides: []
|