Making
Track progress, reflect weekly, grow continuously
周记录
LatestThis week focused on spark-cli. Completed 3 issues including: Support Github Issue creation by title and a folder of documents; Make flush-dns support Windows and add test cases; Task: Install frontend skills system-wide and update docs.
This week focused on spark-cli. Completed 12 issues including: 更新文档 features 和 spec 目录; Docs Task: 更新文档内容和分析报告; Add spark docs sub-command: init & site and more.
This week focused on spark-cli. Completed 6 issues including: 整合 GitHub Task Workflow 和 spark-task-init 到 spark-skills 仓库; 修复 spark task create 命令的 bug; 扩展 spark task 命令:init, create, delete, impl 子命令 and more.
做什么
Recent## Task 4: Support Github Issue creation by title and a folder of documents 1. Support create issue with a folder of docs 2. Every single document is an issue content 3. The issue title is the document name or the Headline of document, headline of the document is the default option if it is a markdown file 4. The issue body is the document content
## Task Description Based on [frontend skills analysis](../tasks/analysis/frontend-skill-analysis.md), confirm and install both `innate-frontend` (Web) and `tauri-desktop-app` (Desktop) skills at system level for all supported AI agents. ## Checklist - [x] Confirm both skills are sufficient to start new web and desktop projects - [x] Install `innate-frontend` at system level for Claude, Kimi, Codex, OpenCode - [x] Install `tauri-desktop-app` at system level for Claude, Kimi, Codex, OpenCode - [x] Create `docs/usage/install-frontend-skills.md` with installation instructions - [x] Update `docs/index.md` and `docs/README.md` with new doc references - [x] Verify installation across all 4 agents ## Implementation Summary - Both skills confirmed sufficient for starting new web/desktop projects - Installed via `./install.sh --system innate-frontend tauri-desktop-app` — symlinks created in all 5 target directories - Created comprehensive installation guide at `docs/usage/install-frontend-skills.md` - Updated doc indexes to reference the new guide ## Files Modified | File | Changes | |------|---------| | `docs/usage/install-frontend-skills.md` | New installation guide for frontend skills | | `docs/index.md` | Added link to frontend skills doc | | `docs/README.md` | Added link to frontend skills doc | | `tasks/features/fontend-skills.md` | Task file (new) |
## Task: Make flush-dns support Windows and add test cases - [x] Add a test case for flush-dns - [x] Add a test case for flush-dns on Windows - [x] Add a test case for flush-dns on macOS - [x] Add a test case for flush-dns on Linux ## Implementation Summary - Extracted `getDNSCommands(osName)` to separate command definitions from execution - Added BDD-style tests using Ginkgo/Gomega covering all platforms - Commit: 44626f2
## Task 3: local work flow process is not invoked when github-workflow is triggered,but local workflow is not processed. The Feature should be: 1. READ the task , then trigger the github workflow, create issue, and create local tracing file 2. After AI Agent do his job, issue updated, and local tracing file updated 3. When Only trigger local workflow, the github issue is not created anymore Verfification: 1. Update A Test GIthub Workflow Task Both Issue and local tracing file is updated 2. Update A Test Local Workflow, only local tracing file is updated