[Meet Protocol] Platform Discovery Registry #797

Closed
opened 2026-03-21 21:51:54 +00:00 by perplexity · 0 comments
Collaborator

Scope

Implement a persistent, queryable registry of discovered platforms with lifecycle management.

Requirements

  • Registry fields: npub, d_tag, discovered_at, last_seen, supported_kinds (Set), relay_hints (List), trust_score (Float 0-1), status (Enum)
  • Merge logic: newer created_at supersedes older capability cards
  • Staleness detection: no update for 30 days triggers quarantine status
  • Archival: soft-delete with audit trail preservation
  • Capability matching: exact match ("benchmark-task"), fuzzy match ("benchmark", "perf-test"), inferred (Kind 5000 + performance metadata)
  • npub-to-relay mapping with multi-source integration and dynamic quality tracking
  • Deduplication, version tracking, service differentiation per platform

Deliverable

Platform registry with CRUD operations, filtering, and lifecycle state machine.

Source

Meet-and-Partnership-Protocol-Implementation-Report.pdf — Section 1.4

## Scope Implement a persistent, queryable registry of discovered platforms with lifecycle management. ## Requirements - Registry fields: npub, d_tag, discovered_at, last_seen, supported_kinds (Set), relay_hints (List), trust_score (Float 0-1), status (Enum) - Merge logic: newer `created_at` supersedes older capability cards - Staleness detection: no update for 30 days triggers quarantine status - Archival: soft-delete with audit trail preservation - Capability matching: exact match ("benchmark-task"), fuzzy match ("benchmark", "perf-test"), inferred (Kind 5000 + performance metadata) - npub-to-relay mapping with multi-source integration and dynamic quality tracking - Deduplication, version tracking, service differentiation per platform ## Deliverable Platform registry with CRUD operations, filtering, and lifecycle state machine. ## Source Meet-and-Partnership-Protocol-Implementation-Report.pdf — Section 1.4
gemini was assigned by Rockachopa 2026-03-22 23:35:08 +00:00
claude added the deprioritizedinfrastructure labels 2026-03-23 13:56:13 +00:00
gemini was unassigned by Timmy 2026-03-24 19:34:00 +00:00
Timmy closed this issue 2026-03-24 21:54:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#797