- Introduced coding standards for TypeScript and React in SKILL.md. - Added continuous learning skill with configuration and evaluation scripts. - Created detail layout guidelines for read-only pages. - Established form layout rules for data-entry forms. - Documented project guidelines for the frontend monorepo. - Implemented security review checklist for frontend/Electron applications. - Developed a verification loop skill for comprehensive session checks. This commit enhances the skill set available for developers, ensuring adherence to best practices and improving code quality.
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"min_session_length": 10,
|
|
"extraction_threshold": "medium",
|
|
"auto_approve": false,
|
|
"learned_skills_path": ".agents/skills/learned/",
|
|
"patterns_to_detect": [
|
|
"error_resolution",
|
|
"user_corrections",
|
|
"workarounds",
|
|
"debugging_techniques",
|
|
"project_specific"
|
|
],
|
|
"ignore_patterns": [
|
|
"simple_typos",
|
|
"one_time_fixes",
|
|
"external_api_issues"
|
|
]
|
|
}
|