mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-19 08:33:31 +08:00
Revert "Add Kiro IDE support (.kiro/) (#548)"
This reverts commit ce828c1c3c.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "tdd-reminder",
|
||||
"version": "1.0.0",
|
||||
"enabled": true,
|
||||
"description": "Reminds the agent to consider writing tests when new TypeScript files are created",
|
||||
"when": {
|
||||
"type": "fileCreated",
|
||||
"patterns": ["*.ts", "*.tsx"]
|
||||
},
|
||||
"then": {
|
||||
"type": "askAgent",
|
||||
"prompt": "A new TypeScript file was just created. Consider whether this file needs corresponding test coverage. If it contains logic that should be tested, suggest creating a test file following TDD principles."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user