From 4eacb3db023abbeec25238ca05ea4ffadb7d11d8 Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 17:23:42 +0800 Subject: [PATCH 01/17] doc: draft --- docs/1 - Getting Started.md | 0 docs/2 - Task Orchestration.md | 0 docs/main_points.md | 1 + docs/tui_design.md | 22 ++++++++++++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 docs/1 - Getting Started.md create mode 100644 docs/2 - Task Orchestration.md create mode 100644 docs/main_points.md create mode 100644 docs/tui_design.md diff --git a/docs/1 - Getting Started.md b/docs/1 - Getting Started.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/2 - Task Orchestration.md b/docs/2 - Task Orchestration.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/main_points.md b/docs/main_points.md new file mode 100644 index 00000000..32eebd35 --- /dev/null +++ b/docs/main_points.md @@ -0,0 +1 @@ +- Distributed diff --git a/docs/tui_design.md b/docs/tui_design.md new file mode 100644 index 00000000..0e00de10 --- /dev/null +++ b/docs/tui_design.md @@ -0,0 +1,22 @@ + + + + + + + + +
+
    +
  • Apple +
      +
    • Black tea
    • +
    • Green tea
    • +
    +
  • +
  • Banana
  • +
  • Orange
  • +
+
+ Fruits +
From 72ed61137350676afa7faba9b7d020c255067ef5 Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 17:44:02 +0800 Subject: [PATCH 02/17] update --- docs/tui_design.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/tui_design.md b/docs/tui_design.md index 0e00de10..07a3e815 100644 --- a/docs/tui_design.md +++ b/docs/tui_design.md @@ -1,20 +1,25 @@ +# Vite task TUI Design + From 5f033f802b9c69b84edd1f4e947e13839c00b56e Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 18:05:51 +0800 Subject: [PATCH 03/17] update --- docs/tui_design.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/tui_design.md b/docs/tui_design.md index 07a3e815..20cd04c2 100644 --- a/docs/tui_design.md +++ b/docs/tui_design.md @@ -1,5 +1,13 @@ # Vite task TUI Design +```json +{ + "script": { + "ready": "tsc --noEmit && vite lint && vite run -r build" + } +} +``` +
    -
  • Apple +
  • vite run ready
      -
    • Black tea
    • -
    • Green tea
    • +
    • pkg1#build +
        +
      • pkg1#build
      • +
          + +
        • pkg2#build
        • +
        • pkg3#build
        -
      • Banana
      • -
      • Orange
- Fruits +
terminal
@@ -7,19 +15,18 @@ From 2972a3ff4084572c8ccce7761845d39d19f889a3 Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 18:17:16 +0800 Subject: [PATCH 04/17] update --- docs/tui_design.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/tui_design.md b/docs/tui_design.md index 20cd04c2..fc838918 100644 --- a/docs/tui_design.md +++ b/docs/tui_design.md @@ -10,7 +10,7 @@
-
terminal +
terminal
- + From 1cadbdc500551db5ff95a94d581342a0d18ba7fe Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 18:32:39 +0800 Subject: [PATCH 05/17] align --- docs/tui_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tui_design.md b/docs/tui_design.md index fc838918..3b717974 100644 --- a/docs/tui_design.md +++ b/docs/tui_design.md @@ -10,7 +10,7 @@
  • vite run ready @@ -26,7 +26,19 @@
-
terminal
+
+$ vite build 
+VITE+ v1.0.0 building for production +transforming... +✓ 32 modules transformed... +rendering chunks... +computing gzip size... +dist/index.html 0.46 kB | gzip: 0.30 kB +dist/assets/react-CHdo91hT.svg 4.13 kB | gzip: 2.05 kB +dist/assets/index-D8b4DHJx.css 1.39 kB | gzip: 0.71 kB +dist/assets/index-CAl1KfkQ.js188.06 kB | gzip: 59.21 kB +✓ built in 308ms +
- +
  • vite run ready From 71cd20fd8f0966a511df39d5bc0f81f7f4ba40da Mon Sep 17 00:00:00 2001 From: branchseer Date: Thu, 13 Nov 2025 18:36:19 +0800 Subject: [PATCH 06/17] update --- docs/tui_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tui_design.md b/docs/tui_design.md index 3b717974..ce48a168 100644 --- a/docs/tui_design.md +++ b/docs/tui_design.md @@ -27,7 +27,7 @@
-$ vite build 
+$ vite build (cache hit, replaying)
VITE+ v1.0.0 building for production transforming... ✓ 32 modules transformed... From 30a99295ec7b3b747d0d749267c064fc0948dc74 Mon Sep 17 00:00:00 2001 From: branchseer Date: Sat, 15 Nov 2025 18:29:40 +0800 Subject: [PATCH 07/17] updatre --- docs/1 - Getting Started.md | 54 ++++++++++++++++ docs/2 - Defining Tasks.md | 96 +++++++++++++++++++++++++++ docs/2 - Task Orchestration.md | 0 docs/3 - CLI Options.md | 5 ++ docs/4 - Task Orchestration.md | 115 +++++++++++++++++++++++++++++++++ docs/5 - Configuring Cache.md | 19 ++++++ docs/tui_design.md | 25 ++++--- 7 files changed, 306 insertions(+), 8 deletions(-) create mode 100644 docs/2 - Defining Tasks.md delete mode 100644 docs/2 - Task Orchestration.md create mode 100644 docs/3 - CLI Options.md create mode 100644 docs/4 - Task Orchestration.md create mode 100644 docs/5 - Configuring Cache.md diff --git a/docs/1 - Getting Started.md b/docs/1 - Getting Started.md index e69de29b..25870dbc 100644 --- a/docs/1 - Getting Started.md +++ b/docs/1 - Getting Started.md @@ -0,0 +1,54 @@ +# Getting Started + +Vite is designed to work out of the box with zero configuration. Simply run `vite run