Commit graph

2 commits

Author SHA1 Message Date
allaun
1c65853243 feat: spectral threshold tuning + Gremlin-to-AppFloyo push
Spectral thresholds:
- Lower signalThreshold from 2.0 to 1.5 (98304 Q16_16 raw)
- colorToShapeName now returns LogogramProjection for blue-only
  (was none, which caused missing_prediction alignment status)
- Result: 0 missing_prediction, 32 aligned_exact, 66 compatible,
  180 alignment_warning across 278 rows

Gremlin bridge:
- Added push_to_appflowy() with auto GoTrue JWT acquisition
- PUSH_APPFLOWY=1 env var triggers push after report generation
- Retained JSON/Markdown file output as primary delivery
2026-06-30 04:36:49 -05:00
allaun
6468138112 refactor(infra): replace AppFloyo REST bridge with report generator
- gremlin_appflowy_bridge.py: deprecated shim → delegates to new module
- gremlin_lean_report.py: generates JSON + Markdown reports from Gremlin
  with module theorem counts, sorries, import/dependency metrics
- AppFloyo Cloud v0.16.5 lacks programmatic database REST API;
  reports can be imported via AppFloyo UI instead
- GoTrue auth (port 9999) is working for future API use
2026-06-30 03:14:05 -05:00