Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
#
# This asserts the calibration still holds. If it fails, every
# projection built on the simulator is suspect until it is fixed.
run: python3 scripts/dep-sim.py --cut-nothing --expect-names 282
run: python3 scripts/dep-sim.py --cut-nothing --expect-names 284

- name: Guard — new feature-gated test modules must be acknowledged
# Self-maintaining coverage: the set of source files that #[cfg]-gate a test on
Expand All @@ -539,7 +539,6 @@ jobs:
openhuman/agent/harness/subagent_runner/tool_prep.rs
openhuman/agent/registry/agents/loader.rs
openhuman/config/migrations/retire_local_whisper_stt_tests.rs
openhuman/memory/people/address_book.rs
openhuman/mcp/server/resources.rs
openhuman/platform/socket/event_handlers.rs
openhuman/platform/socket/ops.rs
Expand Down
Loading
Loading