Files
ironclaw/scripts
Illia Polosukhin 97a4c7d878 Remove stale compile feature CI legs (#6308)
* Remove stale compile feature CI legs

* style: cargo fmt import ordering after feature removals (#6308)

Removing the libsql feature gates left a few import blocks unsorted; cargo fmt
only — no behavior change.

* Collapse stress tool backend features

* Fix Reborn coverage libsql feature selection

* fix(harness): drop stale libsql/postgres feature selectors on de-featured deps (#6308 IronLoop)

This PR removed the `libsql`/`postgres` features from `ironclaw_filesystem`,
`ironclaw_reborn_event_store`, and `ironclaw_triggers` (those backends are now
unconditional), but `harness/latency/runner/Cargo.toml` still requested them, so
`harness/latency/score.sh` failed cargo feature resolution before the latency
runner could build. Remove the now-nonexistent feature lists from those three
deps; keep them on `ironclaw_host_runtime` and `ironclaw_reborn_composition`,
which still define `libsql`/`postgres`. Verified `cargo metadata
--manifest-path harness/latency/runner/Cargo.toml` resolves.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-20 09:36:15 -07:00
..