mirror of
https://github.com/ruvnet/RuView
synced 2026-08-06 19:51:43 +00:00
b9e9a1b5fd
wiflow_std: min_feature_width (default 15) replaces the keypoints->stride coupling — for_keypoints(17) now provably builds the trained [2,2,2,2] graph and pools 15->17, matching the validated Python protocol (pinned by tests); param_count() total on invalid configs; random_mask returns Result and rejects non-finite/out-of-range ratios; trainer checkpoints switched to safetensors (.pt VarStore roundtrip broken on Windows torch 2.11). ieee80211bf: SBP proxy now re-triggers instances and relays reports via Action::RelaySbpReport -> SensingFrame::SbpReport (clients consume via their existing path); missed_instances reset on success = consecutive semantics; SessionTable gains a guarded SBP entry point + unknown-id drop counter; initiator-role sessions reject inbound setup/SBP requests (RejectedNotSupported) closing the idle hijack; StartSetup/StartSbp outside Idle return InvalidStateForCommand; SBP validation unified through evaluate_setup with a 1:1 SetupStatus->SbpStatus mapping. events.rs split out to honor the 500-line cap. calibration/cli: enrollment geometry now actually reaches trained banks — both production call sites attach .with_geometry; --geometry flag on train-room and POST /enroll/geometry + train-body geometry on calibrate-serve give production a recording surface; geometry-free banks log the ADR-152 §2.1.2 note. benchmarks: corruption masks committed as ground truth (unregenerable after in-place cleaning; verified bit-identical regeneration from the pristine copy) + generate_corruption_masks.py producer; _bench_common.py dedups the 5x-copied shim/evaluate/seed/remap (post-refactor PCK@20 re-verified equal to the last digit); remote scripts get the mmap patch; tiny_edge --calib validated multiple-of-64; onnx_bench --help no longer executes (and overwrote) the export — artifact restored byte-exact. Workspace: 2,963 tests passed, 0 failed; Python proof PASS. Co-Authored-By: claude-flow <ruv@ruv.net>
27 lines
629 B
Plaintext
27 lines
629 B
Plaintext
# Upstream clone (WiFlow-STD, DY2434) -- never commit third-party code/weights
|
|
upstream/
|
|
|
|
# Local python env
|
|
.venv/
|
|
|
|
# Downloaded data / artifacts
|
|
data/
|
|
downloads/
|
|
*.pth
|
|
*.pt
|
|
*.npy
|
|
*.npz
|
|
*.zip
|
|
*.mat
|
|
*.safetensors
|
|
results/parity_fixture.json
|
|
__pycache__/
|
|
*.onnx
|
|
|
|
# Committed ground truth: corruption masks for the pristine Kaggle download.
|
|
# remote/clean_v2.py zeroes the corrupted source windows IN PLACE, so these
|
|
# masks CANNOT be regenerated from a cleaned copy (generate_corruption_masks.py
|
|
# documents the criteria and reproduces them only from a fresh download).
|
|
!results/nan_windows_mask.npy
|
|
!results/big_windows_mask.npy
|