No description
Find a file
allaun 09b9f690e0 refactor(dna): optimize char classification and fix Unicode math symbol misclassification
- Pre-defined and unified character sets (OPERATOR_CHARS, BRACKET_CHARS, PUNCT_CHARS, WHITESPACE_CHARS).
- Defined precise sets for SYMMETRY_CHARS, PERIODICITY_CHARS, CONTINUITY_CHARS, and META_MATH_CHARS.
- Re-ordered specific checks to precede c.isalpha() so Unicode/Greek math letters are not misclassified as standard lower/upper alpha.

Build: 3307 jobs, 0 errors (lake build)
2026-06-27 22:53:16 -05:00
.opencode feat(phi): full docstring + verification hardening pass 2026-06-24 03:57:50 -05:00
dag feat(dna): align layer naming and integrate SilverSight receipt verification 2026-06-27 22:51:03 -05:00
docs feat(init): initial BioSight commit — equation-to-DNA Φ encoding 2026-06-23 18:27:35 -05:00
harness feat(phi): full docstring + verification hardening pass 2026-06-24 03:57:50 -05:00
python refactor(dna): optimize char classification and fix Unicode math symbol misclassification 2026-06-27 22:53:16 -05:00
.gitignore feat(init): initial BioSight commit — equation-to-DNA Φ encoding 2026-06-23 18:27:35 -05:00
AGENTS.md feat(init): initial BioSight commit — equation-to-DNA Φ encoding 2026-06-23 18:27:35 -05:00