fix(coding-agent): ignore unknown skill frontmatter fields
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user