Skip to content

Commit 466c16d

Browse files
committed
Braid: Add mirror 'src/ocp_agent/dictionaries' at 'f322d11'
1 parent 3e6621d commit 466c16d

2 files changed

Lines changed: 195 additions & 0 deletions

File tree

.braids.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"config_version": 1,
33
"mirrors": {
4+
"src/ocp_agent/dictionaries": {
5+
"url": "https://github.com/opencontextprotocol/ocp-registry.git",
6+
"branch": "main",
7+
"path": "data/dictionaries",
8+
"revision": "f322d11f8d1e6dd3d25fd49ae4f744baa4dc12fc"
9+
},
410
"src/ocp_agent/schemas": {
511
"url": "https://github.com/opencontextprotocol/ocp-spec.git",
612
"branch": "main",
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
{
2+
"version": "0.1.0",
3+
"abbreviations": [
4+
{
5+
"word": "repository",
6+
"abbr": "repo"
7+
},
8+
{
9+
"word": "repositories",
10+
"abbr": "repos"
11+
},
12+
{
13+
"word": "configuration",
14+
"abbr": "config"
15+
},
16+
{
17+
"word": "application",
18+
"abbr": "app"
19+
},
20+
{
21+
"word": "applications",
22+
"abbr": "apps"
23+
},
24+
{
25+
"word": "authentication",
26+
"abbr": "auth"
27+
},
28+
{
29+
"word": "authorization",
30+
"abbr": "authz"
31+
},
32+
{
33+
"word": "administrator",
34+
"abbr": "admin"
35+
},
36+
{
37+
"word": "administrators",
38+
"abbr": "admins"
39+
},
40+
{
41+
"word": "environment",
42+
"abbr": "env"
43+
},
44+
{
45+
"word": "environments",
46+
"abbr": "envs"
47+
},
48+
{
49+
"word": "organization",
50+
"abbr": "org"
51+
},
52+
{
53+
"word": "organizations",
54+
"abbr": "orgs"
55+
},
56+
{
57+
"word": "information",
58+
"abbr": "info"
59+
},
60+
{
61+
"word": "description",
62+
"abbr": "desc"
63+
},
64+
{
65+
"word": "specification",
66+
"abbr": "spec"
67+
},
68+
{
69+
"word": "specifications",
70+
"abbr": "specs"
71+
},
72+
{
73+
"word": "parameter",
74+
"abbr": "param"
75+
},
76+
{
77+
"word": "parameters",
78+
"abbr": "params"
79+
},
80+
{
81+
"word": "argument",
82+
"abbr": "arg"
83+
},
84+
{
85+
"word": "arguments",
86+
"abbr": "args"
87+
},
88+
{
89+
"word": "reference",
90+
"abbr": "ref"
91+
},
92+
{
93+
"word": "references",
94+
"abbr": "refs"
95+
},
96+
{
97+
"word": "attribute",
98+
"abbr": "attr"
99+
},
100+
{
101+
"word": "attributes",
102+
"abbr": "attrs"
103+
},
104+
{
105+
"word": "statistic",
106+
"abbr": "stat"
107+
},
108+
{
109+
"word": "statistics",
110+
"abbr": "stats"
111+
},
112+
{
113+
"word": "document",
114+
"abbr": "doc"
115+
},
116+
{
117+
"word": "documents",
118+
"abbr": "docs"
119+
},
120+
{
121+
"word": "message",
122+
"abbr": "msg"
123+
},
124+
{
125+
"word": "messages",
126+
"abbr": "msgs"
127+
},
128+
{
129+
"word": "database",
130+
"abbr": "db"
131+
},
132+
{
133+
"word": "databases",
134+
"abbr": "dbs"
135+
},
136+
{
137+
"word": "temporary",
138+
"abbr": "temp"
139+
},
140+
{
141+
"word": "maximum",
142+
"abbr": "max"
143+
},
144+
{
145+
"word": "minimum",
146+
"abbr": "min"
147+
},
148+
{
149+
"word": "kubernetes",
150+
"abbr": "k8s"
151+
},
152+
{
153+
"word": "internationalization",
154+
"abbr": "i18n"
155+
},
156+
{
157+
"word": "localization",
158+
"abbr": "l10n"
159+
},
160+
{
161+
"word": "metadata",
162+
"abbr": "meta"
163+
},
164+
{
165+
"word": "identifier",
166+
"abbr": "id"
167+
},
168+
{
169+
"word": "identifiers",
170+
"abbr": "ids"
171+
},
172+
{
173+
"word": "variable",
174+
"abbr": "var"
175+
},
176+
{
177+
"word": "variables",
178+
"abbr": "vars"
179+
},
180+
{
181+
"word": "package",
182+
"abbr": "pkg"
183+
},
184+
{
185+
"word": "packages",
186+
"abbr": "pkgs"
187+
}
188+
]
189+
}

0 commit comments

Comments
 (0)