📦 rotkeeper-bom.yaml
The rotkeeper-bom.yaml file lists all directories and
asset patterns that Rotkeeper will manage. Each entry defines a tomb
section and file globs to include.
| Key | Pattern | Description |
|---|---|---|
home/assets |
home/assets/**/* |
All static assets to manifest |
bones/scripts |
bones/scripts/*.sh |
Shell scripts to document and execute |
output/docs |
output/docs/**/*.html |
Generated documentation pages |
archive/** |
archive/**/* |
Stored snapshots and artifacts |
| … | … | Additional tomb sections |
🛠️ Usage
Include --bom rotkeeper-bom.yaml when running
Rotkeeper commands, or place it at the root for auto-discovery:
rc-assets.sh --bom rotkeeper-bom.yaml
rc-scan.sh --bom rotkeeper-bom.yaml🛣️ Navigation
Future Additions
- Support hierarchical BOM includes (e.g., import other BOM files).
- Validate patterns against actual file system entries.
- Generate visual tree diagrams of tomb structure.