📚 小说内容: - 《末日重生-开局囤货十亿物资》33章 - 完整的状态文件、记忆索引、钩子系统 🛠️ 系统配置: - 版本控制管理系统 - 自动化脚本系统 - 质量监控系统 🧠 固化记忆: - 长期记忆文件 - 系统配置文档 - 恢复流程指南 💾 数据安全: - 本地备份系统 - Git版本控制 - 远程同步机制 同步时间: 2026-03-30 16:25:35 系统状态: inkos正常运行中 (PID: 1433309) 创作进度: 第33章《油粮》创作中
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: []
|