plano/crates/brightstaff/src
Spherrrical 2aa9981f46 chore(claude-cli): drop dead code, drift-proof env defaults, clippy nits
- main.rs: rebuild claude_cli_config_from_env on top of
  SessionManagerConfig::default() and only override fields that have a
  parsed env var, so the defaults live in exactly one place.
- hermesllm/apis/claude_cli.rs: delete the dead
  `_touch_messages_message_type` stub and its unused MessagesMessage
  import; apply pedantic-clippy fixes that touch the new code
  (clone_from over `= x.clone()`, Map::default() over Default::default(),
  map_or_else over .map(...).unwrap_or_else(...), str::to_string method
  reference, collapsed identical match arms).
- hermesllm/providers/id.rs: collapse the two match arms that mapped
  "claude-cli" and "claude_cli" to ProviderId::ClaudeCli.
- hermesllm/tests/claude_cli_fixtures.rs: collect text deltas straight
  into a String instead of `.collect::<Vec<_>>().join("")`.
- brightstaff/tests/claude_cli_bridge.rs: add a Drop impl on
  BridgeFixture so a panicking test still releases the listener task.
2026-05-04 13:36:22 -07:00
..
bin signals: feature parity with the latest Signals paper. Porting logic from python repo (#903) 2026-04-23 12:02:30 -07:00
handlers fix(claude-cli): correct streaming SSE for non-MessageStart first events 2026-05-04 13:35:48 -07:00
metrics Add Prometheus metrics endpoint and Grafana dashboard for brightstaff (#904) 2026-04-22 11:19:10 -07:00
router signals: restore the pre-port flag marker emoji (🚩) (#913) 2026-04-24 13:54:53 -07:00
session_cache Redis-backed session cache for cross-replica model affinity (#879) 2026-04-13 19:30:47 -07:00
signals signals: restore the pre-port flag marker emoji (🚩) (#913) 2026-04-24 13:54:53 -07:00
state refactor brightstaff (#736) 2026-03-19 17:58:33 -07:00
tracing planoai obs: live LLM observability TUI (#891) 2026-04-17 14:03:47 -07:00
app_state.rs add overrides.disable_signals to skip CPU-heavy signal analysis (#906) 2026-04-23 11:38:29 -07:00
lib.rs Add Prometheus metrics endpoint and Grafana dashboard for brightstaff (#904) 2026-04-22 11:19:10 -07:00
main.rs chore(claude-cli): drop dead code, drift-proof env defaults, clippy nits 2026-05-04 13:36:22 -07:00
streaming.rs signals: feature parity with the latest Signals paper. Porting logic from python repo (#903) 2026-04-23 12:02:30 -07:00