feat: triage panel — severity + DOSH checklist, transitions reported→triaged

Also excludes node_modules.nosync from tsconfig to fix pre-existing TS type check bleed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FFDuBhMKvoWjrWT3ZnGmmr
This commit is contained in:
2026-07-11 15:12:35 +08:00
co-authored by Claude Opus 4.8
parent 8b00c72014
commit e55c5284a7
5 changed files with 279 additions and 1 deletions
+2 -1
View File
@@ -37,6 +37,7 @@
"**/*.mts"
],
"exclude": [
"node_modules"
"node_modules",
"node_modules.nosync"
]
}