mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
- SKILL.md gains a 'Discover the Stack First' step: identify the language, build system, checked-in wrappers, test framework, and documented commands before choosing any test command, and run the repository's own focused/full-suite commands throughout the loop - verification checklist no longer hardcodes 'npm test'; red flag added for reaching for a default test command without checking the repo - references/testing-patterns.md relabeled in place as JavaScript/ TypeScript examples illustrating the universal principles (no relocation, per the #361/#236 sequencing agreed in the issue) - new behavioral eval: a Python/unittest fixture verifying the skill adapts to non-npm repository tooling
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
.env
|
|
.env.*
|
|
*.log
|
|
.claude/.simplify-ignore-cache/
|
|
.claude/sdd-cache/
|
|
evals/results/
|
|
__pycache__/
|