Skip to content

Commit 7a9fae0

Browse files
gcmsgclaude
andcommitted
refactor: remove DHTNodeID from PeerClawExtension
Kademlia DHT was removed during project slimming; this field was a leftover reference to unimplemented functionality. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c65debe commit 7a9fae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agentcard/card.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ type PeerClawExtension struct {
5858
Priority int `json:"priority,omitempty"`
5959
Tags []string `json:"tags,omitempty"`
6060
NostrPubKey string `json:"nostr_pubkey,omitempty"`
61-
DHTNodeID string `json:"dht_node_id,omitempty"`
6261
ReputationScore float64 `json:"reputation_score,omitempty"`
6362
NostrRelays []string `json:"nostr_relays,omitempty"`
6463
InboxRelays []string `json:"inbox_relays,omitempty"` // Nostr relay URLs for offline mailbox (NIP-65 style)

0 commit comments

Comments
 (0)