From 552b41f7611a98014b611691a3cf2e6072bed574 Mon Sep 17 00:00:00 2001 From: Mikkel Garcia Date: Tue, 28 Jul 2026 21:45:36 -0600 Subject: [PATCH 1/3] Drop the retired draw node from the agent-facing docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 🎨 Draw node retired on 2026-07-22 when its Gemini omni model left the NanoGPT catalog. The runtime is correct: the editor skips the type and both headless executors warn on load, then refuse the run. The documentation was not correct. It still listed `draw` as a current node type, so an agent that read these pages wrote a graph that cannot run. - llms-full.txt is generated by scripts/gen-llms-full.mjs and was stale. The 3 `draw` mentions came from index.html and from the 2 library READMEs. All 3 sources dropped `draw` already. Regenerated the file. The regeneration also picks up unrelated README drift that had built up since the last run. - guide/graph-format.html: removed the `draw` table row and the "LLM/Draw" port note. Added a "Retired type" bullet under Loader rules instead. That page documents the file format, so an author who holds a graph from before 2026-07-22 needs to know what the `draw` node in the JSON is and how to repair it. Deletion alone would leave that author with no answer. - guide/run-headless.html: removed `draw` from the runnable node list. - growth/i18n-drafts/zenn-comfyui-ja.md: the unposted Japanese draft advertised Draw, and described it wrongly as a hand-drawing input. Replaced it with Join. Historical records stay untouched: changelog.html, updates.json, feed.xml, docs/ and proof/ still record that the node existed and then retired. Co-Authored-By: Claude Opus 5 (1M context) --- growth/i18n-drafts/zenn-comfyui-ja.md | 2 +- guide/graph-format.html | 9 +- guide/run-headless.html | 2 +- llms-full.txt | 148 ++++++++++++++++++++++---- 4 files changed, 135 insertions(+), 26 deletions(-) diff --git a/growth/i18n-drafts/zenn-comfyui-ja.md b/growth/i18n-drafts/zenn-comfyui-ja.md index 3b844d4..6b29bb2 100644 --- a/growth/i18n-drafts/zenn-comfyui-ja.md +++ b/growth/i18n-drafts/zenn-comfyui-ja.md @@ -78,7 +78,7 @@ https://nanoodle.com/ja/ を開くとエディタがそのまま起動します ### 2. ノードを置いてつなぐ -テキスト・画像・動画・音声のモデルノードに加えて、Draw(手描き入力)、 +テキスト・画像・動画・音声のモデルノードに加えて、Join(テキスト結合)、 Resize、Choice、Comment などのユーティリティノードがあります。 たとえば: diff --git a/guide/graph-format.html b/guide/graph-format.html index 31423e0..ee19b7b 100644 --- a/guide/graph-format.html +++ b/guide/graph-format.html @@ -129,7 +129,7 @@

Ports and wires