Making
Track progress, reflect weekly, grow continuously
周记录
LatestThis week focused on innate-executable. Completed 5 issues including: Fix PlatformTabs + Theme + GitHub Actions; AutoScan tutorials - 替换硬编码为动态扫描; Fix: Platform tabs not rendering + theme too dark and more.
This week focused on fire-skills. Completed 1 issues including: Analysis - Skill Migration & Benchmarking Strategy.
This week focused on fire-skills. Completed 8 issues including: [TEST] Task 8: E2E with tracing fix; [TEST] Task 8: git-workflow with local tracking; [TEST] Task 6: Local project skill trigger and more.
This 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.
做什么
Recent1. 修复多操作系统脚本切换不显示问题 2. 改善 Markdown 主题为更温暖明亮的风格 3. 设置 GitHub Actions 部署静态站点
## Task 18: 两个问题 ### 问题1: 多操作系统 PlatformTabs 不能展示 教程中的 macOS/Windows 切换标签页不能正常显示,需要修复 PlatformTabs 组件。 ### 问题2: Markdown Theme 太沉闷 整体 Markdown 主题偏暗,需要调整为更温暖、更亮的主题。 ## Task Reference - tasks/issues/2-start-cc.md Task 18
替换 BUILTIN_SKILL_PATHS 和 BUILTIN_SKILLS 硬编码为动态文件扫描: 1. 创建构建时扫描脚本,扫描 public/skills/ 目录 2. 生成 skills-manifest.json 供客户端使用 3. 支持 GitHub Pages 静态部署 4. 添加新教程只需放入 public/skills/ 目录
## Task 16: RunnableBlock Redesign Current: RunnableCodeBlock uses verbose JSX props like code={...} Goal: Standard fenced code blocks with auto-Run button Changes: 1. Auto-detect runnable code blocks from language (bash, python, etc) 2. Add Run button to standard Markdown code blocks 3. Support Python execution via temp file 4. Keep existing RunnableCodeBlock for backward compat