mirror of
https://github.com/binaricat/Netcatty.git
synced 2026-09-24 15:49:09 +00:00
a4b0926ded
- Extract pure domain logic into codebuddyElicitationForm (parse, validate, build) - Add requestInstanceId to decouple SDK instance reuse from elicitationId - Component-level validation with accessible error ids (aria-describedby) - Add notInteger validation code for fractional numeric input on integer fields - Add SDK contract type test for elicitation handler signatures - Add 11 validation message keys across en/ru/zh-CN/zh-TW i18n locales - 14 tests covering domain, infrastructure, components, and SDK contract
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowImportingTsExtensions": false,
|
|
"isolatedModules": false,
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"infrastructure/ai/sdk/codebuddySdkContract.test.ts"
|
|
],
|
|
"include": []
|
|
}
|