feat(ai-runtime): complete ai runtime policy refactor (ADR-035)
CI / CD Pipeline / build (push) Successful in 4m16s
CI / CD Pipeline / deploy (push) Successful in 11m51s

This commit is contained in:
2026-06-12 08:07:15 +07:00
parent 71c5e88181
commit 0227b7b982
63 changed files with 3566 additions and 451 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"allowJs": true,
"noEmit": true
},
"include": [
"src/**/*.ts",
"test/**/*.ts",
"tests/**/*.ts",
"scratch/**/*.ts",
"scratch/**/*.js",
"jest.config.js",
"*.config.mjs"
],
"exclude": ["node_modules", "dist", "documentation"]
}