From d902ecafff84c1b0345bb1512e4c7b956bc6dff1 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 17 Feb 2026 22:53:01 +0100 Subject: [PATCH] docs: add tools to ROADMAP.md file reference --- ROADMAP.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index c058549..c8f003a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -89,3 +89,7 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design | job.py | Priority job queue | | static/dashboard.js | Dashboard frontend logic | | static/dashboard.html | Dashboard HTML template | +| tools/lib/ppf-common.sh | Shared ops library (hosts, wrappers, colors) | +| tools/ppf-deploy | Deploy code to nodes | +| tools/ppf-logs | View container logs | +| tools/ppf-service | Container lifecycle management |