version = 1
root = "."
tags = ["imported"]
[[skip]]
paths = ["backups/**", "*.bak", "*.bak-*", "*.bak.*", "*.bak-pre-*"]
reason = "backups and .bak copies of files that are imported from their live version"
[[skip]]
paths = ["hooks/**", "*.js", "*.mjs", "*.pid", "*.log", "*.vec", "dashboard-token", "remote-token", ".gitignore", "*.jpg", "*.png", "designqc-captures/**"]
reason = "tool code, runtime state, logs, images: not notes"
[[skip]]
paths = ["*.json"]
reason = "JSON state of the previous tool (bug log, config, cron state, symbol graphs); not Markdown, imported separately if at all"
[[skip]]
paths = ["OPENWOLF.md"]
reason = "the previous tool's operating protocol: it instructs an agent to write into .wolf/STATUS.md, which would be a standing instruction pointing at nothing"
[[group]]
name = "invariants"
paths = ["identity.md"]
ring = 0
kind = "knowledge"
tags = ["identity"]
[[group]]
name = "protocol"
paths = ["ENGINE.md"]
ring = 1
kind = "reference"
tags = ["protocol"]
[[group]]
name = "curated"
paths = ["cerebrum.md"]
ring = 2
kind = "knowledge"
split = "heading"
heading_level = 3
note_name = "{stem}-{heading}"
collisions = "hash"
tags = ["cerebrum"]
[[group]]
name = "do-not-repeat"
paths = ["DO-NOT-REPEAT.md"]
ring = 2
kind = "lesson"
split = "heading"
heading_level = 3
note_name = "{stem}-{heading}"
tags = ["do-not-repeat"]
[[group]]
name = "prereg"
paths = ["PREREG_*.md", "PREREG_hashes.txt"]
ring = 2
kind = "reference"
tags = ["prereg", "evidence"]
[[group]]
name = "notes"
paths = ["cfetch-AGENT.draft.md", "cfetch-umzug-checkliste.md"]
ring = 2
kind = "knowledge"
[[group]]
name = "sessions"
paths = ["memory.md"]
ring = 3
kind = "session"
split = "heading"
heading_level = 2
note_name = "{stem}-{heading}"
collisions = "hash"
tags = ["memory"]
[[group]]
name = "status-log"
paths = ["STATUS.md"]
ring = 3
kind = "session"
split = "heading"
heading_level = 2
note_name = "{stem}-{heading}"
collisions = "hash"
tags = ["status"]
[[group]]
name = "proposals"
paths = ["proposals/*.md"]
ring = 4
kind = "reference"
note_name = "{dir}-{stem}"
tags = ["proposal", "unverified"]
[[group]]
name = "generated"
paths = ["anatomy.md", "reframe-frameworks.md"]
ring = 4
kind = "reference"
tags = ["generated"]