polydeukes 0.6.1 → 0.7.1
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 +14 -28
- package/README.md +14 -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 +103 -0
- package/dist/covenant/discipline.js +667 -0
- package/dist/covenant/dispatch.d.ts +153 -0
- package/dist/covenant/dispatch.js +237 -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 +72 -39
- package/dist/covenant-check.js +260 -121
- package/dist/diff-ir.d.ts +28 -0
- package/dist/diff-ir.js +310 -0
- package/dist/docs/README.ko.md +8 -8
- package/dist/docs/README.md +8 -8
- package/dist/docs/catalog.json +44 -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 +39 -34
- package/dist/docs/how-to/connect-surfaces.md +36 -33
- package/dist/docs/how-to/write-disciplines.ko.md +61 -6
- package/dist/docs/how-to/write-disciplines.md +62 -6
- package/dist/docs/index.json +607 -373
- 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 +14 -9
- package/dist/docs/reference/cli/explain.md +15 -10
- package/dist/docs/reference/cli/init.ko.md +52 -52
- package/dist/docs/reference/cli/init.md +43 -55
- package/dist/docs/reference/configuration/index.ko.md +171 -66
- package/dist/docs/reference/configuration/index.md +178 -71
- package/dist/docs/reference/packages/adapter-claude-code.ko.md +38 -11
- package/dist/docs/reference/packages/adapter-claude-code.md +38 -14
- package/dist/docs/reference/packages/adapter-grok.ko.md +77 -0
- package/dist/docs/reference/packages/adapter-grok.md +79 -0
- package/dist/docs/reference/packages/core.ko.md +49 -3
- package/dist/docs/reference/packages/core.md +54 -5
- package/dist/docs/reference/packages/polydeukes.ko.md +138 -77
- package/dist/docs/reference/packages/polydeukes.md +146 -81
- package/dist/docs/reference/packages/sdk-ts.ko.md +161 -0
- package/dist/docs/reference/packages/sdk-ts.md +164 -0
- package/dist/docs/troubleshooting.ko.md +17 -15
- package/dist/docs/troubleshooting.md +18 -14
- package/dist/docs/tutorials/first-judgment.ko.md +2 -2
- package/dist/docs/tutorials/first-judgment.md +2 -2
- package/dist/explain.d.ts +1 -1
- package/dist/explain.js +37 -22
- package/dist/load-config.d.ts +1 -1
- package/dist/load-config.js +1 -1
- 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 +9 -3
- 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 +3 -17
- 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": "244b1c973c1becf54963afd48a2a6ee414e095f94f1c6dbd04836a134865093b",
|
|
23
|
+
"ko": "c2f153c7d11a8ae84d8316b8d4a3374ac69545923b6e69b87b9793d32c4dbef5"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"hashes": {
|
|
53
|
-
"en": "
|
|
54
|
-
"ko": "
|
|
53
|
+
"en": "0e9c891fc45f99f4bf3ad5e3c7381c056227cc585b897e02ae15005382e86755",
|
|
54
|
+
"ko": "f588098c1c94e78555128c9a8149e4b4ee4283e912254349ad3956f5a4f76043"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
{
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"hashes": {
|
|
75
|
-
"en": "
|
|
76
|
-
"ko": "
|
|
75
|
+
"en": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26",
|
|
76
|
+
"ko": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
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": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3",
|
|
120
|
+
"ko": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
{
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"hashes": {
|
|
141
|
-
"en": "
|
|
142
|
-
"ko": "
|
|
141
|
+
"en": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951",
|
|
142
|
+
"ko": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
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": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f",
|
|
208
|
+
"ko": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
{
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"hashes": {
|
|
229
|
-
"en": "
|
|
230
|
-
"ko": "
|
|
229
|
+
"en": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f",
|
|
230
|
+
"ko": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
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": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9",
|
|
274
|
+
"ko": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
{
|
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
294
|
"hashes": {
|
|
295
|
-
"en": "
|
|
296
|
-
"ko": "
|
|
295
|
+
"en": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688",
|
|
296
|
+
"ko": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
{
|
|
@@ -314,74 +314,74 @@
|
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
316
|
"hashes": {
|
|
317
|
-
"en": "
|
|
318
|
-
"ko": "
|
|
317
|
+
"en": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570",
|
|
318
|
+
"ko": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
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": "994bfa368de8f2437b069d4879a22b10652f3a45fec9676949466ea93d8f12c0",
|
|
340
|
+
"ko": "c63d8d1a1fdaf9f43726410b1de616bc2cd8e32483c9129976717ebbd04d9e93"
|
|
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": "666a8b5280ca1f4fa45a66116b979ae47eede30dd41222e55de4764a312012ba",
|
|
362
|
+
"ko": "d726c553289030c68fbf0912a641c6db8079d7fec046b00cca45bcf4ba6f1a8c"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
"id": "package-
|
|
366
|
+
"id": "package-sdk-ts",
|
|
367
367
|
"bundled": true,
|
|
368
368
|
"category": "reference",
|
|
369
|
-
"order":
|
|
369
|
+
"order": 25,
|
|
370
370
|
"translations": {
|
|
371
371
|
"en": {
|
|
372
|
-
"path": "reference/packages/
|
|
373
|
-
"title": "`@polydeukes/
|
|
374
|
-
"summary": "
|
|
372
|
+
"path": "reference/packages/sdk-ts.md",
|
|
373
|
+
"title": "`@polydeukes/sdk-ts`",
|
|
374
|
+
"summary": "Call the judge from TypeScript with one verb, and read the three verdicts it returns."
|
|
375
375
|
},
|
|
376
376
|
"ko": {
|
|
377
|
-
"path": "reference/packages/
|
|
378
|
-
"title": "`@polydeukes/
|
|
379
|
-
"summary": "
|
|
377
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
378
|
+
"title": "`@polydeukes/sdk-ts`",
|
|
379
|
+
"summary": "TypeScript에서 동사 하나로 판정기를 부르고, 돌아오는 판정 결과 셋을 읽습니다."
|
|
380
380
|
}
|
|
381
381
|
},
|
|
382
382
|
"hashes": {
|
|
383
|
-
"en": "
|
|
384
|
-
"ko": "
|
|
383
|
+
"en": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace",
|
|
384
|
+
"ko": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
],
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"title": "Observation boundaries",
|
|
394
394
|
"level": 2,
|
|
395
395
|
"path": "reference/cli/covenant-check.md",
|
|
396
|
-
"hash": "
|
|
396
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"documentId": "cli-covenant-check",
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"title": "Examples",
|
|
403
403
|
"level": 2,
|
|
404
404
|
"path": "reference/cli/covenant-check.md",
|
|
405
|
-
"hash": "
|
|
405
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"documentId": "cli-covenant-check",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"title": "Results and exit codes",
|
|
412
412
|
"level": 2,
|
|
413
413
|
"path": "reference/cli/covenant-check.md",
|
|
414
|
-
"hash": "
|
|
414
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"documentId": "cli-covenant-check",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"title": "See also",
|
|
421
421
|
"level": 2,
|
|
422
422
|
"path": "reference/cli/covenant-check.md",
|
|
423
|
-
"hash": "
|
|
423
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
"documentId": "cli-covenant-check",
|
|
@@ -429,16 +429,25 @@
|
|
|
429
429
|
"title": "Syntax",
|
|
430
430
|
"level": 2,
|
|
431
431
|
"path": "reference/cli/covenant-check.md",
|
|
432
|
-
"hash": "
|
|
432
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"documentId": "cli-covenant-check",
|
|
436
|
+
"language": "en",
|
|
437
|
+
"sectionId": "diff-translation",
|
|
438
|
+
"title": "How a diff becomes the IR",
|
|
439
|
+
"level": 2,
|
|
440
|
+
"path": "reference/cli/covenant-check.md",
|
|
441
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
433
442
|
},
|
|
434
443
|
{
|
|
435
444
|
"documentId": "cli-covenant-check",
|
|
436
445
|
"language": "en",
|
|
437
|
-
"sectionId": "
|
|
438
|
-
"title": "
|
|
446
|
+
"sectionId": "pin-the-producer",
|
|
447
|
+
"title": "Pin the producer",
|
|
439
448
|
"level": 2,
|
|
440
449
|
"path": "reference/cli/covenant-check.md",
|
|
441
|
-
"hash": "
|
|
450
|
+
"hash": "c0dba2a4e6609b9e7ab4c09621e623725e2cefa3028d3e3412f4b8b2a7866249"
|
|
442
451
|
},
|
|
443
452
|
{
|
|
444
453
|
"documentId": "cli-covenant-check",
|
|
@@ -447,7 +456,7 @@
|
|
|
447
456
|
"title": "관측 경계",
|
|
448
457
|
"level": 2,
|
|
449
458
|
"path": "reference/cli/covenant-check.ko.md",
|
|
450
|
-
"hash": "
|
|
459
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
451
460
|
},
|
|
452
461
|
{
|
|
453
462
|
"documentId": "cli-covenant-check",
|
|
@@ -456,7 +465,7 @@
|
|
|
456
465
|
"title": "예제",
|
|
457
466
|
"level": 2,
|
|
458
467
|
"path": "reference/cli/covenant-check.ko.md",
|
|
459
|
-
"hash": "
|
|
468
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
460
469
|
},
|
|
461
470
|
{
|
|
462
471
|
"documentId": "cli-covenant-check",
|
|
@@ -465,7 +474,7 @@
|
|
|
465
474
|
"title": "결과와 종료 코드",
|
|
466
475
|
"level": 2,
|
|
467
476
|
"path": "reference/cli/covenant-check.ko.md",
|
|
468
|
-
"hash": "
|
|
477
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
469
478
|
},
|
|
470
479
|
{
|
|
471
480
|
"documentId": "cli-covenant-check",
|
|
@@ -474,7 +483,7 @@
|
|
|
474
483
|
"title": "같이 보기",
|
|
475
484
|
"level": 2,
|
|
476
485
|
"path": "reference/cli/covenant-check.ko.md",
|
|
477
|
-
"hash": "
|
|
486
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
478
487
|
},
|
|
479
488
|
{
|
|
480
489
|
"documentId": "cli-covenant-check",
|
|
@@ -483,16 +492,25 @@
|
|
|
483
492
|
"title": "구문",
|
|
484
493
|
"level": 2,
|
|
485
494
|
"path": "reference/cli/covenant-check.ko.md",
|
|
486
|
-
"hash": "
|
|
495
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
487
496
|
},
|
|
488
497
|
{
|
|
489
498
|
"documentId": "cli-covenant-check",
|
|
490
499
|
"language": "ko",
|
|
491
|
-
"sectionId": "
|
|
492
|
-
"title": "
|
|
500
|
+
"sectionId": "diff-translation",
|
|
501
|
+
"title": "diff가 IR이 되는 방식",
|
|
493
502
|
"level": 2,
|
|
494
503
|
"path": "reference/cli/covenant-check.ko.md",
|
|
495
|
-
"hash": "
|
|
504
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"documentId": "cli-covenant-check",
|
|
508
|
+
"language": "ko",
|
|
509
|
+
"sectionId": "pin-the-producer",
|
|
510
|
+
"title": "생산자를 고정하기",
|
|
511
|
+
"level": 2,
|
|
512
|
+
"path": "reference/cli/covenant-check.ko.md",
|
|
513
|
+
"hash": "64bea5c8cac546ea97601489d742df0a0d739f31020e1ad8b0483712d51157e5"
|
|
496
514
|
},
|
|
497
515
|
{
|
|
498
516
|
"documentId": "cli-docs",
|
|
@@ -501,7 +519,7 @@
|
|
|
501
519
|
"title": "Exit codes and bundle boundaries",
|
|
502
520
|
"level": 2,
|
|
503
521
|
"path": "reference/cli/docs.md",
|
|
504
|
-
"hash": "
|
|
522
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
505
523
|
},
|
|
506
524
|
{
|
|
507
525
|
"documentId": "cli-docs",
|
|
@@ -510,7 +528,7 @@
|
|
|
510
528
|
"title": "JSON output",
|
|
511
529
|
"level": 2,
|
|
512
530
|
"path": "reference/cli/docs.md",
|
|
513
|
-
"hash": "
|
|
531
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
514
532
|
},
|
|
515
533
|
{
|
|
516
534
|
"documentId": "cli-docs",
|
|
@@ -519,7 +537,7 @@
|
|
|
519
537
|
"title": "Search",
|
|
520
538
|
"level": 2,
|
|
521
539
|
"path": "reference/cli/docs.md",
|
|
522
|
-
"hash": "
|
|
540
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
523
541
|
},
|
|
524
542
|
{
|
|
525
543
|
"documentId": "cli-docs",
|
|
@@ -528,7 +546,7 @@
|
|
|
528
546
|
"title": "Show a document or section",
|
|
529
547
|
"level": 2,
|
|
530
548
|
"path": "reference/cli/docs.md",
|
|
531
|
-
"hash": "
|
|
549
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
532
550
|
},
|
|
533
551
|
{
|
|
534
552
|
"documentId": "cli-docs",
|
|
@@ -537,7 +555,7 @@
|
|
|
537
555
|
"title": "Syntax",
|
|
538
556
|
"level": 2,
|
|
539
557
|
"path": "reference/cli/docs.md",
|
|
540
|
-
"hash": "
|
|
558
|
+
"hash": "0c4aafe066211c15194bdb5e3e7844e718a5a6086eca4774bd0cda0792de69c0"
|
|
541
559
|
},
|
|
542
560
|
{
|
|
543
561
|
"documentId": "cli-docs",
|
|
@@ -546,7 +564,7 @@
|
|
|
546
564
|
"title": "종료 코드와 동봉 범위",
|
|
547
565
|
"level": 2,
|
|
548
566
|
"path": "reference/cli/docs.ko.md",
|
|
549
|
-
"hash": "
|
|
567
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
550
568
|
},
|
|
551
569
|
{
|
|
552
570
|
"documentId": "cli-docs",
|
|
@@ -555,7 +573,7 @@
|
|
|
555
573
|
"title": "JSON 출력",
|
|
556
574
|
"level": 2,
|
|
557
575
|
"path": "reference/cli/docs.ko.md",
|
|
558
|
-
"hash": "
|
|
576
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
559
577
|
},
|
|
560
578
|
{
|
|
561
579
|
"documentId": "cli-docs",
|
|
@@ -564,7 +582,7 @@
|
|
|
564
582
|
"title": "검색",
|
|
565
583
|
"level": 2,
|
|
566
584
|
"path": "reference/cli/docs.ko.md",
|
|
567
|
-
"hash": "
|
|
585
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
568
586
|
},
|
|
569
587
|
{
|
|
570
588
|
"documentId": "cli-docs",
|
|
@@ -573,7 +591,7 @@
|
|
|
573
591
|
"title": "문서나 절 조회",
|
|
574
592
|
"level": 2,
|
|
575
593
|
"path": "reference/cli/docs.ko.md",
|
|
576
|
-
"hash": "
|
|
594
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
577
595
|
},
|
|
578
596
|
{
|
|
579
597
|
"documentId": "cli-docs",
|
|
@@ -582,7 +600,7 @@
|
|
|
582
600
|
"title": "구문",
|
|
583
601
|
"level": 2,
|
|
584
602
|
"path": "reference/cli/docs.ko.md",
|
|
585
|
-
"hash": "
|
|
603
|
+
"hash": "bf93b820f87d64745340de123885010fd8cd3521950cc6435cbdcba8b2974b22"
|
|
586
604
|
},
|
|
587
605
|
{
|
|
588
606
|
"documentId": "cli-explain",
|
|
@@ -591,7 +609,7 @@
|
|
|
591
609
|
"title": "Example",
|
|
592
610
|
"level": 2,
|
|
593
611
|
"path": "reference/cli/explain.md",
|
|
594
|
-
"hash": "
|
|
612
|
+
"hash": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f"
|
|
595
613
|
},
|
|
596
614
|
{
|
|
597
615
|
"documentId": "cli-explain",
|
|
@@ -600,7 +618,7 @@
|
|
|
600
618
|
"title": "Failure conditions",
|
|
601
619
|
"level": 2,
|
|
602
620
|
"path": "reference/cli/explain.md",
|
|
603
|
-
"hash": "
|
|
621
|
+
"hash": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f"
|
|
604
622
|
},
|
|
605
623
|
{
|
|
606
624
|
"documentId": "cli-explain",
|
|
@@ -609,7 +627,7 @@
|
|
|
609
627
|
"title": "See also",
|
|
610
628
|
"level": 2,
|
|
611
629
|
"path": "reference/cli/explain.md",
|
|
612
|
-
"hash": "
|
|
630
|
+
"hash": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f"
|
|
613
631
|
},
|
|
614
632
|
{
|
|
615
633
|
"documentId": "cli-explain",
|
|
@@ -618,7 +636,7 @@
|
|
|
618
636
|
"title": "Syntax",
|
|
619
637
|
"level": 2,
|
|
620
638
|
"path": "reference/cli/explain.md",
|
|
621
|
-
"hash": "
|
|
639
|
+
"hash": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f"
|
|
622
640
|
},
|
|
623
641
|
{
|
|
624
642
|
"documentId": "cli-explain",
|
|
@@ -627,7 +645,7 @@
|
|
|
627
645
|
"title": "What it shows",
|
|
628
646
|
"level": 2,
|
|
629
647
|
"path": "reference/cli/explain.md",
|
|
630
|
-
"hash": "
|
|
648
|
+
"hash": "009b81c9a2dd6d34c6fef9ded27be86faa6b69ec3a2b1eed0fcd56a81e783d6f"
|
|
631
649
|
},
|
|
632
650
|
{
|
|
633
651
|
"documentId": "cli-explain",
|
|
@@ -636,7 +654,7 @@
|
|
|
636
654
|
"title": "예제",
|
|
637
655
|
"level": 2,
|
|
638
656
|
"path": "reference/cli/explain.ko.md",
|
|
639
|
-
"hash": "
|
|
657
|
+
"hash": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
640
658
|
},
|
|
641
659
|
{
|
|
642
660
|
"documentId": "cli-explain",
|
|
@@ -645,7 +663,7 @@
|
|
|
645
663
|
"title": "실패 조건",
|
|
646
664
|
"level": 2,
|
|
647
665
|
"path": "reference/cli/explain.ko.md",
|
|
648
|
-
"hash": "
|
|
666
|
+
"hash": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
649
667
|
},
|
|
650
668
|
{
|
|
651
669
|
"documentId": "cli-explain",
|
|
@@ -654,7 +672,7 @@
|
|
|
654
672
|
"title": "함께 보기",
|
|
655
673
|
"level": 2,
|
|
656
674
|
"path": "reference/cli/explain.ko.md",
|
|
657
|
-
"hash": "
|
|
675
|
+
"hash": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
658
676
|
},
|
|
659
677
|
{
|
|
660
678
|
"documentId": "cli-explain",
|
|
@@ -663,7 +681,7 @@
|
|
|
663
681
|
"title": "구문",
|
|
664
682
|
"level": 2,
|
|
665
683
|
"path": "reference/cli/explain.ko.md",
|
|
666
|
-
"hash": "
|
|
684
|
+
"hash": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
667
685
|
},
|
|
668
686
|
{
|
|
669
687
|
"documentId": "cli-explain",
|
|
@@ -672,25 +690,25 @@
|
|
|
672
690
|
"title": "무엇을 보여 주는가",
|
|
673
691
|
"level": 2,
|
|
674
692
|
"path": "reference/cli/explain.ko.md",
|
|
675
|
-
"hash": "
|
|
693
|
+
"hash": "c472a7c0a14e9b8f8241b0ee2d752181be6a75364108df43e243e6e217409b05"
|
|
676
694
|
},
|
|
677
695
|
{
|
|
678
696
|
"documentId": "cli-init",
|
|
679
697
|
"language": "en",
|
|
680
698
|
"sectionId": "init-claude-code",
|
|
681
|
-
"title": "`pdks
|
|
699
|
+
"title": "Claude Code — `pdks-claude-code init`",
|
|
682
700
|
"level": 2,
|
|
683
701
|
"path": "reference/cli/init.md",
|
|
684
|
-
"hash": "
|
|
702
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
685
703
|
},
|
|
686
704
|
{
|
|
687
705
|
"documentId": "cli-init",
|
|
688
706
|
"language": "en",
|
|
689
707
|
"sectionId": "init-common",
|
|
690
|
-
"title": "
|
|
708
|
+
"title": "`pdks init` — the scaffold",
|
|
691
709
|
"level": 2,
|
|
692
710
|
"path": "reference/cli/init.md",
|
|
693
|
-
"hash": "
|
|
711
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
694
712
|
},
|
|
695
713
|
{
|
|
696
714
|
"documentId": "cli-init",
|
|
@@ -699,16 +717,16 @@
|
|
|
699
717
|
"title": "Examples",
|
|
700
718
|
"level": 2,
|
|
701
719
|
"path": "reference/cli/init.md",
|
|
702
|
-
"hash": "
|
|
720
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
703
721
|
},
|
|
704
722
|
{
|
|
705
723
|
"documentId": "cli-init",
|
|
706
724
|
"language": "en",
|
|
707
725
|
"sectionId": "init-grok",
|
|
708
|
-
"title": "`pdks init
|
|
726
|
+
"title": "Grok — `pdks-grok init`",
|
|
709
727
|
"level": 2,
|
|
710
728
|
"path": "reference/cli/init.md",
|
|
711
|
-
"hash": "
|
|
729
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
712
730
|
},
|
|
713
731
|
{
|
|
714
732
|
"documentId": "cli-init",
|
|
@@ -717,7 +735,7 @@
|
|
|
717
735
|
"title": "Results and failure conditions",
|
|
718
736
|
"level": 2,
|
|
719
737
|
"path": "reference/cli/init.md",
|
|
720
|
-
"hash": "
|
|
738
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
721
739
|
},
|
|
722
740
|
{
|
|
723
741
|
"documentId": "cli-init",
|
|
@@ -726,7 +744,7 @@
|
|
|
726
744
|
"title": "See also",
|
|
727
745
|
"level": 2,
|
|
728
746
|
"path": "reference/cli/init.md",
|
|
729
|
-
"hash": "
|
|
747
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
730
748
|
},
|
|
731
749
|
{
|
|
732
750
|
"documentId": "cli-init",
|
|
@@ -735,25 +753,25 @@
|
|
|
735
753
|
"title": "Syntax",
|
|
736
754
|
"level": 2,
|
|
737
755
|
"path": "reference/cli/init.md",
|
|
738
|
-
"hash": "
|
|
756
|
+
"hash": "fc3837efd6212d4e8dc9f94159ffd91211d00af9d32bc6b5411b3a2f50c26d3f"
|
|
739
757
|
},
|
|
740
758
|
{
|
|
741
759
|
"documentId": "cli-init",
|
|
742
760
|
"language": "ko",
|
|
743
761
|
"sectionId": "init-claude-code",
|
|
744
|
-
"title": "`pdks
|
|
762
|
+
"title": "Claude Code — `pdks-claude-code init`",
|
|
745
763
|
"level": 2,
|
|
746
764
|
"path": "reference/cli/init.ko.md",
|
|
747
|
-
"hash": "
|
|
765
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
748
766
|
},
|
|
749
767
|
{
|
|
750
768
|
"documentId": "cli-init",
|
|
751
769
|
"language": "ko",
|
|
752
770
|
"sectionId": "init-common",
|
|
753
|
-
"title": "
|
|
771
|
+
"title": "`pdks init` — 초기 파일",
|
|
754
772
|
"level": 2,
|
|
755
773
|
"path": "reference/cli/init.ko.md",
|
|
756
|
-
"hash": "
|
|
774
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
757
775
|
},
|
|
758
776
|
{
|
|
759
777
|
"documentId": "cli-init",
|
|
@@ -762,16 +780,16 @@
|
|
|
762
780
|
"title": "예제",
|
|
763
781
|
"level": 2,
|
|
764
782
|
"path": "reference/cli/init.ko.md",
|
|
765
|
-
"hash": "
|
|
783
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
766
784
|
},
|
|
767
785
|
{
|
|
768
786
|
"documentId": "cli-init",
|
|
769
787
|
"language": "ko",
|
|
770
788
|
"sectionId": "init-grok",
|
|
771
|
-
"title": "`pdks init
|
|
789
|
+
"title": "Grok — `pdks-grok init`",
|
|
772
790
|
"level": 2,
|
|
773
791
|
"path": "reference/cli/init.ko.md",
|
|
774
|
-
"hash": "
|
|
792
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
775
793
|
},
|
|
776
794
|
{
|
|
777
795
|
"documentId": "cli-init",
|
|
@@ -780,7 +798,7 @@
|
|
|
780
798
|
"title": "결과와 실패 조건",
|
|
781
799
|
"level": 2,
|
|
782
800
|
"path": "reference/cli/init.ko.md",
|
|
783
|
-
"hash": "
|
|
801
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
784
802
|
},
|
|
785
803
|
{
|
|
786
804
|
"documentId": "cli-init",
|
|
@@ -789,7 +807,7 @@
|
|
|
789
807
|
"title": "함께 보기",
|
|
790
808
|
"level": 2,
|
|
791
809
|
"path": "reference/cli/init.ko.md",
|
|
792
|
-
"hash": "
|
|
810
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
793
811
|
},
|
|
794
812
|
{
|
|
795
813
|
"documentId": "cli-init",
|
|
@@ -798,7 +816,7 @@
|
|
|
798
816
|
"title": "구문",
|
|
799
817
|
"level": 2,
|
|
800
818
|
"path": "reference/cli/init.ko.md",
|
|
801
|
-
"hash": "
|
|
819
|
+
"hash": "fbe1176620f1b7c40cd3796d9dcee66843fb6b1c96a4c4d6c0a96444b0f34a54"
|
|
802
820
|
},
|
|
803
821
|
{
|
|
804
822
|
"documentId": "concepts",
|
|
@@ -807,7 +825,7 @@
|
|
|
807
825
|
"title": "Declarations and their limits",
|
|
808
826
|
"level": 2,
|
|
809
827
|
"path": "concepts/judgment.md",
|
|
810
|
-
"hash": "
|
|
828
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
811
829
|
},
|
|
812
830
|
{
|
|
813
831
|
"documentId": "concepts",
|
|
@@ -816,7 +834,7 @@
|
|
|
816
834
|
"title": "Enforcement and witness",
|
|
817
835
|
"level": 2,
|
|
818
836
|
"path": "concepts/judgment.md",
|
|
819
|
-
"hash": "
|
|
837
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
820
838
|
},
|
|
821
839
|
{
|
|
822
840
|
"documentId": "concepts",
|
|
@@ -825,7 +843,7 @@
|
|
|
825
843
|
"title": "Eighteen mechanism names",
|
|
826
844
|
"level": 2,
|
|
827
845
|
"path": "concepts/judgment.md",
|
|
828
|
-
"hash": "
|
|
846
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
829
847
|
},
|
|
830
848
|
{
|
|
831
849
|
"documentId": "concepts",
|
|
@@ -834,7 +852,7 @@
|
|
|
834
852
|
"title": "Seven relations",
|
|
835
853
|
"level": 2,
|
|
836
854
|
"path": "concepts/judgment.md",
|
|
837
|
-
"hash": "
|
|
855
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
838
856
|
},
|
|
839
857
|
{
|
|
840
858
|
"documentId": "concepts",
|
|
@@ -843,7 +861,7 @@
|
|
|
843
861
|
"title": "Covenant, discipline, and surface",
|
|
844
862
|
"level": 2,
|
|
845
863
|
"path": "concepts/judgment.md",
|
|
846
|
-
"hash": "
|
|
864
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
847
865
|
},
|
|
848
866
|
{
|
|
849
867
|
"documentId": "concepts",
|
|
@@ -852,7 +870,7 @@
|
|
|
852
870
|
"title": "Interpret the result, not just the exit code",
|
|
853
871
|
"level": 2,
|
|
854
872
|
"path": "concepts/judgment.md",
|
|
855
|
-
"hash": "
|
|
873
|
+
"hash": "268be52c9394f2f3977d479cd71631d43025aae5e60e812ec5104c77f8206dc5"
|
|
856
874
|
},
|
|
857
875
|
{
|
|
858
876
|
"documentId": "concepts",
|
|
@@ -861,7 +879,7 @@
|
|
|
861
879
|
"title": "선언과 관측 한계",
|
|
862
880
|
"level": 2,
|
|
863
881
|
"path": "concepts/judgment.ko.md",
|
|
864
|
-
"hash": "
|
|
882
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
865
883
|
},
|
|
866
884
|
{
|
|
867
885
|
"documentId": "concepts",
|
|
@@ -870,7 +888,7 @@
|
|
|
870
888
|
"title": "강제 수준과 증인",
|
|
871
889
|
"level": 2,
|
|
872
890
|
"path": "concepts/judgment.ko.md",
|
|
873
|
-
"hash": "
|
|
891
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
874
892
|
},
|
|
875
893
|
{
|
|
876
894
|
"documentId": "concepts",
|
|
@@ -879,7 +897,7 @@
|
|
|
879
897
|
"title": "열여덟 메커니즘 이름",
|
|
880
898
|
"level": 2,
|
|
881
899
|
"path": "concepts/judgment.ko.md",
|
|
882
|
-
"hash": "
|
|
900
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
883
901
|
},
|
|
884
902
|
{
|
|
885
903
|
"documentId": "concepts",
|
|
@@ -888,7 +906,7 @@
|
|
|
888
906
|
"title": "일곱 관계",
|
|
889
907
|
"level": 2,
|
|
890
908
|
"path": "concepts/judgment.ko.md",
|
|
891
|
-
"hash": "
|
|
909
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
892
910
|
},
|
|
893
911
|
{
|
|
894
912
|
"documentId": "concepts",
|
|
@@ -897,7 +915,7 @@
|
|
|
897
915
|
"title": "약속, 규율, 표면",
|
|
898
916
|
"level": 2,
|
|
899
917
|
"path": "concepts/judgment.ko.md",
|
|
900
|
-
"hash": "
|
|
918
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
901
919
|
},
|
|
902
920
|
{
|
|
903
921
|
"documentId": "concepts",
|
|
@@ -906,7 +924,7 @@
|
|
|
906
924
|
"title": "종료 코드만 보지 말고 결과를 읽기",
|
|
907
925
|
"level": 2,
|
|
908
926
|
"path": "concepts/judgment.ko.md",
|
|
909
|
-
"hash": "
|
|
927
|
+
"hash": "3444bf617ebf21b7aaec3225d5829b8a4d18914d5b2943634da7171fdecc73f1"
|
|
910
928
|
},
|
|
911
929
|
{
|
|
912
930
|
"documentId": "configuration",
|
|
@@ -915,16 +933,16 @@
|
|
|
915
933
|
"title": "`adapters`",
|
|
916
934
|
"level": 2,
|
|
917
935
|
"path": "reference/configuration/index.md",
|
|
918
|
-
"hash": "
|
|
936
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
919
937
|
},
|
|
920
938
|
{
|
|
921
939
|
"documentId": "configuration",
|
|
922
940
|
"language": "en",
|
|
923
|
-
"sectionId": "
|
|
924
|
-
"title": "
|
|
941
|
+
"sectionId": "channel-to-list",
|
|
942
|
+
"title": "Channel to list",
|
|
925
943
|
"level": 3,
|
|
926
944
|
"path": "reference/configuration/index.md",
|
|
927
|
-
"hash": "
|
|
945
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
928
946
|
},
|
|
929
947
|
{
|
|
930
948
|
"documentId": "configuration",
|
|
@@ -933,7 +951,7 @@
|
|
|
933
951
|
"title": "`disciplines`",
|
|
934
952
|
"level": 2,
|
|
935
953
|
"path": "reference/configuration/index.md",
|
|
936
|
-
"hash": "
|
|
954
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
937
955
|
},
|
|
938
956
|
{
|
|
939
957
|
"documentId": "configuration",
|
|
@@ -942,7 +960,25 @@
|
|
|
942
960
|
"title": "`languages`",
|
|
943
961
|
"level": 2,
|
|
944
962
|
"path": "reference/configuration/index.md",
|
|
945
|
-
"hash": "
|
|
963
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"documentId": "configuration",
|
|
967
|
+
"language": "en",
|
|
968
|
+
"sectionId": "lists-in-practice",
|
|
969
|
+
"title": "What each surface compiles",
|
|
970
|
+
"level": 3,
|
|
971
|
+
"path": "reference/configuration/index.md",
|
|
972
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"documentId": "configuration",
|
|
976
|
+
"language": "en",
|
|
977
|
+
"sectionId": "placement-rule",
|
|
978
|
+
"title": "The placement rule",
|
|
979
|
+
"level": 3,
|
|
980
|
+
"path": "reference/configuration/index.md",
|
|
981
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
946
982
|
},
|
|
947
983
|
{
|
|
948
984
|
"documentId": "configuration",
|
|
@@ -951,7 +987,7 @@
|
|
|
951
987
|
"title": "`protectedPaths`",
|
|
952
988
|
"level": 2,
|
|
953
989
|
"path": "reference/configuration/index.md",
|
|
954
|
-
"hash": "
|
|
990
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
955
991
|
},
|
|
956
992
|
{
|
|
957
993
|
"documentId": "configuration",
|
|
@@ -960,7 +996,16 @@
|
|
|
960
996
|
"title": "`telemetry`",
|
|
961
997
|
"level": 2,
|
|
962
998
|
"path": "reference/configuration/index.md",
|
|
963
|
-
"hash": "
|
|
999
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"documentId": "configuration",
|
|
1003
|
+
"language": "en",
|
|
1004
|
+
"sectionId": "three-lists",
|
|
1005
|
+
"title": "The three discipline lists",
|
|
1006
|
+
"level": 2,
|
|
1007
|
+
"path": "reference/configuration/index.md",
|
|
1008
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
964
1009
|
},
|
|
965
1010
|
{
|
|
966
1011
|
"documentId": "configuration",
|
|
@@ -969,7 +1014,7 @@
|
|
|
969
1014
|
"title": "`witness`",
|
|
970
1015
|
"level": 2,
|
|
971
1016
|
"path": "reference/configuration/index.md",
|
|
972
|
-
"hash": "
|
|
1017
|
+
"hash": "20f737d2c93a861a7dab6b4d51ae2b67c8be0faf00e414545ab9ce66e22302d9"
|
|
973
1018
|
},
|
|
974
1019
|
{
|
|
975
1020
|
"documentId": "configuration",
|
|
@@ -978,16 +1023,16 @@
|
|
|
978
1023
|
"title": "`adapters`",
|
|
979
1024
|
"level": 2,
|
|
980
1025
|
"path": "reference/configuration/index.ko.md",
|
|
981
|
-
"hash": "
|
|
1026
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
982
1027
|
},
|
|
983
1028
|
{
|
|
984
1029
|
"documentId": "configuration",
|
|
985
1030
|
"language": "ko",
|
|
986
|
-
"sectionId": "
|
|
987
|
-
"title": "
|
|
1031
|
+
"sectionId": "channel-to-list",
|
|
1032
|
+
"title": "통로와 목록의 대응",
|
|
988
1033
|
"level": 3,
|
|
989
1034
|
"path": "reference/configuration/index.ko.md",
|
|
990
|
-
"hash": "
|
|
1035
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
991
1036
|
},
|
|
992
1037
|
{
|
|
993
1038
|
"documentId": "configuration",
|
|
@@ -996,7 +1041,7 @@
|
|
|
996
1041
|
"title": "`disciplines`",
|
|
997
1042
|
"level": 2,
|
|
998
1043
|
"path": "reference/configuration/index.ko.md",
|
|
999
|
-
"hash": "
|
|
1044
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1000
1045
|
},
|
|
1001
1046
|
{
|
|
1002
1047
|
"documentId": "configuration",
|
|
@@ -1005,7 +1050,25 @@
|
|
|
1005
1050
|
"title": "`languages`",
|
|
1006
1051
|
"level": 2,
|
|
1007
1052
|
"path": "reference/configuration/index.ko.md",
|
|
1008
|
-
"hash": "
|
|
1053
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"documentId": "configuration",
|
|
1057
|
+
"language": "ko",
|
|
1058
|
+
"sectionId": "lists-in-practice",
|
|
1059
|
+
"title": "표면마다 무엇을 컴파일하는가",
|
|
1060
|
+
"level": 3,
|
|
1061
|
+
"path": "reference/configuration/index.ko.md",
|
|
1062
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"documentId": "configuration",
|
|
1066
|
+
"language": "ko",
|
|
1067
|
+
"sectionId": "placement-rule",
|
|
1068
|
+
"title": "배치 규칙",
|
|
1069
|
+
"level": 3,
|
|
1070
|
+
"path": "reference/configuration/index.ko.md",
|
|
1071
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1009
1072
|
},
|
|
1010
1073
|
{
|
|
1011
1074
|
"documentId": "configuration",
|
|
@@ -1014,7 +1077,7 @@
|
|
|
1014
1077
|
"title": "`protectedPaths`",
|
|
1015
1078
|
"level": 2,
|
|
1016
1079
|
"path": "reference/configuration/index.ko.md",
|
|
1017
|
-
"hash": "
|
|
1080
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1018
1081
|
},
|
|
1019
1082
|
{
|
|
1020
1083
|
"documentId": "configuration",
|
|
@@ -1023,7 +1086,16 @@
|
|
|
1023
1086
|
"title": "`telemetry`",
|
|
1024
1087
|
"level": 2,
|
|
1025
1088
|
"path": "reference/configuration/index.ko.md",
|
|
1026
|
-
"hash": "
|
|
1089
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"documentId": "configuration",
|
|
1093
|
+
"language": "ko",
|
|
1094
|
+
"sectionId": "three-lists",
|
|
1095
|
+
"title": "규율 목록 셋",
|
|
1096
|
+
"level": 2,
|
|
1097
|
+
"path": "reference/configuration/index.ko.md",
|
|
1098
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1027
1099
|
},
|
|
1028
1100
|
{
|
|
1029
1101
|
"documentId": "configuration",
|
|
@@ -1032,7 +1104,7 @@
|
|
|
1032
1104
|
"title": "`witness`",
|
|
1033
1105
|
"level": 2,
|
|
1034
1106
|
"path": "reference/configuration/index.ko.md",
|
|
1035
|
-
"hash": "
|
|
1107
|
+
"hash": "078373b13e8e8bacc09fd4cdb3bd70e42d697a407b95ffba3ff39d6801eb1d68"
|
|
1036
1108
|
},
|
|
1037
1109
|
{
|
|
1038
1110
|
"documentId": "configure-project",
|
|
@@ -1041,7 +1113,7 @@
|
|
|
1041
1113
|
"title": "Add IDE support",
|
|
1042
1114
|
"level": 2,
|
|
1043
1115
|
"path": "how-to/configure-project.md",
|
|
1044
|
-
"hash": "
|
|
1116
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1045
1117
|
},
|
|
1046
1118
|
{
|
|
1047
1119
|
"documentId": "configure-project",
|
|
@@ -1050,7 +1122,7 @@
|
|
|
1050
1122
|
"title": "Choose advise or block",
|
|
1051
1123
|
"level": 2,
|
|
1052
1124
|
"path": "how-to/configure-project.md",
|
|
1053
|
-
"hash": "
|
|
1125
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1054
1126
|
},
|
|
1055
1127
|
{
|
|
1056
1128
|
"documentId": "configure-project",
|
|
@@ -1059,7 +1131,7 @@
|
|
|
1059
1131
|
"title": "Confirm the project",
|
|
1060
1132
|
"level": 2,
|
|
1061
1133
|
"path": "how-to/configure-project.md",
|
|
1062
|
-
"hash": "
|
|
1134
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1063
1135
|
},
|
|
1064
1136
|
{
|
|
1065
1137
|
"documentId": "configure-project",
|
|
@@ -1068,7 +1140,7 @@
|
|
|
1068
1140
|
"title": "Fill the language block",
|
|
1069
1141
|
"level": 2,
|
|
1070
1142
|
"path": "how-to/configure-project.md",
|
|
1071
|
-
"hash": "
|
|
1143
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1072
1144
|
},
|
|
1073
1145
|
{
|
|
1074
1146
|
"documentId": "configure-project",
|
|
@@ -1077,7 +1149,7 @@
|
|
|
1077
1149
|
"title": "Find the config file",
|
|
1078
1150
|
"level": 2,
|
|
1079
1151
|
"path": "how-to/configure-project.md",
|
|
1080
|
-
"hash": "
|
|
1152
|
+
"hash": "6f9af43d583eb4a54a9e42834ed4d792fb78c0c89ba4e484e9c3b7e78cdb8a42"
|
|
1081
1153
|
},
|
|
1082
1154
|
{
|
|
1083
1155
|
"documentId": "configure-project",
|
|
@@ -1086,7 +1158,7 @@
|
|
|
1086
1158
|
"title": "편집기에서 스키마로 검사하기",
|
|
1087
1159
|
"level": 2,
|
|
1088
1160
|
"path": "how-to/configure-project.ko.md",
|
|
1089
|
-
"hash": "
|
|
1161
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1090
1162
|
},
|
|
1091
1163
|
{
|
|
1092
1164
|
"documentId": "configure-project",
|
|
@@ -1095,7 +1167,7 @@
|
|
|
1095
1167
|
"title": "권고와 차단 중 선택하기",
|
|
1096
1168
|
"level": 2,
|
|
1097
1169
|
"path": "how-to/configure-project.ko.md",
|
|
1098
|
-
"hash": "
|
|
1170
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1099
1171
|
},
|
|
1100
1172
|
{
|
|
1101
1173
|
"documentId": "configure-project",
|
|
@@ -1104,7 +1176,7 @@
|
|
|
1104
1176
|
"title": "설정 확인하기",
|
|
1105
1177
|
"level": 2,
|
|
1106
1178
|
"path": "how-to/configure-project.ko.md",
|
|
1107
|
-
"hash": "
|
|
1179
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1108
1180
|
},
|
|
1109
1181
|
{
|
|
1110
1182
|
"documentId": "configure-project",
|
|
@@ -1113,7 +1185,7 @@
|
|
|
1113
1185
|
"title": "언어 블록 채우기",
|
|
1114
1186
|
"level": 2,
|
|
1115
1187
|
"path": "how-to/configure-project.ko.md",
|
|
1116
|
-
"hash": "
|
|
1188
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1117
1189
|
},
|
|
1118
1190
|
{
|
|
1119
1191
|
"documentId": "configure-project",
|
|
@@ -1122,25 +1194,25 @@
|
|
|
1122
1194
|
"title": "설정 파일 찾기",
|
|
1123
1195
|
"level": 2,
|
|
1124
1196
|
"path": "how-to/configure-project.ko.md",
|
|
1125
|
-
"hash": "
|
|
1197
|
+
"hash": "ed461a41c35a2c356bb82998dfb5a3f5d03e27564cebf0cc712261196bdcc027"
|
|
1126
1198
|
},
|
|
1127
1199
|
{
|
|
1128
1200
|
"documentId": "connect-surfaces",
|
|
1129
1201
|
"language": "en",
|
|
1130
|
-
"sectionId": "
|
|
1131
|
-
"title": "
|
|
1202
|
+
"sectionId": "change-set-surface",
|
|
1203
|
+
"title": "Change-set surface",
|
|
1132
1204
|
"level": 2,
|
|
1133
1205
|
"path": "how-to/connect-surfaces.md",
|
|
1134
|
-
"hash": "
|
|
1206
|
+
"hash": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26"
|
|
1135
1207
|
},
|
|
1136
1208
|
{
|
|
1137
1209
|
"documentId": "connect-surfaces",
|
|
1138
1210
|
"language": "en",
|
|
1139
|
-
"sectionId": "
|
|
1140
|
-
"title": "
|
|
1211
|
+
"sectionId": "claude-code",
|
|
1212
|
+
"title": "Claude Code session surface",
|
|
1141
1213
|
"level": 2,
|
|
1142
1214
|
"path": "how-to/connect-surfaces.md",
|
|
1143
|
-
"hash": "
|
|
1215
|
+
"hash": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26"
|
|
1144
1216
|
},
|
|
1145
1217
|
{
|
|
1146
1218
|
"documentId": "connect-surfaces",
|
|
@@ -1149,7 +1221,7 @@
|
|
|
1149
1221
|
"title": "Grok session surface",
|
|
1150
1222
|
"level": 2,
|
|
1151
1223
|
"path": "how-to/connect-surfaces.md",
|
|
1152
|
-
"hash": "
|
|
1224
|
+
"hash": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26"
|
|
1153
1225
|
},
|
|
1154
1226
|
{
|
|
1155
1227
|
"documentId": "connect-surfaces",
|
|
@@ -1158,7 +1230,7 @@
|
|
|
1158
1230
|
"title": "What to check after wiring",
|
|
1159
1231
|
"level": 2,
|
|
1160
1232
|
"path": "how-to/connect-surfaces.md",
|
|
1161
|
-
"hash": "
|
|
1233
|
+
"hash": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26"
|
|
1162
1234
|
},
|
|
1163
1235
|
{
|
|
1164
1236
|
"documentId": "connect-surfaces",
|
|
@@ -1167,25 +1239,25 @@
|
|
|
1167
1239
|
"title": "Witness and recovery",
|
|
1168
1240
|
"level": 2,
|
|
1169
1241
|
"path": "how-to/connect-surfaces.md",
|
|
1170
|
-
"hash": "
|
|
1242
|
+
"hash": "db0cfb514d5b158bea06fd6f5e1e30fbd1474be73994454a53f50a7ce5eebc26"
|
|
1171
1243
|
},
|
|
1172
1244
|
{
|
|
1173
1245
|
"documentId": "connect-surfaces",
|
|
1174
1246
|
"language": "ko",
|
|
1175
|
-
"sectionId": "
|
|
1176
|
-
"title": "
|
|
1247
|
+
"sectionId": "change-set-surface",
|
|
1248
|
+
"title": "변경 집합 표면",
|
|
1177
1249
|
"level": 2,
|
|
1178
1250
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1179
|
-
"hash": "
|
|
1251
|
+
"hash": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
1180
1252
|
},
|
|
1181
1253
|
{
|
|
1182
1254
|
"documentId": "connect-surfaces",
|
|
1183
1255
|
"language": "ko",
|
|
1184
|
-
"sectionId": "
|
|
1185
|
-
"title": "
|
|
1256
|
+
"sectionId": "claude-code",
|
|
1257
|
+
"title": "Claude Code 세션 표면",
|
|
1186
1258
|
"level": 2,
|
|
1187
1259
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1188
|
-
"hash": "
|
|
1260
|
+
"hash": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
1189
1261
|
},
|
|
1190
1262
|
{
|
|
1191
1263
|
"documentId": "connect-surfaces",
|
|
@@ -1194,7 +1266,7 @@
|
|
|
1194
1266
|
"title": "Grok 세션 표면",
|
|
1195
1267
|
"level": 2,
|
|
1196
1268
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1197
|
-
"hash": "
|
|
1269
|
+
"hash": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
1198
1270
|
},
|
|
1199
1271
|
{
|
|
1200
1272
|
"documentId": "connect-surfaces",
|
|
@@ -1203,7 +1275,7 @@
|
|
|
1203
1275
|
"title": "배선한 뒤 확인할 것",
|
|
1204
1276
|
"level": 2,
|
|
1205
1277
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1206
|
-
"hash": "
|
|
1278
|
+
"hash": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
1207
1279
|
},
|
|
1208
1280
|
{
|
|
1209
1281
|
"documentId": "connect-surfaces",
|
|
@@ -1212,7 +1284,7 @@
|
|
|
1212
1284
|
"title": "증인과 회복",
|
|
1213
1285
|
"level": 2,
|
|
1214
1286
|
"path": "how-to/connect-surfaces.ko.md",
|
|
1215
|
-
"hash": "
|
|
1287
|
+
"hash": "78f7cb50e9cd0e77184be21be2c844a9755e95f062250d195a4883e4861eae60"
|
|
1216
1288
|
},
|
|
1217
1289
|
{
|
|
1218
1290
|
"documentId": "first-judgment",
|
|
@@ -1221,7 +1293,7 @@
|
|
|
1221
1293
|
"title": "Install Claude Code integration and check a write",
|
|
1222
1294
|
"level": 2,
|
|
1223
1295
|
"path": "tutorials/first-judgment.md",
|
|
1224
|
-
"hash": "
|
|
1296
|
+
"hash": "0e9c891fc45f99f4bf3ad5e3c7381c056227cc585b897e02ae15005382e86755"
|
|
1225
1297
|
},
|
|
1226
1298
|
{
|
|
1227
1299
|
"documentId": "first-judgment",
|
|
@@ -1230,7 +1302,7 @@
|
|
|
1230
1302
|
"title": "Continue with a real project",
|
|
1231
1303
|
"level": 2,
|
|
1232
1304
|
"path": "tutorials/first-judgment.md",
|
|
1233
|
-
"hash": "
|
|
1305
|
+
"hash": "0e9c891fc45f99f4bf3ad5e3c7381c056227cc585b897e02ae15005382e86755"
|
|
1234
1306
|
},
|
|
1235
1307
|
{
|
|
1236
1308
|
"documentId": "first-judgment",
|
|
@@ -1239,7 +1311,7 @@
|
|
|
1239
1311
|
"title": "클로드 코드 연동 설치와 첫 쓰기 요청 검사",
|
|
1240
1312
|
"level": 2,
|
|
1241
1313
|
"path": "tutorials/first-judgment.ko.md",
|
|
1242
|
-
"hash": "
|
|
1314
|
+
"hash": "f588098c1c94e78555128c9a8149e4b4ee4283e912254349ad3956f5a4f76043"
|
|
1243
1315
|
},
|
|
1244
1316
|
{
|
|
1245
1317
|
"documentId": "first-judgment",
|
|
@@ -1248,7 +1320,7 @@
|
|
|
1248
1320
|
"title": "실제 프로젝트에 적용하기",
|
|
1249
1321
|
"level": 2,
|
|
1250
1322
|
"path": "tutorials/first-judgment.ko.md",
|
|
1251
|
-
"hash": "
|
|
1323
|
+
"hash": "f588098c1c94e78555128c9a8149e4b4ee4283e912254349ad3956f5a4f76043"
|
|
1252
1324
|
},
|
|
1253
1325
|
{
|
|
1254
1326
|
"documentId": "home",
|
|
@@ -1257,7 +1329,7 @@
|
|
|
1257
1329
|
"title": "Reference",
|
|
1258
1330
|
"level": 2,
|
|
1259
1331
|
"path": "README.md",
|
|
1260
|
-
"hash": "
|
|
1332
|
+
"hash": "244b1c973c1becf54963afd48a2a6ee414e095f94f1c6dbd04836a134865093b"
|
|
1261
1333
|
},
|
|
1262
1334
|
{
|
|
1263
1335
|
"documentId": "home",
|
|
@@ -1266,7 +1338,7 @@
|
|
|
1266
1338
|
"title": "The shape of the thing, in one page",
|
|
1267
1339
|
"level": 2,
|
|
1268
1340
|
"path": "README.md",
|
|
1269
|
-
"hash": "
|
|
1341
|
+
"hash": "244b1c973c1becf54963afd48a2a6ee414e095f94f1c6dbd04836a134865093b"
|
|
1270
1342
|
},
|
|
1271
1343
|
{
|
|
1272
1344
|
"documentId": "home",
|
|
@@ -1275,7 +1347,7 @@
|
|
|
1275
1347
|
"title": "Start here",
|
|
1276
1348
|
"level": 2,
|
|
1277
1349
|
"path": "README.md",
|
|
1278
|
-
"hash": "
|
|
1350
|
+
"hash": "244b1c973c1becf54963afd48a2a6ee414e095f94f1c6dbd04836a134865093b"
|
|
1279
1351
|
},
|
|
1280
1352
|
{
|
|
1281
1353
|
"documentId": "home",
|
|
@@ -1284,7 +1356,7 @@
|
|
|
1284
1356
|
"title": "Two surfaces",
|
|
1285
1357
|
"level": 2,
|
|
1286
1358
|
"path": "README.md",
|
|
1287
|
-
"hash": "
|
|
1359
|
+
"hash": "244b1c973c1becf54963afd48a2a6ee414e095f94f1c6dbd04836a134865093b"
|
|
1288
1360
|
},
|
|
1289
1361
|
{
|
|
1290
1362
|
"documentId": "home",
|
|
@@ -1293,7 +1365,7 @@
|
|
|
1293
1365
|
"title": "레퍼런스",
|
|
1294
1366
|
"level": 2,
|
|
1295
1367
|
"path": "README.ko.md",
|
|
1296
|
-
"hash": "
|
|
1368
|
+
"hash": "c2f153c7d11a8ae84d8316b8d4a3374ac69545923b6e69b87b9793d32c4dbef5"
|
|
1297
1369
|
},
|
|
1298
1370
|
{
|
|
1299
1371
|
"documentId": "home",
|
|
@@ -1302,7 +1374,7 @@
|
|
|
1302
1374
|
"title": "한 페이지로 보는 구조",
|
|
1303
1375
|
"level": 2,
|
|
1304
1376
|
"path": "README.ko.md",
|
|
1305
|
-
"hash": "
|
|
1377
|
+
"hash": "c2f153c7d11a8ae84d8316b8d4a3374ac69545923b6e69b87b9793d32c4dbef5"
|
|
1306
1378
|
},
|
|
1307
1379
|
{
|
|
1308
1380
|
"documentId": "home",
|
|
@@ -1311,7 +1383,7 @@
|
|
|
1311
1383
|
"title": "여기서 시작하십시오",
|
|
1312
1384
|
"level": 2,
|
|
1313
1385
|
"path": "README.ko.md",
|
|
1314
|
-
"hash": "
|
|
1386
|
+
"hash": "c2f153c7d11a8ae84d8316b8d4a3374ac69545923b6e69b87b9793d32c4dbef5"
|
|
1315
1387
|
},
|
|
1316
1388
|
{
|
|
1317
1389
|
"documentId": "home",
|
|
@@ -1320,7 +1392,7 @@
|
|
|
1320
1392
|
"title": "두 표면",
|
|
1321
1393
|
"level": 2,
|
|
1322
1394
|
"path": "README.ko.md",
|
|
1323
|
-
"hash": "
|
|
1395
|
+
"hash": "c2f153c7d11a8ae84d8316b8d4a3374ac69545923b6e69b87b9793d32c4dbef5"
|
|
1324
1396
|
},
|
|
1325
1397
|
{
|
|
1326
1398
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1329,7 +1401,7 @@
|
|
|
1329
1401
|
"title": "Where the consumer touches it",
|
|
1330
1402
|
"level": 2,
|
|
1331
1403
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1332
|
-
"hash": "
|
|
1404
|
+
"hash": "994bfa368de8f2437b069d4879a22b10652f3a45fec9676949466ea93d8f12c0"
|
|
1333
1405
|
},
|
|
1334
1406
|
{
|
|
1335
1407
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1338,7 +1410,7 @@
|
|
|
1338
1410
|
"title": "Declared limits",
|
|
1339
1411
|
"level": 2,
|
|
1340
1412
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1341
|
-
"hash": "
|
|
1413
|
+
"hash": "994bfa368de8f2437b069d4879a22b10652f3a45fec9676949466ea93d8f12c0"
|
|
1342
1414
|
},
|
|
1343
1415
|
{
|
|
1344
1416
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1347,7 +1419,7 @@
|
|
|
1347
1419
|
"title": "What this package owns",
|
|
1348
1420
|
"level": 2,
|
|
1349
1421
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1350
|
-
"hash": "
|
|
1422
|
+
"hash": "994bfa368de8f2437b069d4879a22b10652f3a45fec9676949466ea93d8f12c0"
|
|
1351
1423
|
},
|
|
1352
1424
|
{
|
|
1353
1425
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1356,7 +1428,7 @@
|
|
|
1356
1428
|
"title": "Payload translation and the three axes",
|
|
1357
1429
|
"level": 2,
|
|
1358
1430
|
"path": "reference/packages/adapter-claude-code.md",
|
|
1359
|
-
"hash": "
|
|
1431
|
+
"hash": "994bfa368de8f2437b069d4879a22b10652f3a45fec9676949466ea93d8f12c0"
|
|
1360
1432
|
},
|
|
1361
1433
|
{
|
|
1362
1434
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1365,7 +1437,7 @@
|
|
|
1365
1437
|
"title": "사용자와의 접점",
|
|
1366
1438
|
"level": 2,
|
|
1367
1439
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1368
|
-
"hash": "
|
|
1440
|
+
"hash": "c63d8d1a1fdaf9f43726410b1de616bc2cd8e32483c9129976717ebbd04d9e93"
|
|
1369
1441
|
},
|
|
1370
1442
|
{
|
|
1371
1443
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1374,7 +1446,7 @@
|
|
|
1374
1446
|
"title": "선언된 한계",
|
|
1375
1447
|
"level": 2,
|
|
1376
1448
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1377
|
-
"hash": "
|
|
1449
|
+
"hash": "c63d8d1a1fdaf9f43726410b1de616bc2cd8e32483c9129976717ebbd04d9e93"
|
|
1378
1450
|
},
|
|
1379
1451
|
{
|
|
1380
1452
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1383,7 +1455,7 @@
|
|
|
1383
1455
|
"title": "담당하는 기능",
|
|
1384
1456
|
"level": 2,
|
|
1385
1457
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1386
|
-
"hash": "
|
|
1458
|
+
"hash": "c63d8d1a1fdaf9f43726410b1de616bc2cd8e32483c9129976717ebbd04d9e93"
|
|
1387
1459
|
},
|
|
1388
1460
|
{
|
|
1389
1461
|
"documentId": "package-adapter-claude-code",
|
|
@@ -1392,79 +1464,61 @@
|
|
|
1392
1464
|
"title": "페이로드 번역과 세 축",
|
|
1393
1465
|
"level": 2,
|
|
1394
1466
|
"path": "reference/packages/adapter-claude-code.ko.md",
|
|
1395
|
-
"hash": "
|
|
1467
|
+
"hash": "c63d8d1a1fdaf9f43726410b1de616bc2cd8e32483c9129976717ebbd04d9e93"
|
|
1396
1468
|
},
|
|
1397
1469
|
{
|
|
1398
|
-
"documentId": "package-adapter-
|
|
1399
|
-
"language": "en",
|
|
1400
|
-
"sectionId": "collection",
|
|
1401
|
-
"title": "Collection and the `adapters.git` namespace",
|
|
1402
|
-
"level": 2,
|
|
1403
|
-
"path": "reference/packages/adapter-git.md",
|
|
1404
|
-
"hash": "c637a71eef6308c7341abc80582f9fe098301eb3a1071cba70d480541beaf1b1"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"documentId": "package-adapter-git",
|
|
1470
|
+
"documentId": "package-adapter-grok",
|
|
1408
1471
|
"language": "en",
|
|
1409
1472
|
"sectionId": "consumer-contract",
|
|
1410
1473
|
"title": "Where the consumer touches it",
|
|
1411
1474
|
"level": 2,
|
|
1412
|
-
"path": "reference/packages/adapter-
|
|
1413
|
-
"hash": "
|
|
1475
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1476
|
+
"hash": "666a8b5280ca1f4fa45a66116b979ae47eede30dd41222e55de4764a312012ba"
|
|
1414
1477
|
},
|
|
1415
1478
|
{
|
|
1416
|
-
"documentId": "package-adapter-
|
|
1479
|
+
"documentId": "package-adapter-grok",
|
|
1417
1480
|
"language": "en",
|
|
1418
1481
|
"sectionId": "limits",
|
|
1419
1482
|
"title": "Declared limits",
|
|
1420
1483
|
"level": 2,
|
|
1421
|
-
"path": "reference/packages/adapter-
|
|
1422
|
-
"hash": "
|
|
1484
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1485
|
+
"hash": "666a8b5280ca1f4fa45a66116b979ae47eede30dd41222e55de4764a312012ba"
|
|
1423
1486
|
},
|
|
1424
1487
|
{
|
|
1425
|
-
"documentId": "package-adapter-
|
|
1488
|
+
"documentId": "package-adapter-grok",
|
|
1426
1489
|
"language": "en",
|
|
1427
1490
|
"sectionId": "ownership",
|
|
1428
1491
|
"title": "What this package owns",
|
|
1429
1492
|
"level": 2,
|
|
1430
|
-
"path": "reference/packages/adapter-
|
|
1431
|
-
"hash": "
|
|
1493
|
+
"path": "reference/packages/adapter-grok.md",
|
|
1494
|
+
"hash": "666a8b5280ca1f4fa45a66116b979ae47eede30dd41222e55de4764a312012ba"
|
|
1432
1495
|
},
|
|
1433
1496
|
{
|
|
1434
|
-
"documentId": "package-adapter-
|
|
1435
|
-
"language": "ko",
|
|
1436
|
-
"sectionId": "collection",
|
|
1437
|
-
"title": "수집과 `adapters.git` 네임스페이스",
|
|
1438
|
-
"level": 2,
|
|
1439
|
-
"path": "reference/packages/adapter-git.ko.md",
|
|
1440
|
-
"hash": "a9321d78d47ca81d6bcb43e95766eb1432a1ce8c89e00b8972d73ead3db31041"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"documentId": "package-adapter-git",
|
|
1497
|
+
"documentId": "package-adapter-grok",
|
|
1444
1498
|
"language": "ko",
|
|
1445
1499
|
"sectionId": "consumer-contract",
|
|
1446
|
-
"title": "
|
|
1500
|
+
"title": "소비자가 닿는 곳",
|
|
1447
1501
|
"level": 2,
|
|
1448
|
-
"path": "reference/packages/adapter-
|
|
1449
|
-
"hash": "
|
|
1502
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1503
|
+
"hash": "d726c553289030c68fbf0912a641c6db8079d7fec046b00cca45bcf4ba6f1a8c"
|
|
1450
1504
|
},
|
|
1451
1505
|
{
|
|
1452
|
-
"documentId": "package-adapter-
|
|
1506
|
+
"documentId": "package-adapter-grok",
|
|
1453
1507
|
"language": "ko",
|
|
1454
1508
|
"sectionId": "limits",
|
|
1455
1509
|
"title": "선언된 한계",
|
|
1456
1510
|
"level": 2,
|
|
1457
|
-
"path": "reference/packages/adapter-
|
|
1458
|
-
"hash": "
|
|
1511
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1512
|
+
"hash": "d726c553289030c68fbf0912a641c6db8079d7fec046b00cca45bcf4ba6f1a8c"
|
|
1459
1513
|
},
|
|
1460
1514
|
{
|
|
1461
|
-
"documentId": "package-adapter-
|
|
1515
|
+
"documentId": "package-adapter-grok",
|
|
1462
1516
|
"language": "ko",
|
|
1463
1517
|
"sectionId": "ownership",
|
|
1464
1518
|
"title": "담당하는 기능",
|
|
1465
1519
|
"level": 2,
|
|
1466
|
-
"path": "reference/packages/adapter-
|
|
1467
|
-
"hash": "
|
|
1520
|
+
"path": "reference/packages/adapter-grok.ko.md",
|
|
1521
|
+
"hash": "d726c553289030c68fbf0912a641c6db8079d7fec046b00cca45bcf4ba6f1a8c"
|
|
1468
1522
|
},
|
|
1469
1523
|
{
|
|
1470
1524
|
"documentId": "package-core",
|
|
@@ -1473,7 +1527,16 @@
|
|
|
1473
1527
|
"title": "Where the consumer touches it",
|
|
1474
1528
|
"level": 2,
|
|
1475
1529
|
"path": "reference/packages/core.md",
|
|
1476
|
-
"hash": "
|
|
1530
|
+
"hash": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"documentId": "package-core",
|
|
1534
|
+
"language": "en",
|
|
1535
|
+
"sectionId": "discipline-lists",
|
|
1536
|
+
"title": "The three discipline lists and the channel derivation",
|
|
1537
|
+
"level": 2,
|
|
1538
|
+
"path": "reference/packages/core.md",
|
|
1539
|
+
"hash": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570"
|
|
1477
1540
|
},
|
|
1478
1541
|
{
|
|
1479
1542
|
"documentId": "package-core",
|
|
@@ -1482,7 +1545,7 @@
|
|
|
1482
1545
|
"title": "Declared limits",
|
|
1483
1546
|
"level": 2,
|
|
1484
1547
|
"path": "reference/packages/core.md",
|
|
1485
|
-
"hash": "
|
|
1548
|
+
"hash": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570"
|
|
1486
1549
|
},
|
|
1487
1550
|
{
|
|
1488
1551
|
"documentId": "package-core",
|
|
@@ -1491,7 +1554,7 @@
|
|
|
1491
1554
|
"title": "What this package owns",
|
|
1492
1555
|
"level": 2,
|
|
1493
1556
|
"path": "reference/packages/core.md",
|
|
1494
|
-
"hash": "
|
|
1557
|
+
"hash": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570"
|
|
1495
1558
|
},
|
|
1496
1559
|
{
|
|
1497
1560
|
"documentId": "package-core",
|
|
@@ -1500,7 +1563,7 @@
|
|
|
1500
1563
|
"title": "The judged protocol",
|
|
1501
1564
|
"level": 2,
|
|
1502
1565
|
"path": "reference/packages/core.md",
|
|
1503
|
-
"hash": "
|
|
1566
|
+
"hash": "f2e6cdd3ce4cd2ae8a445472759af2df8a45138300713b376fb8a4fb79c99570"
|
|
1504
1567
|
},
|
|
1505
1568
|
{
|
|
1506
1569
|
"documentId": "package-core",
|
|
@@ -1509,7 +1572,16 @@
|
|
|
1509
1572
|
"title": "사용자와의 접점",
|
|
1510
1573
|
"level": 2,
|
|
1511
1574
|
"path": "reference/packages/core.ko.md",
|
|
1512
|
-
"hash": "
|
|
1575
|
+
"hash": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"documentId": "package-core",
|
|
1579
|
+
"language": "ko",
|
|
1580
|
+
"sectionId": "discipline-lists",
|
|
1581
|
+
"title": "규율 목록 셋과 통로 유도",
|
|
1582
|
+
"level": 2,
|
|
1583
|
+
"path": "reference/packages/core.ko.md",
|
|
1584
|
+
"hash": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
1513
1585
|
},
|
|
1514
1586
|
{
|
|
1515
1587
|
"documentId": "package-core",
|
|
@@ -1518,7 +1590,7 @@
|
|
|
1518
1590
|
"title": "선언된 한계",
|
|
1519
1591
|
"level": 2,
|
|
1520
1592
|
"path": "reference/packages/core.ko.md",
|
|
1521
|
-
"hash": "
|
|
1593
|
+
"hash": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
1522
1594
|
},
|
|
1523
1595
|
{
|
|
1524
1596
|
"documentId": "package-core",
|
|
@@ -1527,7 +1599,7 @@
|
|
|
1527
1599
|
"title": "담당하는 기능",
|
|
1528
1600
|
"level": 2,
|
|
1529
1601
|
"path": "reference/packages/core.ko.md",
|
|
1530
|
-
"hash": "
|
|
1602
|
+
"hash": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
1531
1603
|
},
|
|
1532
1604
|
{
|
|
1533
1605
|
"documentId": "package-core",
|
|
@@ -1536,79 +1608,52 @@
|
|
|
1536
1608
|
"title": "판정 프로토콜",
|
|
1537
1609
|
"level": 2,
|
|
1538
1610
|
"path": "reference/packages/core.ko.md",
|
|
1539
|
-
"hash": "
|
|
1611
|
+
"hash": "7a2a4d5a9be925ef7e9f39d956bbea38e426fcea5bd37924ec78697ba410edfc"
|
|
1540
1612
|
},
|
|
1541
1613
|
{
|
|
1542
|
-
"documentId": "package-
|
|
1614
|
+
"documentId": "package-polydeukes",
|
|
1543
1615
|
"language": "en",
|
|
1544
1616
|
"sectionId": "consumer-contract",
|
|
1545
1617
|
"title": "Where the consumer touches it",
|
|
1618
|
+
"level": 3,
|
|
1619
|
+
"path": "reference/packages/polydeukes.md",
|
|
1620
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"documentId": "package-polydeukes",
|
|
1624
|
+
"language": "en",
|
|
1625
|
+
"sectionId": "covenant-module",
|
|
1626
|
+
"title": "The judge (`covenant` module)",
|
|
1546
1627
|
"level": 2,
|
|
1547
|
-
"path": "reference/packages/
|
|
1548
|
-
"hash": "
|
|
1628
|
+
"path": "reference/packages/polydeukes.md",
|
|
1629
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1549
1630
|
},
|
|
1550
1631
|
{
|
|
1551
|
-
"documentId": "package-
|
|
1632
|
+
"documentId": "package-polydeukes",
|
|
1552
1633
|
"language": "en",
|
|
1553
1634
|
"sectionId": "disciplines-and-meta-covenants",
|
|
1554
1635
|
"title": "Discipline families and meta-covenants",
|
|
1555
|
-
"level":
|
|
1556
|
-
"path": "reference/packages/
|
|
1557
|
-
"hash": "
|
|
1636
|
+
"level": 3,
|
|
1637
|
+
"path": "reference/packages/polydeukes.md",
|
|
1638
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1558
1639
|
},
|
|
1559
1640
|
{
|
|
1560
|
-
"documentId": "package-
|
|
1641
|
+
"documentId": "package-polydeukes",
|
|
1561
1642
|
"language": "en",
|
|
1562
1643
|
"sectionId": "limits",
|
|
1563
1644
|
"title": "Declared limits",
|
|
1564
|
-
"level":
|
|
1565
|
-
"path": "reference/packages/
|
|
1566
|
-
"hash": "
|
|
1645
|
+
"level": 3,
|
|
1646
|
+
"path": "reference/packages/polydeukes.md",
|
|
1647
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1567
1648
|
},
|
|
1568
1649
|
{
|
|
1569
|
-
"documentId": "package-
|
|
1650
|
+
"documentId": "package-polydeukes",
|
|
1570
1651
|
"language": "en",
|
|
1571
1652
|
"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"
|
|
1653
|
+
"title": "What the module owns",
|
|
1654
|
+
"level": 3,
|
|
1655
|
+
"path": "reference/packages/polydeukes.md",
|
|
1656
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1612
1657
|
},
|
|
1613
1658
|
{
|
|
1614
1659
|
"documentId": "package-polydeukes",
|
|
@@ -1617,7 +1662,7 @@
|
|
|
1617
1662
|
"title": "CLI surface",
|
|
1618
1663
|
"level": 2,
|
|
1619
1664
|
"path": "reference/packages/polydeukes.md",
|
|
1620
|
-
"hash": "
|
|
1665
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1621
1666
|
},
|
|
1622
1667
|
{
|
|
1623
1668
|
"documentId": "package-polydeukes",
|
|
@@ -1626,7 +1671,7 @@
|
|
|
1626
1671
|
"title": "Entry points",
|
|
1627
1672
|
"level": 2,
|
|
1628
1673
|
"path": "reference/packages/polydeukes.md",
|
|
1629
|
-
"hash": "
|
|
1674
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1630
1675
|
},
|
|
1631
1676
|
{
|
|
1632
1677
|
"documentId": "package-polydeukes",
|
|
@@ -1635,7 +1680,7 @@
|
|
|
1635
1680
|
"title": "Export map",
|
|
1636
1681
|
"level": 2,
|
|
1637
1682
|
"path": "reference/packages/polydeukes.md",
|
|
1638
|
-
"hash": "
|
|
1683
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1639
1684
|
},
|
|
1640
1685
|
{
|
|
1641
1686
|
"documentId": "package-polydeukes",
|
|
@@ -1644,7 +1689,7 @@
|
|
|
1644
1689
|
"title": "Failure boundaries",
|
|
1645
1690
|
"level": 2,
|
|
1646
1691
|
"path": "reference/packages/polydeukes.md",
|
|
1647
|
-
"hash": "
|
|
1692
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1648
1693
|
},
|
|
1649
1694
|
{
|
|
1650
1695
|
"documentId": "package-polydeukes",
|
|
@@ -1653,43 +1698,70 @@
|
|
|
1653
1698
|
"title": "See also",
|
|
1654
1699
|
"level": 2,
|
|
1655
1700
|
"path": "reference/packages/polydeukes.md",
|
|
1656
|
-
"hash": "
|
|
1701
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1657
1702
|
},
|
|
1658
1703
|
{
|
|
1659
1704
|
"documentId": "package-polydeukes",
|
|
1660
1705
|
"language": "en",
|
|
1661
|
-
"sectionId": "
|
|
1662
|
-
"title": "
|
|
1663
|
-
"level":
|
|
1706
|
+
"sectionId": "schema-export",
|
|
1707
|
+
"title": "`./schema.json`",
|
|
1708
|
+
"level": 3,
|
|
1664
1709
|
"path": "reference/packages/polydeukes.md",
|
|
1665
|
-
"hash": "
|
|
1710
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1666
1711
|
},
|
|
1667
1712
|
{
|
|
1668
1713
|
"documentId": "package-polydeukes",
|
|
1669
1714
|
"language": "en",
|
|
1670
|
-
"sectionId": "
|
|
1671
|
-
"title": "
|
|
1715
|
+
"sectionId": "surface-from-input-mode",
|
|
1716
|
+
"title": "The input mode is the surface",
|
|
1672
1717
|
"level": 3,
|
|
1673
1718
|
"path": "reference/packages/polydeukes.md",
|
|
1674
|
-
"hash": "
|
|
1719
|
+
"hash": "76e555dcc5c450ee1bbaa457c1397d58ccc1fb04ff9d2612b326f649c77ec688"
|
|
1675
1720
|
},
|
|
1676
1721
|
{
|
|
1677
1722
|
"documentId": "package-polydeukes",
|
|
1678
|
-
"language": "
|
|
1679
|
-
"sectionId": "
|
|
1680
|
-
"title": "
|
|
1723
|
+
"language": "ko",
|
|
1724
|
+
"sectionId": "consumer-contract",
|
|
1725
|
+
"title": "사용자와의 접점",
|
|
1681
1726
|
"level": 3,
|
|
1682
|
-
"path": "reference/packages/polydeukes.md",
|
|
1683
|
-
"hash": "
|
|
1727
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1728
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1684
1729
|
},
|
|
1685
1730
|
{
|
|
1686
1731
|
"documentId": "package-polydeukes",
|
|
1687
|
-
"language": "
|
|
1688
|
-
"sectionId": "
|
|
1689
|
-
"title": "
|
|
1732
|
+
"language": "ko",
|
|
1733
|
+
"sectionId": "covenant-module",
|
|
1734
|
+
"title": "판정기(`covenant` 모듈)",
|
|
1735
|
+
"level": 2,
|
|
1736
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1737
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"documentId": "package-polydeukes",
|
|
1741
|
+
"language": "ko",
|
|
1742
|
+
"sectionId": "disciplines-and-meta-covenants",
|
|
1743
|
+
"title": "규율 계열과 메타 약속",
|
|
1690
1744
|
"level": 3,
|
|
1691
|
-
"path": "reference/packages/polydeukes.md",
|
|
1692
|
-
"hash": "
|
|
1745
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1746
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"documentId": "package-polydeukes",
|
|
1750
|
+
"language": "ko",
|
|
1751
|
+
"sectionId": "limits",
|
|
1752
|
+
"title": "선언된 한계",
|
|
1753
|
+
"level": 3,
|
|
1754
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1755
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"documentId": "package-polydeukes",
|
|
1759
|
+
"language": "ko",
|
|
1760
|
+
"sectionId": "ownership",
|
|
1761
|
+
"title": "모듈이 담당하는 기능",
|
|
1762
|
+
"level": 3,
|
|
1763
|
+
"path": "reference/packages/polydeukes.ko.md",
|
|
1764
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1693
1765
|
},
|
|
1694
1766
|
{
|
|
1695
1767
|
"documentId": "package-polydeukes",
|
|
@@ -1698,7 +1770,7 @@
|
|
|
1698
1770
|
"title": "CLI 명령",
|
|
1699
1771
|
"level": 2,
|
|
1700
1772
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1701
|
-
"hash": "
|
|
1773
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1702
1774
|
},
|
|
1703
1775
|
{
|
|
1704
1776
|
"documentId": "package-polydeukes",
|
|
@@ -1707,7 +1779,7 @@
|
|
|
1707
1779
|
"title": "진입점",
|
|
1708
1780
|
"level": 2,
|
|
1709
1781
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1710
|
-
"hash": "
|
|
1782
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1711
1783
|
},
|
|
1712
1784
|
{
|
|
1713
1785
|
"documentId": "package-polydeukes",
|
|
@@ -1716,7 +1788,7 @@
|
|
|
1716
1788
|
"title": "공개 심볼",
|
|
1717
1789
|
"level": 2,
|
|
1718
1790
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1719
|
-
"hash": "
|
|
1791
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1720
1792
|
},
|
|
1721
1793
|
{
|
|
1722
1794
|
"documentId": "package-polydeukes",
|
|
@@ -1725,7 +1797,7 @@
|
|
|
1725
1797
|
"title": "실패 경계",
|
|
1726
1798
|
"level": 2,
|
|
1727
1799
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1728
|
-
"hash": "
|
|
1800
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1729
1801
|
},
|
|
1730
1802
|
{
|
|
1731
1803
|
"documentId": "package-polydeukes",
|
|
@@ -1734,43 +1806,169 @@
|
|
|
1734
1806
|
"title": "함께 보기",
|
|
1735
1807
|
"level": 2,
|
|
1736
1808
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1737
|
-
"hash": "
|
|
1809
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1738
1810
|
},
|
|
1739
1811
|
{
|
|
1740
1812
|
"documentId": "package-polydeukes",
|
|
1741
1813
|
"language": "ko",
|
|
1742
|
-
"sectionId": "
|
|
1743
|
-
"title": "
|
|
1744
|
-
"level":
|
|
1814
|
+
"sectionId": "schema-export",
|
|
1815
|
+
"title": "`./schema.json`",
|
|
1816
|
+
"level": 3,
|
|
1745
1817
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1746
|
-
"hash": "
|
|
1818
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1747
1819
|
},
|
|
1748
1820
|
{
|
|
1749
1821
|
"documentId": "package-polydeukes",
|
|
1750
1822
|
"language": "ko",
|
|
1751
|
-
"sectionId": "
|
|
1752
|
-
"title": "
|
|
1823
|
+
"sectionId": "surface-from-input-mode",
|
|
1824
|
+
"title": "입력 방식이 곧 표면이다",
|
|
1753
1825
|
"level": 3,
|
|
1754
1826
|
"path": "reference/packages/polydeukes.ko.md",
|
|
1755
|
-
"hash": "
|
|
1827
|
+
"hash": "1b6b8f00b5074d7f8c95dc6dff9d597d12688b9cfff0a49663b1cd8489f1e973"
|
|
1756
1828
|
},
|
|
1757
1829
|
{
|
|
1758
|
-
"documentId": "package-
|
|
1830
|
+
"documentId": "package-sdk-ts",
|
|
1831
|
+
"language": "en",
|
|
1832
|
+
"sectionId": "failure",
|
|
1833
|
+
"title": "A failure example",
|
|
1834
|
+
"level": 2,
|
|
1835
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1836
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"documentId": "package-sdk-ts",
|
|
1840
|
+
"language": "en",
|
|
1841
|
+
"sectionId": "install",
|
|
1842
|
+
"title": "Install",
|
|
1843
|
+
"level": 2,
|
|
1844
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1845
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"documentId": "package-sdk-ts",
|
|
1849
|
+
"language": "en",
|
|
1850
|
+
"sectionId": "limits",
|
|
1851
|
+
"title": "Declared limits",
|
|
1852
|
+
"level": 2,
|
|
1853
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1854
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"documentId": "package-sdk-ts",
|
|
1858
|
+
"language": "en",
|
|
1859
|
+
"sectionId": "ownership",
|
|
1860
|
+
"title": "What this package owns",
|
|
1861
|
+
"level": 2,
|
|
1862
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1863
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"documentId": "package-sdk-ts",
|
|
1867
|
+
"language": "en",
|
|
1868
|
+
"sectionId": "see-also",
|
|
1869
|
+
"title": "See also",
|
|
1870
|
+
"level": 2,
|
|
1871
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1872
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"documentId": "package-sdk-ts",
|
|
1876
|
+
"language": "en",
|
|
1877
|
+
"sectionId": "spec",
|
|
1878
|
+
"title": "The spec",
|
|
1879
|
+
"level": 2,
|
|
1880
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1881
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"documentId": "package-sdk-ts",
|
|
1885
|
+
"language": "en",
|
|
1886
|
+
"sectionId": "verb",
|
|
1887
|
+
"title": "The verb",
|
|
1888
|
+
"level": 2,
|
|
1889
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1890
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"documentId": "package-sdk-ts",
|
|
1894
|
+
"language": "en",
|
|
1895
|
+
"sectionId": "verdicts",
|
|
1896
|
+
"title": "The three verdicts",
|
|
1897
|
+
"level": 2,
|
|
1898
|
+
"path": "reference/packages/sdk-ts.md",
|
|
1899
|
+
"hash": "62704b21dd49fba7ed031a01c89d63d897718384a177810cc5b101b4b1fb6ace"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"documentId": "package-sdk-ts",
|
|
1759
1903
|
"language": "ko",
|
|
1760
|
-
"sectionId": "
|
|
1761
|
-
"title": "
|
|
1762
|
-
"level":
|
|
1763
|
-
"path": "reference/packages/
|
|
1764
|
-
"hash": "
|
|
1904
|
+
"sectionId": "failure",
|
|
1905
|
+
"title": "실패 예제",
|
|
1906
|
+
"level": 2,
|
|
1907
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1908
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1765
1909
|
},
|
|
1766
1910
|
{
|
|
1767
|
-
"documentId": "package-
|
|
1911
|
+
"documentId": "package-sdk-ts",
|
|
1768
1912
|
"language": "ko",
|
|
1769
|
-
"sectionId": "
|
|
1770
|
-
"title": "
|
|
1771
|
-
"level":
|
|
1772
|
-
"path": "reference/packages/
|
|
1773
|
-
"hash": "
|
|
1913
|
+
"sectionId": "install",
|
|
1914
|
+
"title": "설치",
|
|
1915
|
+
"level": 2,
|
|
1916
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1917
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"documentId": "package-sdk-ts",
|
|
1921
|
+
"language": "ko",
|
|
1922
|
+
"sectionId": "limits",
|
|
1923
|
+
"title": "선언된 한계",
|
|
1924
|
+
"level": 2,
|
|
1925
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1926
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"documentId": "package-sdk-ts",
|
|
1930
|
+
"language": "ko",
|
|
1931
|
+
"sectionId": "ownership",
|
|
1932
|
+
"title": "담당하는 기능",
|
|
1933
|
+
"level": 2,
|
|
1934
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1935
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"documentId": "package-sdk-ts",
|
|
1939
|
+
"language": "ko",
|
|
1940
|
+
"sectionId": "see-also",
|
|
1941
|
+
"title": "함께 보기",
|
|
1942
|
+
"level": 2,
|
|
1943
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1944
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"documentId": "package-sdk-ts",
|
|
1948
|
+
"language": "ko",
|
|
1949
|
+
"sectionId": "spec",
|
|
1950
|
+
"title": "스펙",
|
|
1951
|
+
"level": 2,
|
|
1952
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1953
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"documentId": "package-sdk-ts",
|
|
1957
|
+
"language": "ko",
|
|
1958
|
+
"sectionId": "verb",
|
|
1959
|
+
"title": "동사",
|
|
1960
|
+
"level": 2,
|
|
1961
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1962
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"documentId": "package-sdk-ts",
|
|
1966
|
+
"language": "ko",
|
|
1967
|
+
"sectionId": "verdicts",
|
|
1968
|
+
"title": "판정 결과 셋",
|
|
1969
|
+
"level": 2,
|
|
1970
|
+
"path": "reference/packages/sdk-ts.ko.md",
|
|
1971
|
+
"hash": "081d42644fa70c920f340ad16e67ca6dea44b69501486777b90d002e069ab07c"
|
|
1774
1972
|
},
|
|
1775
1973
|
{
|
|
1776
1974
|
"documentId": "troubleshooting",
|
|
@@ -1779,7 +1977,7 @@
|
|
|
1779
1977
|
"title": "A blocked commit",
|
|
1780
1978
|
"level": 2,
|
|
1781
1979
|
"path": "troubleshooting.md",
|
|
1782
|
-
"hash": "
|
|
1980
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1783
1981
|
},
|
|
1784
1982
|
{
|
|
1785
1983
|
"documentId": "troubleshooting",
|
|
@@ -1788,7 +1986,7 @@
|
|
|
1788
1986
|
"title": "Config-fault",
|
|
1789
1987
|
"level": 2,
|
|
1790
1988
|
"path": "troubleshooting.md",
|
|
1791
|
-
"hash": "
|
|
1989
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1792
1990
|
},
|
|
1793
1991
|
{
|
|
1794
1992
|
"documentId": "troubleshooting",
|
|
@@ -1797,7 +1995,7 @@
|
|
|
1797
1995
|
"title": "Grok witness",
|
|
1798
1996
|
"level": 2,
|
|
1799
1997
|
"path": "troubleshooting.md",
|
|
1800
|
-
"hash": "
|
|
1998
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1801
1999
|
},
|
|
1802
2000
|
{
|
|
1803
2001
|
"documentId": "troubleshooting",
|
|
@@ -1806,7 +2004,7 @@
|
|
|
1806
2004
|
"title": "Invalid config",
|
|
1807
2005
|
"level": 2,
|
|
1808
2006
|
"path": "troubleshooting.md",
|
|
1809
|
-
"hash": "
|
|
2007
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1810
2008
|
},
|
|
1811
2009
|
{
|
|
1812
2010
|
"documentId": "troubleshooting",
|
|
@@ -1815,7 +2013,7 @@
|
|
|
1815
2013
|
"title": "The judge cannot be loaded",
|
|
1816
2014
|
"level": 2,
|
|
1817
2015
|
"path": "troubleshooting.md",
|
|
1818
|
-
"hash": "
|
|
2016
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1819
2017
|
},
|
|
1820
2018
|
{
|
|
1821
2019
|
"documentId": "troubleshooting",
|
|
@@ -1824,7 +2022,7 @@
|
|
|
1824
2022
|
"title": "Moving a project between machines",
|
|
1825
2023
|
"level": 2,
|
|
1826
2024
|
"path": "troubleshooting.md",
|
|
1827
|
-
"hash": "
|
|
2025
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1828
2026
|
},
|
|
1829
2027
|
{
|
|
1830
2028
|
"documentId": "troubleshooting",
|
|
@@ -1833,7 +2031,7 @@
|
|
|
1833
2031
|
"title": "More than one config file",
|
|
1834
2032
|
"level": 2,
|
|
1835
2033
|
"path": "troubleshooting.md",
|
|
1836
|
-
"hash": "
|
|
2034
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1837
2035
|
},
|
|
1838
2036
|
{
|
|
1839
2037
|
"documentId": "troubleshooting",
|
|
@@ -1842,7 +2040,7 @@
|
|
|
1842
2040
|
"title": "Next steps",
|
|
1843
2041
|
"level": 2,
|
|
1844
2042
|
"path": "troubleshooting.md",
|
|
1845
|
-
"hash": "
|
|
2043
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1846
2044
|
},
|
|
1847
2045
|
{
|
|
1848
2046
|
"documentId": "troubleshooting",
|
|
@@ -1851,7 +2049,7 @@
|
|
|
1851
2049
|
"title": "No config found",
|
|
1852
2050
|
"level": 2,
|
|
1853
2051
|
"path": "troubleshooting.md",
|
|
1854
|
-
"hash": "
|
|
2052
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1855
2053
|
},
|
|
1856
2054
|
{
|
|
1857
2055
|
"documentId": "troubleshooting",
|
|
@@ -1860,7 +2058,7 @@
|
|
|
1860
2058
|
"title": "Opening a blocked call",
|
|
1861
2059
|
"level": 2,
|
|
1862
2060
|
"path": "troubleshooting.md",
|
|
1863
|
-
"hash": "
|
|
2061
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1864
2062
|
},
|
|
1865
2063
|
{
|
|
1866
2064
|
"documentId": "troubleshooting",
|
|
@@ -1869,16 +2067,16 @@
|
|
|
1869
2067
|
"title": "Reading a verdict",
|
|
1870
2068
|
"level": 2,
|
|
1871
2069
|
"path": "troubleshooting.md",
|
|
1872
|
-
"hash": "
|
|
2070
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1873
2071
|
},
|
|
1874
2072
|
{
|
|
1875
2073
|
"documentId": "troubleshooting",
|
|
1876
2074
|
"language": "en",
|
|
1877
|
-
"sectionId": "skipped-rows-on-the-
|
|
1878
|
-
"title": "`skipped` rows on the
|
|
2075
|
+
"sectionId": "skipped-rows-on-the-change-set-surface",
|
|
2076
|
+
"title": "`skipped` rows on the change-set surface",
|
|
1879
2077
|
"level": 2,
|
|
1880
2078
|
"path": "troubleshooting.md",
|
|
1881
|
-
"hash": "
|
|
2079
|
+
"hash": "e3c15980862bec93ed6e476aff3c4c2d61beff3eb7a9540544019fdf837cb951"
|
|
1882
2080
|
},
|
|
1883
2081
|
{
|
|
1884
2082
|
"documentId": "troubleshooting",
|
|
@@ -1887,7 +2085,7 @@
|
|
|
1887
2085
|
"title": "커밋이 차단됐을 때",
|
|
1888
2086
|
"level": 2,
|
|
1889
2087
|
"path": "troubleshooting.ko.md",
|
|
1890
|
-
"hash": "
|
|
2088
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1891
2089
|
},
|
|
1892
2090
|
{
|
|
1893
2091
|
"documentId": "troubleshooting",
|
|
@@ -1896,7 +2094,7 @@
|
|
|
1896
2094
|
"title": "선언을 판정으로 구성하지 못할 때",
|
|
1897
2095
|
"level": 2,
|
|
1898
2096
|
"path": "troubleshooting.ko.md",
|
|
1899
|
-
"hash": "
|
|
2097
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1900
2098
|
},
|
|
1901
2099
|
{
|
|
1902
2100
|
"documentId": "troubleshooting",
|
|
@@ -1905,7 +2103,7 @@
|
|
|
1905
2103
|
"title": "Grok 증인",
|
|
1906
2104
|
"level": 2,
|
|
1907
2105
|
"path": "troubleshooting.ko.md",
|
|
1908
|
-
"hash": "
|
|
2106
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1909
2107
|
},
|
|
1910
2108
|
{
|
|
1911
2109
|
"documentId": "troubleshooting",
|
|
@@ -1914,7 +2112,7 @@
|
|
|
1914
2112
|
"title": "설정 오류",
|
|
1915
2113
|
"level": 2,
|
|
1916
2114
|
"path": "troubleshooting.ko.md",
|
|
1917
|
-
"hash": "
|
|
2115
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1918
2116
|
},
|
|
1919
2117
|
{
|
|
1920
2118
|
"documentId": "troubleshooting",
|
|
@@ -1923,7 +2121,7 @@
|
|
|
1923
2121
|
"title": "판정기를 불러올 수 없을 때",
|
|
1924
2122
|
"level": 2,
|
|
1925
2123
|
"path": "troubleshooting.ko.md",
|
|
1926
|
-
"hash": "
|
|
2124
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1927
2125
|
},
|
|
1928
2126
|
{
|
|
1929
2127
|
"documentId": "troubleshooting",
|
|
@@ -1932,7 +2130,7 @@
|
|
|
1932
2130
|
"title": "다른 컴퓨터로 프로젝트를 옮길 때",
|
|
1933
2131
|
"level": 2,
|
|
1934
2132
|
"path": "troubleshooting.ko.md",
|
|
1935
|
-
"hash": "
|
|
2133
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1936
2134
|
},
|
|
1937
2135
|
{
|
|
1938
2136
|
"documentId": "troubleshooting",
|
|
@@ -1941,7 +2139,7 @@
|
|
|
1941
2139
|
"title": "설정 파일이 여러 개일 때",
|
|
1942
2140
|
"level": 2,
|
|
1943
2141
|
"path": "troubleshooting.ko.md",
|
|
1944
|
-
"hash": "
|
|
2142
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1945
2143
|
},
|
|
1946
2144
|
{
|
|
1947
2145
|
"documentId": "troubleshooting",
|
|
@@ -1950,7 +2148,7 @@
|
|
|
1950
2148
|
"title": "다음 단계",
|
|
1951
2149
|
"level": 2,
|
|
1952
2150
|
"path": "troubleshooting.ko.md",
|
|
1953
|
-
"hash": "
|
|
2151
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1954
2152
|
},
|
|
1955
2153
|
{
|
|
1956
2154
|
"documentId": "troubleshooting",
|
|
@@ -1959,7 +2157,7 @@
|
|
|
1959
2157
|
"title": "설정 파일이 없을 때",
|
|
1960
2158
|
"level": 2,
|
|
1961
2159
|
"path": "troubleshooting.ko.md",
|
|
1962
|
-
"hash": "
|
|
2160
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1963
2161
|
},
|
|
1964
2162
|
{
|
|
1965
2163
|
"documentId": "troubleshooting",
|
|
@@ -1968,7 +2166,7 @@
|
|
|
1968
2166
|
"title": "차단된 호출을 증언으로 허용하기",
|
|
1969
2167
|
"level": 2,
|
|
1970
2168
|
"path": "troubleshooting.ko.md",
|
|
1971
|
-
"hash": "
|
|
2169
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1972
2170
|
},
|
|
1973
2171
|
{
|
|
1974
2172
|
"documentId": "troubleshooting",
|
|
@@ -1977,16 +2175,16 @@
|
|
|
1977
2175
|
"title": "판정 결과 읽기",
|
|
1978
2176
|
"level": 2,
|
|
1979
2177
|
"path": "troubleshooting.ko.md",
|
|
1980
|
-
"hash": "
|
|
2178
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1981
2179
|
},
|
|
1982
2180
|
{
|
|
1983
2181
|
"documentId": "troubleshooting",
|
|
1984
2182
|
"language": "ko",
|
|
1985
|
-
"sectionId": "skipped-rows-on-the-
|
|
1986
|
-
"title": "
|
|
2183
|
+
"sectionId": "skipped-rows-on-the-change-set-surface",
|
|
2184
|
+
"title": "변경 집합 표면의 미판정 기록",
|
|
1987
2185
|
"level": 2,
|
|
1988
2186
|
"path": "troubleshooting.ko.md",
|
|
1989
|
-
"hash": "
|
|
2187
|
+
"hash": "963a66d928a0eded06c69b66247646fce02edd8f7bc35e0041b13e375fcf1611"
|
|
1990
2188
|
},
|
|
1991
2189
|
{
|
|
1992
2190
|
"documentId": "write-disciplines",
|
|
@@ -1995,7 +2193,16 @@
|
|
|
1995
2193
|
"title": "Locale key pairing",
|
|
1996
2194
|
"level": 2,
|
|
1997
2195
|
"path": "how-to/write-disciplines.md",
|
|
1998
|
-
"hash": "
|
|
2196
|
+
"hash": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"documentId": "write-disciplines",
|
|
2200
|
+
"language": "en",
|
|
2201
|
+
"sectionId": "posture",
|
|
2202
|
+
"title": "Posture on an unattended real-time surface",
|
|
2203
|
+
"level": 2,
|
|
2204
|
+
"path": "how-to/write-disciplines.md",
|
|
2205
|
+
"hash": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3"
|
|
1999
2206
|
},
|
|
2000
2207
|
{
|
|
2001
2208
|
"documentId": "write-disciplines",
|
|
@@ -2004,7 +2211,7 @@
|
|
|
2004
2211
|
"title": "Verify both outcomes",
|
|
2005
2212
|
"level": 2,
|
|
2006
2213
|
"path": "how-to/write-disciplines.md",
|
|
2007
|
-
"hash": "
|
|
2214
|
+
"hash": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3"
|
|
2008
2215
|
},
|
|
2009
2216
|
{
|
|
2010
2217
|
"documentId": "write-disciplines",
|
|
@@ -2013,7 +2220,16 @@
|
|
|
2013
2220
|
"title": "When to draft instead of declaring",
|
|
2014
2221
|
"level": 2,
|
|
2015
2222
|
"path": "how-to/write-disciplines.md",
|
|
2016
|
-
"hash": "
|
|
2223
|
+
"hash": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3"
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"documentId": "write-disciplines",
|
|
2227
|
+
"language": "en",
|
|
2228
|
+
"sectionId": "which-list",
|
|
2229
|
+
"title": "Which list does it go in",
|
|
2230
|
+
"level": 2,
|
|
2231
|
+
"path": "how-to/write-disciplines.md",
|
|
2232
|
+
"hash": "b289136d135829893d8f5016a39b47f2c23f5e5e10336cc2566d2e3aba5cabd3"
|
|
2017
2233
|
},
|
|
2018
2234
|
{
|
|
2019
2235
|
"documentId": "write-disciplines",
|
|
@@ -2022,7 +2238,16 @@
|
|
|
2022
2238
|
"title": "번역 키 짝 맞춤",
|
|
2023
2239
|
"level": 2,
|
|
2024
2240
|
"path": "how-to/write-disciplines.ko.md",
|
|
2025
|
-
"hash": "
|
|
2241
|
+
"hash": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"documentId": "write-disciplines",
|
|
2245
|
+
"language": "ko",
|
|
2246
|
+
"sectionId": "posture",
|
|
2247
|
+
"title": "무인 실시간 표면의 기본 자세",
|
|
2248
|
+
"level": 2,
|
|
2249
|
+
"path": "how-to/write-disciplines.ko.md",
|
|
2250
|
+
"hash": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
2026
2251
|
},
|
|
2027
2252
|
{
|
|
2028
2253
|
"documentId": "write-disciplines",
|
|
@@ -2031,7 +2256,7 @@
|
|
|
2031
2256
|
"title": "한 번은 실제로 판정해 보기",
|
|
2032
2257
|
"level": 2,
|
|
2033
2258
|
"path": "how-to/write-disciplines.ko.md",
|
|
2034
|
-
"hash": "
|
|
2259
|
+
"hash": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
2035
2260
|
},
|
|
2036
2261
|
{
|
|
2037
2262
|
"documentId": "write-disciplines",
|
|
@@ -2040,7 +2265,16 @@
|
|
|
2040
2265
|
"title": "선언 대신 초안으로 남길 때",
|
|
2041
2266
|
"level": 2,
|
|
2042
2267
|
"path": "how-to/write-disciplines.ko.md",
|
|
2043
|
-
"hash": "
|
|
2268
|
+
"hash": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"documentId": "write-disciplines",
|
|
2272
|
+
"language": "ko",
|
|
2273
|
+
"sectionId": "which-list",
|
|
2274
|
+
"title": "어느 목록에 적는가",
|
|
2275
|
+
"level": 2,
|
|
2276
|
+
"path": "how-to/write-disciplines.ko.md",
|
|
2277
|
+
"hash": "8eff4d36132340b1098af8bb372974f06dda97326960f4420cc9664cf0b0b761"
|
|
2044
2278
|
}
|
|
2045
2279
|
]
|
|
2046
2280
|
}
|