polydeukes 0.6.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +16 -28
- package/README.md +16 -28
- package/dist/baseline.d.ts +37 -1
- package/dist/baseline.js +68 -1
- package/dist/bin.d.ts +3 -4
- package/dist/bin.js +73 -90
- package/dist/covenant/bash-line.d.ts +130 -0
- package/dist/covenant/bash-line.js +566 -0
- package/dist/covenant/declaration-engine.d.ts +108 -0
- package/dist/covenant/declaration-engine.js +415 -0
- package/dist/covenant/discipline.d.ts +109 -0
- package/dist/covenant/discipline.js +667 -0
- package/dist/covenant/dispatch.d.ts +156 -0
- package/dist/covenant/dispatch.js +250 -0
- package/dist/covenant/extract-steps.d.ts +122 -0
- package/dist/covenant/extract-steps.js +0 -0
- package/dist/covenant/mention.d.ts +117 -0
- package/dist/covenant/mention.js +209 -0
- package/dist/covenant/module.d.ts +25 -0
- package/dist/covenant/module.js +23 -0
- package/dist/covenant/mutation-rules.d.ts +40 -0
- package/dist/covenant/mutation-rules.js +146 -0
- package/dist/covenant/relations.d.ts +46 -0
- package/dist/covenant/relations.js +68 -0
- package/dist/covenant/run-covenant.d.ts +95 -0
- package/dist/covenant/run-covenant.js +164 -0
- package/dist/covenant/self-mod.d.ts +55 -0
- package/dist/covenant/self-mod.js +84 -0
- package/dist/covenant/shell-evidence.d.ts +38 -0
- package/dist/covenant/shell-evidence.js +247 -0
- package/dist/covenant/shell-mod.d.ts +84 -0
- package/dist/covenant/shell-mod.js +213 -0
- package/dist/covenant/supply.d.ts +54 -0
- package/dist/covenant/supply.js +50 -0
- package/dist/covenant/transcript-mod.d.ts +60 -0
- package/dist/covenant/transcript-mod.js +254 -0
- package/dist/covenant/ttl-witness.d.ts +47 -0
- package/dist/covenant/ttl-witness.js +80 -0
- package/dist/covenant-check.d.ts +74 -41
- package/dist/covenant-check.js +372 -129
- package/dist/diff-ir.d.ts +28 -0
- package/dist/diff-ir.js +310 -0
- package/dist/docs/README.ko.md +10 -9
- package/dist/docs/README.md +10 -9
- package/dist/docs/catalog.json +76 -28
- package/dist/docs/concepts/judgment.ko.md +2 -2
- package/dist/docs/concepts/judgment.md +2 -2
- package/dist/docs/how-to/configure-project.ko.md +16 -16
- package/dist/docs/how-to/configure-project.md +15 -12
- package/dist/docs/how-to/connect-surfaces.ko.md +67 -34
- package/dist/docs/how-to/connect-surfaces.md +67 -34
- package/dist/docs/how-to/write-disciplines.ko.md +64 -7
- package/dist/docs/how-to/write-disciplines.md +65 -7
- package/dist/docs/index.json +744 -362
- package/dist/docs/reference/cli/covenant-check.ko.md +112 -65
- package/dist/docs/reference/cli/covenant-check.md +114 -59
- package/dist/docs/reference/cli/docs.ko.md +2 -2
- package/dist/docs/reference/cli/docs.md +2 -2
- package/dist/docs/reference/cli/explain.ko.md +20 -15
- package/dist/docs/reference/cli/explain.md +22 -15
- package/dist/docs/reference/cli/init.ko.md +91 -52
- package/dist/docs/reference/cli/init.md +81 -55
- package/dist/docs/reference/configuration/index.ko.md +182 -71
- package/dist/docs/reference/configuration/index.md +188 -76
- package/dist/docs/reference/packages/adapter-claude-code.ko.md +39 -11
- package/dist/docs/reference/packages/adapter-claude-code.md +40 -14
- package/dist/docs/reference/packages/adapter-codex.ko.md +99 -0
- package/dist/docs/reference/packages/adapter-codex.md +100 -0
- package/dist/docs/reference/packages/adapter-grok.ko.md +81 -0
- package/dist/docs/reference/packages/adapter-grok.md +83 -0
- package/dist/docs/reference/packages/core.ko.md +50 -4
- package/dist/docs/reference/packages/core.md +55 -6
- package/dist/docs/reference/packages/polydeukes.ko.md +139 -77
- package/dist/docs/reference/packages/polydeukes.md +147 -81
- package/dist/docs/reference/packages/sdk-ts.ko.md +164 -0
- package/dist/docs/reference/packages/sdk-ts.md +167 -0
- package/dist/docs/troubleshooting.ko.md +51 -19
- package/dist/docs/troubleshooting.md +53 -17
- package/dist/docs/tutorials/first-judgment.ko.md +6 -4
- package/dist/docs/tutorials/first-judgment.md +6 -4
- package/dist/explain.d.ts +1 -1
- package/dist/explain.js +37 -22
- package/dist/load-config.d.ts +25 -1
- package/dist/load-config.js +21 -3
- package/dist/pre-state-reader.d.ts +1 -1
- package/dist/pre-state-reader.js +1 -1
- package/dist/scaffold-project.d.ts +2 -2
- package/dist/scaffold-project.js +12 -4
- package/dist/schema/polydeukes.schema.json +12 -0
- package/dist/worktree-reader.d.ts +19 -0
- package/dist/worktree-reader.js +30 -0
- package/package.json +5 -18
- package/dist/claude-code-hook.d.ts +0 -79
- package/dist/claude-code-hook.js +0 -372
- package/dist/claude-code.d.ts +0 -6
- package/dist/claude-code.js +0 -6
- package/dist/covenant-module.d.ts +0 -25
- package/dist/covenant-module.js +0 -42
- package/dist/docs/reference/packages/adapter-git.ko.md +0 -101
- package/dist/docs/reference/packages/adapter-git.md +0 -108
- package/dist/docs/reference/packages/covenant.ko.md +0 -115
- package/dist/docs/reference/packages/covenant.md +0 -123
- package/dist/index.d.ts +0 -22
- package/dist/index.js +0 -21
- package/dist/init-claude-code.d.ts +0 -52
- package/dist/init-claude-code.js +0 -586
- package/dist/init-grok.d.ts +0 -51
- package/dist/init-grok.js +0 -242
package/dist/docs/index.json
CHANGED
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"hashes": {
|
|
22
|
-
"en": "
|
|
23
|
-
"ko": "
|
|
22
|
+
"en": "0f99f4d2ae4512e7c0366c2ada220b1223f10da121159598db7f16f9497a9e06",
|
|
23
|
+
"ko": "5690324151819ace8b282ffeb49a5bfdbdff10c2c2633d7d3b6b8aafd7b91f3a"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"hashes": {
|
|
53
|
-
"en": "
|
|
54
|
-
"ko": "
|
|
53
|
+
"en": "167250515ef1d1ab3f01601b0a8736e4065628e75692a46e1ef9d5611545b882",
|
|
54
|
+
"ko": "651edefd646d0bd794326098901daf8cb4dce480303cc9e42cb1cbcbf243ff1c"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
{
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"hashes": {
|
|
75
|
-
"en": "
|
|
76
|
-
"ko": "
|
|
75
|
+
"en": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917",
|
|
76
|
+
"ko": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"hashes": {
|
|
97
|
-
"en": "
|
|
98
|
-
"ko": "
|
|
97
|
+
"en": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42",
|
|
98
|
+
"ko": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"hashes": {
|
|
119
|
-
"en": "
|
|
120
|
-
"ko": "
|
|
119
|
+
"en": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0",
|
|
120
|
+
"ko": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
{
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"hashes": {
|
|
141
|
-
"en": "
|
|
142
|
-
"ko": "
|
|
141
|
+
"en": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d",
|
|
142
|
+
"ko": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
{
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"hashes": {
|
|
163
|
-
"en": "
|
|
164
|
-
"ko": "
|
|
163
|
+
"en": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5",
|
|
164
|
+
"ko": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
{
|
|
@@ -173,17 +173,17 @@
|
|
|
173
173
|
"en": {
|
|
174
174
|
"path": "reference/cli/covenant-check.md",
|
|
175
175
|
"title": "`pdks covenant check`",
|
|
176
|
-
"summary": "
|
|
176
|
+
"summary": "Judge a unified diff or an input IR from stdin, and read the exit codes."
|
|
177
177
|
},
|
|
178
178
|
"ko": {
|
|
179
179
|
"path": "reference/cli/covenant-check.ko.md",
|
|
180
180
|
"title": "`pdks covenant check`",
|
|
181
|
-
"summary": "
|
|
181
|
+
"summary": "stdin의 unified diff나 입력 IR을 판정하고 종료 코드를 읽는 방법을 설명합니다."
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"hashes": {
|
|
185
|
-
"en": "
|
|
186
|
-
"ko": "
|
|
185
|
+
"en": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249",
|
|
186
|
+
"ko": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
{
|
|
@@ -195,17 +195,17 @@
|
|
|
195
195
|
"en": {
|
|
196
196
|
"path": "reference/cli/init.md",
|
|
197
197
|
"title": "`pdks init`",
|
|
198
|
-
"summary": "
|
|
198
|
+
"summary": "Create the project scaffold, and find the Claude Code and Grok installers."
|
|
199
199
|
},
|
|
200
200
|
"ko": {
|
|
201
201
|
"path": "reference/cli/init.ko.md",
|
|
202
202
|
"title": "`pdks init`",
|
|
203
|
-
"summary": "Claude Code
|
|
203
|
+
"summary": "프로젝트 초기 파일을 만들고, Claude Code와 Grok 설치기를 찾습니다."
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"hashes": {
|
|
207
|
-
"en": "
|
|
208
|
-
"ko": "
|
|
207
|
+
"en": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e",
|
|
208
|
+
"ko": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
{
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"hashes": {
|
|
229
|
-
"en": "
|
|
230
|
-
"ko": "
|
|
229
|
+
"en": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583",
|
|
230
|
+
"ko": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
{
|
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
"hashes": {
|
|
251
|
-
"en": "
|
|
252
|
-
"ko": "
|
|
251
|
+
"en": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0",
|
|
252
|
+
"ko": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
255
|
{
|
|
@@ -270,8 +270,8 @@
|
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
"hashes": {
|
|
273
|
-
"en": "
|
|
274
|
-
"ko": "
|
|
273
|
+
"en": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b",
|
|
274
|
+
"ko": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
{
|
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
294
|
"hashes": {
|
|
295
|
-
"en": "
|
|
296
|
-
"ko": "
|
|
295
|
+
"en": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702",
|
|
296
|
+
"ko": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
{
|
|
@@ -314,74 +314,96 @@
|
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
316
|
"hashes": {
|
|
317
|
-
"en": "
|
|
318
|
-
"ko": "
|
|
317
|
+
"en": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796",
|
|
318
|
+
"ko": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
|
-
"id": "package-
|
|
322
|
+
"id": "package-adapter-claude-code",
|
|
323
323
|
"bundled": true,
|
|
324
324
|
"category": "reference",
|
|
325
|
-
"order":
|
|
325
|
+
"order": 15,
|
|
326
326
|
"translations": {
|
|
327
327
|
"en": {
|
|
328
|
-
"path": "reference/packages/
|
|
329
|
-
"title": "`@polydeukes/
|
|
330
|
-
"summary": "
|
|
328
|
+
"path": "reference/packages/adapter-claude-code.md",
|
|
329
|
+
"title": "`@polydeukes/adapter-claude-code`",
|
|
330
|
+
"summary": "Install the Claude Code session surface, and consult the adapter package contract and its limits."
|
|
331
331
|
},
|
|
332
332
|
"ko": {
|
|
333
|
-
"path": "reference/packages/
|
|
334
|
-
"title": "`@polydeukes/
|
|
335
|
-
"summary": "
|
|
333
|
+
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
334
|
+
"title": "`@polydeukes/adapter-claude-code`",
|
|
335
|
+
"summary": "Claude Code 세션 표면을 설치하고, 어댑터 패키지의 계약과 한계를 확인합니다."
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
338
|
"hashes": {
|
|
339
|
-
"en": "
|
|
340
|
-
"ko": "
|
|
339
|
+
"en": "4834f029b83986a9334868111b9f5b3e75715c7953b94b7fcbe42c1b4969e73d",
|
|
340
|
+
"ko": "00399629f03312796c6bd93225c1c0017dfd3238f53dde0f15f2bba9a75b4a8b"
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
|
-
"id": "package-adapter-
|
|
344
|
+
"id": "package-adapter-grok",
|
|
345
345
|
"bundled": true,
|
|
346
346
|
"category": "reference",
|
|
347
|
-
"order":
|
|
347
|
+
"order": 16,
|
|
348
348
|
"translations": {
|
|
349
349
|
"en": {
|
|
350
|
-
"path": "reference/packages/adapter-
|
|
351
|
-
"title": "`@polydeukes/adapter-
|
|
352
|
-
"summary": "
|
|
350
|
+
"path": "reference/packages/adapter-grok.md",
|
|
351
|
+
"title": "`@polydeukes/adapter-grok`",
|
|
352
|
+
"summary": "Install the Grok session surface, and consult the adapter package contract and its limits."
|
|
353
353
|
},
|
|
354
354
|
"ko": {
|
|
355
|
-
"path": "reference/packages/adapter-
|
|
356
|
-
"title": "`@polydeukes/adapter-
|
|
357
|
-
"summary": "
|
|
355
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
356
|
+
"title": "`@polydeukes/adapter-grok`",
|
|
357
|
+
"summary": "Grok 세션 표면을 설치하고, 어댑터 패키지의 계약과 한계를 확인합니다."
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"hashes": {
|
|
361
|
-
"en": "
|
|
362
|
-
"ko": "
|
|
361
|
+
"en": "74be95badb48feefd34cf10fe09549c5bc2c7c4cc3442eff86881766a9ce3290",
|
|
362
|
+
"ko": "5522a057a6b818462459be4ca8b2ed524c6a653ebff33e780be1e97bb51b4a64"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
"id": "package-adapter-
|
|
366
|
+
"id": "package-adapter-codex",
|
|
367
367
|
"bundled": true,
|
|
368
368
|
"category": "reference",
|
|
369
|
-
"order":
|
|
369
|
+
"order": 17,
|
|
370
|
+
"translations": {
|
|
371
|
+
"en": {
|
|
372
|
+
"path": "reference/packages/adapter-codex.md",
|
|
373
|
+
"title": "`@polydeukes/adapter-codex`",
|
|
374
|
+
"summary": "Install the Codex session surface, and consult how patch text becomes file-change evidence."
|
|
375
|
+
},
|
|
376
|
+
"ko": {
|
|
377
|
+
"path": "reference/packages/adapter-codex.ko.md",
|
|
378
|
+
"title": "`@polydeukes/adapter-codex`",
|
|
379
|
+
"summary": "Codex 세션 표면을 설치하고, 패치 텍스트가 파일 변경 증거가 되는 방식을 확인합니다."
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"hashes": {
|
|
383
|
+
"en": "92169ecd8b901f2ab06f4448847ba4cf64fc37631dc37497c3b328e64438f6e4",
|
|
384
|
+
"ko": "f0766924343010aba0860fb177575b6abef63c28a5bec42ff309f638c0f36c28"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "package-sdk-ts",
|
|
389
|
+
"bundled": true,
|
|
390
|
+
"category": "reference",
|
|
391
|
+
"order": 25,
|
|
370
392
|
"translations": {
|
|
371
393
|
"en": {
|
|
372
|
-
"path": "reference/packages/
|
|
373
|
-
"title": "`@polydeukes/
|
|
374
|
-
"summary": "
|
|
394
|
+
"path": "reference/packages/sdk-ts.md",
|
|
395
|
+
"title": "`@polydeukes/sdk-ts`",
|
|
396
|
+
"summary": "Call the judge from TypeScript with one verb, and read the three verdicts it returns."
|
|
375
397
|
},
|
|
376
398
|
"ko": {
|
|
377
|
-
"path": "reference/packages/
|
|
378
|
-
"title": "`@polydeukes/
|
|
379
|
-
"summary": "
|
|
399
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
400
|
+
"title": "`@polydeukes/sdk-ts`",
|
|
401
|
+
"summary": "TypeScript에서 동사 하나로 판정기를 부르고, 돌아오는 판정 결과 셋을 읽습니다."
|
|
380
402
|
}
|
|
381
403
|
},
|
|
382
404
|
"hashes": {
|
|
383
|
-
"en": "
|
|
384
|
-
"ko": "
|
|
405
|
+
"en": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4",
|
|
406
|
+
"ko": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
385
407
|
}
|
|
386
408
|
}
|
|
387
409
|
],
|
|
@@ -393,7 +415,7 @@
|
|
|
393
415
|
"title": "Observation boundaries",
|
|
394
416
|
"level": 2,
|
|
395
417
|
"path": "reference/cli/covenant-check.md",
|
|
396
|
-
"hash": "
|
|
418
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
397
419
|
},
|
|
398
420
|
{
|
|
399
421
|
"documentId": "cli-covenant-check",
|
|
@@ -402,7 +424,7 @@
|
|
|
402
424
|
"title": "Examples",
|
|
403
425
|
"level": 2,
|
|
404
426
|
"path": "reference/cli/covenant-check.md",
|
|
405
|
-
"hash": "
|
|
427
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
406
428
|
},
|
|
407
429
|
{
|
|
408
430
|
"documentId": "cli-covenant-check",
|
|
@@ -411,7 +433,7 @@
|
|
|
411
433
|
"title": "Results and exit codes",
|
|
412
434
|
"level": 2,
|
|
413
435
|
"path": "reference/cli/covenant-check.md",
|
|
414
|
-
"hash": "
|
|
436
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
415
437
|
},
|
|
416
438
|
{
|
|
417
439
|
"documentId": "cli-covenant-check",
|
|
@@ -420,7 +442,7 @@
|
|
|
420
442
|
"title": "See also",
|
|
421
443
|
"level": 2,
|
|
422
444
|
"path": "reference/cli/covenant-check.md",
|
|
423
|
-
"hash": "
|
|
445
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
424
446
|
},
|
|
425
447
|
{
|
|
426
448
|
"documentId": "cli-covenant-check",
|
|
@@ -429,16 +451,25 @@
|
|
|
429
451
|
"title": "Syntax",
|
|
430
452
|
"level": 2,
|
|
431
453
|
"path": "reference/cli/covenant-check.md",
|
|
432
|
-
"hash": "
|
|
454
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
433
455
|
},
|
|
434
456
|
{
|
|
435
457
|
"documentId": "cli-covenant-check",
|
|
436
458
|
"language": "en",
|
|
437
|
-
"sectionId": "
|
|
438
|
-
"title": "
|
|
459
|
+
"sectionId": "diff-translation",
|
|
460
|
+
"title": "How a diff becomes the IR",
|
|
439
461
|
"level": 2,
|
|
440
462
|
"path": "reference/cli/covenant-check.md",
|
|
441
|
-
"hash": "
|
|
463
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"documentId": "cli-covenant-check",
|
|
467
|
+
"language": "en",
|
|
468
|
+
"sectionId": "pin-the-producer",
|
|
469
|
+
"title": "Pin the producer",
|
|
470
|
+
"level": 2,
|
|
471
|
+
"path": "reference/cli/covenant-check.md",
|
|
472
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
442
473
|
},
|
|
443
474
|
{
|
|
444
475
|
"documentId": "cli-covenant-check",
|
|
@@ -447,7 +478,7 @@
|
|
|
447
478
|
"title": "관측 경계",
|
|
448
479
|
"level": 2,
|
|
449
480
|
"path": "reference/cli/covenant-check.ko.md",
|
|
450
|
-
"hash": "
|
|
481
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
451
482
|
},
|
|
452
483
|
{
|
|
453
484
|
"documentId": "cli-covenant-check",
|
|
@@ -456,7 +487,7 @@
|
|
|
456
487
|
"title": "예제",
|
|
457
488
|
"level": 2,
|
|
458
489
|
"path": "reference/cli/covenant-check.ko.md",
|
|
459
|
-
"hash": "
|
|
490
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
460
491
|
},
|
|
461
492
|
{
|
|
462
493
|
"documentId": "cli-covenant-check",
|
|
@@ -465,7 +496,7 @@
|
|
|
465
496
|
"title": "결과와 종료 코드",
|
|
466
497
|
"level": 2,
|
|
467
498
|
"path": "reference/cli/covenant-check.ko.md",
|
|
468
|
-
"hash": "
|
|
499
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
469
500
|
},
|
|
470
501
|
{
|
|
471
502
|
"documentId": "cli-covenant-check",
|
|
@@ -474,7 +505,7 @@
|
|
|
474
505
|
"title": "같이 보기",
|
|
475
506
|
"level": 2,
|
|
476
507
|
"path": "reference/cli/covenant-check.ko.md",
|
|
477
|
-
"hash": "
|
|
508
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
478
509
|
},
|
|
479
510
|
{
|
|
480
511
|
"documentId": "cli-covenant-check",
|
|
@@ -483,16 +514,25 @@
|
|
|
483
514
|
"title": "구문",
|
|
484
515
|
"level": 2,
|
|
485
516
|
"path": "reference/cli/covenant-check.ko.md",
|
|
486
|
-
"hash": "
|
|
517
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"documentId": "cli-covenant-check",
|
|
521
|
+
"language": "ko",
|
|
522
|
+
"sectionId": "diff-translation",
|
|
523
|
+
"title": "diff가 IR이 되는 방식",
|
|
524
|
+
"level": 2,
|
|
525
|
+
"path": "reference/cli/covenant-check.ko.md",
|
|
526
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
487
527
|
},
|
|
488
528
|
{
|
|
489
529
|
"documentId": "cli-covenant-check",
|
|
490
530
|
"language": "ko",
|
|
491
|
-
"sectionId": "
|
|
492
|
-
"title": "
|
|
531
|
+
"sectionId": "pin-the-producer",
|
|
532
|
+
"title": "생산자를 고정하기",
|
|
493
533
|
"level": 2,
|
|
494
534
|
"path": "reference/cli/covenant-check.ko.md",
|
|
495
|
-
"hash": "
|
|
535
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
496
536
|
},
|
|
497
537
|
{
|
|
498
538
|
"documentId": "cli-docs",
|
|
@@ -501,7 +541,7 @@
|
|
|
501
541
|
"title": "Exit codes and bundle boundaries",
|
|
502
542
|
"level": 2,
|
|
503
543
|
"path": "reference/cli/docs.md",
|
|
504
|
-
"hash": "
|
|
544
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
505
545
|
},
|
|
506
546
|
{
|
|
507
547
|
"documentId": "cli-docs",
|
|
@@ -510,7 +550,7 @@
|
|
|
510
550
|
"title": "JSON output",
|
|
511
551
|
"level": 2,
|
|
512
552
|
"path": "reference/cli/docs.md",
|
|
513
|
-
"hash": "
|
|
553
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
514
554
|
},
|
|
515
555
|
{
|
|
516
556
|
"documentId": "cli-docs",
|
|
@@ -519,7 +559,7 @@
|
|
|
519
559
|
"title": "Search",
|
|
520
560
|
"level": 2,
|
|
521
561
|
"path": "reference/cli/docs.md",
|
|
522
|
-
"hash": "
|
|
562
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
523
563
|
},
|
|
524
564
|
{
|
|
525
565
|
"documentId": "cli-docs",
|
|
@@ -528,7 +568,7 @@
|
|
|
528
568
|
"title": "Show a document or section",
|
|
529
569
|
"level": 2,
|
|
530
570
|
"path": "reference/cli/docs.md",
|
|
531
|
-
"hash": "
|
|
571
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
532
572
|
},
|
|
533
573
|
{
|
|
534
574
|
"documentId": "cli-docs",
|
|
@@ -537,7 +577,7 @@
|
|
|
537
577
|
"title": "Syntax",
|
|
538
578
|
"level": 2,
|
|
539
579
|
"path": "reference/cli/docs.md",
|
|
540
|
-
"hash": "
|
|
580
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
541
581
|
},
|
|
542
582
|
{
|
|
543
583
|
"documentId": "cli-docs",
|
|
@@ -546,7 +586,7 @@
|
|
|
546
586
|
"title": "종료 코드와 동봉 범위",
|
|
547
587
|
"level": 2,
|
|
548
588
|
"path": "reference/cli/docs.ko.md",
|
|
549
|
-
"hash": "
|
|
589
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
550
590
|
},
|
|
551
591
|
{
|
|
552
592
|
"documentId": "cli-docs",
|
|
@@ -555,7 +595,7 @@
|
|
|
555
595
|
"title": "JSON 출력",
|
|
556
596
|
"level": 2,
|
|
557
597
|
"path": "reference/cli/docs.ko.md",
|
|
558
|
-
"hash": "
|
|
598
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
559
599
|
},
|
|
560
600
|
{
|
|
561
601
|
"documentId": "cli-docs",
|
|
@@ -564,7 +604,7 @@
|
|
|
564
604
|
"title": "검색",
|
|
565
605
|
"level": 2,
|
|
566
606
|
"path": "reference/cli/docs.ko.md",
|
|
567
|
-
"hash": "
|
|
607
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
568
608
|
},
|
|
569
609
|
{
|
|
570
610
|
"documentId": "cli-docs",
|
|
@@ -573,7 +613,7 @@
|
|
|
573
613
|
"title": "문서나 절 조회",
|
|
574
614
|
"level": 2,
|
|
575
615
|
"path": "reference/cli/docs.ko.md",
|
|
576
|
-
"hash": "
|
|
616
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
577
617
|
},
|
|
578
618
|
{
|
|
579
619
|
"documentId": "cli-docs",
|
|
@@ -582,7 +622,7 @@
|
|
|
582
622
|
"title": "구문",
|
|
583
623
|
"level": 2,
|
|
584
624
|
"path": "reference/cli/docs.ko.md",
|
|
585
|
-
"hash": "
|
|
625
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
586
626
|
},
|
|
587
627
|
{
|
|
588
628
|
"documentId": "cli-explain",
|
|
@@ -591,7 +631,7 @@
|
|
|
591
631
|
"title": "Example",
|
|
592
632
|
"level": 2,
|
|
593
633
|
"path": "reference/cli/explain.md",
|
|
594
|
-
"hash": "
|
|
634
|
+
"hash": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583"
|
|
595
635
|
},
|
|
596
636
|
{
|
|
597
637
|
"documentId": "cli-explain",
|
|
@@ -600,7 +640,7 @@
|
|
|
600
640
|
"title": "Failure conditions",
|
|
601
641
|
"level": 2,
|
|
602
642
|
"path": "reference/cli/explain.md",
|
|
603
|
-
"hash": "
|
|
643
|
+
"hash": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583"
|
|
604
644
|
},
|
|
605
645
|
{
|
|
606
646
|
"documentId": "cli-explain",
|
|
@@ -609,7 +649,7 @@
|
|
|
609
649
|
"title": "See also",
|
|
610
650
|
"level": 2,
|
|
611
651
|
"path": "reference/cli/explain.md",
|
|
612
|
-
"hash": "
|
|
652
|
+
"hash": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583"
|
|
613
653
|
},
|
|
614
654
|
{
|
|
615
655
|
"documentId": "cli-explain",
|
|
@@ -618,7 +658,7 @@
|
|
|
618
658
|
"title": "Syntax",
|
|
619
659
|
"level": 2,
|
|
620
660
|
"path": "reference/cli/explain.md",
|
|
621
|
-
"hash": "
|
|
661
|
+
"hash": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583"
|
|
622
662
|
},
|
|
623
663
|
{
|
|
624
664
|
"documentId": "cli-explain",
|
|
@@ -627,7 +667,7 @@
|
|
|
627
667
|
"title": "What it shows",
|
|
628
668
|
"level": 2,
|
|
629
669
|
"path": "reference/cli/explain.md",
|
|
630
|
-
"hash": "
|
|
670
|
+
"hash": "bb3966a0dea9ad8eadac76fc1e7a1f5d4a276201f6b5f4c80b0ca1dbc859b583"
|
|
631
671
|
},
|
|
632
672
|
{
|
|
633
673
|
"documentId": "cli-explain",
|
|
@@ -636,7 +676,7 @@
|
|
|
636
676
|
"title": "예제",
|
|
637
677
|
"level": 2,
|
|
638
678
|
"path": "reference/cli/explain.ko.md",
|
|
639
|
-
"hash": "
|
|
679
|
+
"hash": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
640
680
|
},
|
|
641
681
|
{
|
|
642
682
|
"documentId": "cli-explain",
|
|
@@ -645,7 +685,7 @@
|
|
|
645
685
|
"title": "실패 조건",
|
|
646
686
|
"level": 2,
|
|
647
687
|
"path": "reference/cli/explain.ko.md",
|
|
648
|
-
"hash": "
|
|
688
|
+
"hash": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
649
689
|
},
|
|
650
690
|
{
|
|
651
691
|
"documentId": "cli-explain",
|
|
@@ -654,7 +694,7 @@
|
|
|
654
694
|
"title": "함께 보기",
|
|
655
695
|
"level": 2,
|
|
656
696
|
"path": "reference/cli/explain.ko.md",
|
|
657
|
-
"hash": "
|
|
697
|
+
"hash": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
658
698
|
},
|
|
659
699
|
{
|
|
660
700
|
"documentId": "cli-explain",
|
|
@@ -663,7 +703,7 @@
|
|
|
663
703
|
"title": "구문",
|
|
664
704
|
"level": 2,
|
|
665
705
|
"path": "reference/cli/explain.ko.md",
|
|
666
|
-
"hash": "
|
|
706
|
+
"hash": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
667
707
|
},
|
|
668
708
|
{
|
|
669
709
|
"documentId": "cli-explain",
|
|
@@ -672,25 +712,34 @@
|
|
|
672
712
|
"title": "무엇을 보여 주는가",
|
|
673
713
|
"level": 2,
|
|
674
714
|
"path": "reference/cli/explain.ko.md",
|
|
675
|
-
"hash": "
|
|
715
|
+
"hash": "78d16480708dbe9f66b07b4f7dbebefbf484cf03ba12da59b2b5c02a0b553d14"
|
|
676
716
|
},
|
|
677
717
|
{
|
|
678
718
|
"documentId": "cli-init",
|
|
679
719
|
"language": "en",
|
|
680
720
|
"sectionId": "init-claude-code",
|
|
681
|
-
"title": "`pdks
|
|
721
|
+
"title": "Claude Code — `pdks-claude-code init`",
|
|
722
|
+
"level": 2,
|
|
723
|
+
"path": "reference/cli/init.md",
|
|
724
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"documentId": "cli-init",
|
|
728
|
+
"language": "en",
|
|
729
|
+
"sectionId": "init-codex",
|
|
730
|
+
"title": "Codex — `pdks-codex init`",
|
|
682
731
|
"level": 2,
|
|
683
732
|
"path": "reference/cli/init.md",
|
|
684
|
-
"hash": "
|
|
733
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
685
734
|
},
|
|
686
735
|
{
|
|
687
736
|
"documentId": "cli-init",
|
|
688
737
|
"language": "en",
|
|
689
738
|
"sectionId": "init-common",
|
|
690
|
-
"title": "
|
|
739
|
+
"title": "`pdks init` — the scaffold",
|
|
691
740
|
"level": 2,
|
|
692
741
|
"path": "reference/cli/init.md",
|
|
693
|
-
"hash": "
|
|
742
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
694
743
|
},
|
|
695
744
|
{
|
|
696
745
|
"documentId": "cli-init",
|
|
@@ -699,16 +748,16 @@
|
|
|
699
748
|
"title": "Examples",
|
|
700
749
|
"level": 2,
|
|
701
750
|
"path": "reference/cli/init.md",
|
|
702
|
-
"hash": "
|
|
751
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
703
752
|
},
|
|
704
753
|
{
|
|
705
754
|
"documentId": "cli-init",
|
|
706
755
|
"language": "en",
|
|
707
756
|
"sectionId": "init-grok",
|
|
708
|
-
"title": "`pdks init
|
|
757
|
+
"title": "Grok — `pdks-grok init`",
|
|
709
758
|
"level": 2,
|
|
710
759
|
"path": "reference/cli/init.md",
|
|
711
|
-
"hash": "
|
|
760
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
712
761
|
},
|
|
713
762
|
{
|
|
714
763
|
"documentId": "cli-init",
|
|
@@ -717,7 +766,7 @@
|
|
|
717
766
|
"title": "Results and failure conditions",
|
|
718
767
|
"level": 2,
|
|
719
768
|
"path": "reference/cli/init.md",
|
|
720
|
-
"hash": "
|
|
769
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
721
770
|
},
|
|
722
771
|
{
|
|
723
772
|
"documentId": "cli-init",
|
|
@@ -726,7 +775,7 @@
|
|
|
726
775
|
"title": "See also",
|
|
727
776
|
"level": 2,
|
|
728
777
|
"path": "reference/cli/init.md",
|
|
729
|
-
"hash": "
|
|
778
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
730
779
|
},
|
|
731
780
|
{
|
|
732
781
|
"documentId": "cli-init",
|
|
@@ -735,25 +784,34 @@
|
|
|
735
784
|
"title": "Syntax",
|
|
736
785
|
"level": 2,
|
|
737
786
|
"path": "reference/cli/init.md",
|
|
738
|
-
"hash": "
|
|
787
|
+
"hash": "e3a6b08da9c5a496a51b30907bcef185a2994b1d9db1798f34287cbea99c831e"
|
|
739
788
|
},
|
|
740
789
|
{
|
|
741
790
|
"documentId": "cli-init",
|
|
742
791
|
"language": "ko",
|
|
743
792
|
"sectionId": "init-claude-code",
|
|
744
|
-
"title": "`pdks
|
|
793
|
+
"title": "Claude Code — `pdks-claude-code init`",
|
|
745
794
|
"level": 2,
|
|
746
795
|
"path": "reference/cli/init.ko.md",
|
|
747
|
-
"hash": "
|
|
796
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"documentId": "cli-init",
|
|
800
|
+
"language": "ko",
|
|
801
|
+
"sectionId": "init-codex",
|
|
802
|
+
"title": "Codex — `pdks-codex init`",
|
|
803
|
+
"level": 2,
|
|
804
|
+
"path": "reference/cli/init.ko.md",
|
|
805
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
748
806
|
},
|
|
749
807
|
{
|
|
750
808
|
"documentId": "cli-init",
|
|
751
809
|
"language": "ko",
|
|
752
810
|
"sectionId": "init-common",
|
|
753
|
-
"title": "
|
|
811
|
+
"title": "`pdks init` — 초기 파일",
|
|
754
812
|
"level": 2,
|
|
755
813
|
"path": "reference/cli/init.ko.md",
|
|
756
|
-
"hash": "
|
|
814
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
757
815
|
},
|
|
758
816
|
{
|
|
759
817
|
"documentId": "cli-init",
|
|
@@ -762,16 +820,16 @@
|
|
|
762
820
|
"title": "예제",
|
|
763
821
|
"level": 2,
|
|
764
822
|
"path": "reference/cli/init.ko.md",
|
|
765
|
-
"hash": "
|
|
823
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
766
824
|
},
|
|
767
825
|
{
|
|
768
826
|
"documentId": "cli-init",
|
|
769
827
|
"language": "ko",
|
|
770
828
|
"sectionId": "init-grok",
|
|
771
|
-
"title": "`pdks init
|
|
829
|
+
"title": "Grok — `pdks-grok init`",
|
|
772
830
|
"level": 2,
|
|
773
831
|
"path": "reference/cli/init.ko.md",
|
|
774
|
-
"hash": "
|
|
832
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
775
833
|
},
|
|
776
834
|
{
|
|
777
835
|
"documentId": "cli-init",
|
|
@@ -780,7 +838,7 @@
|
|
|
780
838
|
"title": "결과와 실패 조건",
|
|
781
839
|
"level": 2,
|
|
782
840
|
"path": "reference/cli/init.ko.md",
|
|
783
|
-
"hash": "
|
|
841
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
784
842
|
},
|
|
785
843
|
{
|
|
786
844
|
"documentId": "cli-init",
|
|
@@ -789,7 +847,7 @@
|
|
|
789
847
|
"title": "함께 보기",
|
|
790
848
|
"level": 2,
|
|
791
849
|
"path": "reference/cli/init.ko.md",
|
|
792
|
-
"hash": "
|
|
850
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
793
851
|
},
|
|
794
852
|
{
|
|
795
853
|
"documentId": "cli-init",
|
|
@@ -798,7 +856,7 @@
|
|
|
798
856
|
"title": "구문",
|
|
799
857
|
"level": 2,
|
|
800
858
|
"path": "reference/cli/init.ko.md",
|
|
801
|
-
"hash": "
|
|
859
|
+
"hash": "deb7b22f8971b15d84f594eee2c5757b78dd3950605210e4f3416b86a02b685d"
|
|
802
860
|
},
|
|
803
861
|
{
|
|
804
862
|
"documentId": "concepts",
|
|
@@ -807,7 +865,7 @@
|
|
|
807
865
|
"title": "Declarations and their limits",
|
|
808
866
|
"level": 2,
|
|
809
867
|
"path": "concepts/judgment.md",
|
|
810
|
-
"hash": "
|
|
868
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
811
869
|
},
|
|
812
870
|
{
|
|
813
871
|
"documentId": "concepts",
|
|
@@ -816,7 +874,7 @@
|
|
|
816
874
|
"title": "Enforcement and witness",
|
|
817
875
|
"level": 2,
|
|
818
876
|
"path": "concepts/judgment.md",
|
|
819
|
-
"hash": "
|
|
877
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
820
878
|
},
|
|
821
879
|
{
|
|
822
880
|
"documentId": "concepts",
|
|
@@ -825,7 +883,7 @@
|
|
|
825
883
|
"title": "Eighteen mechanism names",
|
|
826
884
|
"level": 2,
|
|
827
885
|
"path": "concepts/judgment.md",
|
|
828
|
-
"hash": "
|
|
886
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
829
887
|
},
|
|
830
888
|
{
|
|
831
889
|
"documentId": "concepts",
|
|
@@ -834,7 +892,7 @@
|
|
|
834
892
|
"title": "Seven relations",
|
|
835
893
|
"level": 2,
|
|
836
894
|
"path": "concepts/judgment.md",
|
|
837
|
-
"hash": "
|
|
895
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
838
896
|
},
|
|
839
897
|
{
|
|
840
898
|
"documentId": "concepts",
|
|
@@ -843,7 +901,7 @@
|
|
|
843
901
|
"title": "Covenant, discipline, and surface",
|
|
844
902
|
"level": 2,
|
|
845
903
|
"path": "concepts/judgment.md",
|
|
846
|
-
"hash": "
|
|
904
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
847
905
|
},
|
|
848
906
|
{
|
|
849
907
|
"documentId": "concepts",
|
|
@@ -852,7 +910,7 @@
|
|
|
852
910
|
"title": "Interpret the result, not just the exit code",
|
|
853
911
|
"level": 2,
|
|
854
912
|
"path": "concepts/judgment.md",
|
|
855
|
-
"hash": "
|
|
913
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
856
914
|
},
|
|
857
915
|
{
|
|
858
916
|
"documentId": "concepts",
|
|
@@ -861,7 +919,7 @@
|
|
|
861
919
|
"title": "선언과 관측 한계",
|
|
862
920
|
"level": 2,
|
|
863
921
|
"path": "concepts/judgment.ko.md",
|
|
864
|
-
"hash": "
|
|
922
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
865
923
|
},
|
|
866
924
|
{
|
|
867
925
|
"documentId": "concepts",
|
|
@@ -870,7 +928,7 @@
|
|
|
870
928
|
"title": "강제 수준과 증인",
|
|
871
929
|
"level": 2,
|
|
872
930
|
"path": "concepts/judgment.ko.md",
|
|
873
|
-
"hash": "
|
|
931
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
874
932
|
},
|
|
875
933
|
{
|
|
876
934
|
"documentId": "concepts",
|
|
@@ -879,7 +937,7 @@
|
|
|
879
937
|
"title": "열여덟 메커니즘 이름",
|
|
880
938
|
"level": 2,
|
|
881
939
|
"path": "concepts/judgment.ko.md",
|
|
882
|
-
"hash": "
|
|
940
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
883
941
|
},
|
|
884
942
|
{
|
|
885
943
|
"documentId": "concepts",
|
|
@@ -888,7 +946,7 @@
|
|
|
888
946
|
"title": "일곱 관계",
|
|
889
947
|
"level": 2,
|
|
890
948
|
"path": "concepts/judgment.ko.md",
|
|
891
|
-
"hash": "
|
|
949
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
892
950
|
},
|
|
893
951
|
{
|
|
894
952
|
"documentId": "concepts",
|
|
@@ -897,7 +955,7 @@
|
|
|
897
955
|
"title": "약속, 규율, 표면",
|
|
898
956
|
"level": 2,
|
|
899
957
|
"path": "concepts/judgment.ko.md",
|
|
900
|
-
"hash": "
|
|
958
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
901
959
|
},
|
|
902
960
|
{
|
|
903
961
|
"documentId": "concepts",
|
|
@@ -906,7 +964,7 @@
|
|
|
906
964
|
"title": "종료 코드만 보지 말고 결과를 읽기",
|
|
907
965
|
"level": 2,
|
|
908
966
|
"path": "concepts/judgment.ko.md",
|
|
909
|
-
"hash": "
|
|
967
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
910
968
|
},
|
|
911
969
|
{
|
|
912
970
|
"documentId": "configuration",
|
|
@@ -915,16 +973,16 @@
|
|
|
915
973
|
"title": "`adapters`",
|
|
916
974
|
"level": 2,
|
|
917
975
|
"path": "reference/configuration/index.md",
|
|
918
|
-
"hash": "
|
|
976
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
919
977
|
},
|
|
920
978
|
{
|
|
921
979
|
"documentId": "configuration",
|
|
922
980
|
"language": "en",
|
|
923
|
-
"sectionId": "
|
|
924
|
-
"title": "
|
|
981
|
+
"sectionId": "channel-to-list",
|
|
982
|
+
"title": "Channel to list",
|
|
925
983
|
"level": 3,
|
|
926
984
|
"path": "reference/configuration/index.md",
|
|
927
|
-
"hash": "
|
|
985
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
928
986
|
},
|
|
929
987
|
{
|
|
930
988
|
"documentId": "configuration",
|
|
@@ -933,7 +991,7 @@
|
|
|
933
991
|
"title": "`disciplines`",
|
|
934
992
|
"level": 2,
|
|
935
993
|
"path": "reference/configuration/index.md",
|
|
936
|
-
"hash": "
|
|
994
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
937
995
|
},
|
|
938
996
|
{
|
|
939
997
|
"documentId": "configuration",
|
|
@@ -942,7 +1000,25 @@
|
|
|
942
1000
|
"title": "`languages`",
|
|
943
1001
|
"level": 2,
|
|
944
1002
|
"path": "reference/configuration/index.md",
|
|
945
|
-
"hash": "
|
|
1003
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"documentId": "configuration",
|
|
1007
|
+
"language": "en",
|
|
1008
|
+
"sectionId": "lists-in-practice",
|
|
1009
|
+
"title": "What each surface compiles",
|
|
1010
|
+
"level": 3,
|
|
1011
|
+
"path": "reference/configuration/index.md",
|
|
1012
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"documentId": "configuration",
|
|
1016
|
+
"language": "en",
|
|
1017
|
+
"sectionId": "placement-rule",
|
|
1018
|
+
"title": "The placement rule",
|
|
1019
|
+
"level": 3,
|
|
1020
|
+
"path": "reference/configuration/index.md",
|
|
1021
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
946
1022
|
},
|
|
947
1023
|
{
|
|
948
1024
|
"documentId": "configuration",
|
|
@@ -951,7 +1027,7 @@
|
|
|
951
1027
|
"title": "`protectedPaths`",
|
|
952
1028
|
"level": 2,
|
|
953
1029
|
"path": "reference/configuration/index.md",
|
|
954
|
-
"hash": "
|
|
1030
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
955
1031
|
},
|
|
956
1032
|
{
|
|
957
1033
|
"documentId": "configuration",
|
|
@@ -960,7 +1036,16 @@
|
|
|
960
1036
|
"title": "`telemetry`",
|
|
961
1037
|
"level": 2,
|
|
962
1038
|
"path": "reference/configuration/index.md",
|
|
963
|
-
"hash": "
|
|
1039
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"documentId": "configuration",
|
|
1043
|
+
"language": "en",
|
|
1044
|
+
"sectionId": "three-lists",
|
|
1045
|
+
"title": "The three discipline lists",
|
|
1046
|
+
"level": 2,
|
|
1047
|
+
"path": "reference/configuration/index.md",
|
|
1048
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
964
1049
|
},
|
|
965
1050
|
{
|
|
966
1051
|
"documentId": "configuration",
|
|
@@ -969,7 +1054,7 @@
|
|
|
969
1054
|
"title": "`witness`",
|
|
970
1055
|
"level": 2,
|
|
971
1056
|
"path": "reference/configuration/index.md",
|
|
972
|
-
"hash": "
|
|
1057
|
+
"hash": "6eaeadc4a13c6db70f1f4693cef7b6fa596c61c9f3b5f3109a0457cf2320e11b"
|
|
973
1058
|
},
|
|
974
1059
|
{
|
|
975
1060
|
"documentId": "configuration",
|
|
@@ -978,16 +1063,16 @@
|
|
|
978
1063
|
"title": "`adapters`",
|
|
979
1064
|
"level": 2,
|
|
980
1065
|
"path": "reference/configuration/index.ko.md",
|
|
981
|
-
"hash": "
|
|
1066
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
982
1067
|
},
|
|
983
1068
|
{
|
|
984
1069
|
"documentId": "configuration",
|
|
985
1070
|
"language": "ko",
|
|
986
|
-
"sectionId": "
|
|
987
|
-
"title": "
|
|
1071
|
+
"sectionId": "channel-to-list",
|
|
1072
|
+
"title": "통로와 목록의 대응",
|
|
988
1073
|
"level": 3,
|
|
989
1074
|
"path": "reference/configuration/index.ko.md",
|
|
990
|
-
"hash": "
|
|
1075
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
991
1076
|
},
|
|
992
1077
|
{
|
|
993
1078
|
"documentId": "configuration",
|
|
@@ -996,7 +1081,7 @@
|
|
|
996
1081
|
"title": "`disciplines`",
|
|
997
1082
|
"level": 2,
|
|
998
1083
|
"path": "reference/configuration/index.ko.md",
|
|
999
|
-
"hash": "
|
|
1084
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1000
1085
|
},
|
|
1001
1086
|
{
|
|
1002
1087
|
"documentId": "configuration",
|
|
@@ -1005,7 +1090,25 @@
|
|
|
1005
1090
|
"title": "`languages`",
|
|
1006
1091
|
"level": 2,
|
|
1007
1092
|
"path": "reference/configuration/index.ko.md",
|
|
1008
|
-
"hash": "
|
|
1093
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"documentId": "configuration",
|
|
1097
|
+
"language": "ko",
|
|
1098
|
+
"sectionId": "lists-in-practice",
|
|
1099
|
+
"title": "표면마다 무엇을 컴파일하는가",
|
|
1100
|
+
"level": 3,
|
|
1101
|
+
"path": "reference/configuration/index.ko.md",
|
|
1102
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"documentId": "configuration",
|
|
1106
|
+
"language": "ko",
|
|
1107
|
+
"sectionId": "placement-rule",
|
|
1108
|
+
"title": "배치 규칙",
|
|
1109
|
+
"level": 3,
|
|
1110
|
+
"path": "reference/configuration/index.ko.md",
|
|
1111
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1009
1112
|
},
|
|
1010
1113
|
{
|
|
1011
1114
|
"documentId": "configuration",
|
|
@@ -1014,7 +1117,7 @@
|
|
|
1014
1117
|
"title": "`protectedPaths`",
|
|
1015
1118
|
"level": 2,
|
|
1016
1119
|
"path": "reference/configuration/index.ko.md",
|
|
1017
|
-
"hash": "
|
|
1120
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1018
1121
|
},
|
|
1019
1122
|
{
|
|
1020
1123
|
"documentId": "configuration",
|
|
@@ -1023,7 +1126,16 @@
|
|
|
1023
1126
|
"title": "`telemetry`",
|
|
1024
1127
|
"level": 2,
|
|
1025
1128
|
"path": "reference/configuration/index.ko.md",
|
|
1026
|
-
"hash": "
|
|
1129
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"documentId": "configuration",
|
|
1133
|
+
"language": "ko",
|
|
1134
|
+
"sectionId": "three-lists",
|
|
1135
|
+
"title": "규율 목록 셋",
|
|
1136
|
+
"level": 2,
|
|
1137
|
+
"path": "reference/configuration/index.ko.md",
|
|
1138
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1027
1139
|
},
|
|
1028
1140
|
{
|
|
1029
1141
|
"documentId": "configuration",
|
|
@@ -1032,7 +1144,7 @@
|
|
|
1032
1144
|
"title": "`witness`",
|
|
1033
1145
|
"level": 2,
|
|
1034
1146
|
"path": "reference/configuration/index.ko.md",
|
|
1035
|
-
"hash": "
|
|
1147
|
+
"hash": "d4160d08c29c3f233c5a8dd42963cef0e9eb7649f19a93b4bc786e5b1572cee0"
|
|
1036
1148
|
},
|
|
1037
1149
|
{
|
|
1038
1150
|
"documentId": "configure-project",
|
|
@@ -1041,7 +1153,7 @@
|
|
|
1041
1153
|
"title": "Add IDE support",
|
|
1042
1154
|
"level": 2,
|
|
1043
1155
|
"path": "how-to/configure-project.md",
|
|
1044
|
-
"hash": "
|
|
1156
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"documentId": "configure-project",
|
|
@@ -1050,7 +1162,7 @@
|
|
|
1050
1162
|
"title": "Choose advise or block",
|
|
1051
1163
|
"level": 2,
|
|
1052
1164
|
"path": "how-to/configure-project.md",
|
|
1053
|
-
"hash": "
|
|
1165
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1054
1166
|
},
|
|
1055
1167
|
{
|
|
1056
1168
|
"documentId": "configure-project",
|
|
@@ -1059,7 +1171,7 @@
|
|
|
1059
1171
|
"title": "Confirm the project",
|
|
1060
1172
|
"level": 2,
|
|
1061
1173
|
"path": "how-to/configure-project.md",
|
|
1062
|
-
"hash": "
|
|
1174
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1063
1175
|
},
|
|
1064
1176
|
{
|
|
1065
1177
|
"documentId": "configure-project",
|
|
@@ -1068,7 +1180,7 @@
|
|
|
1068
1180
|
"title": "Fill the language block",
|
|
1069
1181
|
"level": 2,
|
|
1070
1182
|
"path": "how-to/configure-project.md",
|
|
1071
|
-
"hash": "
|
|
1183
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1072
1184
|
},
|
|
1073
1185
|
{
|
|
1074
1186
|
"documentId": "configure-project",
|
|
@@ -1077,7 +1189,7 @@
|
|
|
1077
1189
|
"title": "Find the config file",
|
|
1078
1190
|
"level": 2,
|
|
1079
1191
|
"path": "how-to/configure-project.md",
|
|
1080
|
-
"hash": "
|
|
1192
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1081
1193
|
},
|
|
1082
1194
|
{
|
|
1083
1195
|
"documentId": "configure-project",
|
|
@@ -1086,7 +1198,7 @@
|
|
|
1086
1198
|
"title": "편집기에서 스키마로 검사하기",
|
|
1087
1199
|
"level": 2,
|
|
1088
1200
|
"path": "how-to/configure-project.ko.md",
|
|
1089
|
-
"hash": "
|
|
1201
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1090
1202
|
},
|
|
1091
1203
|
{
|
|
1092
1204
|
"documentId": "configure-project",
|
|
@@ -1095,7 +1207,7 @@
|
|
|
1095
1207
|
"title": "권고와 차단 중 선택하기",
|
|
1096
1208
|
"level": 2,
|
|
1097
1209
|
"path": "how-to/configure-project.ko.md",
|
|
1098
|
-
"hash": "
|
|
1210
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1099
1211
|
},
|
|
1100
1212
|
{
|
|
1101
1213
|
"documentId": "configure-project",
|
|
@@ -1104,7 +1216,7 @@
|
|
|
1104
1216
|
"title": "설정 확인하기",
|
|
1105
1217
|
"level": 2,
|
|
1106
1218
|
"path": "how-to/configure-project.ko.md",
|
|
1107
|
-
"hash": "
|
|
1219
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1108
1220
|
},
|
|
1109
1221
|
{
|
|
1110
1222
|
"documentId": "configure-project",
|
|
@@ -1113,7 +1225,7 @@
|
|
|
1113
1225
|
"title": "언어 블록 채우기",
|
|
1114
1226
|
"level": 2,
|
|
1115
1227
|
"path": "how-to/configure-project.ko.md",
|
|
1116
|
-
"hash": "
|
|
1228
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1117
1229
|
},
|
|
1118
1230
|
{
|
|
1119
1231
|
"documentId": "configure-project",
|
|
@@ -1122,7 +1234,16 @@
|
|
|
1122
1234
|
"title": "설정 파일 찾기",
|
|
1123
1235
|
"level": 2,
|
|
1124
1236
|
"path": "how-to/configure-project.ko.md",
|
|
1125
|
-
"hash": "
|
|
1237
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"documentId": "connect-surfaces",
|
|
1241
|
+
"language": "en",
|
|
1242
|
+
"sectionId": "change-set-surface",
|
|
1243
|
+
"title": "Change-set surface",
|
|
1244
|
+
"level": 2,
|
|
1245
|
+
"path": "how-to/connect-surfaces.md",
|
|
1246
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1126
1247
|
},
|
|
1127
1248
|
{
|
|
1128
1249
|
"documentId": "connect-surfaces",
|
|
@@ -1131,16 +1252,16 @@
|
|
|
1131
1252
|
"title": "Claude Code session surface",
|
|
1132
1253
|
"level": 2,
|
|
1133
1254
|
"path": "how-to/connect-surfaces.md",
|
|
1134
|
-
"hash": "
|
|
1255
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1135
1256
|
},
|
|
1136
1257
|
{
|
|
1137
1258
|
"documentId": "connect-surfaces",
|
|
1138
1259
|
"language": "en",
|
|
1139
|
-
"sectionId": "
|
|
1140
|
-
"title": "
|
|
1260
|
+
"sectionId": "codex",
|
|
1261
|
+
"title": "Codex session surface",
|
|
1141
1262
|
"level": 2,
|
|
1142
1263
|
"path": "how-to/connect-surfaces.md",
|
|
1143
|
-
"hash": "
|
|
1264
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1144
1265
|
},
|
|
1145
1266
|
{
|
|
1146
1267
|
"documentId": "connect-surfaces",
|
|
@@ -1149,7 +1270,7 @@
|
|
|
1149
1270
|
"title": "Grok session surface",
|
|
1150
1271
|
"level": 2,
|
|
1151
1272
|
"path": "how-to/connect-surfaces.md",
|
|
1152
|
-
"hash": "
|
|
1273
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1153
1274
|
},
|
|
1154
1275
|
{
|
|
1155
1276
|
"documentId": "connect-surfaces",
|
|
@@ -1158,7 +1279,7 @@
|
|
|
1158
1279
|
"title": "What to check after wiring",
|
|
1159
1280
|
"level": 2,
|
|
1160
1281
|
"path": "how-to/connect-surfaces.md",
|
|
1161
|
-
"hash": "
|
|
1282
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1162
1283
|
},
|
|
1163
1284
|
{
|
|
1164
1285
|
"documentId": "connect-surfaces",
|
|
@@ -1167,7 +1288,16 @@
|
|
|
1167
1288
|
"title": "Witness and recovery",
|
|
1168
1289
|
"level": 2,
|
|
1169
1290
|
"path": "how-to/connect-surfaces.md",
|
|
1170
|
-
"hash": "
|
|
1291
|
+
"hash": "4a8ab7471ec72491de2f955dbc688de981c701ca70a9a5386f95db562baf5917"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"documentId": "connect-surfaces",
|
|
1295
|
+
"language": "ko",
|
|
1296
|
+
"sectionId": "change-set-surface",
|
|
1297
|
+
"title": "변경 집합 표면",
|
|
1298
|
+
"level": 2,
|
|
1299
|
+
"path": "how-to/connect-surfaces.ko.md",
|
|
1300
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1171
1301
|
},
|
|
1172
1302
|
{
|
|
1173
1303
|
"documentId": "connect-surfaces",
|
|
@@ -1176,16 +1306,16 @@
|
|
|
1176
1306
|
"title": "Claude Code 세션 표면",
|
|
1177
1307
|
"level": 2,
|
|
1178
1308
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1179
|
-
"hash": "
|
|
1309
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1180
1310
|
},
|
|
1181
1311
|
{
|
|
1182
1312
|
"documentId": "connect-surfaces",
|
|
1183
1313
|
"language": "ko",
|
|
1184
|
-
"sectionId": "
|
|
1185
|
-
"title": "
|
|
1314
|
+
"sectionId": "codex",
|
|
1315
|
+
"title": "Codex 세션 표면",
|
|
1186
1316
|
"level": 2,
|
|
1187
1317
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1188
|
-
"hash": "
|
|
1318
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1189
1319
|
},
|
|
1190
1320
|
{
|
|
1191
1321
|
"documentId": "connect-surfaces",
|
|
@@ -1194,7 +1324,7 @@
|
|
|
1194
1324
|
"title": "Grok 세션 표면",
|
|
1195
1325
|
"level": 2,
|
|
1196
1326
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1197
|
-
"hash": "
|
|
1327
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1198
1328
|
},
|
|
1199
1329
|
{
|
|
1200
1330
|
"documentId": "connect-surfaces",
|
|
@@ -1203,7 +1333,7 @@
|
|
|
1203
1333
|
"title": "배선한 뒤 확인할 것",
|
|
1204
1334
|
"level": 2,
|
|
1205
1335
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1206
|
-
"hash": "
|
|
1336
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1207
1337
|
},
|
|
1208
1338
|
{
|
|
1209
1339
|
"documentId": "connect-surfaces",
|
|
@@ -1212,7 +1342,7 @@
|
|
|
1212
1342
|
"title": "증인과 회복",
|
|
1213
1343
|
"level": 2,
|
|
1214
1344
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1215
|
-
"hash": "
|
|
1345
|
+
"hash": "0fcdf3e0fc00f0f83a293985600b328f93d0498e32c9570b4e6aa2d7cb72a43a"
|
|
1216
1346
|
},
|
|
1217
1347
|
{
|
|
1218
1348
|
"documentId": "first-judgment",
|
|
@@ -1221,7 +1351,7 @@
|
|
|
1221
1351
|
"title": "Install Claude Code integration and check a write",
|
|
1222
1352
|
"level": 2,
|
|
1223
1353
|
"path": "tutorials/first-judgment.md",
|
|
1224
|
-
"hash": "
|
|
1354
|
+
"hash": "167250515ef1d1ab3f01601b0a8736e4065628e75692a46e1ef9d5611545b882"
|
|
1225
1355
|
},
|
|
1226
1356
|
{
|
|
1227
1357
|
"documentId": "first-judgment",
|
|
@@ -1230,7 +1360,7 @@
|
|
|
1230
1360
|
"title": "Continue with a real project",
|
|
1231
1361
|
"level": 2,
|
|
1232
1362
|
"path": "tutorials/first-judgment.md",
|
|
1233
|
-
"hash": "
|
|
1363
|
+
"hash": "167250515ef1d1ab3f01601b0a8736e4065628e75692a46e1ef9d5611545b882"
|
|
1234
1364
|
},
|
|
1235
1365
|
{
|
|
1236
1366
|
"documentId": "first-judgment",
|
|
@@ -1239,7 +1369,7 @@
|
|
|
1239
1369
|
"title": "클로드 코드 연동 설치와 첫 쓰기 요청 검사",
|
|
1240
1370
|
"level": 2,
|
|
1241
1371
|
"path": "tutorials/first-judgment.ko.md",
|
|
1242
|
-
"hash": "
|
|
1372
|
+
"hash": "651edefd646d0bd794326098901daf8cb4dce480303cc9e42cb1cbcbf243ff1c"
|
|
1243
1373
|
},
|
|
1244
1374
|
{
|
|
1245
1375
|
"documentId": "first-judgment",
|
|
@@ -1248,7 +1378,7 @@
|
|
|
1248
1378
|
"title": "실제 프로젝트에 적용하기",
|
|
1249
1379
|
"level": 2,
|
|
1250
1380
|
"path": "tutorials/first-judgment.ko.md",
|
|
1251
|
-
"hash": "
|
|
1381
|
+
"hash": "651edefd646d0bd794326098901daf8cb4dce480303cc9e42cb1cbcbf243ff1c"
|
|
1252
1382
|
},
|
|
1253
1383
|
{
|
|
1254
1384
|
"documentId": "home",
|
|
@@ -1257,7 +1387,7 @@
|
|
|
1257
1387
|
"title": "Reference",
|
|
1258
1388
|
"level": 2,
|
|
1259
1389
|
"path": "README.md",
|
|
1260
|
-
"hash": "
|
|
1390
|
+
"hash": "0f99f4d2ae4512e7c0366c2ada220b1223f10da121159598db7f16f9497a9e06"
|
|
1261
1391
|
},
|
|
1262
1392
|
{
|
|
1263
1393
|
"documentId": "home",
|
|
@@ -1266,7 +1396,7 @@
|
|
|
1266
1396
|
"title": "The shape of the thing, in one page",
|
|
1267
1397
|
"level": 2,
|
|
1268
1398
|
"path": "README.md",
|
|
1269
|
-
"hash": "
|
|
1399
|
+
"hash": "0f99f4d2ae4512e7c0366c2ada220b1223f10da121159598db7f16f9497a9e06"
|
|
1270
1400
|
},
|
|
1271
1401
|
{
|
|
1272
1402
|
"documentId": "home",
|
|
@@ -1275,7 +1405,7 @@
|
|
|
1275
1405
|
"title": "Start here",
|
|
1276
1406
|
"level": 2,
|
|
1277
1407
|
"path": "README.md",
|
|
1278
|
-
"hash": "
|
|
1408
|
+
"hash": "0f99f4d2ae4512e7c0366c2ada220b1223f10da121159598db7f16f9497a9e06"
|
|
1279
1409
|
},
|
|
1280
1410
|
{
|
|
1281
1411
|
"documentId": "home",
|
|
@@ -1284,7 +1414,7 @@
|
|
|
1284
1414
|
"title": "Two surfaces",
|
|
1285
1415
|
"level": 2,
|
|
1286
1416
|
"path": "README.md",
|
|
1287
|
-
"hash": "
|
|
1417
|
+
"hash": "0f99f4d2ae4512e7c0366c2ada220b1223f10da121159598db7f16f9497a9e06"
|
|
1288
1418
|
},
|
|
1289
1419
|
{
|
|
1290
1420
|
"documentId": "home",
|
|
@@ -1293,7 +1423,7 @@
|
|
|
1293
1423
|
"title": "레퍼런스",
|
|
1294
1424
|
"level": 2,
|
|
1295
1425
|
"path": "README.ko.md",
|
|
1296
|
-
"hash": "
|
|
1426
|
+
"hash": "5690324151819ace8b282ffeb49a5bfdbdff10c2c2633d7d3b6b8aafd7b91f3a"
|
|
1297
1427
|
},
|
|
1298
1428
|
{
|
|
1299
1429
|
"documentId": "home",
|
|
@@ -1302,7 +1432,7 @@
|
|
|
1302
1432
|
"title": "한 페이지로 보는 구조",
|
|
1303
1433
|
"level": 2,
|
|
1304
1434
|
"path": "README.ko.md",
|
|
1305
|
-
"hash": "
|
|
1435
|
+
"hash": "5690324151819ace8b282ffeb49a5bfdbdff10c2c2633d7d3b6b8aafd7b91f3a"
|
|
1306
1436
|
},
|
|
1307
1437
|
{
|
|
1308
1438
|
"documentId": "home",
|
|
@@ -1311,7 +1441,7 @@
|
|
|
1311
1441
|
"title": "여기서 시작하십시오",
|
|
1312
1442
|
"level": 2,
|
|
1313
1443
|
"path": "README.ko.md",
|
|
1314
|
-
"hash": "
|
|
1444
|
+
"hash": "5690324151819ace8b282ffeb49a5bfdbdff10c2c2633d7d3b6b8aafd7b91f3a"
|
|
1315
1445
|
},
|
|
1316
1446
|
{
|
|
1317
1447
|
"documentId": "home",
|
|
@@ -1320,7 +1450,7 @@
|
|
|
1320
1450
|
"title": "두 표면",
|
|
1321
1451
|
"level": 2,
|
|
1322
1452
|
"path": "README.ko.md",
|
|
1323
|
-
"hash": "
|
|
1453
|
+
"hash": "5690324151819ace8b282ffeb49a5bfdbdff10c2c2633d7d3b6b8aafd7b91f3a"
|
|
1324
1454
|
},
|
|
1325
1455
|
{
|
|
1326
1456
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1329,7 +1459,7 @@
|
|
|
1329
1459
|
"title": "Where the consumer touches it",
|
|
1330
1460
|
"level": 2,
|
|
1331
1461
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1332
|
-
"hash": "
|
|
1462
|
+
"hash": "4834f029b83986a9334868111b9f5b3e75715c7953b94b7fcbe42c1b4969e73d"
|
|
1333
1463
|
},
|
|
1334
1464
|
{
|
|
1335
1465
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1338,7 +1468,7 @@
|
|
|
1338
1468
|
"title": "Declared limits",
|
|
1339
1469
|
"level": 2,
|
|
1340
1470
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1341
|
-
"hash": "
|
|
1471
|
+
"hash": "4834f029b83986a9334868111b9f5b3e75715c7953b94b7fcbe42c1b4969e73d"
|
|
1342
1472
|
},
|
|
1343
1473
|
{
|
|
1344
1474
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1347,7 +1477,7 @@
|
|
|
1347
1477
|
"title": "What this package owns",
|
|
1348
1478
|
"level": 2,
|
|
1349
1479
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1350
|
-
"hash": "
|
|
1480
|
+
"hash": "4834f029b83986a9334868111b9f5b3e75715c7953b94b7fcbe42c1b4969e73d"
|
|
1351
1481
|
},
|
|
1352
1482
|
{
|
|
1353
1483
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1356,7 +1486,7 @@
|
|
|
1356
1486
|
"title": "Payload translation and the three axes",
|
|
1357
1487
|
"level": 2,
|
|
1358
1488
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1359
|
-
"hash": "
|
|
1489
|
+
"hash": "4834f029b83986a9334868111b9f5b3e75715c7953b94b7fcbe42c1b4969e73d"
|
|
1360
1490
|
},
|
|
1361
1491
|
{
|
|
1362
1492
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1365,7 +1495,7 @@
|
|
|
1365
1495
|
"title": "사용자와의 접점",
|
|
1366
1496
|
"level": 2,
|
|
1367
1497
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1368
|
-
"hash": "
|
|
1498
|
+
"hash": "00399629f03312796c6bd93225c1c0017dfd3238f53dde0f15f2bba9a75b4a8b"
|
|
1369
1499
|
},
|
|
1370
1500
|
{
|
|
1371
1501
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1374,7 +1504,7 @@
|
|
|
1374
1504
|
"title": "선언된 한계",
|
|
1375
1505
|
"level": 2,
|
|
1376
1506
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1377
|
-
"hash": "
|
|
1507
|
+
"hash": "00399629f03312796c6bd93225c1c0017dfd3238f53dde0f15f2bba9a75b4a8b"
|
|
1378
1508
|
},
|
|
1379
1509
|
{
|
|
1380
1510
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1383,7 +1513,7 @@
|
|
|
1383
1513
|
"title": "담당하는 기능",
|
|
1384
1514
|
"level": 2,
|
|
1385
1515
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1386
|
-
"hash": "
|
|
1516
|
+
"hash": "00399629f03312796c6bd93225c1c0017dfd3238f53dde0f15f2bba9a75b4a8b"
|
|
1387
1517
|
},
|
|
1388
1518
|
{
|
|
1389
1519
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1392,79 +1522,133 @@
|
|
|
1392
1522
|
"title": "페이로드 번역과 세 축",
|
|
1393
1523
|
"level": 2,
|
|
1394
1524
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1395
|
-
"hash": "
|
|
1525
|
+
"hash": "00399629f03312796c6bd93225c1c0017dfd3238f53dde0f15f2bba9a75b4a8b"
|
|
1396
1526
|
},
|
|
1397
1527
|
{
|
|
1398
|
-
"documentId": "package-adapter-
|
|
1528
|
+
"documentId": "package-adapter-codex",
|
|
1399
1529
|
"language": "en",
|
|
1400
|
-
"sectionId": "
|
|
1401
|
-
"title": "
|
|
1530
|
+
"sectionId": "apply-patch",
|
|
1531
|
+
"title": "Why this adapter parses text where its siblings read arguments",
|
|
1402
1532
|
"level": 2,
|
|
1403
|
-
"path": "reference/packages/adapter-
|
|
1404
|
-
"hash": "
|
|
1533
|
+
"path": "reference/packages/adapter-codex.md",
|
|
1534
|
+
"hash": "92169ecd8b901f2ab06f4448847ba4cf64fc37631dc37497c3b328e64438f6e4"
|
|
1405
1535
|
},
|
|
1406
1536
|
{
|
|
1407
|
-
"documentId": "package-adapter-
|
|
1537
|
+
"documentId": "package-adapter-codex",
|
|
1408
1538
|
"language": "en",
|
|
1409
|
-
"sectionId": "consumer
|
|
1539
|
+
"sectionId": "consumer",
|
|
1410
1540
|
"title": "Where the consumer touches it",
|
|
1411
1541
|
"level": 2,
|
|
1412
|
-
"path": "reference/packages/adapter-
|
|
1413
|
-
"hash": "
|
|
1542
|
+
"path": "reference/packages/adapter-codex.md",
|
|
1543
|
+
"hash": "92169ecd8b901f2ab06f4448847ba4cf64fc37631dc37497c3b328e64438f6e4"
|
|
1414
1544
|
},
|
|
1415
1545
|
{
|
|
1416
|
-
"documentId": "package-adapter-
|
|
1546
|
+
"documentId": "package-adapter-codex",
|
|
1417
1547
|
"language": "en",
|
|
1418
1548
|
"sectionId": "limits",
|
|
1419
1549
|
"title": "Declared limits",
|
|
1420
1550
|
"level": 2,
|
|
1421
|
-
"path": "reference/packages/adapter-
|
|
1422
|
-
"hash": "
|
|
1551
|
+
"path": "reference/packages/adapter-codex.md",
|
|
1552
|
+
"hash": "92169ecd8b901f2ab06f4448847ba4cf64fc37631dc37497c3b328e64438f6e4"
|
|
1423
1553
|
},
|
|
1424
1554
|
{
|
|
1425
|
-
"documentId": "package-adapter-
|
|
1555
|
+
"documentId": "package-adapter-codex",
|
|
1426
1556
|
"language": "en",
|
|
1427
1557
|
"sectionId": "ownership",
|
|
1428
1558
|
"title": "What this package owns",
|
|
1429
1559
|
"level": 2,
|
|
1430
|
-
"path": "reference/packages/adapter-
|
|
1431
|
-
"hash": "
|
|
1560
|
+
"path": "reference/packages/adapter-codex.md",
|
|
1561
|
+
"hash": "92169ecd8b901f2ab06f4448847ba4cf64fc37631dc37497c3b328e64438f6e4"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"documentId": "package-adapter-codex",
|
|
1565
|
+
"language": "ko",
|
|
1566
|
+
"sectionId": "apply-patch",
|
|
1567
|
+
"title": "형제 어댑터는 인자를 읽는데 이 어댑터가 텍스트를 해석하는 이유",
|
|
1568
|
+
"level": 2,
|
|
1569
|
+
"path": "reference/packages/adapter-codex.ko.md",
|
|
1570
|
+
"hash": "f0766924343010aba0860fb177575b6abef63c28a5bec42ff309f638c0f36c28"
|
|
1432
1571
|
},
|
|
1433
1572
|
{
|
|
1434
|
-
"documentId": "package-adapter-
|
|
1573
|
+
"documentId": "package-adapter-codex",
|
|
1435
1574
|
"language": "ko",
|
|
1436
|
-
"sectionId": "
|
|
1437
|
-
"title": "
|
|
1575
|
+
"sectionId": "consumer",
|
|
1576
|
+
"title": "사용자가 다루는 부분",
|
|
1577
|
+
"level": 2,
|
|
1578
|
+
"path": "reference/packages/adapter-codex.ko.md",
|
|
1579
|
+
"hash": "f0766924343010aba0860fb177575b6abef63c28a5bec42ff309f638c0f36c28"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"documentId": "package-adapter-codex",
|
|
1583
|
+
"language": "ko",
|
|
1584
|
+
"sectionId": "limits",
|
|
1585
|
+
"title": "선언된 한계",
|
|
1438
1586
|
"level": 2,
|
|
1439
|
-
"path": "reference/packages/adapter-
|
|
1440
|
-
"hash": "
|
|
1587
|
+
"path": "reference/packages/adapter-codex.ko.md",
|
|
1588
|
+
"hash": "f0766924343010aba0860fb177575b6abef63c28a5bec42ff309f638c0f36c28"
|
|
1441
1589
|
},
|
|
1442
1590
|
{
|
|
1443
|
-
"documentId": "package-adapter-
|
|
1591
|
+
"documentId": "package-adapter-codex",
|
|
1444
1592
|
"language": "ko",
|
|
1593
|
+
"sectionId": "ownership",
|
|
1594
|
+
"title": "담당하는 기능",
|
|
1595
|
+
"level": 2,
|
|
1596
|
+
"path": "reference/packages/adapter-codex.ko.md",
|
|
1597
|
+
"hash": "f0766924343010aba0860fb177575b6abef63c28a5bec42ff309f638c0f36c28"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"documentId": "package-adapter-grok",
|
|
1601
|
+
"language": "en",
|
|
1445
1602
|
"sectionId": "consumer-contract",
|
|
1446
|
-
"title": "
|
|
1603
|
+
"title": "Where the consumer touches it",
|
|
1604
|
+
"level": 2,
|
|
1605
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1606
|
+
"hash": "74be95badb48feefd34cf10fe09549c5bc2c7c4cc3442eff86881766a9ce3290"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"documentId": "package-adapter-grok",
|
|
1610
|
+
"language": "en",
|
|
1611
|
+
"sectionId": "limits",
|
|
1612
|
+
"title": "Declared limits",
|
|
1447
1613
|
"level": 2,
|
|
1448
|
-
"path": "reference/packages/adapter-
|
|
1449
|
-
"hash": "
|
|
1614
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1615
|
+
"hash": "74be95badb48feefd34cf10fe09549c5bc2c7c4cc3442eff86881766a9ce3290"
|
|
1450
1616
|
},
|
|
1451
1617
|
{
|
|
1452
|
-
"documentId": "package-adapter-
|
|
1618
|
+
"documentId": "package-adapter-grok",
|
|
1619
|
+
"language": "en",
|
|
1620
|
+
"sectionId": "ownership",
|
|
1621
|
+
"title": "What this package owns",
|
|
1622
|
+
"level": 2,
|
|
1623
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1624
|
+
"hash": "74be95badb48feefd34cf10fe09549c5bc2c7c4cc3442eff86881766a9ce3290"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"documentId": "package-adapter-grok",
|
|
1628
|
+
"language": "ko",
|
|
1629
|
+
"sectionId": "consumer-contract",
|
|
1630
|
+
"title": "소비자가 닿는 곳",
|
|
1631
|
+
"level": 2,
|
|
1632
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1633
|
+
"hash": "5522a057a6b818462459be4ca8b2ed524c6a653ebff33e780be1e97bb51b4a64"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"documentId": "package-adapter-grok",
|
|
1453
1637
|
"language": "ko",
|
|
1454
1638
|
"sectionId": "limits",
|
|
1455
1639
|
"title": "선언된 한계",
|
|
1456
1640
|
"level": 2,
|
|
1457
|
-
"path": "reference/packages/adapter-
|
|
1458
|
-
"hash": "
|
|
1641
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1642
|
+
"hash": "5522a057a6b818462459be4ca8b2ed524c6a653ebff33e780be1e97bb51b4a64"
|
|
1459
1643
|
},
|
|
1460
1644
|
{
|
|
1461
|
-
"documentId": "package-adapter-
|
|
1645
|
+
"documentId": "package-adapter-grok",
|
|
1462
1646
|
"language": "ko",
|
|
1463
1647
|
"sectionId": "ownership",
|
|
1464
1648
|
"title": "담당하는 기능",
|
|
1465
1649
|
"level": 2,
|
|
1466
|
-
"path": "reference/packages/adapter-
|
|
1467
|
-
"hash": "
|
|
1650
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1651
|
+
"hash": "5522a057a6b818462459be4ca8b2ed524c6a653ebff33e780be1e97bb51b4a64"
|
|
1468
1652
|
},
|
|
1469
1653
|
{
|
|
1470
1654
|
"documentId": "package-core",
|
|
@@ -1473,7 +1657,16 @@
|
|
|
1473
1657
|
"title": "Where the consumer touches it",
|
|
1474
1658
|
"level": 2,
|
|
1475
1659
|
"path": "reference/packages/core.md",
|
|
1476
|
-
"hash": "
|
|
1660
|
+
"hash": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"documentId": "package-core",
|
|
1664
|
+
"language": "en",
|
|
1665
|
+
"sectionId": "discipline-lists",
|
|
1666
|
+
"title": "The three discipline lists and the channel derivation",
|
|
1667
|
+
"level": 2,
|
|
1668
|
+
"path": "reference/packages/core.md",
|
|
1669
|
+
"hash": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796"
|
|
1477
1670
|
},
|
|
1478
1671
|
{
|
|
1479
1672
|
"documentId": "package-core",
|
|
@@ -1482,7 +1675,7 @@
|
|
|
1482
1675
|
"title": "Declared limits",
|
|
1483
1676
|
"level": 2,
|
|
1484
1677
|
"path": "reference/packages/core.md",
|
|
1485
|
-
"hash": "
|
|
1678
|
+
"hash": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796"
|
|
1486
1679
|
},
|
|
1487
1680
|
{
|
|
1488
1681
|
"documentId": "package-core",
|
|
@@ -1491,7 +1684,7 @@
|
|
|
1491
1684
|
"title": "What this package owns",
|
|
1492
1685
|
"level": 2,
|
|
1493
1686
|
"path": "reference/packages/core.md",
|
|
1494
|
-
"hash": "
|
|
1687
|
+
"hash": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796"
|
|
1495
1688
|
},
|
|
1496
1689
|
{
|
|
1497
1690
|
"documentId": "package-core",
|
|
@@ -1500,7 +1693,7 @@
|
|
|
1500
1693
|
"title": "The judged protocol",
|
|
1501
1694
|
"level": 2,
|
|
1502
1695
|
"path": "reference/packages/core.md",
|
|
1503
|
-
"hash": "
|
|
1696
|
+
"hash": "65faa5aa1c4a4ba94a61ae8ba48257949438ce8e310a2ee9e82bc6feaf956796"
|
|
1504
1697
|
},
|
|
1505
1698
|
{
|
|
1506
1699
|
"documentId": "package-core",
|
|
@@ -1509,7 +1702,16 @@
|
|
|
1509
1702
|
"title": "사용자와의 접점",
|
|
1510
1703
|
"level": 2,
|
|
1511
1704
|
"path": "reference/packages/core.ko.md",
|
|
1512
|
-
"hash": "
|
|
1705
|
+
"hash": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"documentId": "package-core",
|
|
1709
|
+
"language": "ko",
|
|
1710
|
+
"sectionId": "discipline-lists",
|
|
1711
|
+
"title": "규율 목록 셋과 통로 유도",
|
|
1712
|
+
"level": 2,
|
|
1713
|
+
"path": "reference/packages/core.ko.md",
|
|
1714
|
+
"hash": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
1513
1715
|
},
|
|
1514
1716
|
{
|
|
1515
1717
|
"documentId": "package-core",
|
|
@@ -1518,7 +1720,7 @@
|
|
|
1518
1720
|
"title": "선언된 한계",
|
|
1519
1721
|
"level": 2,
|
|
1520
1722
|
"path": "reference/packages/core.ko.md",
|
|
1521
|
-
"hash": "
|
|
1723
|
+
"hash": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
1522
1724
|
},
|
|
1523
1725
|
{
|
|
1524
1726
|
"documentId": "package-core",
|
|
@@ -1527,7 +1729,7 @@
|
|
|
1527
1729
|
"title": "담당하는 기능",
|
|
1528
1730
|
"level": 2,
|
|
1529
1731
|
"path": "reference/packages/core.ko.md",
|
|
1530
|
-
"hash": "
|
|
1732
|
+
"hash": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
1531
1733
|
},
|
|
1532
1734
|
{
|
|
1533
1735
|
"documentId": "package-core",
|
|
@@ -1536,79 +1738,52 @@
|
|
|
1536
1738
|
"title": "판정 프로토콜",
|
|
1537
1739
|
"level": 2,
|
|
1538
1740
|
"path": "reference/packages/core.ko.md",
|
|
1539
|
-
"hash": "
|
|
1741
|
+
"hash": "c7022311612ce9ec8bd5a13cdc08b248074fe4b653c9e6f895b89928fe9190f3"
|
|
1540
1742
|
},
|
|
1541
1743
|
{
|
|
1542
|
-
"documentId": "package-
|
|
1744
|
+
"documentId": "package-polydeukes",
|
|
1543
1745
|
"language": "en",
|
|
1544
1746
|
"sectionId": "consumer-contract",
|
|
1545
1747
|
"title": "Where the consumer touches it",
|
|
1748
|
+
"level": 3,
|
|
1749
|
+
"path": "reference/packages/polydeukes.md",
|
|
1750
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"documentId": "package-polydeukes",
|
|
1754
|
+
"language": "en",
|
|
1755
|
+
"sectionId": "covenant-module",
|
|
1756
|
+
"title": "The judge (`covenant` module)",
|
|
1546
1757
|
"level": 2,
|
|
1547
|
-
"path": "reference/packages/
|
|
1548
|
-
"hash": "
|
|
1758
|
+
"path": "reference/packages/polydeukes.md",
|
|
1759
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1549
1760
|
},
|
|
1550
1761
|
{
|
|
1551
|
-
"documentId": "package-
|
|
1762
|
+
"documentId": "package-polydeukes",
|
|
1552
1763
|
"language": "en",
|
|
1553
1764
|
"sectionId": "disciplines-and-meta-covenants",
|
|
1554
1765
|
"title": "Discipline families and meta-covenants",
|
|
1555
|
-
"level":
|
|
1556
|
-
"path": "reference/packages/
|
|
1557
|
-
"hash": "
|
|
1766
|
+
"level": 3,
|
|
1767
|
+
"path": "reference/packages/polydeukes.md",
|
|
1768
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1558
1769
|
},
|
|
1559
1770
|
{
|
|
1560
|
-
"documentId": "package-
|
|
1771
|
+
"documentId": "package-polydeukes",
|
|
1561
1772
|
"language": "en",
|
|
1562
1773
|
"sectionId": "limits",
|
|
1563
1774
|
"title": "Declared limits",
|
|
1564
|
-
"level":
|
|
1565
|
-
"path": "reference/packages/
|
|
1566
|
-
"hash": "
|
|
1775
|
+
"level": 3,
|
|
1776
|
+
"path": "reference/packages/polydeukes.md",
|
|
1777
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1567
1778
|
},
|
|
1568
1779
|
{
|
|
1569
|
-
"documentId": "package-
|
|
1780
|
+
"documentId": "package-polydeukes",
|
|
1570
1781
|
"language": "en",
|
|
1571
1782
|
"sectionId": "ownership",
|
|
1572
|
-
"title": "What
|
|
1573
|
-
"level":
|
|
1574
|
-
"path": "reference/packages/
|
|
1575
|
-
"hash": "
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"documentId": "package-covenant",
|
|
1579
|
-
"language": "ko",
|
|
1580
|
-
"sectionId": "consumer-contract",
|
|
1581
|
-
"title": "사용자와의 접점",
|
|
1582
|
-
"level": 2,
|
|
1583
|
-
"path": "reference/packages/covenant.ko.md",
|
|
1584
|
-
"hash": "77de028af61a96cf4473f76b2a0fa916adb7c74937aa30baea331bb1027b9465"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"documentId": "package-covenant",
|
|
1588
|
-
"language": "ko",
|
|
1589
|
-
"sectionId": "disciplines-and-meta-covenants",
|
|
1590
|
-
"title": "규율 계열과 메타 약속",
|
|
1591
|
-
"level": 2,
|
|
1592
|
-
"path": "reference/packages/covenant.ko.md",
|
|
1593
|
-
"hash": "77de028af61a96cf4473f76b2a0fa916adb7c74937aa30baea331bb1027b9465"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"documentId": "package-covenant",
|
|
1597
|
-
"language": "ko",
|
|
1598
|
-
"sectionId": "limits",
|
|
1599
|
-
"title": "선언된 한계",
|
|
1600
|
-
"level": 2,
|
|
1601
|
-
"path": "reference/packages/covenant.ko.md",
|
|
1602
|
-
"hash": "77de028af61a96cf4473f76b2a0fa916adb7c74937aa30baea331bb1027b9465"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"documentId": "package-covenant",
|
|
1606
|
-
"language": "ko",
|
|
1607
|
-
"sectionId": "ownership",
|
|
1608
|
-
"title": "담당하는 기능",
|
|
1609
|
-
"level": 2,
|
|
1610
|
-
"path": "reference/packages/covenant.ko.md",
|
|
1611
|
-
"hash": "77de028af61a96cf4473f76b2a0fa916adb7c74937aa30baea331bb1027b9465"
|
|
1783
|
+
"title": "What the module owns",
|
|
1784
|
+
"level": 3,
|
|
1785
|
+
"path": "reference/packages/polydeukes.md",
|
|
1786
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1612
1787
|
},
|
|
1613
1788
|
{
|
|
1614
1789
|
"documentId": "package-polydeukes",
|
|
@@ -1617,7 +1792,7 @@
|
|
|
1617
1792
|
"title": "CLI surface",
|
|
1618
1793
|
"level": 2,
|
|
1619
1794
|
"path": "reference/packages/polydeukes.md",
|
|
1620
|
-
"hash": "
|
|
1795
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1621
1796
|
},
|
|
1622
1797
|
{
|
|
1623
1798
|
"documentId": "package-polydeukes",
|
|
@@ -1626,7 +1801,7 @@
|
|
|
1626
1801
|
"title": "Entry points",
|
|
1627
1802
|
"level": 2,
|
|
1628
1803
|
"path": "reference/packages/polydeukes.md",
|
|
1629
|
-
"hash": "
|
|
1804
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1630
1805
|
},
|
|
1631
1806
|
{
|
|
1632
1807
|
"documentId": "package-polydeukes",
|
|
@@ -1635,7 +1810,7 @@
|
|
|
1635
1810
|
"title": "Export map",
|
|
1636
1811
|
"level": 2,
|
|
1637
1812
|
"path": "reference/packages/polydeukes.md",
|
|
1638
|
-
"hash": "
|
|
1813
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1639
1814
|
},
|
|
1640
1815
|
{
|
|
1641
1816
|
"documentId": "package-polydeukes",
|
|
@@ -1644,7 +1819,7 @@
|
|
|
1644
1819
|
"title": "Failure boundaries",
|
|
1645
1820
|
"level": 2,
|
|
1646
1821
|
"path": "reference/packages/polydeukes.md",
|
|
1647
|
-
"hash": "
|
|
1822
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1648
1823
|
},
|
|
1649
1824
|
{
|
|
1650
1825
|
"documentId": "package-polydeukes",
|
|
@@ -1653,43 +1828,70 @@
|
|
|
1653
1828
|
"title": "See also",
|
|
1654
1829
|
"level": 2,
|
|
1655
1830
|
"path": "reference/packages/polydeukes.md",
|
|
1656
|
-
"hash": "
|
|
1831
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1657
1832
|
},
|
|
1658
1833
|
{
|
|
1659
1834
|
"documentId": "package-polydeukes",
|
|
1660
1835
|
"language": "en",
|
|
1661
|
-
"sectionId": "
|
|
1662
|
-
"title": "
|
|
1663
|
-
"level":
|
|
1836
|
+
"sectionId": "schema-export",
|
|
1837
|
+
"title": "`./schema.json`",
|
|
1838
|
+
"level": 3,
|
|
1664
1839
|
"path": "reference/packages/polydeukes.md",
|
|
1665
|
-
"hash": "
|
|
1840
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1666
1841
|
},
|
|
1667
1842
|
{
|
|
1668
1843
|
"documentId": "package-polydeukes",
|
|
1669
1844
|
"language": "en",
|
|
1670
|
-
"sectionId": "
|
|
1671
|
-
"title": "
|
|
1845
|
+
"sectionId": "surface-from-input-mode",
|
|
1846
|
+
"title": "The input mode is the surface",
|
|
1672
1847
|
"level": 3,
|
|
1673
1848
|
"path": "reference/packages/polydeukes.md",
|
|
1674
|
-
"hash": "
|
|
1849
|
+
"hash": "795303d5f52d9ae5cd429751da8b6a908516da8adda58a1eb6ef4780c8d6d702"
|
|
1675
1850
|
},
|
|
1676
1851
|
{
|
|
1677
1852
|
"documentId": "package-polydeukes",
|
|
1678
|
-
"language": "
|
|
1679
|
-
"sectionId": "
|
|
1680
|
-
"title": "
|
|
1853
|
+
"language": "ko",
|
|
1854
|
+
"sectionId": "consumer-contract",
|
|
1855
|
+
"title": "사용자와의 접점",
|
|
1681
1856
|
"level": 3,
|
|
1682
|
-
"path": "reference/packages/polydeukes.md",
|
|
1683
|
-
"hash": "
|
|
1857
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1858
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1684
1859
|
},
|
|
1685
1860
|
{
|
|
1686
1861
|
"documentId": "package-polydeukes",
|
|
1687
|
-
"language": "
|
|
1688
|
-
"sectionId": "
|
|
1689
|
-
"title": "
|
|
1862
|
+
"language": "ko",
|
|
1863
|
+
"sectionId": "covenant-module",
|
|
1864
|
+
"title": "판정기(`covenant` 모듈)",
|
|
1865
|
+
"level": 2,
|
|
1866
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1867
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"documentId": "package-polydeukes",
|
|
1871
|
+
"language": "ko",
|
|
1872
|
+
"sectionId": "disciplines-and-meta-covenants",
|
|
1873
|
+
"title": "규율 계열과 메타 약속",
|
|
1690
1874
|
"level": 3,
|
|
1691
|
-
"path": "reference/packages/polydeukes.md",
|
|
1692
|
-
"hash": "
|
|
1875
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1876
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"documentId": "package-polydeukes",
|
|
1880
|
+
"language": "ko",
|
|
1881
|
+
"sectionId": "limits",
|
|
1882
|
+
"title": "선언된 한계",
|
|
1883
|
+
"level": 3,
|
|
1884
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1885
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"documentId": "package-polydeukes",
|
|
1889
|
+
"language": "ko",
|
|
1890
|
+
"sectionId": "ownership",
|
|
1891
|
+
"title": "모듈이 담당하는 기능",
|
|
1892
|
+
"level": 3,
|
|
1893
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1894
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1693
1895
|
},
|
|
1694
1896
|
{
|
|
1695
1897
|
"documentId": "package-polydeukes",
|
|
@@ -1698,7 +1900,7 @@
|
|
|
1698
1900
|
"title": "CLI 명령",
|
|
1699
1901
|
"level": 2,
|
|
1700
1902
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1701
|
-
"hash": "
|
|
1903
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1702
1904
|
},
|
|
1703
1905
|
{
|
|
1704
1906
|
"documentId": "package-polydeukes",
|
|
@@ -1707,7 +1909,7 @@
|
|
|
1707
1909
|
"title": "진입점",
|
|
1708
1910
|
"level": 2,
|
|
1709
1911
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1710
|
-
"hash": "
|
|
1912
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1711
1913
|
},
|
|
1712
1914
|
{
|
|
1713
1915
|
"documentId": "package-polydeukes",
|
|
@@ -1716,7 +1918,7 @@
|
|
|
1716
1918
|
"title": "공개 심볼",
|
|
1717
1919
|
"level": 2,
|
|
1718
1920
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1719
|
-
"hash": "
|
|
1921
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1720
1922
|
},
|
|
1721
1923
|
{
|
|
1722
1924
|
"documentId": "package-polydeukes",
|
|
@@ -1725,7 +1927,7 @@
|
|
|
1725
1927
|
"title": "실패 경계",
|
|
1726
1928
|
"level": 2,
|
|
1727
1929
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1728
|
-
"hash": "
|
|
1930
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1729
1931
|
},
|
|
1730
1932
|
{
|
|
1731
1933
|
"documentId": "package-polydeukes",
|
|
@@ -1734,43 +1936,169 @@
|
|
|
1734
1936
|
"title": "함께 보기",
|
|
1735
1937
|
"level": 2,
|
|
1736
1938
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1737
|
-
"hash": "
|
|
1939
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1738
1940
|
},
|
|
1739
1941
|
{
|
|
1740
1942
|
"documentId": "package-polydeukes",
|
|
1741
1943
|
"language": "ko",
|
|
1742
|
-
"sectionId": "
|
|
1743
|
-
"title": "
|
|
1744
|
-
"level":
|
|
1944
|
+
"sectionId": "schema-export",
|
|
1945
|
+
"title": "`./schema.json`",
|
|
1946
|
+
"level": 3,
|
|
1745
1947
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1746
|
-
"hash": "
|
|
1948
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1747
1949
|
},
|
|
1748
1950
|
{
|
|
1749
1951
|
"documentId": "package-polydeukes",
|
|
1750
1952
|
"language": "ko",
|
|
1751
|
-
"sectionId": "
|
|
1752
|
-
"title": "
|
|
1953
|
+
"sectionId": "surface-from-input-mode",
|
|
1954
|
+
"title": "입력 방식이 곧 표면이다",
|
|
1753
1955
|
"level": 3,
|
|
1754
1956
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1755
|
-
"hash": "
|
|
1957
|
+
"hash": "c743fb8fc4320371e389d6d179da4d8395ad5c304b76546981b34acc2b5c6f4d"
|
|
1756
1958
|
},
|
|
1757
1959
|
{
|
|
1758
|
-
"documentId": "package-
|
|
1960
|
+
"documentId": "package-sdk-ts",
|
|
1961
|
+
"language": "en",
|
|
1962
|
+
"sectionId": "failure",
|
|
1963
|
+
"title": "A failure example",
|
|
1964
|
+
"level": 2,
|
|
1965
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1966
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"documentId": "package-sdk-ts",
|
|
1970
|
+
"language": "en",
|
|
1971
|
+
"sectionId": "install",
|
|
1972
|
+
"title": "Install",
|
|
1973
|
+
"level": 2,
|
|
1974
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1975
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"documentId": "package-sdk-ts",
|
|
1979
|
+
"language": "en",
|
|
1980
|
+
"sectionId": "limits",
|
|
1981
|
+
"title": "Declared limits",
|
|
1982
|
+
"level": 2,
|
|
1983
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1984
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"documentId": "package-sdk-ts",
|
|
1988
|
+
"language": "en",
|
|
1989
|
+
"sectionId": "ownership",
|
|
1990
|
+
"title": "What this package owns",
|
|
1991
|
+
"level": 2,
|
|
1992
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1993
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"documentId": "package-sdk-ts",
|
|
1997
|
+
"language": "en",
|
|
1998
|
+
"sectionId": "see-also",
|
|
1999
|
+
"title": "See also",
|
|
2000
|
+
"level": 2,
|
|
2001
|
+
"path": "reference/packages/sdk-ts.md",
|
|
2002
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"documentId": "package-sdk-ts",
|
|
2006
|
+
"language": "en",
|
|
2007
|
+
"sectionId": "spec",
|
|
2008
|
+
"title": "The spec",
|
|
2009
|
+
"level": 2,
|
|
2010
|
+
"path": "reference/packages/sdk-ts.md",
|
|
2011
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"documentId": "package-sdk-ts",
|
|
2015
|
+
"language": "en",
|
|
2016
|
+
"sectionId": "verb",
|
|
2017
|
+
"title": "The verb",
|
|
2018
|
+
"level": 2,
|
|
2019
|
+
"path": "reference/packages/sdk-ts.md",
|
|
2020
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"documentId": "package-sdk-ts",
|
|
2024
|
+
"language": "en",
|
|
2025
|
+
"sectionId": "verdicts",
|
|
2026
|
+
"title": "The three verdicts",
|
|
2027
|
+
"level": 2,
|
|
2028
|
+
"path": "reference/packages/sdk-ts.md",
|
|
2029
|
+
"hash": "1d827ca0dda5dfe370b1af3a026a0d3a11fbbcb90d3213a69c1c76cf4107dff4"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"documentId": "package-sdk-ts",
|
|
1759
2033
|
"language": "ko",
|
|
1760
|
-
"sectionId": "
|
|
1761
|
-
"title": "
|
|
1762
|
-
"level":
|
|
1763
|
-
"path": "reference/packages/
|
|
1764
|
-
"hash": "
|
|
2034
|
+
"sectionId": "failure",
|
|
2035
|
+
"title": "실패 예제",
|
|
2036
|
+
"level": 2,
|
|
2037
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2038
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
1765
2039
|
},
|
|
1766
2040
|
{
|
|
1767
|
-
"documentId": "package-
|
|
2041
|
+
"documentId": "package-sdk-ts",
|
|
1768
2042
|
"language": "ko",
|
|
1769
|
-
"sectionId": "
|
|
1770
|
-
"title": "
|
|
1771
|
-
"level":
|
|
1772
|
-
"path": "reference/packages/
|
|
1773
|
-
"hash": "
|
|
2043
|
+
"sectionId": "install",
|
|
2044
|
+
"title": "설치",
|
|
2045
|
+
"level": 2,
|
|
2046
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2047
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"documentId": "package-sdk-ts",
|
|
2051
|
+
"language": "ko",
|
|
2052
|
+
"sectionId": "limits",
|
|
2053
|
+
"title": "선언된 한계",
|
|
2054
|
+
"level": 2,
|
|
2055
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2056
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"documentId": "package-sdk-ts",
|
|
2060
|
+
"language": "ko",
|
|
2061
|
+
"sectionId": "ownership",
|
|
2062
|
+
"title": "담당하는 기능",
|
|
2063
|
+
"level": 2,
|
|
2064
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2065
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"documentId": "package-sdk-ts",
|
|
2069
|
+
"language": "ko",
|
|
2070
|
+
"sectionId": "see-also",
|
|
2071
|
+
"title": "함께 보기",
|
|
2072
|
+
"level": 2,
|
|
2073
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2074
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"documentId": "package-sdk-ts",
|
|
2078
|
+
"language": "ko",
|
|
2079
|
+
"sectionId": "spec",
|
|
2080
|
+
"title": "스펙",
|
|
2081
|
+
"level": 2,
|
|
2082
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2083
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"documentId": "package-sdk-ts",
|
|
2087
|
+
"language": "ko",
|
|
2088
|
+
"sectionId": "verb",
|
|
2089
|
+
"title": "동사",
|
|
2090
|
+
"level": 2,
|
|
2091
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2092
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"documentId": "package-sdk-ts",
|
|
2096
|
+
"language": "ko",
|
|
2097
|
+
"sectionId": "verdicts",
|
|
2098
|
+
"title": "판정 결과 셋",
|
|
2099
|
+
"level": 2,
|
|
2100
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
2101
|
+
"hash": "b7a44c4058b64ade07db724003eebc6472c96172ab38c2539711400914aecf0b"
|
|
1774
2102
|
},
|
|
1775
2103
|
{
|
|
1776
2104
|
"documentId": "troubleshooting",
|
|
@@ -1779,7 +2107,16 @@
|
|
|
1779
2107
|
"title": "A blocked commit",
|
|
1780
2108
|
"level": 2,
|
|
1781
2109
|
"path": "troubleshooting.md",
|
|
1782
|
-
"hash": "
|
|
2110
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"documentId": "troubleshooting",
|
|
2114
|
+
"language": "en",
|
|
2115
|
+
"sectionId": "codex-witness",
|
|
2116
|
+
"title": "Codex witness",
|
|
2117
|
+
"level": 2,
|
|
2118
|
+
"path": "troubleshooting.md",
|
|
2119
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1783
2120
|
},
|
|
1784
2121
|
{
|
|
1785
2122
|
"documentId": "troubleshooting",
|
|
@@ -1788,7 +2125,7 @@
|
|
|
1788
2125
|
"title": "Config-fault",
|
|
1789
2126
|
"level": 2,
|
|
1790
2127
|
"path": "troubleshooting.md",
|
|
1791
|
-
"hash": "
|
|
2128
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1792
2129
|
},
|
|
1793
2130
|
{
|
|
1794
2131
|
"documentId": "troubleshooting",
|
|
@@ -1797,7 +2134,7 @@
|
|
|
1797
2134
|
"title": "Grok witness",
|
|
1798
2135
|
"level": 2,
|
|
1799
2136
|
"path": "troubleshooting.md",
|
|
1800
|
-
"hash": "
|
|
2137
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1801
2138
|
},
|
|
1802
2139
|
{
|
|
1803
2140
|
"documentId": "troubleshooting",
|
|
@@ -1806,7 +2143,7 @@
|
|
|
1806
2143
|
"title": "Invalid config",
|
|
1807
2144
|
"level": 2,
|
|
1808
2145
|
"path": "troubleshooting.md",
|
|
1809
|
-
"hash": "
|
|
2146
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1810
2147
|
},
|
|
1811
2148
|
{
|
|
1812
2149
|
"documentId": "troubleshooting",
|
|
@@ -1815,7 +2152,7 @@
|
|
|
1815
2152
|
"title": "The judge cannot be loaded",
|
|
1816
2153
|
"level": 2,
|
|
1817
2154
|
"path": "troubleshooting.md",
|
|
1818
|
-
"hash": "
|
|
2155
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1819
2156
|
},
|
|
1820
2157
|
{
|
|
1821
2158
|
"documentId": "troubleshooting",
|
|
@@ -1824,7 +2161,7 @@
|
|
|
1824
2161
|
"title": "Moving a project between machines",
|
|
1825
2162
|
"level": 2,
|
|
1826
2163
|
"path": "troubleshooting.md",
|
|
1827
|
-
"hash": "
|
|
2164
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1828
2165
|
},
|
|
1829
2166
|
{
|
|
1830
2167
|
"documentId": "troubleshooting",
|
|
@@ -1833,7 +2170,7 @@
|
|
|
1833
2170
|
"title": "More than one config file",
|
|
1834
2171
|
"level": 2,
|
|
1835
2172
|
"path": "troubleshooting.md",
|
|
1836
|
-
"hash": "
|
|
2173
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1837
2174
|
},
|
|
1838
2175
|
{
|
|
1839
2176
|
"documentId": "troubleshooting",
|
|
@@ -1842,7 +2179,7 @@
|
|
|
1842
2179
|
"title": "Next steps",
|
|
1843
2180
|
"level": 2,
|
|
1844
2181
|
"path": "troubleshooting.md",
|
|
1845
|
-
"hash": "
|
|
2182
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1846
2183
|
},
|
|
1847
2184
|
{
|
|
1848
2185
|
"documentId": "troubleshooting",
|
|
@@ -1851,7 +2188,7 @@
|
|
|
1851
2188
|
"title": "No config found",
|
|
1852
2189
|
"level": 2,
|
|
1853
2190
|
"path": "troubleshooting.md",
|
|
1854
|
-
"hash": "
|
|
2191
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1855
2192
|
},
|
|
1856
2193
|
{
|
|
1857
2194
|
"documentId": "troubleshooting",
|
|
@@ -1860,7 +2197,7 @@
|
|
|
1860
2197
|
"title": "Opening a blocked call",
|
|
1861
2198
|
"level": 2,
|
|
1862
2199
|
"path": "troubleshooting.md",
|
|
1863
|
-
"hash": "
|
|
2200
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1864
2201
|
},
|
|
1865
2202
|
{
|
|
1866
2203
|
"documentId": "troubleshooting",
|
|
@@ -1869,16 +2206,16 @@
|
|
|
1869
2206
|
"title": "Reading a verdict",
|
|
1870
2207
|
"level": 2,
|
|
1871
2208
|
"path": "troubleshooting.md",
|
|
1872
|
-
"hash": "
|
|
2209
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1873
2210
|
},
|
|
1874
2211
|
{
|
|
1875
2212
|
"documentId": "troubleshooting",
|
|
1876
2213
|
"language": "en",
|
|
1877
|
-
"sectionId": "skipped-rows-on-the-
|
|
1878
|
-
"title": "`skipped` rows on the
|
|
2214
|
+
"sectionId": "skipped-rows-on-the-change-set-surface",
|
|
2215
|
+
"title": "`skipped` rows on the change-set surface",
|
|
1879
2216
|
"level": 2,
|
|
1880
2217
|
"path": "troubleshooting.md",
|
|
1881
|
-
"hash": "
|
|
2218
|
+
"hash": "6b37fc7cbe8d80d1e218a53eee8e958de77caae0f0cc1ac7bf423a712256559d"
|
|
1882
2219
|
},
|
|
1883
2220
|
{
|
|
1884
2221
|
"documentId": "troubleshooting",
|
|
@@ -1887,7 +2224,16 @@
|
|
|
1887
2224
|
"title": "커밋이 차단됐을 때",
|
|
1888
2225
|
"level": 2,
|
|
1889
2226
|
"path": "troubleshooting.ko.md",
|
|
1890
|
-
"hash": "
|
|
2227
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"documentId": "troubleshooting",
|
|
2231
|
+
"language": "ko",
|
|
2232
|
+
"sectionId": "codex-witness",
|
|
2233
|
+
"title": "Codex 증인",
|
|
2234
|
+
"level": 2,
|
|
2235
|
+
"path": "troubleshooting.ko.md",
|
|
2236
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1891
2237
|
},
|
|
1892
2238
|
{
|
|
1893
2239
|
"documentId": "troubleshooting",
|
|
@@ -1896,7 +2242,7 @@
|
|
|
1896
2242
|
"title": "선언을 판정으로 구성하지 못할 때",
|
|
1897
2243
|
"level": 2,
|
|
1898
2244
|
"path": "troubleshooting.ko.md",
|
|
1899
|
-
"hash": "
|
|
2245
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1900
2246
|
},
|
|
1901
2247
|
{
|
|
1902
2248
|
"documentId": "troubleshooting",
|
|
@@ -1905,7 +2251,7 @@
|
|
|
1905
2251
|
"title": "Grok 증인",
|
|
1906
2252
|
"level": 2,
|
|
1907
2253
|
"path": "troubleshooting.ko.md",
|
|
1908
|
-
"hash": "
|
|
2254
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1909
2255
|
},
|
|
1910
2256
|
{
|
|
1911
2257
|
"documentId": "troubleshooting",
|
|
@@ -1914,7 +2260,7 @@
|
|
|
1914
2260
|
"title": "설정 오류",
|
|
1915
2261
|
"level": 2,
|
|
1916
2262
|
"path": "troubleshooting.ko.md",
|
|
1917
|
-
"hash": "
|
|
2263
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1918
2264
|
},
|
|
1919
2265
|
{
|
|
1920
2266
|
"documentId": "troubleshooting",
|
|
@@ -1923,7 +2269,7 @@
|
|
|
1923
2269
|
"title": "판정기를 불러올 수 없을 때",
|
|
1924
2270
|
"level": 2,
|
|
1925
2271
|
"path": "troubleshooting.ko.md",
|
|
1926
|
-
"hash": "
|
|
2272
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1927
2273
|
},
|
|
1928
2274
|
{
|
|
1929
2275
|
"documentId": "troubleshooting",
|
|
@@ -1932,7 +2278,7 @@
|
|
|
1932
2278
|
"title": "다른 컴퓨터로 프로젝트를 옮길 때",
|
|
1933
2279
|
"level": 2,
|
|
1934
2280
|
"path": "troubleshooting.ko.md",
|
|
1935
|
-
"hash": "
|
|
2281
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1936
2282
|
},
|
|
1937
2283
|
{
|
|
1938
2284
|
"documentId": "troubleshooting",
|
|
@@ -1941,7 +2287,7 @@
|
|
|
1941
2287
|
"title": "설정 파일이 여러 개일 때",
|
|
1942
2288
|
"level": 2,
|
|
1943
2289
|
"path": "troubleshooting.ko.md",
|
|
1944
|
-
"hash": "
|
|
2290
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1945
2291
|
},
|
|
1946
2292
|
{
|
|
1947
2293
|
"documentId": "troubleshooting",
|
|
@@ -1950,7 +2296,7 @@
|
|
|
1950
2296
|
"title": "다음 단계",
|
|
1951
2297
|
"level": 2,
|
|
1952
2298
|
"path": "troubleshooting.ko.md",
|
|
1953
|
-
"hash": "
|
|
2299
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1954
2300
|
},
|
|
1955
2301
|
{
|
|
1956
2302
|
"documentId": "troubleshooting",
|
|
@@ -1959,7 +2305,7 @@
|
|
|
1959
2305
|
"title": "설정 파일이 없을 때",
|
|
1960
2306
|
"level": 2,
|
|
1961
2307
|
"path": "troubleshooting.ko.md",
|
|
1962
|
-
"hash": "
|
|
2308
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1963
2309
|
},
|
|
1964
2310
|
{
|
|
1965
2311
|
"documentId": "troubleshooting",
|
|
@@ -1968,7 +2314,7 @@
|
|
|
1968
2314
|
"title": "차단된 호출을 증언으로 허용하기",
|
|
1969
2315
|
"level": 2,
|
|
1970
2316
|
"path": "troubleshooting.ko.md",
|
|
1971
|
-
"hash": "
|
|
2317
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1972
2318
|
},
|
|
1973
2319
|
{
|
|
1974
2320
|
"documentId": "troubleshooting",
|
|
@@ -1977,16 +2323,16 @@
|
|
|
1977
2323
|
"title": "판정 결과 읽기",
|
|
1978
2324
|
"level": 2,
|
|
1979
2325
|
"path": "troubleshooting.ko.md",
|
|
1980
|
-
"hash": "
|
|
2326
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1981
2327
|
},
|
|
1982
2328
|
{
|
|
1983
2329
|
"documentId": "troubleshooting",
|
|
1984
2330
|
"language": "ko",
|
|
1985
|
-
"sectionId": "skipped-rows-on-the-
|
|
1986
|
-
"title": "
|
|
2331
|
+
"sectionId": "skipped-rows-on-the-change-set-surface",
|
|
2332
|
+
"title": "변경 집합 표면의 미판정 기록",
|
|
1987
2333
|
"level": 2,
|
|
1988
2334
|
"path": "troubleshooting.ko.md",
|
|
1989
|
-
"hash": "
|
|
2335
|
+
"hash": "ad324af943ea301af2490e0aa181cc287205bc54fb67e26129ef89f6fd705a3a"
|
|
1990
2336
|
},
|
|
1991
2337
|
{
|
|
1992
2338
|
"documentId": "write-disciplines",
|
|
@@ -1995,7 +2341,16 @@
|
|
|
1995
2341
|
"title": "Locale key pairing",
|
|
1996
2342
|
"level": 2,
|
|
1997
2343
|
"path": "how-to/write-disciplines.md",
|
|
1998
|
-
"hash": "
|
|
2344
|
+
"hash": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"documentId": "write-disciplines",
|
|
2348
|
+
"language": "en",
|
|
2349
|
+
"sectionId": "posture",
|
|
2350
|
+
"title": "Posture on an unattended real-time surface",
|
|
2351
|
+
"level": 2,
|
|
2352
|
+
"path": "how-to/write-disciplines.md",
|
|
2353
|
+
"hash": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0"
|
|
1999
2354
|
},
|
|
2000
2355
|
{
|
|
2001
2356
|
"documentId": "write-disciplines",
|
|
@@ -2004,7 +2359,7 @@
|
|
|
2004
2359
|
"title": "Verify both outcomes",
|
|
2005
2360
|
"level": 2,
|
|
2006
2361
|
"path": "how-to/write-disciplines.md",
|
|
2007
|
-
"hash": "
|
|
2362
|
+
"hash": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0"
|
|
2008
2363
|
},
|
|
2009
2364
|
{
|
|
2010
2365
|
"documentId": "write-disciplines",
|
|
@@ -2013,7 +2368,16 @@
|
|
|
2013
2368
|
"title": "When to draft instead of declaring",
|
|
2014
2369
|
"level": 2,
|
|
2015
2370
|
"path": "how-to/write-disciplines.md",
|
|
2016
|
-
"hash": "
|
|
2371
|
+
"hash": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"documentId": "write-disciplines",
|
|
2375
|
+
"language": "en",
|
|
2376
|
+
"sectionId": "which-list",
|
|
2377
|
+
"title": "Which list does it go in",
|
|
2378
|
+
"level": 2,
|
|
2379
|
+
"path": "how-to/write-disciplines.md",
|
|
2380
|
+
"hash": "9cda73942576a49e169d374a759a720201878aba1f3373e8e6bb885a3c6222b0"
|
|
2017
2381
|
},
|
|
2018
2382
|
{
|
|
2019
2383
|
"documentId": "write-disciplines",
|
|
@@ -2022,7 +2386,16 @@
|
|
|
2022
2386
|
"title": "번역 키 짝 맞춤",
|
|
2023
2387
|
"level": 2,
|
|
2024
2388
|
"path": "how-to/write-disciplines.ko.md",
|
|
2025
|
-
"hash": "
|
|
2389
|
+
"hash": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"documentId": "write-disciplines",
|
|
2393
|
+
"language": "ko",
|
|
2394
|
+
"sectionId": "posture",
|
|
2395
|
+
"title": "무인 실시간 표면의 기본 자세",
|
|
2396
|
+
"level": 2,
|
|
2397
|
+
"path": "how-to/write-disciplines.ko.md",
|
|
2398
|
+
"hash": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
2026
2399
|
},
|
|
2027
2400
|
{
|
|
2028
2401
|
"documentId": "write-disciplines",
|
|
@@ -2031,7 +2404,7 @@
|
|
|
2031
2404
|
"title": "한 번은 실제로 판정해 보기",
|
|
2032
2405
|
"level": 2,
|
|
2033
2406
|
"path": "how-to/write-disciplines.ko.md",
|
|
2034
|
-
"hash": "
|
|
2407
|
+
"hash": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
2035
2408
|
},
|
|
2036
2409
|
{
|
|
2037
2410
|
"documentId": "write-disciplines",
|
|
@@ -2040,7 +2413,16 @@
|
|
|
2040
2413
|
"title": "선언 대신 초안으로 남길 때",
|
|
2041
2414
|
"level": 2,
|
|
2042
2415
|
"path": "how-to/write-disciplines.ko.md",
|
|
2043
|
-
"hash": "
|
|
2416
|
+
"hash": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"documentId": "write-disciplines",
|
|
2420
|
+
"language": "ko",
|
|
2421
|
+
"sectionId": "which-list",
|
|
2422
|
+
"title": "어느 목록에 적는가",
|
|
2423
|
+
"level": 2,
|
|
2424
|
+
"path": "how-to/write-disciplines.ko.md",
|
|
2425
|
+
"hash": "5fb69fbe677dec2be3d4cb90d1b38564eb5aef661820c088b14b0fa8ddfa86a5"
|
|
2044
2426
|
}
|
|
2045
2427
|
]
|
|
2046
2428
|
}
|