Mining/pkg/ueps
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
..
packet.go ax(ueps): replace abstract variable names in PacketBuilder comment with concrete values 2026-04-02 10:36:36 +01:00
packet_test.go ax(ueps): replace prose comment with usage example in MarshalAndSign test 2026-04-02 10:08:51 +01:00
reader.go ax(ueps): fix comment in reader.go default case to use real variable name 2026-04-02 10:27:40 +01:00
reader_test.go ax(ueps): rename NewBuilder to NewPacketBuilder for AX Principle 1 compliance 2026-04-02 09:45:23 +01:00