ci: auto triage issues

This commit is contained in:
Aiden Cline 2025-12-15 19:15:40 -06:00
commit 1f3129fe96
7 changed files with 181 additions and 63 deletions

4
.opencode/env.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare module "*.txt" {
const content: string
export default content
}