Skip to content

fix(ci): resolve three pre-existing CI failures#759

Merged
AlexMikhalev merged 1 commit intomainfrom
fix/ci-preexisting-failures
Apr 5, 2026
Merged

fix(ci): resolve three pre-existing CI failures#759
AlexMikhalev merged 1 commit intomainfrom
fix/ci-preexisting-failures

Conversation

@AlexMikhalev
Copy link
Copy Markdown
Contributor

Summary

  • Remove unused TerraphimAgent import in terraphim_multi_agent/tests/simple_agent_test.rs (clippy -D warnings)
  • Use sh -c instead of sh -lc for workspace hook execution (login shell sources /home/alex/tools/rust/cargo/env which doesn't exist on CI runners)
  • Add --features zlob to ci-check-format.sh clippy command (fff-search build.rs panics in CI without zlob feature)

Test plan

  • cargo clippy -p terraphim_multi_agent --all-targets -- -D warnings passes
  • cargo test -p terraphim_workspace -- all 15 tests pass
  • cargo check -p terraphim_file_search builds
  • Pre-commit hooks pass

Generated with Terraphim AI

- Remove unused TerraphimAgent import in multi_agent test (clippy -D warnings)
- Use sh -c instead of sh -lc for workspace hook execution (login shell
  sources /home/alex/tools/rust/cargo/env which doesn't exist on CI runners)
- Add --features zlob to ci-check-format.sh clippy command (fff-search
  build.rs panics in CI without zlob feature enabled)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@AlexMikhalev AlexMikhalev merged commit f28fab1 into main Apr 5, 2026
23 checks passed
@AlexMikhalev AlexMikhalev deleted the fix/ci-preexisting-failures branch April 5, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant