chore: update .gitignore and improve coding standards documentation
- Added .cursor/sessions/* to .gitignore to prevent session files from being tracked. - Enhanced coding standards in SKILL.md by adding semicolons to TypeScript examples for consistency. - Improved formatting in continuous learning, detail layout, and other SKILL.md files for better readability. These changes aim to streamline development processes and maintain code quality across the project.
This commit is contained in:
@@ -16,17 +16,21 @@ Create a new eval definition:
|
||||
|
||||
```markdown
|
||||
## EVAL: feature-name
|
||||
|
||||
Created: $(date)
|
||||
|
||||
### Capability Evals
|
||||
|
||||
- [ ] [Description of capability 1]
|
||||
- [ ] [Description of capability 2]
|
||||
|
||||
### Regression Evals
|
||||
|
||||
- [ ] [Existing behavior 1 still works]
|
||||
- [ ] [Existing behavior 2 still works]
|
||||
|
||||
### Success Criteria
|
||||
|
||||
- pass@3 > 90% for capability evals
|
||||
- pass^3 = 100% for regression evals
|
||||
```
|
||||
@@ -113,6 +117,7 @@ feature-export [0/4 passing] NOT STARTED
|
||||
## Arguments
|
||||
|
||||
$ARGUMENTS:
|
||||
|
||||
- `define <name>` - Create new eval definition
|
||||
- `check <name>` - Run and check evals
|
||||
- `report <name>` - Generate full report
|
||||
|
||||
Reference in New Issue
Block a user