novel-doomsday-resurgence/tomato-novel/books/末日重生-开局囤货十亿物资/story/runtime/chapter-0005.rule-stack.yaml

45 lines
756 B
YAML
Raw Normal View History

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