Skip to content

Commit fd5fa63

Browse files
committed
Refine README positioning
1 parent c078814 commit fd5fa63

20 files changed

Lines changed: 597 additions & 1444 deletions

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,7 @@
711711
"test/fixtures/monorepo/packages/api/src/index.ts",
712712
"test/fixtures/next-app/src/app/api/login/route.ts"
713713
],
714-
"benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [
715-
"test/config.test.ts",
714+
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
716715
"test/fixtures.test.ts",
717716
"test/fixtures/monorepo/package.json",
718717
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -737,7 +736,7 @@
737736
"test/fixtures/monorepo/packages/api/src/index.ts",
738737
"test/fixtures/next-app/src/app/api/login/route.ts"
739738
],
740-
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
739+
"benchmarks/fixtures/monorepo/packages/web/src/app.ts": [
741740
"test/fixtures.test.ts",
742741
"test/fixtures/monorepo/package.json",
743742
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -762,7 +761,8 @@
762761
"test/fixtures/monorepo/packages/api/src/index.ts",
763762
"test/fixtures/next-app/src/app/api/login/route.ts"
764763
],
765-
"benchmarks/fixtures/monorepo/packages/web/src/app.ts": [
764+
"benchmarks/fixtures/monorepo/packages/web/src/config.ts": [
765+
"test/config.test.ts",
766766
"test/fixtures.test.ts",
767767
"test/fixtures/monorepo/package.json",
768768
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -787,7 +787,7 @@
787787
"test/fixtures/monorepo/packages/api/src/index.ts",
788788
"test/fixtures/next-app/src/app/api/login/route.ts"
789789
],
790-
"benchmarks/fixtures/monorepo/packages/web/src/config.ts": [
790+
"benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [
791791
"test/config.test.ts",
792792
"test/fixtures.test.ts",
793793
"test/fixtures/monorepo/package.json",

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

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -14014,7 +14014,7 @@
1401414014
"evidence": []
1401514015
},
1401614016
{
14017-
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
14017+
"path": "benchmarks/fixtures/monorepo/packages/shared/package.json",
1401814018
"analyzer": "generic",
1401914019
"confidence": "low",
1402014020
"stats": {
@@ -14027,7 +14027,7 @@
1402714027
"evidence": []
1402814028
},
1402914029
{
14030-
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
14030+
"path": "benchmarks/fixtures/monorepo/packages/web/package.json",
1403114031
"analyzer": "generic",
1403214032
"confidence": "low",
1403314033
"stats": {
@@ -14040,7 +14040,7 @@
1404014040
"evidence": []
1404114041
},
1404214042
{
14043-
"path": "benchmarks/fixtures/monorepo/packages/shared/package.json",
14043+
"path": "benchmarks/fixtures/monorepo/packages/web/README.md",
1404414044
"analyzer": "generic",
1404514045
"confidence": "low",
1404614046
"stats": {
@@ -14053,7 +14053,7 @@
1405314053
"evidence": []
1405414054
},
1405514055
{
14056-
"path": "benchmarks/fixtures/monorepo/packages/web/package.json",
14056+
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
1405714057
"analyzer": "generic",
1405814058
"confidence": "low",
1405914059
"stats": {
@@ -14066,7 +14066,7 @@
1406614066
"evidence": []
1406714067
},
1406814068
{
14069-
"path": "benchmarks/fixtures/monorepo/packages/web/README.md",
14069+
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
1407014070
"analyzer": "generic",
1407114071
"confidence": "low",
1407214072
"stats": {
@@ -14701,63 +14701,6 @@
1470114701
}
1470214702
]
1470314703
},
14704-
{
14705-
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
14706-
"analyzer": "typescript-compiler-api",
14707-
"confidence": "high",
14708-
"stats": {
14709-
"parser": "typescript-compiler-api",
14710-
"importsResolved": 0,
14711-
"importsUnresolved": 0,
14712-
"symbolsDetected": 2,
14713-
"routesDetected": 0
14714-
},
14715-
"evidence": [
14716-
{
14717-
"line": 1,
14718-
"kind": "symbol",
14719-
"symbol": "AppConfig",
14720-
"detail": "Declares interface AppConfig."
14721-
},
14722-
{
14723-
"line": 1,
14724-
"kind": "export",
14725-
"symbol": "AppConfig",
14726-
"detail": "Exports AppConfig."
14727-
},
14728-
{
14729-
"line": 3,
14730-
"kind": "symbol",
14731-
"symbol": "loadConfig",
14732-
"detail": "Declares function loadConfig."
14733-
},
14734-
{
14735-
"line": 3,
14736-
"kind": "export",
14737-
"symbol": "loadConfig",
14738-
"detail": "Exports loadConfig."
14739-
}
14740-
]
14741-
},
14742-
{
14743-
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
14744-
"analyzer": "typescript-compiler-api",
14745-
"confidence": "high",
14746-
"stats": {
14747-
"parser": "typescript-compiler-api",
14748-
"importsResolved": 1,
14749-
"importsUnresolved": 0,
14750-
"symbolsDetected": 0,
14751-
"routesDetected": 0
14752-
},
14753-
"evidence": [
14754-
{
14755-
"line": 1,
14756-
"kind": "import",
14757-
"detail": "Imports ../src/loader.js."
14758-
}
14759-
]
14760-
},
1476114704
{
1476214705
"path": "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts",
1476314706
"analyzer": "typescript-compiler-api",
@@ -14858,6 +14801,63 @@
1485814801
}
1485914802
]
1486014803
},
14804+
{
14805+
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
14806+
"analyzer": "typescript-compiler-api",
14807+
"confidence": "high",
14808+
"stats": {
14809+
"parser": "typescript-compiler-api",
14810+
"importsResolved": 0,
14811+
"importsUnresolved": 0,
14812+
"symbolsDetected": 2,
14813+
"routesDetected": 0
14814+
},
14815+
"evidence": [
14816+
{
14817+
"line": 1,
14818+
"kind": "symbol",
14819+
"symbol": "AppConfig",
14820+
"detail": "Declares interface AppConfig."
14821+
},
14822+
{
14823+
"line": 1,
14824+
"kind": "export",
14825+
"symbol": "AppConfig",
14826+
"detail": "Exports AppConfig."
14827+
},
14828+
{
14829+
"line": 3,
14830+
"kind": "symbol",
14831+
"symbol": "loadConfig",
14832+
"detail": "Declares function loadConfig."
14833+
},
14834+
{
14835+
"line": 3,
14836+
"kind": "export",
14837+
"symbol": "loadConfig",
14838+
"detail": "Exports loadConfig."
14839+
}
14840+
]
14841+
},
14842+
{
14843+
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
14844+
"analyzer": "typescript-compiler-api",
14845+
"confidence": "high",
14846+
"stats": {
14847+
"parser": "typescript-compiler-api",
14848+
"importsResolved": 1,
14849+
"importsUnresolved": 0,
14850+
"symbolsDetected": 0,
14851+
"routesDetected": 0
14852+
},
14853+
"evidence": [
14854+
{
14855+
"line": 1,
14856+
"kind": "import",
14857+
"detail": "Imports ../src/loader.js."
14858+
}
14859+
]
14860+
},
1486114861
{
1486214862
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
1486314863
"analyzer": "typescript-compiler-api",

.agent-context/graphs/dependencies.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,12 +2298,6 @@
22982298
"specifier": "../src/config.js",
22992299
"isExternal": false
23002300
},
2301-
{
2302-
"from": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
2303-
"to": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
2304-
"specifier": "../src/loader.js",
2305-
"isExternal": false
2306-
},
23072301
{
23082302
"from": "benchmarks/fixtures/monorepo/packages/web/src/app.ts",
23092303
"to": "benchmarks/fixtures/monorepo/packages/web/src/config.ts",
@@ -2316,6 +2310,12 @@
23162310
"specifier": "../../config/src/loader.js",
23172311
"isExternal": false
23182312
},
2313+
{
2314+
"from": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
2315+
"to": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
2316+
"specifier": "../src/loader.js",
2317+
"isExternal": false
2318+
},
23192319
{
23202320
"from": "test/fixtures/monorepo/packages/web/src/index.ts",
23212321
"to": "test/fixtures/monorepo/packages/api/src/index.ts",

.agent-context/index/chunks.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@
5656
{
5757
"path": "README.en.md",
5858
"moduleName": "root",
59-
"tokenEstimate": 5052,
59+
"tokenEstimate": 1723,
6060
"summary": "README.en.md is a docs file written as Markdown."
6161
},
6262
{
6363
"path": "README.md",
6464
"moduleName": "root",
65-
"tokenEstimate": 4516,
65+
"tokenEstimate": 1717,
6666
"summary": "README.md is a docs file written as Markdown."
6767
},
6868
{
6969
"path": "README.zh-CN.md",
7070
"moduleName": "root",
71-
"tokenEstimate": 4672,
71+
"tokenEstimate": 1717,
7272
"summary": "README.zh-CN.md is a docs file written as Markdown."
7373
},
7474
{
@@ -797,18 +797,6 @@
797797
"tokenEstimate": 197,
798798
"summary": "benchmarks/fixtures/monorepo/packages/api/README.md is a docs file written as Markdown."
799799
},
800-
{
801-
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
802-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
803-
"tokenEstimate": 19,
804-
"summary": "benchmarks/fixtures/monorepo/packages/config/package.json is a config file written as JSON."
805-
},
806-
{
807-
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
808-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
809-
"tokenEstimate": 197,
810-
"summary": "benchmarks/fixtures/monorepo/packages/config/README.md is a docs file written as Markdown."
811-
},
812800
{
813801
"path": "benchmarks/fixtures/monorepo/packages/shared/package.json",
814802
"moduleName": "benchmarks/fixtures/monorepo/packages/shared",
@@ -827,6 +815,18 @@
827815
"tokenEstimate": 197,
828816
"summary": "benchmarks/fixtures/monorepo/packages/web/README.md is a docs file written as Markdown."
829817
},
818+
{
819+
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
820+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
821+
"tokenEstimate": 19,
822+
"summary": "benchmarks/fixtures/monorepo/packages/config/package.json is a config file written as JSON."
823+
},
824+
{
825+
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
826+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
827+
"tokenEstimate": 197,
828+
"summary": "benchmarks/fixtures/monorepo/packages/config/README.md is a docs file written as Markdown."
829+
},
830830
{
831831
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
832832
"moduleName": "benchmarks/fixtures/react-app",
@@ -953,18 +953,6 @@
953953
"tokenEstimate": 37,
954954
"summary": "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts contains 0 detected symbols, 1 import, 0 exports."
955955
},
956-
{
957-
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
958-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
959-
"tokenEstimate": 64,
960-
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
961-
},
962-
{
963-
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
964-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
965-
"tokenEstimate": 38,
966-
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
967-
},
968956
{
969957
"path": "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts",
970958
"moduleName": "benchmarks/fixtures/monorepo/packages/shared",
@@ -983,6 +971,18 @@
983971
"tokenEstimate": 28,
984972
"summary": "benchmarks/fixtures/monorepo/packages/web/src/config.ts contains 1 detected symbol, 1 import, 1 export."
985973
},
974+
{
975+
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
976+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
977+
"tokenEstimate": 64,
978+
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
979+
},
980+
{
981+
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
982+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
983+
"tokenEstimate": 38,
984+
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
985+
},
986986
{
987987
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
988988
"moduleName": "test/fixtures/monorepo/packages/web",

0 commit comments

Comments
 (0)