novel-doomsday-resurgence/tomato-novel/books/末日重生-开局囤货十亿物资/story/runtime/chapter-0028.rule-stack.yaml
唐天洛 bc9188b0fd feat(git-workflow): 添加 Git 工作流和脚本
包含:
- 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/ 目录
2026-03-30 15:50:36 +08:00

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: []