mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user