-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
65 lines (65 loc) · 1.57 KB
/
context7.json
File metadata and controls
65 lines (65 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "RDCP SDK",
"description": "A JavaScript/TypeScript SDK implementing the Runtime Debug Control Protocol (RDCP) for immediate operational control over application behavior through standardized HTTP endpoints, defining a new category of Operational Infrastructure Control (OIC).",
"branch": "main",
"folders": ["docs"],
"excludeFolders": [
"node_modules",
"dist",
"build",
"coverage",
"src/tests",
"tests",
"archive",
"archived",
"old",
"docs/old",
"deprecated",
"legacy",
"previous",
"outdated",
"superseded",
"i18n/zh*",
"i18n/es*",
"i18n/fr*",
"i18n/de*",
"i18n/ja*",
"i18n/ko*",
"i18n/ru*",
"i18n/pt*",
"i18n/it*",
"i18n/ar*",
"i18n/hi*",
"i18n/tr*",
"i18n/nl*",
"i18n/pl*",
"i18n/sv*",
"i18n/vi*",
"i18n/th*",
"zh-cn",
"zh-tw",
"zh-hk",
"zh-mo",
"zh-sg"
],
"excludeFiles": [
"CHANGELOG.md",
"changelog.md",
"CHANGELOG.mdx",
"changelog.mdx",
"LICENSE.md",
"license.md",
"CODE_OF_CONDUCT.md",
"code_of_conduct.md",
"README-Wiki-Setup.md",
"WARP.md",
"warp-generic.md"
],
"rules": [
"Use the '@rdcp.dev/server' package (not '@rdcp/server')",
"Prefer the per-framework Quick verify snippets from the wiki (Express, Fastify, Koa, Next.js)",
"Follow the RDCP Protocol endpoints exactly; do not invent or modify control routes",
"Link to the RDCP spec and implementation guide in answers when relevant"
]
}