diff --git a/docs/reference/file-formats.md b/docs/reference/file-formats.md index 7064985db..2b1fa2c77 100644 --- a/docs/reference/file-formats.md +++ b/docs/reference/file-formats.md @@ -270,10 +270,10 @@ claudecode: # for claudecode-specific parameters - "Write" - "Grep" disable-model-invocation: true # (optional) disable model invocation for this skill - scheduled-task: true # (optional) emit to .claude/scheduled-tasks//SKILL.md instead of .claude/skills//SKILL.md paths: # (optional) glob patterns (string or list) limiting auto-activation - "src/**/*.ts" - "test/**/*.ts" + scheduled-task: true # (optional) emit to .claude/scheduled-tasks//SKILL.md instead of .claude/skills//SKILL.md codexcli: # for codexcli-specific parameters short-description: A brief user-facing description takt: # takt specific parameters (optional; emitted under .takt/facets/knowledge/ — frontmatter is dropped on emit) diff --git a/skills/rulesync/file-formats.md b/skills/rulesync/file-formats.md index 7064985db..2b1fa2c77 100644 --- a/skills/rulesync/file-formats.md +++ b/skills/rulesync/file-formats.md @@ -270,10 +270,10 @@ claudecode: # for claudecode-specific parameters - "Write" - "Grep" disable-model-invocation: true # (optional) disable model invocation for this skill - scheduled-task: true # (optional) emit to .claude/scheduled-tasks//SKILL.md instead of .claude/skills//SKILL.md paths: # (optional) glob patterns (string or list) limiting auto-activation - "src/**/*.ts" - "test/**/*.ts" + scheduled-task: true # (optional) emit to .claude/scheduled-tasks//SKILL.md instead of .claude/skills//SKILL.md codexcli: # for codexcli-specific parameters short-description: A brief user-facing description takt: # takt specific parameters (optional; emitted under .takt/facets/knowledge/ — frontmatter is dropped on emit)