From 577f17f9220e3d598540b3ffd04165ba95dedfb8 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 13 Sep 2025 21:43:12 -0700 Subject: [PATCH] remove accidentally committed PR_TEMPLATE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- PR_TEMPLATE.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 PR_TEMPLATE.md diff --git a/PR_TEMPLATE.md b/PR_TEMPLATE.md deleted file mode 100644 index c47e026e8..000000000 --- a/PR_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -## Summary - -Implement execution progress state tracking for Vue nodes with provide/inject pattern and Figma-compliant visual indicators. - -## Changes - -- **What**: Added execution progress composables, injection keys, visual progress bars with blue borders (#0B8CE9) and header-positioned progress indicators -- **Dependencies**: None - -## Review Focus - -- Provide/inject pattern implementation vs props approach -- Progress bar positioning at header bottom (56px from top) -- Reactivity chain: executionStore → provider → consumer composables -- Visual design compliance with Figma specs (#0B8CE9 blue, correct positioning) -- Test coverage for multiple nodes, error states, and edge cases \ No newline at end of file