Documentation for understanding and integrating KERNELS.
| Document | Purpose |
|---|---|
| ARCHITECTURE.md | Component boundaries and data flows |
| THREAT_MODEL.md | Adversary model + mitigations |
| pipelines/HPC_CICD_ARCHITECTURE.md | Advanced CI/CD design for deterministic kernel infrastructure |
| FAQ.md | Usage clarifications and non-goals |
If you need to integrate KERNELS:
- Start at the main README.md for overview
- Read spec/README.md for normative requirements
- Review ARCHITECTURE.md for implementation details
- Check FAQ.md for common questions
The /spec directory contains normative requirements. This /docs directory contains informative guidance. If they conflict, spec wins.