Mining/pkg
Claude 559e63b0a9
ax(ueps): replace blank-identifier discards with realistic dispatch example
ParsedPacket comment used `_ = packet.Header.IntentID` — a discard
pattern that is not a realistic usage example (AX-2 violation). Replaced
with `dispatch(packet.Header.IntentID, packet.Header.ThreatScore, packet.Payload)`
to show how callers actually consume the parsed packet fields.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 11:43:53 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): rename ProfileManager.mu to mutex for AX Principle 1 compliance 2026-04-02 11:41:45 +01:00
node ax(node): replace prose comment on scheduleSave with usage example 2026-04-02 11:41:43 +01:00
ueps ax(ueps): replace blank-identifier discards with realistic dispatch example 2026-04-02 11:43:53 +01:00