TKFM Pre-Deploy Checklist

Local dashboard for “is everything green?” before you deploy. This page never deploys anything.
Home
QA
Latest QA Result
Reads .tkfm/release-audit.txt (local file on disk; open in editor).
Open .tkfm/release-audit.txt
Artifacts
Official Files
Deploy pack + source backup (from your releases folder).
Deploy: releases/TKFM_V2_DIST_LATEST.zip
Backup: releases/TKFM_V2_FULL_SOURCE_LATEST.zip
Dist
Deploy Simulation
Serve dist/ on port 9090 and run QA against it.
node scripts/tkfm-dist-static-server.mjs --port 9090
node scripts/tkfm-release-qa.mjs --base http://127.0.0.1:9090 --timeout 2500