Skip to content

Commit 903fb25

Browse files
committed
Redirect zh-CN README to Chinese homepage
1 parent ee87f94 commit 903fb25

18 files changed

Lines changed: 12491 additions & 12717 deletions

.agent-context/contracts/test.contract.json

Lines changed: 154 additions & 154 deletions
Large diffs are not rendered by default.

.agent-context/evidence/file-evidence.json

Lines changed: 3116 additions & 3116 deletions
Large diffs are not rendered by default.

.agent-context/graphs/dependencies.json

Lines changed: 184 additions & 184 deletions
Large diffs are not rendered by default.

.agent-context/index/chunks.json

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
{
6969
"path": "README.zh-CN.md",
7070
"moduleName": "root",
71-
"tokenEstimate": 2414,
71+
"tokenEstimate": 74,
7272
"summary": "README.zh-CN.md is a docs file written as Markdown."
7373
},
7474
{
@@ -407,6 +407,18 @@
407407
"tokenEstimate": 5427,
408408
"summary": "src/benchmarks/benchmark.ts contains 90 detected symbols, 7 imports, 11 exports."
409409
},
410+
{
411+
"path": "src/cli/index.ts",
412+
"moduleName": "cli",
413+
"tokenEstimate": 8110,
414+
"summary": "src/cli/index.ts contains 78 detected symbols, 28 imports, 0 exports."
415+
},
416+
{
417+
"path": "src/cli/task-args.ts",
418+
"moduleName": "cli",
419+
"tokenEstimate": 436,
420+
"summary": "src/cli/task-args.ts contains 16 detected symbols, 2 imports, 3 exports."
421+
},
410422
{
411423
"path": "src/config/defaults.ts",
412424
"moduleName": "config",
@@ -425,24 +437,18 @@
425437
"tokenEstimate": 135,
426438
"summary": "src/config/starter-config.ts contains 1 detected symbol, 0 imports, 1 export."
427439
},
428-
{
429-
"path": "src/cli/index.ts",
430-
"moduleName": "cli",
431-
"tokenEstimate": 8110,
432-
"summary": "src/cli/index.ts contains 78 detected symbols, 28 imports, 0 exports."
433-
},
434-
{
435-
"path": "src/cli/task-args.ts",
436-
"moduleName": "cli",
437-
"tokenEstimate": 436,
438-
"summary": "src/cli/task-args.ts contains 16 detected symbols, 2 imports, 3 exports."
439-
},
440440
{
441441
"path": "src/llm/provider.ts",
442442
"moduleName": "llm",
443443
"tokenEstimate": 479,
444444
"summary": "src/llm/provider.ts contains 9 detected symbols, 1 import, 2 exports."
445445
},
446+
{
447+
"path": "src/mcp/server.ts",
448+
"moduleName": "mcp",
449+
"tokenEstimate": 6055,
450+
"summary": "src/mcp/server.ts contains 81 detected symbols, 18 imports, 4 exports."
451+
},
446452
{
447453
"path": "src/core/cache.ts",
448454
"moduleName": "core",
@@ -545,12 +551,6 @@
545551
"tokenEstimate": 1034,
546552
"summary": "src/core/validator.ts contains 11 detected symbols, 3 imports, 3 exports."
547553
},
548-
{
549-
"path": "src/mcp/server.ts",
550-
"moduleName": "mcp",
551-
"tokenEstimate": 6055,
552-
"summary": "src/mcp/server.ts contains 81 detected symbols, 18 imports, 4 exports."
553-
},
554554
{
555555
"path": "src/outputs/agents-md.ts",
556556
"moduleName": "outputs",
@@ -743,18 +743,18 @@
743743
"tokenEstimate": 51,
744744
"summary": "benchmarks/fixtures/monorepo/package.json is a config file written as JSON."
745745
},
746-
{
747-
"path": "benchmarks/fixtures/react-app/package.json",
748-
"moduleName": "benchmarks/fixtures/react-app",
749-
"tokenEstimate": 71,
750-
"summary": "benchmarks/fixtures/react-app/package.json is a config file written as JSON."
751-
},
752746
{
753747
"path": "benchmarks/fixtures/small-ts-app/package.json",
754748
"moduleName": "benchmarks/fixtures/small-ts-app",
755749
"tokenEstimate": 46,
756750
"summary": "benchmarks/fixtures/small-ts-app/package.json is a config file written as JSON."
757751
},
752+
{
753+
"path": "benchmarks/fixtures/react-app/package.json",
754+
"moduleName": "benchmarks/fixtures/react-app",
755+
"tokenEstimate": 71,
756+
"summary": "benchmarks/fixtures/react-app/package.json is a config file written as JSON."
757+
},
758758
{
759759
"path": "test/fixtures/monorepo/package.json",
760760
"moduleName": "test/fixtures/monorepo",
@@ -827,36 +827,24 @@
827827
"tokenEstimate": 37,
828828
"summary": "benchmarks/fixtures/fastapi-app/tests/test_users.py contains 1 detected Python symbol and 1 import."
829829
},
830-
{
831-
"path": "benchmarks/fixtures/react-app/src/App.tsx",
832-
"moduleName": "benchmarks/fixtures/react-app",
833-
"tokenEstimate": 34,
834-
"summary": "benchmarks/fixtures/react-app/src/App.tsx contains 1 detected symbol, 1 import, 1 export."
835-
},
836830
{
837831
"path": "benchmarks/fixtures/small-ts-app/src/index.ts",
838832
"moduleName": "benchmarks/fixtures/small-ts-app",
839833
"tokenEstimate": 26,
840834
"summary": "benchmarks/fixtures/small-ts-app/src/index.ts contains 0 detected symbols, 2 imports, 2 exports."
841835
},
836+
{
837+
"path": "benchmarks/fixtures/react-app/src/App.tsx",
838+
"moduleName": "benchmarks/fixtures/react-app",
839+
"tokenEstimate": 34,
840+
"summary": "benchmarks/fixtures/react-app/src/App.tsx contains 1 detected symbol, 1 import, 1 export."
841+
},
842842
{
843843
"path": "benchmarks/fixtures/fastapi-app/app/routes/users.py",
844844
"moduleName": "benchmarks",
845845
"tokenEstimate": 88,
846846
"summary": "benchmarks/fixtures/fastapi-app/app/routes/users.py contains 2 detected Python symbols and 3 imports."
847847
},
848-
{
849-
"path": "benchmarks/fixtures/monorepo/packages/api/package.json",
850-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
851-
"tokenEstimate": 7,
852-
"summary": "benchmarks/fixtures/monorepo/packages/api/package.json is a config file written as JSON."
853-
},
854-
{
855-
"path": "benchmarks/fixtures/monorepo/packages/api/README.md",
856-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
857-
"tokenEstimate": 197,
858-
"summary": "benchmarks/fixtures/monorepo/packages/api/README.md is a docs file written as Markdown."
859-
},
860848
{
861849
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
862850
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
@@ -869,6 +857,18 @@
869857
"tokenEstimate": 197,
870858
"summary": "benchmarks/fixtures/monorepo/packages/config/README.md is a docs file written as Markdown."
871859
},
860+
{
861+
"path": "benchmarks/fixtures/monorepo/packages/api/package.json",
862+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
863+
"tokenEstimate": 7,
864+
"summary": "benchmarks/fixtures/monorepo/packages/api/package.json is a config file written as JSON."
865+
},
866+
{
867+
"path": "benchmarks/fixtures/monorepo/packages/api/README.md",
868+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
869+
"tokenEstimate": 197,
870+
"summary": "benchmarks/fixtures/monorepo/packages/api/README.md is a docs file written as Markdown."
871+
},
872872
{
873873
"path": "benchmarks/fixtures/monorepo/packages/shared/package.json",
874874
"moduleName": "benchmarks/fixtures/monorepo/packages/shared",
@@ -888,40 +888,16 @@
888888
"summary": "benchmarks/fixtures/monorepo/packages/web/README.md is a docs file written as Markdown."
889889
},
890890
{
891-
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
892-
"moduleName": "benchmarks/fixtures/react-app",
893-
"tokenEstimate": 39,
894-
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts contains 0 detected symbols, 1 import, 0 exports."
895-
},
896-
{
897-
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts",
898-
"moduleName": "benchmarks/fixtures/react-app",
899-
"tokenEstimate": 78,
900-
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts contains 3 detected symbols, 0 imports, 2 exports."
901-
},
902-
{
903-
"path": "benchmarks/fixtures/react-app/src/billing/audit.ts",
904-
"moduleName": "benchmarks/fixtures/react-app",
905-
"tokenEstimate": 111,
906-
"summary": "benchmarks/fixtures/react-app/src/billing/audit.ts contains 3 detected symbols, 0 imports, 3 exports."
907-
},
908-
{
909-
"path": "benchmarks/fixtures/react-app/src/billing/invoice.ts",
910-
"moduleName": "benchmarks/fixtures/react-app",
911-
"tokenEstimate": 57,
912-
"summary": "benchmarks/fixtures/react-app/src/billing/invoice.ts contains 2 detected symbols, 0 imports, 2 exports."
913-
},
914-
{
915-
"path": "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
916-
"moduleName": "benchmarks/fixtures/react-app",
917-
"tokenEstimate": 33,
918-
"summary": "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx contains 0 detected symbols, 1 import, 0 exports."
891+
"path": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
892+
"moduleName": "benchmarks/fixtures/small-ts-app",
893+
"tokenEstimate": 34,
894+
"summary": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts contains 0 detected symbols, 1 import, 0 exports."
919895
},
920896
{
921-
"path": "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx",
922-
"moduleName": "benchmarks/fixtures/react-app",
923-
"tokenEstimate": 64,
924-
"summary": "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx contains 2 detected symbols, 1 import, 1 export."
897+
"path": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
898+
"moduleName": "benchmarks/fixtures/small-ts-app",
899+
"tokenEstimate": 83,
900+
"summary": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts contains 0 detected symbols, 1 import, 0 exports."
925901
},
926902
{
927903
"path": "benchmarks/fixtures/small-ts-app/src/api/login.ts",
@@ -954,29 +930,53 @@
954930
"summary": "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts contains 2 detected symbols, 0 imports, 2 exports."
955931
},
956932
{
957-
"path": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
958-
"moduleName": "benchmarks/fixtures/small-ts-app",
959-
"tokenEstimate": 83,
960-
"summary": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts contains 0 detected symbols, 1 import, 0 exports."
933+
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
934+
"moduleName": "benchmarks/fixtures/react-app",
935+
"tokenEstimate": 39,
936+
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts contains 0 detected symbols, 1 import, 0 exports."
961937
},
962938
{
963-
"path": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
964-
"moduleName": "benchmarks/fixtures/small-ts-app",
965-
"tokenEstimate": 34,
966-
"summary": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts contains 0 detected symbols, 1 import, 0 exports."
939+
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts",
940+
"moduleName": "benchmarks/fixtures/react-app",
941+
"tokenEstimate": 78,
942+
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts contains 3 detected symbols, 0 imports, 2 exports."
967943
},
968944
{
969-
"path": "test/fixtures/monorepo/packages/api/package.json",
970-
"moduleName": "test/fixtures/monorepo/packages/api",
971-
"tokenEstimate": 32,
972-
"summary": "test/fixtures/monorepo/packages/api/package.json is a test file written as JSON."
945+
"path": "benchmarks/fixtures/react-app/src/billing/audit.ts",
946+
"moduleName": "benchmarks/fixtures/react-app",
947+
"tokenEstimate": 111,
948+
"summary": "benchmarks/fixtures/react-app/src/billing/audit.ts contains 3 detected symbols, 0 imports, 3 exports."
949+
},
950+
{
951+
"path": "benchmarks/fixtures/react-app/src/billing/invoice.ts",
952+
"moduleName": "benchmarks/fixtures/react-app",
953+
"tokenEstimate": 57,
954+
"summary": "benchmarks/fixtures/react-app/src/billing/invoice.ts contains 2 detected symbols, 0 imports, 2 exports."
955+
},
956+
{
957+
"path": "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
958+
"moduleName": "benchmarks/fixtures/react-app",
959+
"tokenEstimate": 33,
960+
"summary": "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx contains 0 detected symbols, 1 import, 0 exports."
961+
},
962+
{
963+
"path": "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx",
964+
"moduleName": "benchmarks/fixtures/react-app",
965+
"tokenEstimate": 64,
966+
"summary": "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx contains 2 detected symbols, 1 import, 1 export."
973967
},
974968
{
975969
"path": "test/fixtures/monorepo/packages/web/package.json",
976970
"moduleName": "test/fixtures/monorepo/packages/web",
977971
"tokenEstimate": 22,
978972
"summary": "test/fixtures/monorepo/packages/web/package.json is a test file written as JSON."
979973
},
974+
{
975+
"path": "test/fixtures/monorepo/packages/api/package.json",
976+
"moduleName": "test/fixtures/monorepo/packages/api",
977+
"tokenEstimate": 32,
978+
"summary": "test/fixtures/monorepo/packages/api/package.json is a test file written as JSON."
979+
},
980980
{
981981
"path": "test/fixtures/next-app/src/auth/session.ts",
982982
"moduleName": "test/fixtures/next-app",
@@ -996,16 +996,16 @@
996996
"summary": "test/fixtures/python-package/src/app/service.py contains 1 detected Python symbol and 1 import."
997997
},
998998
{
999-
"path": "benchmarks/fixtures/monorepo/packages/api/src/config.ts",
1000-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1001-
"tokenEstimate": 27,
1002-
"summary": "benchmarks/fixtures/monorepo/packages/api/src/config.ts contains 1 detected symbol, 1 import, 1 export."
999+
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
1000+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1001+
"tokenEstimate": 64,
1002+
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
10031003
},
10041004
{
1005-
"path": "benchmarks/fixtures/monorepo/packages/api/src/server.ts",
1006-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1007-
"tokenEstimate": 28,
1008-
"summary": "benchmarks/fixtures/monorepo/packages/api/src/server.ts contains 1 detected symbol, 1 import, 1 export."
1005+
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
1006+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1007+
"tokenEstimate": 38,
1008+
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
10091009
},
10101010
{
10111011
"path": "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
@@ -1014,16 +1014,16 @@
10141014
"summary": "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts contains 0 detected symbols, 1 import, 0 exports."
10151015
},
10161016
{
1017-
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
1018-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1019-
"tokenEstimate": 64,
1020-
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
1017+
"path": "benchmarks/fixtures/monorepo/packages/api/src/config.ts",
1018+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1019+
"tokenEstimate": 27,
1020+
"summary": "benchmarks/fixtures/monorepo/packages/api/src/config.ts contains 1 detected symbol, 1 import, 1 export."
10211021
},
10221022
{
1023-
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
1024-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1025-
"tokenEstimate": 38,
1026-
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
1023+
"path": "benchmarks/fixtures/monorepo/packages/api/src/server.ts",
1024+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1025+
"tokenEstimate": 28,
1026+
"summary": "benchmarks/fixtures/monorepo/packages/api/src/server.ts contains 1 detected symbol, 1 import, 1 export."
10271027
},
10281028
{
10291029
"path": "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts",
@@ -1043,6 +1043,12 @@
10431043
"tokenEstimate": 28,
10441044
"summary": "benchmarks/fixtures/monorepo/packages/web/src/config.ts contains 1 detected symbol, 1 import, 1 export."
10451045
},
1046+
{
1047+
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
1048+
"moduleName": "test/fixtures/monorepo/packages/web",
1049+
"tokenEstimate": 26,
1050+
"summary": "test/fixtures/monorepo/packages/web/src/index.ts contains 2 detected symbols, 1 import, 2 exports."
1051+
},
10461052
{
10471053
"path": "test/fixtures/monorepo/packages/api/src/config.ts",
10481054
"moduleName": "test/fixtures/monorepo/packages/api",
@@ -1055,12 +1061,6 @@
10551061
"tokenEstimate": 17,
10561062
"summary": "test/fixtures/monorepo/packages/api/src/index.ts contains 1 detected symbol, 1 import, 1 export."
10571063
},
1058-
{
1059-
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
1060-
"moduleName": "test/fixtures/monorepo/packages/web",
1061-
"tokenEstimate": 26,
1062-
"summary": "test/fixtures/monorepo/packages/web/src/index.ts contains 2 detected symbols, 1 import, 2 exports."
1063-
},
10641064
{
10651065
"path": "test/fixtures/next-app/src/app/api/login/route.ts",
10661066
"moduleName": "test/fixtures/next-app",

0 commit comments

Comments
 (0)