[feat] 13-Language Heuristic Classifier & Safety Tier Engine #46
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#49 [feat] Mailbox Pipeline & Safety Auditor (End-to-End Orchestrator)
Lavisys/mailsweep
#45 [feat] Core Domain Types, Configuration & RFC Codecs
Lavisys/mailsweep
Reference
Lavisys/mailsweep#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#44: [spec] Port MailSweep to Synchronous Rust
What to build
Implement the complete 13-European-language heuristic rules engine compiled statically with
std::sync::LazyLockandregex. Enforce the inviolable Safety Tier hierarchy (Tier 0 through Tier 5) over Clutter Tiers with 100% parity against the Python classifier oracle.Acceptance criteria
std::sync::LazyLock.X-GM-LABELSenriched and integrated into classification scoring.cargo test,cargo fmt --check, andcargo clippy --all-targets --all-features -- -D warningspass with 0 warnings.Blocked by
Implemented 13-language heuristic classifier and safety tier engine in synchronous Rust (commit
939622d). All 28 Rust tests and 142 Python oracle tests pass.