Skip to content

Commit dc2f620

Browse files
committed
Optimize context7.json — focus on docs, exclude source code for better benchmark
1 parent 31283e7 commit dc2f620

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

context7.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,32 @@
77
"folders": [
88
"SKILL.md",
99
"README.md",
10-
"CHANGELOG.md",
1110
"AGENTPIN_TECHNICAL_SPECIFICATION.md",
12-
"crates/agentpin/src",
13-
"crates/agentpin-cli/src",
14-
"crates/agentpin-server/src",
15-
"javascript/src",
16-
"python/agentpin"
11+
"javascript/README.md",
12+
"python/README.md"
1713
],
1814
"excludeFolders": [
1915
"**/target",
2016
"**/node_modules",
2117
"**/dist",
2218
"**/__pycache__",
2319
"**/*.egg-info",
24-
"**/build"
20+
"**/build",
21+
"**/src",
22+
"**/tests",
23+
"crates"
24+
],
25+
"excludeFiles": [
26+
"**/*.rs",
27+
"**/*.py",
28+
"**/*.ts",
29+
"**/*.js",
30+
"**/*.lock",
31+
"**/*.toml",
32+
"**/*.cfg",
33+
"CHANGELOG.md",
34+
"ROADMAP.md"
2535
],
26-
"excludeFiles": [],
2736
"rules": [
2837
"AgentPin uses ES256 (ECDSA P-256) exclusively — reject all other JWT algorithms; algorithm validation is inline with no external JWT crate in Rust",
2938
"Credential verification follows a 12-step flow: JWT parsing, algorithm check, signature verification, domain extraction, discovery resolution, domain binding, key matching, TOFU pinning, expiration, revocation, capability validation, delegation chain",

0 commit comments

Comments
 (0)