Skip to content

Commit 3a05ee3

Browse files
authored
fix: remove allowed tools from skill template (#221)
1 parent 09dcc77 commit 3a05ee3

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/cli/test/skill-generator.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ describe('Skill Generator', () => {
8080
expect(content).toMatch(/^---\n/);
8181
expect(content).toContain('name: responsible-vibe');
8282
expect(content).toContain('description:');
83-
expect(content).toContain('allowed-tools:');
8483
expect(content).toContain('license: MIT');
8584

8685
// Check content includes system prompt (dynamically generated)
@@ -296,7 +295,6 @@ describe('Skill Generator', () => {
296295
// Check YAML frontmatter - should be SKILL.md format, not POWER.md
297296
expect(content).toMatch(/^---\n/);
298297
expect(content).toContain('name: responsible-vibe');
299-
expect(content).toContain('allowed-tools:');
300298
expect(content).toContain('license: MIT');
301299

302300
// Should NOT contain POWER.md-specific fields

resources/templates/skills/SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: >
55
new features, fixing bugs, following TDD, refactoring code, or any development
66
task that benefits from planning and structure. Activate it when
77
users mention to build, enhance or fix code.
8-
allowed-tools: >
9-
whats_next proceed_to_phase conduct_review start_development
10-
resume_workflow reset_development list_workflows get_tool_info
11-
setup_project_docs
128
license: MIT
139
metadata:
1410
version: '${VERSION}'

0 commit comments

Comments
 (0)