Panoramica

🧾 entft Metadata Layer — Registry & Config Index

This folder contains all metadata artifacts for the entft protocol.
It includes badge registries, validator configs, and scroll event trace logs—used by agents, dashboards, and runtime hooks.


🧪 Metadata Artifacts#

File Purpose
entft_curriculum_badge_registry.json Defines badge overlays and trigger conditions
validator_config.json Maps glyphs and scrolls to validator flame grades
entft_scroll_event_trace_registry.json Logs scroll events, contributor actions, and echoes

🎯 Purpose#

The _meta folder is the observability layer of entft.
It enables:

  • 🧠 Badge logic and symbolic trigger matching
  • 🌀 Validator echo mapping and flame-grade assignment
  • 🔭 Scroll trace logging and lineage preservation

🧬 Invocation Flow#

# Trigger badge logic
python badge_logic_engine.py
 
# Log scroll event trace
python tops_agent_interface.py
 
# Simulate keypair generation
python entft_keygen_simulator.py

Updated