Mining/pkg/node
Claude 21d205a0dc
ax(node): rename pr to registry in NewPeerRegistryWithPath
`pr` abbreviates PeerRegistry — violates AX Principle 1
(predictable names over short names). Renamed to `registry`
so the variable is self-describing without context.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:37:22 +01:00
..
bufpool.go ax(node): replace prose comments with usage examples in bufpool.go 2026-04-02 07:59:37 +01:00
bundle.go ax(node): replace prose comment on VerifyBundle with usage example 2026-04-02 09:06:38 +01:00
bundle_test.go fix: Comprehensive code hardening from 4-domain Opus review 2025-12-31 14:33:30 +00:00
controller.go ax(node): replace prose comments with usage examples on Controller 2026-04-02 09:28:02 +01:00
dispatcher.go Implement STIM bundle decryption and installation 2026-02-02 06:07:05 +00:00
identity.go ax(node): replace prose comment on NewNodeManager with usage example 2026-04-02 09:25:06 +01:00
identity_test.go feat: Implement challenge-response authentication for P2P (P2P-CRIT-4) 2025-12-31 15:16:00 +00:00
lethean.go ax(node): rename resp/raw to response/responseBody in lethean.go 2026-04-02 08:05:27 +01:00
lethean_test.go ax(node): add missing Bad and Ugly test triads for parseComment 2026-04-02 08:12:03 +01:00
message.go ax(node): replace prose comment with usage example on ParsePayload 2026-04-02 09:14:28 +01:00
message_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
peer.go ax(node): rename pr to registry in NewPeerRegistryWithPath 2026-04-02 09:37:22 +01:00
peer_test.go feat: Add API configuration service and enhance security validation in commands 2025-12-31 17:46:25 +00:00
protocol.go ax(node): replace prose comment with usage example on ParseResponse 2026-04-02 09:34:58 +01:00
protocol_test.go ax(node): rename TestConvenienceFunctions to AX-compliant TestProtocol_DefaultHandler_Good 2026-04-02 08:35:17 +01:00
transport.go ax(node): rename Transport.mu to mutex (AX Principle 1) 2026-04-02 09:33:54 +01:00
worker.go ax(node): replace prose-description comments with usage examples in worker.go 2026-04-02 08:26:09 +01:00
worker_test.go ax(node): fix test name to follow TestFilename_Function_Good convention 2026-04-02 09:29:26 +01:00