Claude/organize repo structure hbuh u#4
Merged
Conversation
Compile fixes: - Upgrade aya 0.12 → 0.13 (Ebpf/EbpfLoader names, MapData type param) - Fix AsyncPerfEventArray<RawSslEvent> → AsyncPerfEventArray<MapData> - Fix let bpf → let mut bpf, Some() vs Ok() for program_mut() - Remove unused imports across 10 files (Path, Utc, debug/warn, etc.) - Add #![allow(dead_code)] crate-wide for infra stubs not yet wired - cargo fmt auto-format pass on all source files Detection quality: - weights_sum_to_one() test in engine/fusion.rs (float const not stable) - clippy -D warnings clean: fix identical if-blocks, needless range loop, elide lifetimes, strip_prefix, rev().find() for DoubleEndedIterator, !is_empty(), redundant as f64 cast, [T; N] vs vec![T; N] Publishability (priorities 2-4): - docker-compose.yml: glasswally (tail) + loggen + Redis + Kafka + Prometheus + Grafana; live-ebpf profile for privileged DaemonSet - Dockerfile: multi-stage rust:1.82 → debian:bookworm-slim - monitoring/prometheus.yml + Grafana datasource provisioning - tools/loggen.py: synthetic JSONL generator (80/20 benign/distill, seeded, --count / --rate / --campaigns flags) - datasets/labeled_5k.jsonl: 5000 events, 1015 positive, seed=42 - cargo xtask evaluate [PATH]: runs glasswally in eval mode - .github/workflows/ci.yml: cargo check, test, clippy -D warnings, fmt --check; YARA syntax check; dataset smoke test Docs: - CONTRIBUTING.md: dev setup, worker authoring guide, CI table - DEPLOYMENT.md: standalone + docker-compose + K8s DaemonSet, config reference, nginx log format, operational runbook https://claude.ai/code/session_01USjESXaoGce9qiaW5FnE1E
Ignores /target/ so the Rust build cache is not tracked. https://claude.ai/code/session_01USjESXaoGce9qiaW5FnE1E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.