mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 20:17:45 +00:00
- Extract signal forwarding to reusable src/utils/signal-forwarder.ts - Update shell-executor, claude-adapter, droid-adapter to use shared utility - Remove 35 lines of redundant duplicate guards in src/ccs.ts - Harden droid-config-manager with lock constants and race-safe ensureFactoryDir - Update help-command with --target usage examples - Update maintainability metrics baseline
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"sourceDirectory": "src",
|
|
"largeFileThresholdLoc": 350,
|
|
"typeScriptFileCount": 355,
|
|
"locInSrc": 71353,
|
|
"processExitReferenceCount": 185,
|
|
"synchronousFsApiReferenceCount": 879,
|
|
"largeFileCountOver350Loc": 56
|
|
}
|