- u1~u9: AI fallback infrastructure (router/prompts/schema/validator) + Step 12 hook - u10: e2e reject chain (writes final.html with AI-repaired slot, full coverage) - u11: frontend wiring deferred to follow-up commit (split from IMP-41 hunks) - u12: coverage_invariant guard - u13: cache save gate (visual_check PASS + user_approved/auto_cache) — Codex #22 verified Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
node_modules/
|
|
data/*
|
|
# IMP-46 u6 — track only the frame_cache directory marker; cached payloads stay ignored.
|
|
!data/frame_cache/
|
|
data/frame_cache/*
|
|
!data/frame_cache/.gitkeep
|
|
|
|
# session workspace (push X — 작업 흐름 trace, 사용자 결정 2026-05-08)
|
|
forex/
|