fix(coding-agent): ignore unknown skill frontmatter fields

This commit is contained in:
Mario Zechner 2026-02-04 14:20:24 +01:00
parent fcfbc82ec2
commit d0679dcfc0
5 changed files with 6 additions and 42 deletions

View file

@ -24,6 +24,7 @@ read README.md, then ask which module(s) to work on. Based on the answer, read t
- Note: `npm run check` does not run tests.
- NEVER run: `npm run dev`, `npm run build`, `npm test`
- Only run specific tests if user instructs: `npm test -- test/specific.test.ts`
- Run tests from the package root, not the repo root.
- When writing tests, run them, identify issues in either the test or implementation, and iterate until fixed.
- NEVER commit unless user asks