mirror of
https://github.com/allaunthefox/BioSight.git
synced 2026-07-31 03:05:22 +00:00
- Aligned layer naming and numbering (1 to 4) with the formal Lean specifications in SilverSight. - Implemented phi.silversight to verify rule ordering, N=8 necessity, and Lean compilation status. - Integrated SilverSight validation checks into equation_dna_encoder.py and rigour_pipeline.py. Build: 3307 jobs, 0 errors (lake build)
2.5 KiB
2.5 KiB
BioSight Agent Rules
Goal
Establish an unimpeachable base layer for the BioSight project by refining its Φ encoding pipeline through mathematical audit, autonomous bug elimination, and structural upgrades.
Constraints & Preferences
- Autonomous execution (agents work independently with minimal context).
- Math-level correctness over simple syntax fixes.
- Terse bullets preferred over prose.
Progress
Done
- Initial directory structure exploration of the BioSight project.
- 100-loop autonomous bug attack on
phimodules (reached stability at loop 13). - Mathematical audit of Φ encoding claims (Information Density, Topology,
\Delta_7Sufficiency, Consistency Rules, Adleman Mapping). - Upgraded character classification from
\Delta_7to\Delta_{12}incharclass.pyto include Symmetry, Periodicity, Continuity, and Meta-math classes. - Implemented depth-weighted distributions (
\omega) for both\tau(E)and\delta(E)inast_parse.py. - Added Rule 7 (Closure Constraint) to
consistency.pyfor mathematical completeness. - Integrated Depth Coefficient (
\lambda) and Recurrence Vector (R) into the Φ embedding usingcompute_lambda_and_r. - Verified encoding logic via
test_phi.py, confirming successful DNA mapping for arithmetic and trigonometric expressions (e.g.,sin(x) + cos(y)). - Aligned layer naming and numbering with SilverSight's 4-layer specification.
- Implemented
phi.silversightintegration module to verify rule rule ordering, N=8 necessity, and Lean compilation status. - Integrated SilverSight verification checks into the
--verifysuite ofequation_dna_encoder.pyand therigour_pipeline.py.
In Progress
- None. Alignment and SilverSight import are complete.
Key Decisions
- Upgrade
F(E)to\Delta_{12}to include Symmetry, Periodicity, Continuity, and Meta-math classes. - Add Depth Coefficient (
\lambda) and Recurrence Vector (R) to the Φ embedding to handle structural nuances like nesting and operation flow. - Implement Rule 7 (Closure Constraint) in
consistencyfor mathematical completeness. - Integrate SilverSight Lean receipt and theorem verification to prevent drift.
Next Steps
- Implement active dry-lab to wet-lab testing workflows using the verified DNA sequences.
Critical Context
- BioSight is a Python shim for SilverSight's Lean logic; it handles I/O and encoding while Lean handles formal admissibility. All admissibility and pipeline layout decisions are verified by the SilverSight verification module.