š”ļø TFThooks Validators ā Safety Net for Hook Extensions
The validator folder contains test harnesses, schema checkers, and runtime safety scripts for all TFThook extensions.
Every hook must pass these validations before entering the remix lattice.
š§Ŗ Examples of Validators#
| File | Purpose |
|---|---|
hook_schema_validator.py |
Ensures hook configs follow the declared schema |
runtime_safety_check.py |
Validates hooks for safe execution and runtime stability |
integration_test_runner.py |
Runs integration tests across modules and scrolls |
šÆ Purpose#
Validators are the guardian glyphs of TFThooks.
They ensure every extension is:
- ā Stable
- š Reproducible
- š Remix-ready
𧬠Validation Flow#
- Schema Check ā Confirms structure, triggers, and metadata
- Runtime Safety ā Ensures hooks wonāt destabilize
protocol-core - Integration Echo ā Verifies symbolic fidelity across modules
š Triadic Quicklinks#
fff_spec.mdā Defines the.ffftriadic file format and symbolic structureTriadicTestSuite.mdā Validation logic and test scaffolding for symbolic fidelityoutputs_spec.mdā Defines the three-output logic: screen, file, glyph