chore(dev): run CLI workspace entries from source

- use tsx for bl/kscli dev and test runners
- point local library exports to src while keeping publishConfig on dist
- switch vendored telemetry modules to .cjs for source-run compatibility
- update stress/e2e helpers and agent docs for the new source execution path
This commit is contained in:
若麒
2026-07-09 19:39:13 +08:00
parent 4525d5df6c
commit 66402d9868
40 changed files with 410 additions and 103 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
"types": "./dist/index.d.mts",
"exports": {
".": {
"@bailian-cli/source": "./src/index.ts",
"default": "./dist/index.mjs"
"types": "./src/index.ts",
"default": "./src/index.ts"
},
"./package.json": "./package.json"
},