SilverSight/atlas.json
allaun 7fcfde3ca7 feat(polyglot): add GEPA infrastructure for Python shim optimization
- Add .atlas/ with benchmark.sh, score.py, gate.sh for GEPA campaigns
- Add atlas.json project config (auto.capture=suggest, reflection_lm=openai/auto)
- Fix test_search.py receipt path from /mnt/agents/ to /tmp/

Metric targets:
  dna_qubo_sort.py: avg |Rank corr| (higher=better, baseline=0.8547)
  dna_qubo_nn.py:   NN Tm correlation (higher=better, baseline=0.4649)
  dna_lut.py:       avg |Rank corr| (higher=better, baseline=0.5808)
  test_search.py:   pass count (ceiling=43, for stability verification)
2026-07-07 01:08:49 -05:00

9 lines
463 B
JSON

{
"project": "silversight",
"description": "SilverSight polyglot formalization — GEPA-optimize Python, port to 11 languages",
"auto": {
"capture": "suggest",
"prompt": "Rewrite this Python code to be more performant and correct. Keep the same public interface (same function signatures, same class names, same CLI behavior). Optimize for algorithmic quality (rank correlation, Tm correlation) and speed.",
"reflection_lm": "openai/auto"
}
}