|
|
3bc15d1241
|
chore: auto release commit (2026-07-11 15:57:40)
技能自动化发布 / release (push) Successful in 5s
|
2026-07-11 15:57:43 +08:00 |
|
|
|
c67079fb9e
|
chore: auto release commit (2026-07-11 15:00:19)
技能自动化发布 / release (push) Successful in 5s
|
2026-07-11 15:00:20 +08:00 |
|
|
|
dc4eecbb35
|
chore: auto release commit (2026-07-11 14:43:15)
技能自动化发布 / release (push) Successful in 5s
|
2026-07-11 14:43:16 +08:00 |
|
|
|
766d162245
|
fix: harden skill template contracts and scaffolding
技能自动化发布 / release (push) Successful in 4s
Align scaffold slug replacement, Action manifest strict boundaries, metadata prune API, field permission validation, and task_logs readonly semantics with documented template contracts.
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-11 11:55:46 +08:00 |
|
|
|
35c20fc0f2
|
feat: standardize skill data management and actions
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-11 11:23:14 +08:00 |
|
|
|
48a86e56f1
|
chore: auto release commit (2026-07-03 18:50:07)
技能自动化发布 / release (push) Successful in 6s
|
2026-07-03 18:50:08 +08:00 |
|
|
|
7136689efe
|
feat: 固化 verb-noun-platform slug 命名规范与语义校验
技能自动化发布 / release (push) Successful in 6s
|
2026-07-03 10:24:05 +08:00 |
|
|
|
e366605299
|
feat: 规范标准时间字段 created_at/updated_at(Unix 秒级、元数据、trigger)
技能自动化发布 / release (push) Successful in 6s
|
2026-07-01 18:51:33 +08:00 |
|
|
|
707d97760f
|
feat: 匠厂数据管理展示元数据规范——元数据表初始化/校验、display_order 契约、文档与测试
技能自动化发布 / release (push) Successful in 5s
|
2026-07-01 11:39:28 +08:00 |
|
|
|
d17804e45b
|
同步 Platform Kit 1.0.17 运行时环境变量契约
技能自动化发布 / release (push) Successful in 4s
|
2026-06-30 14:41:54 +08:00 |
|
|
|
a3bd8faf87
|
docs(config): unify config.get reads and remove ALLOW_* gates
技能自动化发布 / release (push) Successful in 5s
|
2026-06-30 10:29:03 +08:00 |
|
|
|
30803a0834
|
chore: auto release commit (2026-06-21 10:51:04)
技能自动化发布 / release (push) Successful in 5s
|
2026-06-21 10:51:05 +08:00 |
|
|
|
f3f7a9b9e5
|
chore: auto release commit (2026-06-17 09:48:59)
技能自动化发布 / release (push) Successful in 5s
|
2026-06-17 09:49:00 +08:00 |
|
|
|
79098dad5c
|
chore: auto release commit (2026-06-17 09:21:19)
技能自动化发布 / release (push) Successful in 6s
|
2026-06-17 09:21:21 +08:00 |
|
|
|
c7d7832749
|
chore: auto release commit (2026-06-14 11:12:03)
技能自动化发布 / release (push) Successful in 8s
|
2026-06-14 11:12:04 +08:00 |
|
|
|
a24f6809da
|
chore: auto release commit (2026-06-08 14:19:45)
技能自动化发布 / release (push) Successful in 6s
|
2026-06-08 14:19:46 +08:00 |
|
|
|
5b555e4313
|
去掉依赖
|
2026-06-07 14:50:44 +08:00 |
|
|
|
4c5bc31b0e
|
继续优化代码
|
2026-06-07 12:02:17 +08:00 |
|
|
|
45cf1741e1
|
继续完善代码
|
2026-06-07 11:51:23 +08:00 |
|
|
|
1bbcc65cf3
|
重新调整模板
|
2026-06-07 11:28:45 +08:00 |
|
|
|
e4418d68e4
|
docs: standardize skill requirements declaration
|
2026-05-29 17:38:15 +08:00 |
|
|
|
c20d6498da
|
feat(template): 升级 desktop E2E 模板到本系列最佳实践
基于 disburse-payroll-icbc 实战经验沉淀,让所有未来新 skill 复制模板后直接
享受本系列全部改进:
- record_screencast.py.sample:
· 字幕脚本改用 "step: N/X" 模式 + ASCII 关键词锚(避免编码问题)
· 展示三元组 (keyword, text, duration) 用法(依赖 platform-kit subtitle.py)
· 加 TEST_FILE_NAME / MUSIC_SUBDIR 切换常量
· 文档说明绕开 SDK ask() / send_file 的最佳实践
- test_desktop_smoke.py.sample:
· docstring 加"何时用此模板 / 何时改用 _with_attachment"指引
· 标注已知 SDK 限制(ask() user_idx<0 / send_file NotImplementedError)
- test_desktop_smoke_with_attachment.py.sample(新增):
· 完整附件场景模板,import jiangchang_desktop_sdk.e2e_helpers 6 个 API
· 7 步 step: N/7 模式,跟 record_screencast.py.sample 字幕脚本对齐
· 占位符 SKILL_SLUG / PROMPT / EXPECTED_KEYWORDS_IN_REPLY
- README.md: 追加 3 节
· 模板选择指南(纯问答 vs 附件场景)
· 已知 SDK 坑(send_file / ask / 字幕关键词 / bring_to_front)
· 录屏新能力(activate_window / monitor_index / 字幕三元组)
- conftest.py: 同步到支持新版 platform-kit src/ 布局的 SDK 路径推断
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-25 11:14:59 +08:00 |
|
|
|
a656534461
|
feat(tests/desktop): add record_screencast.py.sample template
Generic screencast recording entry point for skill demo videos.
Copy to record_screencast.py and update SKILL_SLUG + SUBTITLE_SCRIPT.
Requires jiangchang-platform-kit/tools/screencast + mss + ffmpeg.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-17 20:39:04 +08:00 |
|
|
|
d347e36fea
|
chore: minor doc polish after refactor review
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-10 11:56:05 +08:00 |
|
|
|
f3f59278b4
|
refactor: task_logs, task_service, run CLI; remove platform_playwright
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-10 10:00:37 +08:00 |
|
|
|
4730cd527d
|
继续完善测试模板
|
2026-05-03 18:08:57 +08:00 |
|
|
|
dd6236866e
|
新增完善测试模板
|
2026-05-03 17:52:52 +08:00 |
|
|
|
298448840d
|
docs: standardize skill-template and add development guide
技能自动化发布 / release (push) Successful in 22s
|
2026-04-13 13:46:23 +08:00 |
|