HardShell is the environment + operations layer for EXOCHAIN: reproducible dev/test/staging scaffolding, controlled run wrappers, and evidence bundles (hashes, logs, configs) suitable for audits.
- Lean + clean: minimal host assumptions; reproducible toolchains.
- Slow is smooth: we prefer explicit checklists and deterministic builds.
- Two is one: caching + fallbacks; evidence-by-default.
environments/— environment-specific configs (dev/test/staging)scripts/— build/run/evidence scriptsevidence/— exported evidence bundles (gitignored by default)
- Build EXOCHAIN from source locally (inside our current container)
- Define conventions so we can later migrate to GitHub Actions + org repos cleanly