mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-03 19:14:48 +08:00
feat: Python porting workspace with reference data and parity audit
This commit is contained in:
63
src/reference_data/archive_surface_snapshot.json
Normal file
63
src/reference_data/archive_surface_snapshot.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"archive_root": "archive/claw_code_ts_snapshot/src",
|
||||
"root_files": [
|
||||
"QueryEngine.ts",
|
||||
"Task.ts",
|
||||
"Tool.ts",
|
||||
"commands.ts",
|
||||
"context.ts",
|
||||
"cost-tracker.ts",
|
||||
"costHook.ts",
|
||||
"dialogLaunchers.tsx",
|
||||
"history.ts",
|
||||
"ink.ts",
|
||||
"interactiveHelpers.tsx",
|
||||
"main.tsx",
|
||||
"projectOnboardingState.ts",
|
||||
"query.ts",
|
||||
"replLauncher.tsx",
|
||||
"setup.ts",
|
||||
"tasks.ts",
|
||||
"tools.ts"
|
||||
],
|
||||
"root_dirs": [
|
||||
"assistant",
|
||||
"bootstrap",
|
||||
"bridge",
|
||||
"buddy",
|
||||
"cli",
|
||||
"commands",
|
||||
"components",
|
||||
"constants",
|
||||
"context",
|
||||
"coordinator",
|
||||
"entrypoints",
|
||||
"hooks",
|
||||
"ink",
|
||||
"keybindings",
|
||||
"memdir",
|
||||
"migrations",
|
||||
"moreright",
|
||||
"native-ts",
|
||||
"outputStyles",
|
||||
"plugins",
|
||||
"query",
|
||||
"remote",
|
||||
"schemas",
|
||||
"screens",
|
||||
"server",
|
||||
"services",
|
||||
"skills",
|
||||
"state",
|
||||
"tasks",
|
||||
"tools",
|
||||
"types",
|
||||
"upstreamproxy",
|
||||
"utils",
|
||||
"vim",
|
||||
"voice"
|
||||
],
|
||||
"total_ts_like_files": 1902,
|
||||
"command_entry_count": 207,
|
||||
"tool_entry_count": 184
|
||||
}
|
||||
Reference in New Issue
Block a user