Making

Track progress, reflect weekly, grow continuously

周记录

Latest
View all

做什么

Recent
View all
#13
spark-cli
Support Github Issue creation by title and a folder of documents

## 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
#14
spark-skills
Task: Install frontend skills system-wide and update docs

## 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
#12
spark-cli
Make flush-dns support Windows and add test cases

## 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
#12
spark-skills
Fix local workflow tracing when github-workflow is triggered

## 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

task