fix: remove exclamation mark from file pattern examples in SKILL.md

Exclamation marks are not supported in skill files for pattern exclusion.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-10-17 16:13:17 +08:00
parent 2c33a03c90
commit 8b4042cd90

View File

@@ -55,7 +55,7 @@ RULES: [Template reference] | [Specific constraints: standards, patterns, focus
- Specify scope boundaries
**CONTEXT**:
- File patterns: `@{src/**/*.ts}` (include only what you need), `@{src/**/*.ts,!**/*.test.ts}` (use `!` to exclude)
- File patterns: `@{src/**/*.ts}` (include only what you need)
- Business context: "50k DAU, PostgreSQL 14, target <200ms p95"
- Tech stack: Versions, frameworks, constraints
- Session memory: "Previous analysis showed X"