Mining/pkg
Claude 08089ffcd1
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): replace abstract variable names in PacketBuilder comment with concrete values
AX Principle 2 — comments must show concrete usage with realistic values,
not abstract placeholder names. The struct-level comment for PacketBuilder
used `intentID` and `payload` (undefined in context); replaced with 0x01
and []byte("ping") so an agent reading it sees an exact working call.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 10:36:36 +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): replace prose comment with usage example on UpdateMinersConfig 2026-04-02 10:35:49 +01:00
node ax(node): replace GoDoc prose+code-block comments with AX usage examples in lethean.go 2026-04-02 10:36:31 +01:00
ueps ax(ueps): replace abstract variable names in PacketBuilder comment with concrete values 2026-04-02 10:36:36 +01:00