← back to Tools Dw Hub
Cody-gate: surface 2 MISSING-SOURCE tools in manifest with ⚠️ badge (28 entries)
f12c756955c8dbeeefa5aecf608c102ca0645d61 · 2026-07-28 13:31:33 -0700 · Steve
Files touched
M public/index.htmlM tools.json
Diff
commit f12c756955c8dbeeefa5aecf608c102ca0645d61
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Jul 28 13:31:33 2026 -0700
Cody-gate: surface 2 MISSING-SOURCE tools in manifest with ⚠️ badge (28 entries)
---
public/index.html | 1 +
tools.json | 36 +++++++++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 86b589d..447ca6e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -111,6 +111,7 @@ function render(){
${t.onDemand?'<span title="kept stopped; start on demand">💤 on-demand</span>':''}
${t.cli?'<span title="command-line tool — no web UI">⌨️ CLI</span>':''}
${t.static?'<span title="static files — serve to view">📄 static</span>':''}
+ ${t.missingSource?'<span title="source never existed / empty dir">⚠️ missing source</span>':''}
</div>
<div class="actions">
${go}
diff --git a/tools.json b/tools.json
index 48cb56d..e950aec 100644
--- a/tools.json
+++ b/tools.json
@@ -4,7 +4,19 @@
"subtitle": "Every DW build tool, one launcher — fleet revived 2026-07-28 (TK-10017)",
"domain": "tools.designerwallcoverings.com"
},
- "categories": ["Print & Image", "Recolor", "Room Settings", "Search & Color", "Import", "Tagging", "Vendor Updaters", "Content", "Ops", "CLI"],
+ "categories": [
+ "Print & Image",
+ "Recolor",
+ "Room Settings",
+ "Search & Color",
+ "Import",
+ "Tagging",
+ "Vendor Updaters",
+ "Content",
+ "Ops",
+ "CLI",
+ "Missing Source"
+ ],
"tools": [
{
"slug": "150dpi",
@@ -294,6 +306,28 @@
"cli": true,
"start": "cd ~/Projects/Designer-Wallcoverings/DW-Programming/RemoveDuplicatesInShopify && npx tsx find-duplicate-images.ts",
"created": "2026-01-30"
+ },
+ {
+ "slug": "roomsetting-creator",
+ "name": "RoomSetting Creator (missing source)",
+ "desc": "Directory exists but is EMPTY — no implementation was ever committed. Rebuild or delete: Steve's call.",
+ "category": "Missing Source",
+ "folder": "Designer-Wallcoverings/DW-Programming/RoomSetting Creator",
+ "port": null,
+ "missingSource": true,
+ "start": "",
+ "created": "2026-01-07"
+ },
+ {
+ "slug": "style-tag-updater",
+ "name": "DW Style Tag Updater (missing source)",
+ "desc": "package.json points at server.js which never existed in git history. Rebuild or delete: Steve's call.",
+ "category": "Missing Source",
+ "folder": "Designer-Wallcoverings/DW-Programming/DW Style Tag Updater",
+ "port": null,
+ "missingSource": true,
+ "start": "",
+ "created": "2025-11-13"
}
]
}
← 1cdc418 fleet-revival hub correction (TK-10017): 26-tool manifest on
·
back to Tools Dw Hub
·
scraper-api → Kamatera :8124 (option A executed): per-tool p 5170814 →