feat(codemode): add confined execution package

This commit is contained in:
Aiden Cline 2026-07-03 00:01:06 -05:00
commit ac7ee99a24
20 changed files with 9164 additions and 15 deletions

View file

@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}