From bc78bfa452848980dc168daaca94d978cce218d1 Mon Sep 17 00:00:00 2001 From: alexpaynex <55271826-alexpaynex@users.noreply.replit.com> Date: Wed, 18 Mar 2026 19:15:24 +0000 Subject: [PATCH] Add Nostr integration to the roadmap for future development Add a roadmap section to replit.md detailing the planned integration of Nostr for node credential delivery, job status events, and node identity, replacing current HTTP polling mechanisms. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 418bf6f8-212b-4bb0-a7a5-8231a061da4e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 45e1ce2b-4846-4800-be09-ed16006cca5f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9f85e954-647c-46a5-90a7-396e495a805a/418bf6f8-212b-4bb0-a7a5-8231a061da4e/sPDHkg8 Replit-Helium-Checkpoint-Created: true --- replit.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/replit.md b/replit.md index 65a8321..021d392 100644 --- a/replit.md +++ b/replit.md @@ -209,3 +209,16 @@ Only available in development (`NODE_ENV !== 'production'`). ### `scripts` (`@workspace/scripts`) Utility scripts package. Each script is a `.ts` file in `src/` with a corresponding npm script in `package.json`. Run scripts via `pnpm --filter @workspace/scripts run