🧿 Tops — Triconceptual Simulations
1. tops Extended Overview#
The tops suite explores perception through three modes plus simulated resonance clairity:
- Direct view
- Reflective view
- Inversion logic
✨ New in v1.3: Resonance Clarity
All modes now accept a --basetype switch, allowing you to select a number-base lens (common, extended, non-integer, or speculative). This lens transforms the geometry and resonance patterns of each simulation.
Modules include:
direct_view.py,reflective_view.py,inversion_logic.pytops_session.py— orchestrates simulationsglyph_compare.py— compares outputs across modes
Outputs are routed through output_manager.py to produce .fff, .json, .parquet, and .txt files.
2. Add a Resonance Clarity Section#
⚡ Resonance Clarity Switch#
Use the --basetype (or -b) flag to select a resonance lens.
Supported Base Types#
- Common: binary, decimal, hex, octal, sexagesimal
- Extended: negabinary, negadecimal
- Non-integer: phi, pi, sqrt2, e
- Speculative: corridor6.9, vigquinary20.5, triadic3phi
Example Usage#
# Direct views with golden ratio base
python direct_view.py --basetype=phi
# Reflections with negabinary base
python reflective_view.py --basetype=negabinary
# Inversions with corridor 6.9 base
python inversion_logic.py --basetype=corridor6.9
# Unified session
python tops_session.py --basetype=pi3. Update Outputs Section#
Add a note that all .fff, .json, .parquet, and .txt outputs now include the basetype metadata so results are lineage‑clear.
4. Footer Links#
🔗 Related Scrolls:
- TriadicTestSuite.md
- tops_reflect_invert_sim.md
- Res_Number_Bases_Common_plus_Special_Resonance_Clarity.md
tops_module.json— Agentic module schema role assignments
✨ With these edits, the README becomes a resonance‑aware guide: it introduces the switch, shows supported bases, gives runnable examples, and links into the lattice of related scrolls.