Skip to content

chore: verify and document log analyzer - #3

Merged
rustfuture merged 2 commits into
mainfrom
codex/portfolio-hardening
Sep 6, 2026
Merged

rustfuture merged 2 commits into
mainfrom
codex/portfolio-hardening

Conversation

@rustfuture

Copy link
Copy Markdown
Owner

Summary

  • remove duplicate binary-module compilation so the CLI reuses the library and the test suite is not reported twice
  • eliminate unnecessary unwraps and pass strict Clippy
  • add locked stable/Rust 1.85 CI
  • replace unsupported release, platform, and performance claims with an English evidence-based README
  • record a real sample.log CLI validation and explicit scope limits

Verification

  • cargo fmt --check
  • cargo check --locked --all-targets
  • cargo clippy --locked --all-targets -- -D warnings
  • cargo test --locked (12 library tests; no duplicate binary tests)
  • cargo +1.85.0 check --locked --all-targets
  • real sample.log run produced eight detections

The scheduled Actions seen before this work were CodeQL analyses, not product tests; this PR adds the product CI contract.

@rustfuture
rustfuture marked this pull request as ready for review September 6, 2026 12:28
@rustfuture
rustfuture merged commit 817932a into main Sep 6, 2026
6 checks passed
@rustfuture
rustfuture deleted the codex/portfolio-hardening branch September 6, 2026 12:28
Repository owner deleted a comment from coderabbitai Bot Sep 14, 2026
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