mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
8aff7ade1b
Main landed the same httpapi design (git-opt-in fixtures, --shard flag) and the same permission.create readiness wait. Resolution adopts main's implementations and keeps this branch's unique work on top: the --shards child-process orchestrator (adapted to main's zero-based shard indexing), scenario retry with backoff gated on state-reset, project.update isolation, and exerciser env stripping. Removed the superseded agentsReady/probe machinery and this branch's duplicate round-robin filter (double-sharding silently dropped scenarios). Validated: coverage, auth, and 4-shard effect passes all green (315 checks, 0 failures).