feat(sdk): add developer project tooling

docs(rfc): propose SDK developer project tooling

feat: rename / docs

ci: fix windows gates

docs: revert
This commit is contained in:
imccyu
2026-07-15 18:17:38 +08:00
parent 5a8466b774
commit 42b07a7022
115 changed files with 11315 additions and 27 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{ "path": "../../util/brand" },
{ "path": "../../compact/compact-basic" },
{ "path": "../../hooks/hooks-claude" },
{ "path": "../../hooks/hooks-codex" },
{ "path": "../../session-persistence/session-persistence-jsonl" },
{ "path": "../../session-persistence/session-persistence-sqlite" },
{ "path": "../../subagent/tool-subagent" },
{ "path": "../../web/tool-web" },
{ "path": "../../../vendor/cordis" }
]
}