Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 737 Bytes

File metadata and controls

17 lines (15 loc) · 737 Bytes

RSR Repository Architecture

The Hierarchical Tree

.
├── .rhodium/    # [MACHINE] AI Context, JSON-specs, hidden logic
├── ncl/         # [LOGIC] Nickel contracts and permutations
├── scripts/     # [ENGINE] 22-shell compatibility scripts
├── Justfile     # [ARTISAN] Local task runner
├── Mustfile     # [AUTHORITY] Global deployment engine
└── *.adoc       # [HUMAN] Documentation (README/Cookbook)

Design Philosophy

To prevent "Root-Clutter," we hide machine-specific metadata in .rhodium/. This ensures that Humans see the Just/Must entry points immediately, while Machines (LLMs/Linters) find their targets via the .rhodium/ index.