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
+1 -8
View File
@@ -19,14 +19,7 @@ export default tseslint.config(
},
sourceType: 'commonjs',
parserOptions: {
projectService: {
allowDefaultProject: [
'jest.config.js',
'*.config.mjs',
'scratch/*.ts',
'test/*.ts',
],
},
project: ['./tsconfig.eslint.json'],
tsconfigRootDir: import.meta.dirname,
},
},