Skip to content

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

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

fix(ci): resolve three pre-existing CI failures#759
AlexMikhalev merged 1 commit into
mainfrom
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
AlexMikhalev pushed a commit that referenced this pull request Apr 22, 2026
…759

- Add export_kg.rs module with export_corrections_as_kg() function
- Add ExportKg variant to LearnSub CLI enum
- Corrections are grouped by corrected value, exported as Logseq-style KG markdown
- Supports --type tool-preference (default) or --type all filter
- 7 unit tests covering empty dir, single export, merging, filtering, filenames
- clippy clean
AlexMikhalev added a commit that referenced this pull request Apr 25, 2026
- 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: Terraphim CI <alex@terraphim.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
AlexMikhalev pushed a commit that referenced this pull request Apr 25, 2026
…759

- Add export_kg.rs module with export_corrections_as_kg() function
- Add ExportKg variant to LearnSub CLI enum
- Corrections are grouped by corrected value, exported as Logseq-style KG markdown
- Supports --type tool-preference (default) or --type all filter
- 7 unit tests covering empty dir, single export, merging, filtering, filenames
- clippy clean
AlexMikhalev added a commit that referenced this pull request May 1, 2026
- 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: Terraphim CI <alex@terraphim.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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