Overview
Tools_
  • 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.py
  • drift_guardian.py
  • validate_drift_severity.py
  • validate_canon_purity.py
  • triad_purity_auditor.py
  • triad_purity_auto_repair.py

Schema & Module Maintenance#

  • enforce_module_schema.py
  • repair_module_schema.py
  • upgrade_module_schema_vnext.py
  • repair_module_json.py

Consistency & Coherence Mapping#

  • generate_consistency_map.py
  • generate_consistency_map_svg.py
  • generate_consistency_map_heatmap.py
  • generate_consistency_atlas.py

Module & Domain Generation#

  • generate_module.py
  • generate_module_bundle.py
  • generate_all_modules.py
  • generate_domain_graph_svg.py
  • generate_domain_module_graphs.py
  • generate_domain_overview.py

Triad Purity Visualization#

  • generate_triad_purity_badges.py
  • generate_triad_purity_heatmap.py

Validation Tools#

  • validate_module_dependencies.py
  • validate_module_inheritance.py
  • validate_mrt_trace.js
  • validate_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.

Was this page helpful?