mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
- 新增 gframework-batch-boot skill,约束批量任务的 baseline 选择、stop condition 与循环委派流程 - 更新 skills README,补充批量任务 skill 的公开入口与调用示例
5 lines
330 B
YAML
5 lines
330 B
YAML
interface:
|
|
display_name: "GFramework Batch Boot"
|
|
short_description: "Run boot, then iterate bounded bulk batches"
|
|
default_prompt: "Use $gframework-batch-boot to start from the normal GFramework boot context and continue the current repetitive task in automatic bounded batches until the declared stop condition is reached."
|