Add bug fix documentation workflow to steering, add restore-kiro-config fallback hook

This commit is contained in:
Jordan Ramos
2026-05-13 08:06:59 -06:00
parent 1bb8ec1658
commit b43e1c5037
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "Restore Kiro Config",
"version": "1.0.0",
"description": "Restores .kiro specs, hooks, and agents from ops/records after switching back to master (where .kiro is gitignored and gets wiped by branch switches)",
"when": {
"type": "userTriggered"
},
"then": {
"type": "runCommand",
"command": "git checkout ops/records -- .kiro/specs/ .kiro/hooks/ .kiro/agents/ .kiro/steering/ && git reset HEAD .kiro/"
}
}