mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-05-11 23:03:48 -07:00
Redesign based on actual CI data (calibration ≈ 20s, working timeout ≈ 62s): - REFERENCE_CALIBRATION_MS=20000: baseline CI calibration time (1×) - BASE_STEP_TIMEOUT_MS=60000: minimum step budget on baseline machine - multiplier = measured_ms / REFERENCE_CALIBRATION_MS (no caps, no floors) - CALIBRATION_PREFLIGHT_MULTIPLIER=10.0: only for measurement phase - Missing calibration → throw error immediately (no silent fallback) Also fix: - Rename error-to-error-preflight.ts → end-to-end-calibration-preflight.ts - Add .codenomad/ to .gitignore - Remove BASE_TIMEOUT from timeouts.ts, import from calibration.ts instead - Remove SAFETY_CAP, isCalibrated() checks |
||
|---|---|---|
| .. | ||
| afterPack.ts | ||
| beforeAsar.ts | ||
| compilePlugins.mjs | ||
| developmentMkdir.ts | ||
| end-to-end-calibration-preflight.ts | ||
| start-e2e-app.ts | ||
| startMockOpenAI.ts | ||
| trimDugite.ts | ||