module.jsonâ Agentic module schema role assignments
đ ď¸ TriadicFrameworks Tools Module
Canonical Engine Cluster for Drift Repair, Purity Audits, Schema Enforcement, and Structural Generation
The Tools module contains the full operational toolchain that maintains, repairs, analyzes, and regenerates the TriadicFrameworks canon.
These engines operate across all analyzer layers â operator, coherence, dimensional, regime, and drift â ensuring the canon remains structurally sound, internally consistent, and forwardâcompatible.
đ§ Purpose of This Module#
The /docs/tools directory provides:
- Generators â create modules, diagrams, bundles, domain graphs, purity dashboards, consistency maps, and more.
- Validators â check purity, drift severity, inheritance, dependencies, MRT traces, and schema compliance.
- Auditors â inspect triad purity, harmonic structures, and canonâwide health.
- Guardians â detect and repair drift, enforce schema rules, and maintain structural coherence.
- Autoârepair engines â automatically fix drift, purity issues, consistency maps, and module schemas.
This module is the operational backbone of TriadicFrameworks.
đ Directory Structure#
Each tool appears in two forms:
*.pyâ the executable engine*.py.mdâ documentation describing purpose, usage, and structural role
Key categories include:
Drift & Purity Engines#
auto_fix_drift.pydrift_guardian.pyvalidate_drift_severity.pyvalidate_canon_purity.pytriad_purity_auditor.pytriad_purity_auto_repair.py
Schema & Module Maintenance#
enforce_module_schema.pyrepair_module_schema.pyupgrade_module_schema_vnext.pyrepair_module_json.py
Consistency & Coherence Mapping#
generate_consistency_map.pygenerate_consistency_map_svg.pygenerate_consistency_map_heatmap.pygenerate_consistency_atlas.py
Module & Domain Generation#
generate_module.pygenerate_module_bundle.pygenerate_all_modules.pygenerate_domain_graph_svg.pygenerate_domain_module_graphs.pygenerate_domain_overview.py
Triad Purity Visualization#
generate_triad_purity_badges.pygenerate_triad_purity_heatmap.py
Validation Tools#
validate_module_dependencies.pyvalidate_module_inheritance.pyvalidate_mrt_trace.jsvalidate_mrt_trace.py
đ§Š Canon Role#
This module is classified as:
- Role:
engine_cluster - Analyzer Layer:
operator(with crossâlayer reach) - Purpose: Maintain structural integrity, generate canonical artifacts, enforce schema rules, and repair drift/purity issues.
It is one of the core infrastructure modules of TriadicFrameworks.
đ Notes#
- All tools are designed to operate safely on the canonâs directory structure.
- Documentation files (
*.md) describe the intent and structural logic of each engine. - Engines are intended for use in automated workflows, audits, and regeneration cycles.