ðē File Tree Structure
This document outlines the core directory structure used by Rotkeeper to organize tombs, configs, logs, and rendered outputs.
ð Core Layout
rotkeeper/
âââ bones/ # Main tomb registry
â âââ meta/ # Manuals, docbooks, and reference guides
â âââ scripts/ # Ritual scripts (`rc-*.sh`)
â âââ logs/ # Changelogs, scan reports, commit trails
â âââ config/ # YAML configuration files
â âââ archive/ # Packed `.tar.gz` tombs
â âââ appendices/ # Tree, formats, flags, glossary
âââ tombs/ # User-defined tombs and content
âââ output/ # Rendered HTML output
âââ home/ # Source Markdown for documentation
âââ rc-utils.sh # Shared logic for all ritual scripts
ðŠĶ Notes
- All rituals are initiated from the root directory.
bones/is version-controlled;tombs/may be .gitignored depending on your privacy preferences.output/should be considered disposable or publishable.- All logs are plain text or YAML for human and undead readability.
ðïļ Structure is sacred. Rotkeeper walks the same tree in life and decay.