mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 19:02:10 +00:00
fix(coding-agent): ignore unknown skill frontmatter fields
This commit is contained in:
parent
fcfbc82ec2
commit
d0679dcfc0
5 changed files with 6 additions and 42 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue