49 lines
867 B
YAML
49 lines
867 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:
|
||
|
|
- from: L4
|
||
|
|
to: L3
|
||
|
|
target: '**卷名**:尸山血海铸根基'
|
||
|
|
reason: allow local outline deferral
|