module.jsonâ Agentic module schema role assignments
đȘ Hooks â Canonical Event & Trigger Layer
The hooks directory contains the eventâdriven trigger layer for TriadicFrameworks.
Hooks define how modules respond to actions, state changes, or resonance events across the canon.
This directory provides:
- canonical hook definitions
- event â action mappings
- automation triggers
- crossâmodule integration points
- lightweight HTML index for browsing
Hooks are part of the automation substrate, enabling modules to react to internal or external signals.
đ Included Hook Files#
index.html#
A lightweight HTML index for browsing available hooks.
Used by internal tooling, documentation viewers, and moduleâlevel automation systems.
data/hooks.json#
The canonical hook registry.
Defines:
- hook names
- trigger conditions
- event categories
- associated actions
- metadata for automation engines
This file is consumed by RTT automation layers, module builders, and integration tools.
đ§© How to Reference Hooks#
Inside any module:
See: `docs/hooks/data/hooks.json`Or include directly:
{{#include ../hooks/index.html}}Hooks keep your documentation reactive, automated, and integrationâready.
đ€ AIâReady Module âą TriadicFrameworks