49 lines
936 B
YAML
49 lines
936 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: '* **开篇**:林逸在出租屋惊醒,冷汗直流,确认重生时间(爆发前24小时)。'
|
||
reason: allow local outline deferral
|