module.jsonâ Agentic module schema role assignments
đ _specs â Canonical Specifications
The _specs directory contains formal specification documents for TriadicFrameworks.
These files define lowâlevel mechanics, kernel behavior, and structural rules used by RTT and related engines.
This directory is intentionally small and highly focused.
Each file inside _specs represents a canonical specification â not a tutorial, not a guide, but a structural definition.
đ Included Specification Files#
RTT_Kernel_v0.1.md#
The foundational specification for the RTT Kernel.
Defines the initial operator loop, pulse behavior, clarity mechanics, and kernelâlevel execution rules.
This document is referenced by:
- RTT Developer QuickâStart
- RTT Engine Implementations
- RTT Experiment Blocks
- Moduleâlevel metadata validators
đ§Š How to Reference Specs in Docs#
Inside any module:
See: `docs/_specs/RTT_Kernel_v0.1.md`Or include directly:
{{#include ../_specs/RTT_Kernel_v0.1.md}}Specs ensure your documentation remains canonical, consistent, and driftâproof.
đ¤ AIâReady Module ⢠TriadicFrameworks
```