@polderlabs/bizar-omp 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -4
- package/agents/bizar-architect.md +1 -1
- package/agents/bizar-docs.md +1 -1
- package/agents/bizar-implementer.md +1 -1
- package/agents/bizar-planner.md +1 -1
- package/agents/bizar-researcher.md +1 -1
- package/agents/bizar-reviewer.md +1 -1
- package/agents/bizar-security-reviewer.md +1 -1
- package/agents/bizar-verifier.md +1 -1
- package/dist/cli/doctor.d.ts +4 -4
- package/dist/cli/install.js +2 -2
- package/dist/extension.d.ts +17 -0
- package/dist/extension.d.ts.map +1 -1
- package/dist/extension.js +60 -12
- package/dist/extension.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/omp/autonomous-settings.d.ts +0 -5
- package/dist/omp/autonomous-settings.d.ts.map +1 -1
- package/dist/omp/autonomous-settings.js +1 -5
- package/dist/omp/autonomous-settings.js.map +1 -1
- package/dist/omp/compatibility.d.ts +4 -4
- package/dist/omp/compatibility.js +1 -1
- package/dist/omp/config.d.ts.map +1 -1
- package/dist/omp/config.js +2 -1
- package/dist/omp/config.js.map +1 -1
- package/dist/omp/model-role-assignment.d.ts +62 -0
- package/dist/omp/model-role-assignment.d.ts.map +1 -0
- package/dist/omp/model-role-assignment.js +92 -0
- package/dist/omp/model-role-assignment.js.map +1 -0
- package/dist/omp/model-roles.d.ts +11 -3
- package/dist/omp/model-roles.d.ts.map +1 -1
- package/dist/omp/model-roles.js +2 -1
- package/dist/omp/model-roles.js.map +1 -1
- package/docs/compatibility/baseline.json +2 -2
- package/docs/compatibility/phase-0-report.md +1 -1
- package/docs/compatibility/supported-surfaces.json +1 -1
- package/docs/releases/0.3.0.md +9 -0
- package/docs/releases/native-stable.md +1 -1
- package/docs/releases/npm-publishing.md +1 -1
- package/docs/releases/support-matrix.md +1 -1
- package/package.json +2 -1
- package/skills/omp-native-development/SKILL.md +111 -0
- package/skills/omp-native-development/agents/openai.yaml +4 -0
- package/skills/omp-native-development/assets/native-role-pack/agent-names.example.json +8 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-implementer.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-planner.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-researcher.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-reviewer.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-security-reviewer.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/agents/bizar-verifier.md +12 -0
- package/skills/omp-native-development/assets/native-role-pack/bindings.json +8 -0
- package/skills/omp-native-development/assets/native-role-pack/config.fragment.json +10 -0
- package/skills/omp-native-development/assets/native-role-pack/config.fragment.yml +13 -0
- package/skills/omp-native-development/assets/native-role-probe.ts +37 -0
- package/skills/omp-native-development/assets/tests/acceptance-matrix.json +802 -0
- package/skills/omp-native-development/assets/tests/native-role-contract.test.ts +96 -0
- package/skills/omp-native-development/references/accuracy-and-versioning.md +63 -0
- package/skills/omp-native-development/references/agent-and-model-roles.md +158 -0
- package/skills/omp-native-development/references/bizar-integration-contract.md +100 -0
- package/skills/omp-native-development/references/bundle-validation.json +54 -0
- package/skills/omp-native-development/references/developer-handoff.md +126 -0
- package/skills/omp-native-development/references/execution-and-lifecycle.md +74 -0
- package/skills/omp-native-development/references/extensions-and-packaging.md +82 -0
- package/skills/omp-native-development/references/native-validation-matrix.md +96 -0
- package/skills/omp-native-development/references/official-docs-index.md +174 -0
- package/skills/omp-native-development/references/offline-test-results.txt +43 -0
- package/skills/omp-native-development/references/research-and-test-status.md +31 -0
- package/skills/omp-native-development/references/sessions-sdk-rpc.md +59 -0
- package/skills/omp-native-development/references/settings-providers-security.md +69 -0
- package/skills/omp-native-development/references/source-manifest.json +1359 -0
- package/skills/omp-native-development/references/tools-and-capabilities.md +59 -0
- package/skills/omp-native-development/scripts/audit_role_config.py +167 -0
- package/skills/omp-native-development/scripts/omp_docs.py +252 -0
- package/skills/omp-native-development/scripts/test_tools.py +222 -0
|
@@ -0,0 +1,1359 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"repository": "can1357/oh-my-pi",
|
|
4
|
+
"commit": "dbf3afad4894bde827d90f965e77b3fe1c5a95e5",
|
|
5
|
+
"reference_date": "2026-09-17",
|
|
6
|
+
"docs_tree_sha": "c0055f49ceb172ff6da9490cf74773e9b187966b",
|
|
7
|
+
"comparison_release": {
|
|
8
|
+
"tag": "v18.2.4",
|
|
9
|
+
"commit": "1c0303b1f2ec515cbf4b44a9a49d68a029531aac",
|
|
10
|
+
"qualification": "separate target; do not equate to main"
|
|
11
|
+
},
|
|
12
|
+
"scope": "Every Markdown file in the enumerated docs/ tree, plus selected source files. Not every package README, example, source file or issue in the repository.",
|
|
13
|
+
"evidence": "Tree inventory and selected content read through GitHub. Hashes identify Git blobs, not locally downloaded bytes. Fetch and verify before relying on a local corpus.",
|
|
14
|
+
"files": [
|
|
15
|
+
{
|
|
16
|
+
"path": "docs/ERRATA-GPT5-HARMONY.md",
|
|
17
|
+
"git_blob_sha1": "ca24ff1e75a7044d12952aec0009be67b9aa1a46",
|
|
18
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/ERRATA-GPT5-HARMONY.md",
|
|
19
|
+
"kind": "official-documentation",
|
|
20
|
+
"review_status": "indexed-not-individually-audited",
|
|
21
|
+
"reviewed_source_line_ranges": [],
|
|
22
|
+
"raw_text_bundled": false
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"path": "docs/adding-a-provider.md",
|
|
26
|
+
"git_blob_sha1": "f653fb06398d3c40e6a2e3be1853f24b084e7444",
|
|
27
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/adding-a-provider.md",
|
|
28
|
+
"kind": "official-documentation",
|
|
29
|
+
"review_status": "indexed-not-individually-audited",
|
|
30
|
+
"reviewed_source_line_ranges": [],
|
|
31
|
+
"raw_text_bundled": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"path": "docs/advisor-watchdog.md",
|
|
35
|
+
"git_blob_sha1": "3b519f071d4bec5b583c3d8f9eb497abbba85728",
|
|
36
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/advisor-watchdog.md",
|
|
37
|
+
"kind": "official-documentation",
|
|
38
|
+
"review_status": "indexed-not-individually-audited",
|
|
39
|
+
"reviewed_source_line_ranges": [],
|
|
40
|
+
"raw_text_bundled": false
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "docs/agent-hub.md",
|
|
44
|
+
"git_blob_sha1": "c3a8e22ef326806eeabef09a4ab66b5474940f56",
|
|
45
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/agent-hub.md",
|
|
46
|
+
"kind": "official-documentation",
|
|
47
|
+
"review_status": "indexed-not-individually-audited",
|
|
48
|
+
"reviewed_source_line_ranges": [],
|
|
49
|
+
"raw_text_bundled": false
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"path": "docs/ai-schema-normalize.md",
|
|
53
|
+
"git_blob_sha1": "3bf0251a944a0a2c838e76d42387584b0269b16f",
|
|
54
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/ai-schema-normalize.md",
|
|
55
|
+
"kind": "official-documentation",
|
|
56
|
+
"review_status": "indexed-not-individually-audited",
|
|
57
|
+
"reviewed_source_line_ranges": [],
|
|
58
|
+
"raw_text_bundled": false
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"path": "docs/approval-mode.md",
|
|
62
|
+
"git_blob_sha1": "405b995eae4b918ddab56c8687c4729a957124f2",
|
|
63
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/approval-mode.md",
|
|
64
|
+
"kind": "official-documentation",
|
|
65
|
+
"review_status": "indexed-not-individually-audited",
|
|
66
|
+
"reviewed_source_line_ranges": [],
|
|
67
|
+
"raw_text_bundled": false
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"path": "docs/auth-broker-gateway.md",
|
|
71
|
+
"git_blob_sha1": "ae6af590d51074800c8fb08b1bc6ff57fafe9ee9",
|
|
72
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/auth-broker-gateway.md",
|
|
73
|
+
"kind": "official-documentation",
|
|
74
|
+
"review_status": "indexed-not-individually-audited",
|
|
75
|
+
"reviewed_source_line_ranges": [],
|
|
76
|
+
"raw_text_bundled": false
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"path": "docs/bash-tool-runtime.md",
|
|
80
|
+
"git_blob_sha1": "9cb3c52767704b4e301e19e48927b9981000bb9c",
|
|
81
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/bash-tool-runtime.md",
|
|
82
|
+
"kind": "official-documentation",
|
|
83
|
+
"review_status": "indexed-not-individually-audited",
|
|
84
|
+
"reviewed_source_line_ranges": [],
|
|
85
|
+
"raw_text_bundled": false
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"path": "docs/blob-artifact-architecture.md",
|
|
89
|
+
"git_blob_sha1": "95864f687e2ab01b25e9ddf2d02428cc4d2857a7",
|
|
90
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/blob-artifact-architecture.md",
|
|
91
|
+
"kind": "official-documentation",
|
|
92
|
+
"review_status": "indexed-not-individually-audited",
|
|
93
|
+
"reviewed_source_line_ranges": [],
|
|
94
|
+
"raw_text_bundled": false
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"path": "docs/cli-reference.md",
|
|
98
|
+
"git_blob_sha1": "8938d37f11861e539aae6761323542142e882dc7",
|
|
99
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/cli-reference.md",
|
|
100
|
+
"kind": "official-documentation",
|
|
101
|
+
"review_status": "indexed-not-individually-audited",
|
|
102
|
+
"reviewed_source_line_ranges": [],
|
|
103
|
+
"raw_text_bundled": false
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"path": "docs/collab.md",
|
|
107
|
+
"git_blob_sha1": "502f8b154d2078527118ae6d881acaff45234cf2",
|
|
108
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/collab.md",
|
|
109
|
+
"kind": "official-documentation",
|
|
110
|
+
"review_status": "indexed-not-individually-audited",
|
|
111
|
+
"reviewed_source_line_ranges": [],
|
|
112
|
+
"raw_text_bundled": false
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"path": "docs/compaction.md",
|
|
116
|
+
"git_blob_sha1": "88b4b880f8732c80ff0ec959018bc2f1dabf378c",
|
|
117
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/compaction.md",
|
|
118
|
+
"kind": "official-documentation",
|
|
119
|
+
"review_status": "indexed-not-individually-audited",
|
|
120
|
+
"reviewed_source_line_ranges": [],
|
|
121
|
+
"raw_text_bundled": false
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"path": "docs/computer-use.md",
|
|
125
|
+
"git_blob_sha1": "4df8dae55f045e28b91d3c79cf61db4ca430f6f6",
|
|
126
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/computer-use.md",
|
|
127
|
+
"kind": "official-documentation",
|
|
128
|
+
"review_status": "indexed-not-individually-audited",
|
|
129
|
+
"reviewed_source_line_ranges": [],
|
|
130
|
+
"raw_text_bundled": false
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"path": "docs/config-usage.md",
|
|
134
|
+
"git_blob_sha1": "89a7b54074fe907f0fad86eb0236340eb49c98e1",
|
|
135
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/config-usage.md",
|
|
136
|
+
"kind": "official-documentation",
|
|
137
|
+
"review_status": "indexed-not-individually-audited",
|
|
138
|
+
"reviewed_source_line_ranges": [],
|
|
139
|
+
"raw_text_bundled": false
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"path": "docs/context-files.md",
|
|
143
|
+
"git_blob_sha1": "14cb92ed70f7c37539ac59357553d0624d01a9fb",
|
|
144
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/context-files.md",
|
|
145
|
+
"kind": "official-documentation",
|
|
146
|
+
"review_status": "indexed-not-individually-audited",
|
|
147
|
+
"reviewed_source_line_ranges": [],
|
|
148
|
+
"raw_text_bundled": false
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"path": "docs/custom-tools.md",
|
|
152
|
+
"git_blob_sha1": "60efd47631379c7d92e82924076dee716ee1fd73",
|
|
153
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/custom-tools.md",
|
|
154
|
+
"kind": "official-documentation",
|
|
155
|
+
"review_status": "indexed-not-individually-audited",
|
|
156
|
+
"reviewed_source_line_ranges": [],
|
|
157
|
+
"raw_text_bundled": false
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"path": "docs/environment-variables.md",
|
|
161
|
+
"git_blob_sha1": "cdfdbfba87d7b9c9a1f1cf3563a3df9732c1d0a2",
|
|
162
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/environment-variables.md",
|
|
163
|
+
"kind": "official-documentation",
|
|
164
|
+
"review_status": "indexed-not-individually-audited",
|
|
165
|
+
"reviewed_source_line_ranges": [],
|
|
166
|
+
"raw_text_bundled": false
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"path": "docs/extension-loading.md",
|
|
170
|
+
"git_blob_sha1": "d03c3c32c1467e720b6b24a2334652fe126234a6",
|
|
171
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/extension-loading.md",
|
|
172
|
+
"kind": "official-documentation",
|
|
173
|
+
"review_status": "reviewed-ranges",
|
|
174
|
+
"reviewed_source_line_ranges": [
|
|
175
|
+
[
|
|
176
|
+
1,
|
|
177
|
+
220
|
|
178
|
+
]
|
|
179
|
+
],
|
|
180
|
+
"raw_text_bundled": false
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "docs/extensions.md",
|
|
184
|
+
"git_blob_sha1": "00bf78489dab6f2fab84dc4450e8eeeb2053ec9e",
|
|
185
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/extensions.md",
|
|
186
|
+
"kind": "official-documentation",
|
|
187
|
+
"review_status": "reviewed-ranges",
|
|
188
|
+
"reviewed_source_line_ranges": [
|
|
189
|
+
[
|
|
190
|
+
1,
|
|
191
|
+
555
|
|
192
|
+
],
|
|
193
|
+
[
|
|
194
|
+
600,
|
|
195
|
+
820
|
|
196
|
+
]
|
|
197
|
+
],
|
|
198
|
+
"raw_text_bundled": false
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"path": "docs/fs-scan-cache-architecture.md",
|
|
202
|
+
"git_blob_sha1": "e109e9cd16c67036334d34b7157ca5c5bfb88d6e",
|
|
203
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/fs-scan-cache-architecture.md",
|
|
204
|
+
"kind": "official-documentation",
|
|
205
|
+
"review_status": "indexed-not-individually-audited",
|
|
206
|
+
"reviewed_source_line_ranges": [],
|
|
207
|
+
"raw_text_bundled": false
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"path": "docs/gemini-manifest-extensions.md",
|
|
211
|
+
"git_blob_sha1": "7dcdd02c23d944bbfd9e6fe1a2cb5ffb21924f26",
|
|
212
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/gemini-manifest-extensions.md",
|
|
213
|
+
"kind": "official-documentation",
|
|
214
|
+
"review_status": "indexed-not-individually-audited",
|
|
215
|
+
"reviewed_source_line_ranges": [],
|
|
216
|
+
"raw_text_bundled": false
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"path": "docs/handoff-generation-pipeline.md",
|
|
220
|
+
"git_blob_sha1": "d943c86e89c1e8100a2dfc95651313201088a11b",
|
|
221
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/handoff-generation-pipeline.md",
|
|
222
|
+
"kind": "official-documentation",
|
|
223
|
+
"review_status": "indexed-not-individually-audited",
|
|
224
|
+
"reviewed_source_line_ranges": [],
|
|
225
|
+
"raw_text_bundled": false
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"path": "docs/hooks.md",
|
|
229
|
+
"git_blob_sha1": "cee503aaff54edfe60ee4b4ad37043864cddec40",
|
|
230
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/hooks.md",
|
|
231
|
+
"kind": "official-documentation",
|
|
232
|
+
"review_status": "indexed-not-individually-audited",
|
|
233
|
+
"reviewed_source_line_ranges": [],
|
|
234
|
+
"raw_text_bundled": false
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"path": "docs/install-id.md",
|
|
238
|
+
"git_blob_sha1": "2d35b4f057a9972d6df8f6004dcbac550d22e4ab",
|
|
239
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/install-id.md",
|
|
240
|
+
"kind": "official-documentation",
|
|
241
|
+
"review_status": "indexed-not-individually-audited",
|
|
242
|
+
"reviewed_source_line_ranges": [],
|
|
243
|
+
"raw_text_bundled": false
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"path": "docs/keybindings.md",
|
|
247
|
+
"git_blob_sha1": "d80f3df44916cac1405c754703b95600dc0b6ebf",
|
|
248
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/keybindings.md",
|
|
249
|
+
"kind": "official-documentation",
|
|
250
|
+
"review_status": "indexed-not-individually-audited",
|
|
251
|
+
"reviewed_source_line_ranges": [],
|
|
252
|
+
"raw_text_bundled": false
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"path": "docs/local-models.md",
|
|
256
|
+
"git_blob_sha1": "376b9cfa4514e566105924647b62e9ec910e3eab",
|
|
257
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/local-models.md",
|
|
258
|
+
"kind": "official-documentation",
|
|
259
|
+
"review_status": "indexed-not-individually-audited",
|
|
260
|
+
"reviewed_source_line_ranges": [],
|
|
261
|
+
"raw_text_bundled": false
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"path": "docs/lsp-config.md",
|
|
265
|
+
"git_blob_sha1": "f57e68064d3379947a8b45c42bcb4ebe81843502",
|
|
266
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/lsp-config.md",
|
|
267
|
+
"kind": "official-documentation",
|
|
268
|
+
"review_status": "indexed-not-individually-audited",
|
|
269
|
+
"reviewed_source_line_ranges": [],
|
|
270
|
+
"raw_text_bundled": false
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"path": "docs/macos-signing-notarization.md",
|
|
274
|
+
"git_blob_sha1": "22c3f215faa60dd500b535edca511d95cc63fd6b",
|
|
275
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/macos-signing-notarization.md",
|
|
276
|
+
"kind": "official-documentation",
|
|
277
|
+
"review_status": "indexed-not-individually-audited",
|
|
278
|
+
"reviewed_source_line_ranges": [],
|
|
279
|
+
"raw_text_bundled": false
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"path": "docs/magic-keywords.md",
|
|
283
|
+
"git_blob_sha1": "2eded6f9c982805e266916ec4ac0d6cf2bfeede5",
|
|
284
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/magic-keywords.md",
|
|
285
|
+
"kind": "official-documentation",
|
|
286
|
+
"review_status": "indexed-not-individually-audited",
|
|
287
|
+
"reviewed_source_line_ranges": [],
|
|
288
|
+
"raw_text_bundled": false
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"path": "docs/marketplace.md",
|
|
292
|
+
"git_blob_sha1": "950c53281b7d0c680a7ba37e009f6d838f3ea128",
|
|
293
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/marketplace.md",
|
|
294
|
+
"kind": "official-documentation",
|
|
295
|
+
"review_status": "indexed-not-individually-audited",
|
|
296
|
+
"reviewed_source_line_ranges": [],
|
|
297
|
+
"raw_text_bundled": false
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"path": "docs/mcp-config.md",
|
|
301
|
+
"git_blob_sha1": "e19312b7f085f593cc2fa5455db4035fb1df9ebc",
|
|
302
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/mcp-config.md",
|
|
303
|
+
"kind": "official-documentation",
|
|
304
|
+
"review_status": "indexed-not-individually-audited",
|
|
305
|
+
"reviewed_source_line_ranges": [],
|
|
306
|
+
"raw_text_bundled": false
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"path": "docs/mcp-protocol-transports.md",
|
|
310
|
+
"git_blob_sha1": "8005924c54cdbbf36b55ce8adbeadc92a6deadb3",
|
|
311
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/mcp-protocol-transports.md",
|
|
312
|
+
"kind": "official-documentation",
|
|
313
|
+
"review_status": "indexed-not-individually-audited",
|
|
314
|
+
"reviewed_source_line_ranges": [],
|
|
315
|
+
"raw_text_bundled": false
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"path": "docs/mcp-runtime-lifecycle.md",
|
|
319
|
+
"git_blob_sha1": "8c8ab37fd859964bf5aa6445832b85dd8739fd72",
|
|
320
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/mcp-runtime-lifecycle.md",
|
|
321
|
+
"kind": "official-documentation",
|
|
322
|
+
"review_status": "indexed-not-individually-audited",
|
|
323
|
+
"reviewed_source_line_ranges": [],
|
|
324
|
+
"raw_text_bundled": false
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"path": "docs/mcp-server-tool-authoring.md",
|
|
328
|
+
"git_blob_sha1": "8ccf85d2a19768481437586318677520236f24a2",
|
|
329
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/mcp-server-tool-authoring.md",
|
|
330
|
+
"kind": "official-documentation",
|
|
331
|
+
"review_status": "indexed-not-individually-audited",
|
|
332
|
+
"reviewed_source_line_ranges": [],
|
|
333
|
+
"raw_text_bundled": false
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"path": "docs/memory.md",
|
|
337
|
+
"git_blob_sha1": "f446b148db9c9d8d8eac0900de123c48f0912a4e",
|
|
338
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/memory.md",
|
|
339
|
+
"kind": "official-documentation",
|
|
340
|
+
"review_status": "indexed-not-individually-audited",
|
|
341
|
+
"reviewed_source_line_ranges": [],
|
|
342
|
+
"raw_text_bundled": false
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"path": "docs/mnemosyne-memory-backend.md",
|
|
346
|
+
"git_blob_sha1": "cb1c61db34aaa2d36340d907ea3d7be8b4921032",
|
|
347
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/mnemosyne-memory-backend.md",
|
|
348
|
+
"kind": "official-documentation",
|
|
349
|
+
"review_status": "indexed-not-individually-audited",
|
|
350
|
+
"reviewed_source_line_ranges": [],
|
|
351
|
+
"raw_text_bundled": false
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"path": "docs/models.md",
|
|
355
|
+
"git_blob_sha1": "f5644379176c93cc272cde4de826ecf095b7cabb",
|
|
356
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/models.md",
|
|
357
|
+
"kind": "official-documentation",
|
|
358
|
+
"review_status": "reviewed-ranges",
|
|
359
|
+
"reviewed_source_line_ranges": [
|
|
360
|
+
[
|
|
361
|
+
1,
|
|
362
|
+
185
|
|
363
|
+
],
|
|
364
|
+
[
|
|
365
|
+
340,
|
|
366
|
+
585
|
|
367
|
+
]
|
|
368
|
+
],
|
|
369
|
+
"raw_text_bundled": false
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"path": "docs/native-crates.md",
|
|
373
|
+
"git_blob_sha1": "01de4391c99b7e2755348bd0634aa870053202d1",
|
|
374
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/native-crates.md",
|
|
375
|
+
"kind": "official-documentation",
|
|
376
|
+
"review_status": "indexed-not-individually-audited",
|
|
377
|
+
"reviewed_source_line_ranges": [],
|
|
378
|
+
"raw_text_bundled": false
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"path": "docs/natives-addon-loader-runtime.md",
|
|
382
|
+
"git_blob_sha1": "546ee56e92b70980d7605c01742c3cb7ed668b30",
|
|
383
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-addon-loader-runtime.md",
|
|
384
|
+
"kind": "official-documentation",
|
|
385
|
+
"review_status": "indexed-not-individually-audited",
|
|
386
|
+
"reviewed_source_line_ranges": [],
|
|
387
|
+
"raw_text_bundled": false
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"path": "docs/natives-architecture.md",
|
|
391
|
+
"git_blob_sha1": "30b05f802b1042f0a8e6ebb494222a491cf3e277",
|
|
392
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-architecture.md",
|
|
393
|
+
"kind": "official-documentation",
|
|
394
|
+
"review_status": "indexed-not-individually-audited",
|
|
395
|
+
"reviewed_source_line_ranges": [],
|
|
396
|
+
"raw_text_bundled": false
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"path": "docs/natives-binding-contract.md",
|
|
400
|
+
"git_blob_sha1": "9535c419ed6688a809a8f0c55234eb1822d475e6",
|
|
401
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-binding-contract.md",
|
|
402
|
+
"kind": "official-documentation",
|
|
403
|
+
"review_status": "indexed-not-individually-audited",
|
|
404
|
+
"reviewed_source_line_ranges": [],
|
|
405
|
+
"raw_text_bundled": false
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"path": "docs/natives-build-release-debugging.md",
|
|
409
|
+
"git_blob_sha1": "945466c548f321145b73e63cd39cb80cd396dae3",
|
|
410
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-build-release-debugging.md",
|
|
411
|
+
"kind": "official-documentation",
|
|
412
|
+
"review_status": "indexed-not-individually-audited",
|
|
413
|
+
"reviewed_source_line_ranges": [],
|
|
414
|
+
"raw_text_bundled": false
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"path": "docs/natives-media-system-utils.md",
|
|
418
|
+
"git_blob_sha1": "ea74977e6b73b0b7549a636af900783791b74145",
|
|
419
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-media-system-utils.md",
|
|
420
|
+
"kind": "official-documentation",
|
|
421
|
+
"review_status": "indexed-not-individually-audited",
|
|
422
|
+
"reviewed_source_line_ranges": [],
|
|
423
|
+
"raw_text_bundled": false
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"path": "docs/natives-rust-task-cancellation.md",
|
|
427
|
+
"git_blob_sha1": "c70af9fd9717532bbe4a3a1405839ac134808905",
|
|
428
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-rust-task-cancellation.md",
|
|
429
|
+
"kind": "official-documentation",
|
|
430
|
+
"review_status": "indexed-not-individually-audited",
|
|
431
|
+
"reviewed_source_line_ranges": [],
|
|
432
|
+
"raw_text_bundled": false
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"path": "docs/natives-shell-pty-process.md",
|
|
436
|
+
"git_blob_sha1": "392c2c37994e8306065ad79672406c1d6fad455b",
|
|
437
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-shell-pty-process.md",
|
|
438
|
+
"kind": "official-documentation",
|
|
439
|
+
"review_status": "indexed-not-individually-audited",
|
|
440
|
+
"reviewed_source_line_ranges": [],
|
|
441
|
+
"raw_text_bundled": false
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"path": "docs/natives-text-search-pipeline.md",
|
|
445
|
+
"git_blob_sha1": "7f00a9b24cf6c6734e30a87638f68ff81612f59a",
|
|
446
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/natives-text-search-pipeline.md",
|
|
447
|
+
"kind": "official-documentation",
|
|
448
|
+
"review_status": "indexed-not-individually-audited",
|
|
449
|
+
"reviewed_source_line_ranges": [],
|
|
450
|
+
"raw_text_bundled": false
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"path": "docs/non-compaction-retry-policy.md",
|
|
454
|
+
"git_blob_sha1": "f6f41e7ed183fba67ff1a53fbd989e506a15f4df",
|
|
455
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/non-compaction-retry-policy.md",
|
|
456
|
+
"kind": "official-documentation",
|
|
457
|
+
"review_status": "reviewed-ranges",
|
|
458
|
+
"reviewed_source_line_ranges": [
|
|
459
|
+
[
|
|
460
|
+
1,
|
|
461
|
+
250
|
|
462
|
+
]
|
|
463
|
+
],
|
|
464
|
+
"raw_text_bundled": false
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"path": "docs/notebook-tool-runtime.md",
|
|
468
|
+
"git_blob_sha1": "fbd1a5c96017d3cb027c8ae3aea9baa9a34b6e9b",
|
|
469
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/notebook-tool-runtime.md",
|
|
470
|
+
"kind": "official-documentation",
|
|
471
|
+
"review_status": "indexed-not-individually-audited",
|
|
472
|
+
"reviewed_source_line_ranges": [],
|
|
473
|
+
"raw_text_bundled": false
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"path": "docs/omptype-guide.md",
|
|
477
|
+
"git_blob_sha1": "f28ca0ce56c161b92fcacff717433d62daa35157",
|
|
478
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/omptype-guide.md",
|
|
479
|
+
"kind": "official-documentation",
|
|
480
|
+
"review_status": "indexed-not-individually-audited",
|
|
481
|
+
"reviewed_source_line_ranges": [],
|
|
482
|
+
"raw_text_bundled": false
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"path": "docs/plugin-manager-installer-plumbing.md",
|
|
486
|
+
"git_blob_sha1": "6e89f8df75dffbb3bdf0f995489f6e8af7b75af2",
|
|
487
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/plugin-manager-installer-plumbing.md",
|
|
488
|
+
"kind": "official-documentation",
|
|
489
|
+
"review_status": "reviewed-ranges",
|
|
490
|
+
"reviewed_source_line_ranges": [
|
|
491
|
+
[
|
|
492
|
+
1,
|
|
493
|
+
175
|
|
494
|
+
]
|
|
495
|
+
],
|
|
496
|
+
"raw_text_bundled": false
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"path": "docs/porting-from-pi-mono.md",
|
|
500
|
+
"git_blob_sha1": "e5bf58a0169b088e26bbd896630317a81475d796",
|
|
501
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/porting-from-pi-mono.md",
|
|
502
|
+
"kind": "official-documentation",
|
|
503
|
+
"review_status": "reviewed-ranges",
|
|
504
|
+
"reviewed_source_line_ranges": [
|
|
505
|
+
[
|
|
506
|
+
1,
|
|
507
|
+
185
|
|
508
|
+
]
|
|
509
|
+
],
|
|
510
|
+
"raw_text_bundled": false
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"path": "docs/porting-to-natives.md",
|
|
514
|
+
"git_blob_sha1": "bac638b3f0a4de5b8c015016db05fb85d83bc74d",
|
|
515
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/porting-to-natives.md",
|
|
516
|
+
"kind": "official-documentation",
|
|
517
|
+
"review_status": "indexed-not-individually-audited",
|
|
518
|
+
"reviewed_source_line_ranges": [],
|
|
519
|
+
"raw_text_bundled": false
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"path": "docs/prewalk.md",
|
|
523
|
+
"git_blob_sha1": "4df53b3445224cf19039c17454a121467c198ed6",
|
|
524
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/prewalk.md",
|
|
525
|
+
"kind": "official-documentation",
|
|
526
|
+
"review_status": "indexed-not-individually-audited",
|
|
527
|
+
"reviewed_source_line_ranges": [],
|
|
528
|
+
"raw_text_bundled": false
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"path": "docs/provider-compat-reference.md",
|
|
532
|
+
"git_blob_sha1": "753d13d4bf3ae6a0c15cd274e3ff03bbadd581cf",
|
|
533
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/provider-compat-reference.md",
|
|
534
|
+
"kind": "official-documentation",
|
|
535
|
+
"review_status": "indexed-not-individually-audited",
|
|
536
|
+
"reviewed_source_line_ranges": [],
|
|
537
|
+
"raw_text_bundled": false
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"path": "docs/provider-endpoint-constraints.md",
|
|
541
|
+
"git_blob_sha1": "9a2e246fd7c963c6c6a67c481da1508a8bf71623",
|
|
542
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/provider-endpoint-constraints.md",
|
|
543
|
+
"kind": "official-documentation",
|
|
544
|
+
"review_status": "indexed-not-individually-audited",
|
|
545
|
+
"reviewed_source_line_ranges": [],
|
|
546
|
+
"raw_text_bundled": false
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"path": "docs/provider-quirks.md",
|
|
550
|
+
"git_blob_sha1": "0dffa95657a816f0b991a917cfab3a0265870b9e",
|
|
551
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/provider-quirks.md",
|
|
552
|
+
"kind": "official-documentation",
|
|
553
|
+
"review_status": "indexed-not-individually-audited",
|
|
554
|
+
"reviewed_source_line_ranges": [],
|
|
555
|
+
"raw_text_bundled": false
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"path": "docs/provider-streaming-internals.md",
|
|
559
|
+
"git_blob_sha1": "5764af6f037e4082aa3aa624bb21af3b0266623c",
|
|
560
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/provider-streaming-internals.md",
|
|
561
|
+
"kind": "official-documentation",
|
|
562
|
+
"review_status": "indexed-not-individually-audited",
|
|
563
|
+
"reviewed_source_line_ranges": [],
|
|
564
|
+
"raw_text_bundled": false
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"path": "docs/providers.md",
|
|
568
|
+
"git_blob_sha1": "b54cd322be26fbca01c17e276cada75c636d7704",
|
|
569
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/providers.md",
|
|
570
|
+
"kind": "official-documentation",
|
|
571
|
+
"review_status": "indexed-not-individually-audited",
|
|
572
|
+
"reviewed_source_line_ranges": [],
|
|
573
|
+
"raw_text_bundled": false
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"path": "docs/python-repl.md",
|
|
577
|
+
"git_blob_sha1": "d2e34b3153e9567ecadbe93710455c887cd5ce66",
|
|
578
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/python-repl.md",
|
|
579
|
+
"kind": "official-documentation",
|
|
580
|
+
"review_status": "indexed-not-individually-audited",
|
|
581
|
+
"reviewed_source_line_ranges": [],
|
|
582
|
+
"raw_text_bundled": false
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"path": "docs/resolve-tool-runtime.md",
|
|
586
|
+
"git_blob_sha1": "246d42c57afb74a94f8277547d34a1500467c79d",
|
|
587
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/resolve-tool-runtime.md",
|
|
588
|
+
"kind": "official-documentation",
|
|
589
|
+
"review_status": "indexed-not-individually-audited",
|
|
590
|
+
"reviewed_source_line_ranges": [],
|
|
591
|
+
"raw_text_bundled": false
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"path": "docs/rpc.md",
|
|
595
|
+
"git_blob_sha1": "b91b20a85aca2eacc7272cac7f1a55370449bc05",
|
|
596
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/rpc.md",
|
|
597
|
+
"kind": "official-documentation",
|
|
598
|
+
"review_status": "indexed-not-individually-audited",
|
|
599
|
+
"reviewed_source_line_ranges": [],
|
|
600
|
+
"raw_text_bundled": false
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"path": "docs/rulebook-matching-pipeline.md",
|
|
604
|
+
"git_blob_sha1": "0ad1d6800eb002051f6e1256b6339259ebd5745e",
|
|
605
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/rulebook-matching-pipeline.md",
|
|
606
|
+
"kind": "official-documentation",
|
|
607
|
+
"review_status": "indexed-not-individually-audited",
|
|
608
|
+
"reviewed_source_line_ranges": [],
|
|
609
|
+
"raw_text_bundled": false
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"path": "docs/sdk.md",
|
|
613
|
+
"git_blob_sha1": "fe8aace7a13a790f74d2b4564e1a297256c3ea0b",
|
|
614
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/sdk.md",
|
|
615
|
+
"kind": "official-documentation",
|
|
616
|
+
"review_status": "reviewed-ranges",
|
|
617
|
+
"reviewed_source_line_ranges": [
|
|
618
|
+
[
|
|
619
|
+
1,
|
|
620
|
+
440
|
|
621
|
+
]
|
|
622
|
+
],
|
|
623
|
+
"raw_text_bundled": false
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"path": "docs/secrets.md",
|
|
627
|
+
"git_blob_sha1": "19a36afda202ba3bdf93376d7c3840d6ff794c57",
|
|
628
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/secrets.md",
|
|
629
|
+
"kind": "official-documentation",
|
|
630
|
+
"review_status": "indexed-not-individually-audited",
|
|
631
|
+
"reviewed_source_line_ranges": [],
|
|
632
|
+
"raw_text_bundled": false
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"path": "docs/session-operations-export-share-fork-resume.md",
|
|
636
|
+
"git_blob_sha1": "4a01077b3632070cefc86025f6d1135242fd19a0",
|
|
637
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/session-operations-export-share-fork-resume.md",
|
|
638
|
+
"kind": "official-documentation",
|
|
639
|
+
"review_status": "indexed-not-individually-audited",
|
|
640
|
+
"reviewed_source_line_ranges": [],
|
|
641
|
+
"raw_text_bundled": false
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"path": "docs/session-switching-and-recent-listing.md",
|
|
645
|
+
"git_blob_sha1": "f29760ffac54c034f7a44939a7ee42661e4ec195",
|
|
646
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/session-switching-and-recent-listing.md",
|
|
647
|
+
"kind": "official-documentation",
|
|
648
|
+
"review_status": "indexed-not-individually-audited",
|
|
649
|
+
"reviewed_source_line_ranges": [],
|
|
650
|
+
"raw_text_bundled": false
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"path": "docs/session-tree-plan.md",
|
|
654
|
+
"git_blob_sha1": "548faba2dd1889305d1c6a3ef923d68bfe5d072c",
|
|
655
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/session-tree-plan.md",
|
|
656
|
+
"kind": "official-documentation",
|
|
657
|
+
"review_status": "indexed-not-individually-audited",
|
|
658
|
+
"reviewed_source_line_ranges": [],
|
|
659
|
+
"raw_text_bundled": false
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"path": "docs/session.md",
|
|
663
|
+
"git_blob_sha1": "9c8236e2c6998d080d5c664db3dcd8f5ae26bfe8",
|
|
664
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/session.md",
|
|
665
|
+
"kind": "official-documentation",
|
|
666
|
+
"review_status": "indexed-not-individually-audited",
|
|
667
|
+
"reviewed_source_line_ranges": [],
|
|
668
|
+
"raw_text_bundled": false
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"path": "docs/settings.md",
|
|
672
|
+
"git_blob_sha1": "d3e24e80df495fa18fd74dfdf7bcc8991447056b",
|
|
673
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/settings.md",
|
|
674
|
+
"kind": "official-documentation",
|
|
675
|
+
"review_status": "reviewed-ranges",
|
|
676
|
+
"reviewed_source_line_ranges": [
|
|
677
|
+
[
|
|
678
|
+
1,
|
|
679
|
+
230
|
|
680
|
+
],
|
|
681
|
+
[
|
|
682
|
+
280,
|
|
683
|
+
440
|
|
684
|
+
]
|
|
685
|
+
],
|
|
686
|
+
"raw_text_bundled": false
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"path": "docs/skills.md",
|
|
690
|
+
"git_blob_sha1": "b8c72c450af5f0d40716d919c5841c0b9204243a",
|
|
691
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills.md",
|
|
692
|
+
"kind": "official-documentation",
|
|
693
|
+
"review_status": "reviewed-ranges",
|
|
694
|
+
"reviewed_source_line_ranges": [
|
|
695
|
+
[
|
|
696
|
+
1,
|
|
697
|
+
230
|
|
698
|
+
]
|
|
699
|
+
],
|
|
700
|
+
"raw_text_bundled": false
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"path": "docs/skills/authoring-extensions.md",
|
|
704
|
+
"git_blob_sha1": "4ae981bc6070175367a9c77a4f049cc6b2d67ef1",
|
|
705
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/authoring-extensions.md",
|
|
706
|
+
"kind": "official-documentation",
|
|
707
|
+
"review_status": "indexed-not-individually-audited",
|
|
708
|
+
"reviewed_source_line_ranges": [],
|
|
709
|
+
"raw_text_bundled": false
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"path": "docs/skills/authoring-hooks.md",
|
|
713
|
+
"git_blob_sha1": "3c9ac4c6ec789fb2628935c18589dd812ce16537",
|
|
714
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/authoring-hooks.md",
|
|
715
|
+
"kind": "official-documentation",
|
|
716
|
+
"review_status": "indexed-not-individually-audited",
|
|
717
|
+
"reviewed_source_line_ranges": [],
|
|
718
|
+
"raw_text_bundled": false
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"path": "docs/skills/authoring-marketplaces.md",
|
|
722
|
+
"git_blob_sha1": "64d2dc68fb0da2076c6698e9fd76acdf0ab8053a",
|
|
723
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/authoring-marketplaces.md",
|
|
724
|
+
"kind": "official-documentation",
|
|
725
|
+
"review_status": "indexed-not-individually-audited",
|
|
726
|
+
"reviewed_source_line_ranges": [],
|
|
727
|
+
"raw_text_bundled": false
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"path": "docs/skills/examples/hello-extension/README.md",
|
|
731
|
+
"git_blob_sha1": "0cab3d682c8826df1229acef8f988f139b005393",
|
|
732
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/examples/hello-extension/README.md",
|
|
733
|
+
"kind": "official-documentation",
|
|
734
|
+
"review_status": "indexed-not-individually-audited",
|
|
735
|
+
"reviewed_source_line_ranges": [],
|
|
736
|
+
"raw_text_bundled": false
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"path": "docs/skills/examples/mini-marketplace/README.md",
|
|
740
|
+
"git_blob_sha1": "ea1efb9ba3c4c1b6221f1494f80280326feda2f7",
|
|
741
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/examples/mini-marketplace/README.md",
|
|
742
|
+
"kind": "official-documentation",
|
|
743
|
+
"review_status": "indexed-not-individually-audited",
|
|
744
|
+
"reviewed_source_line_ranges": [],
|
|
745
|
+
"raw_text_bundled": false
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"path": "docs/skills/examples/safety-hook/README.md",
|
|
749
|
+
"git_blob_sha1": "7545a233d741f56828338aa676cc8e94fd405815",
|
|
750
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/skills/examples/safety-hook/README.md",
|
|
751
|
+
"kind": "official-documentation",
|
|
752
|
+
"review_status": "indexed-not-individually-audited",
|
|
753
|
+
"reviewed_source_line_ranges": [],
|
|
754
|
+
"raw_text_bundled": false
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"path": "docs/slash-command-internals.md",
|
|
758
|
+
"git_blob_sha1": "828643254813362078b356990f2e720f6aea22bd",
|
|
759
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/slash-command-internals.md",
|
|
760
|
+
"kind": "official-documentation",
|
|
761
|
+
"review_status": "indexed-not-individually-audited",
|
|
762
|
+
"reviewed_source_line_ranges": [],
|
|
763
|
+
"raw_text_bundled": false
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "docs/system-prompt-customization.md",
|
|
767
|
+
"git_blob_sha1": "846538149b70b093b2781a0798215636e90add69",
|
|
768
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/system-prompt-customization.md",
|
|
769
|
+
"kind": "official-documentation",
|
|
770
|
+
"review_status": "indexed-not-individually-audited",
|
|
771
|
+
"reviewed_source_line_ranges": [],
|
|
772
|
+
"raw_text_bundled": false
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"path": "docs/task-agent-discovery.md",
|
|
776
|
+
"git_blob_sha1": "fabe9690693ecca9a7f3a0aa39442e1191e4ec6b",
|
|
777
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/task-agent-discovery.md",
|
|
778
|
+
"kind": "official-documentation",
|
|
779
|
+
"review_status": "reviewed-ranges",
|
|
780
|
+
"reviewed_source_line_ranges": [
|
|
781
|
+
[
|
|
782
|
+
1,
|
|
783
|
+
230
|
|
784
|
+
]
|
|
785
|
+
],
|
|
786
|
+
"raw_text_bundled": false
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"path": "docs/theme.md",
|
|
790
|
+
"git_blob_sha1": "93d6d97f9257616a1446ba4ddb0ea761597acde3",
|
|
791
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/theme.md",
|
|
792
|
+
"kind": "official-documentation",
|
|
793
|
+
"review_status": "indexed-not-individually-audited",
|
|
794
|
+
"reviewed_source_line_ranges": [],
|
|
795
|
+
"raw_text_bundled": false
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"path": "docs/toolconv/anthropic.md",
|
|
799
|
+
"git_blob_sha1": "dca1b67b21ee75d5fae7fe4d7998eb82c179f7b8",
|
|
800
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/anthropic.md",
|
|
801
|
+
"kind": "official-documentation",
|
|
802
|
+
"review_status": "indexed-not-individually-audited",
|
|
803
|
+
"reviewed_source_line_ranges": [],
|
|
804
|
+
"raw_text_bundled": false
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"path": "docs/toolconv/deepseek.md",
|
|
808
|
+
"git_blob_sha1": "42387b46c65644d2177c697411e2c3a4bf2ac4ec",
|
|
809
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/deepseek.md",
|
|
810
|
+
"kind": "official-documentation",
|
|
811
|
+
"review_status": "indexed-not-individually-audited",
|
|
812
|
+
"reviewed_source_line_ranges": [],
|
|
813
|
+
"raw_text_bundled": false
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"path": "docs/toolconv/gemini.md",
|
|
817
|
+
"git_blob_sha1": "fe0e56bc8d8ea2d03fae0361c7229c0f5bbb0360",
|
|
818
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/gemini.md",
|
|
819
|
+
"kind": "official-documentation",
|
|
820
|
+
"review_status": "indexed-not-individually-audited",
|
|
821
|
+
"reviewed_source_line_ranges": [],
|
|
822
|
+
"raw_text_bundled": false
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"path": "docs/toolconv/gemma.md",
|
|
826
|
+
"git_blob_sha1": "6c13e9d0de1ace1ddaf682628c51ee520594e205",
|
|
827
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/gemma.md",
|
|
828
|
+
"kind": "official-documentation",
|
|
829
|
+
"review_status": "indexed-not-individually-audited",
|
|
830
|
+
"reviewed_source_line_ranges": [],
|
|
831
|
+
"raw_text_bundled": false
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"path": "docs/toolconv/glm-4.5.md",
|
|
835
|
+
"git_blob_sha1": "e79c4f40dc9ba9ec9db56fe2b2cea58a43d78c70",
|
|
836
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/glm-4.5.md",
|
|
837
|
+
"kind": "official-documentation",
|
|
838
|
+
"review_status": "indexed-not-individually-audited",
|
|
839
|
+
"reviewed_source_line_ranges": [],
|
|
840
|
+
"raw_text_bundled": false
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"path": "docs/toolconv/harmony.md",
|
|
844
|
+
"git_blob_sha1": "2dedab7b4fe68813d80b9bc9ee016c36f30518e8",
|
|
845
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/harmony.md",
|
|
846
|
+
"kind": "official-documentation",
|
|
847
|
+
"review_status": "indexed-not-individually-audited",
|
|
848
|
+
"reviewed_source_line_ranges": [],
|
|
849
|
+
"raw_text_bundled": false
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"path": "docs/toolconv/hermes.md",
|
|
853
|
+
"git_blob_sha1": "e73253494bed62d0c6143fa1c86fcbb97ffb665f",
|
|
854
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/hermes.md",
|
|
855
|
+
"kind": "official-documentation",
|
|
856
|
+
"review_status": "indexed-not-individually-audited",
|
|
857
|
+
"reviewed_source_line_ranges": [],
|
|
858
|
+
"raw_text_bundled": false
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"path": "docs/toolconv/kimi-k2.md",
|
|
862
|
+
"git_blob_sha1": "280b06a03fb57363d3890cff3db063bbdb3847e7",
|
|
863
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/kimi-k2.md",
|
|
864
|
+
"kind": "official-documentation",
|
|
865
|
+
"review_status": "indexed-not-individually-audited",
|
|
866
|
+
"reviewed_source_line_ranges": [],
|
|
867
|
+
"raw_text_bundled": false
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"path": "docs/toolconv/minimax.md",
|
|
871
|
+
"git_blob_sha1": "fac686aadcf694ac1296099e88e8dc2ec1b82ac8",
|
|
872
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/minimax.md",
|
|
873
|
+
"kind": "official-documentation",
|
|
874
|
+
"review_status": "indexed-not-individually-audited",
|
|
875
|
+
"reviewed_source_line_ranges": [],
|
|
876
|
+
"raw_text_bundled": false
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"path": "docs/toolconv/pi-native.md",
|
|
880
|
+
"git_blob_sha1": "c1c06a39db74c501c971a0bcda3b07dd631da144",
|
|
881
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/pi-native.md",
|
|
882
|
+
"kind": "official-documentation",
|
|
883
|
+
"review_status": "indexed-not-individually-audited",
|
|
884
|
+
"reviewed_source_line_ranges": [],
|
|
885
|
+
"raw_text_bundled": false
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"path": "docs/toolconv/qwen3.md",
|
|
889
|
+
"git_blob_sha1": "a2499ed34ad1e6d113edc3f6793ae4720c7decc9",
|
|
890
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/qwen3.md",
|
|
891
|
+
"kind": "official-documentation",
|
|
892
|
+
"review_status": "indexed-not-individually-audited",
|
|
893
|
+
"reviewed_source_line_ranges": [],
|
|
894
|
+
"raw_text_bundled": false
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"path": "docs/toolconv/xml.md",
|
|
898
|
+
"git_blob_sha1": "24de99ba4e3cf54b7cfa57b95cd37d399290dc49",
|
|
899
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/toolconv/xml.md",
|
|
900
|
+
"kind": "official-documentation",
|
|
901
|
+
"review_status": "indexed-not-individually-audited",
|
|
902
|
+
"reviewed_source_line_ranges": [],
|
|
903
|
+
"raw_text_bundled": false
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"path": "docs/tools/ask.md",
|
|
907
|
+
"git_blob_sha1": "758302d38cde0f4d6710f73f66ea2dd46b044759",
|
|
908
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/ask.md",
|
|
909
|
+
"kind": "official-documentation",
|
|
910
|
+
"review_status": "indexed-not-individually-audited",
|
|
911
|
+
"reviewed_source_line_ranges": [],
|
|
912
|
+
"raw_text_bundled": false
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"path": "docs/tools/ast-edit.md",
|
|
916
|
+
"git_blob_sha1": "e4f340ecdf75e20b0363da9f14c4703d2a82e72c",
|
|
917
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/ast-edit.md",
|
|
918
|
+
"kind": "official-documentation",
|
|
919
|
+
"review_status": "indexed-not-individually-audited",
|
|
920
|
+
"reviewed_source_line_ranges": [],
|
|
921
|
+
"raw_text_bundled": false
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"path": "docs/tools/ast-grep.md",
|
|
925
|
+
"git_blob_sha1": "de8ff5f21ffee4ec6c4187955bd930a417388c26",
|
|
926
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/ast-grep.md",
|
|
927
|
+
"kind": "official-documentation",
|
|
928
|
+
"review_status": "indexed-not-individually-audited",
|
|
929
|
+
"reviewed_source_line_ranges": [],
|
|
930
|
+
"raw_text_bundled": false
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"path": "docs/tools/bash.md",
|
|
934
|
+
"git_blob_sha1": "fb4340381fd68ae5c4cee4a5e8a842ef670a9797",
|
|
935
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/bash.md",
|
|
936
|
+
"kind": "official-documentation",
|
|
937
|
+
"review_status": "indexed-not-individually-audited",
|
|
938
|
+
"reviewed_source_line_ranges": [],
|
|
939
|
+
"raw_text_bundled": false
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"path": "docs/tools/browser.md",
|
|
943
|
+
"git_blob_sha1": "53ceb750212313405b9c97d47c9e45c44a5e9caf",
|
|
944
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/browser.md",
|
|
945
|
+
"kind": "official-documentation",
|
|
946
|
+
"review_status": "indexed-not-individually-audited",
|
|
947
|
+
"reviewed_source_line_ranges": [],
|
|
948
|
+
"raw_text_bundled": false
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"path": "docs/tools/checkpoint.md",
|
|
952
|
+
"git_blob_sha1": "25dca5cae8092e8a4170105f225198afb311f745",
|
|
953
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/checkpoint.md",
|
|
954
|
+
"kind": "official-documentation",
|
|
955
|
+
"review_status": "indexed-not-individually-audited",
|
|
956
|
+
"reviewed_source_line_ranges": [],
|
|
957
|
+
"raw_text_bundled": false
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"path": "docs/tools/computer.md",
|
|
961
|
+
"git_blob_sha1": "af466477372d6e40b9b1d8b7208c02b841a8b480",
|
|
962
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/computer.md",
|
|
963
|
+
"kind": "official-documentation",
|
|
964
|
+
"review_status": "indexed-not-individually-audited",
|
|
965
|
+
"reviewed_source_line_ranges": [],
|
|
966
|
+
"raw_text_bundled": false
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"path": "docs/tools/context-notes.md",
|
|
970
|
+
"git_blob_sha1": "93c01db66a712deb770085c191dd0d4b57101af6",
|
|
971
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/context-notes.md",
|
|
972
|
+
"kind": "official-documentation",
|
|
973
|
+
"review_status": "indexed-not-individually-audited",
|
|
974
|
+
"reviewed_source_line_ranges": [],
|
|
975
|
+
"raw_text_bundled": false
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"path": "docs/tools/debug.md",
|
|
979
|
+
"git_blob_sha1": "d539b1e25b7b8aad05e49e333b201c2e05589a1f",
|
|
980
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/debug.md",
|
|
981
|
+
"kind": "official-documentation",
|
|
982
|
+
"review_status": "indexed-not-individually-audited",
|
|
983
|
+
"reviewed_source_line_ranges": [],
|
|
984
|
+
"raw_text_bundled": false
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"path": "docs/tools/edit.md",
|
|
988
|
+
"git_blob_sha1": "5db0461c54deedae947e24b9a8dac6d25c77412a",
|
|
989
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/edit.md",
|
|
990
|
+
"kind": "official-documentation",
|
|
991
|
+
"review_status": "indexed-not-individually-audited",
|
|
992
|
+
"reviewed_source_line_ranges": [],
|
|
993
|
+
"raw_text_bundled": false
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"path": "docs/tools/eval.md",
|
|
997
|
+
"git_blob_sha1": "9bc11d08d533b53a6e4ed987bed56ce89e4d9407",
|
|
998
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/eval.md",
|
|
999
|
+
"kind": "official-documentation",
|
|
1000
|
+
"review_status": "indexed-not-individually-audited",
|
|
1001
|
+
"reviewed_source_line_ranges": [],
|
|
1002
|
+
"raw_text_bundled": false
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"path": "docs/tools/generate_image.md",
|
|
1006
|
+
"git_blob_sha1": "70714ba9a42e4f0b4e5619be6c2107c752f81224",
|
|
1007
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/generate_image.md",
|
|
1008
|
+
"kind": "official-documentation",
|
|
1009
|
+
"review_status": "indexed-not-individually-audited",
|
|
1010
|
+
"reviewed_source_line_ranges": [],
|
|
1011
|
+
"raw_text_bundled": false
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"path": "docs/tools/github.md",
|
|
1015
|
+
"git_blob_sha1": "57a12b829becd2d6022f1bc31c79e8372b8390fd",
|
|
1016
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/github.md",
|
|
1017
|
+
"kind": "official-documentation",
|
|
1018
|
+
"review_status": "indexed-not-individually-audited",
|
|
1019
|
+
"reviewed_source_line_ranges": [],
|
|
1020
|
+
"raw_text_bundled": false
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"path": "docs/tools/glob.md",
|
|
1024
|
+
"git_blob_sha1": "c4ac7876ff09a4ce2b83a3fd9edcce6ba898ec05",
|
|
1025
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/glob.md",
|
|
1026
|
+
"kind": "official-documentation",
|
|
1027
|
+
"review_status": "indexed-not-individually-audited",
|
|
1028
|
+
"reviewed_source_line_ranges": [],
|
|
1029
|
+
"raw_text_bundled": false
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"path": "docs/tools/grep.md",
|
|
1033
|
+
"git_blob_sha1": "8887dce7c6230f720c4fb60d178008761d856ac0",
|
|
1034
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/grep.md",
|
|
1035
|
+
"kind": "official-documentation",
|
|
1036
|
+
"review_status": "indexed-not-individually-audited",
|
|
1037
|
+
"reviewed_source_line_ranges": [],
|
|
1038
|
+
"raw_text_bundled": false
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"path": "docs/tools/hub.md",
|
|
1042
|
+
"git_blob_sha1": "1b06b52a596fcb789725b80a904fa2880551ae14",
|
|
1043
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/hub.md",
|
|
1044
|
+
"kind": "official-documentation",
|
|
1045
|
+
"review_status": "indexed-not-individually-audited",
|
|
1046
|
+
"reviewed_source_line_ranges": [],
|
|
1047
|
+
"raw_text_bundled": false
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"path": "docs/tools/learn.md",
|
|
1051
|
+
"git_blob_sha1": "4c708f42aa8aac02bef642063cf3a372b4312224",
|
|
1052
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/learn.md",
|
|
1053
|
+
"kind": "official-documentation",
|
|
1054
|
+
"review_status": "indexed-not-individually-audited",
|
|
1055
|
+
"reviewed_source_line_ranges": [],
|
|
1056
|
+
"raw_text_bundled": false
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"path": "docs/tools/lsp.md",
|
|
1060
|
+
"git_blob_sha1": "553240f8b6266e2e297636b6be7d4e309c6c61c7",
|
|
1061
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/lsp.md",
|
|
1062
|
+
"kind": "official-documentation",
|
|
1063
|
+
"review_status": "indexed-not-individually-audited",
|
|
1064
|
+
"reviewed_source_line_ranges": [],
|
|
1065
|
+
"raw_text_bundled": false
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"path": "docs/tools/manage_skill.md",
|
|
1069
|
+
"git_blob_sha1": "8e8817fc4a50fb6262ceb490c740cc0b6bc15f4a",
|
|
1070
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/manage_skill.md",
|
|
1071
|
+
"kind": "official-documentation",
|
|
1072
|
+
"review_status": "indexed-not-individually-audited",
|
|
1073
|
+
"reviewed_source_line_ranges": [],
|
|
1074
|
+
"raw_text_bundled": false
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"path": "docs/tools/memory_edit.md",
|
|
1078
|
+
"git_blob_sha1": "fc9fbe4fc25d7f8e8abde67a9e78e95d16b1b177",
|
|
1079
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/memory_edit.md",
|
|
1080
|
+
"kind": "official-documentation",
|
|
1081
|
+
"review_status": "indexed-not-individually-audited",
|
|
1082
|
+
"reviewed_source_line_ranges": [],
|
|
1083
|
+
"raw_text_bundled": false
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"path": "docs/tools/new-context.md",
|
|
1087
|
+
"git_blob_sha1": "1a90dfe23a817fa431560a1a0c86843bdddc76b7",
|
|
1088
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/new-context.md",
|
|
1089
|
+
"kind": "official-documentation",
|
|
1090
|
+
"review_status": "indexed-not-individually-audited",
|
|
1091
|
+
"reviewed_source_line_ranges": [],
|
|
1092
|
+
"raw_text_bundled": false
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"path": "docs/tools/read.md",
|
|
1096
|
+
"git_blob_sha1": "3d1ce716e409f6c09bd64f3edcafa1928b434dcc",
|
|
1097
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/read.md",
|
|
1098
|
+
"kind": "official-documentation",
|
|
1099
|
+
"review_status": "indexed-not-individually-audited",
|
|
1100
|
+
"reviewed_source_line_ranges": [],
|
|
1101
|
+
"raw_text_bundled": false
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"path": "docs/tools/recall.md",
|
|
1105
|
+
"git_blob_sha1": "61d3b6851fa1dbb0a6347185102f437cd035a6fb",
|
|
1106
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/recall.md",
|
|
1107
|
+
"kind": "official-documentation",
|
|
1108
|
+
"review_status": "indexed-not-individually-audited",
|
|
1109
|
+
"reviewed_source_line_ranges": [],
|
|
1110
|
+
"raw_text_bundled": false
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"path": "docs/tools/reflect.md",
|
|
1114
|
+
"git_blob_sha1": "89a86edede5e6721afce2fbec49ed6844f6e7c40",
|
|
1115
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/reflect.md",
|
|
1116
|
+
"kind": "official-documentation",
|
|
1117
|
+
"review_status": "indexed-not-individually-audited",
|
|
1118
|
+
"reviewed_source_line_ranges": [],
|
|
1119
|
+
"raw_text_bundled": false
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"path": "docs/tools/retain.md",
|
|
1123
|
+
"git_blob_sha1": "fff2e5ca99a040f2be6ed05a592353ce8de7c738",
|
|
1124
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/retain.md",
|
|
1125
|
+
"kind": "official-documentation",
|
|
1126
|
+
"review_status": "indexed-not-individually-audited",
|
|
1127
|
+
"reviewed_source_line_ranges": [],
|
|
1128
|
+
"raw_text_bundled": false
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"path": "docs/tools/rewind.md",
|
|
1132
|
+
"git_blob_sha1": "c05ddc6a9b06fe508b1c9839475c92c1bf7d71d6",
|
|
1133
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/rewind.md",
|
|
1134
|
+
"kind": "official-documentation",
|
|
1135
|
+
"review_status": "indexed-not-individually-audited",
|
|
1136
|
+
"reviewed_source_line_ranges": [],
|
|
1137
|
+
"raw_text_bundled": false
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"path": "docs/tools/security_scan.md",
|
|
1141
|
+
"git_blob_sha1": "385ed2a6f98fdb89aa74608ef162500400a7fba2",
|
|
1142
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/security_scan.md",
|
|
1143
|
+
"kind": "official-documentation",
|
|
1144
|
+
"review_status": "indexed-not-individually-audited",
|
|
1145
|
+
"reviewed_source_line_ranges": [],
|
|
1146
|
+
"raw_text_bundled": false
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"path": "docs/tools/task.md",
|
|
1150
|
+
"git_blob_sha1": "6045070adc9a587b203a4fd982837aa35bd38ca5",
|
|
1151
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/task.md",
|
|
1152
|
+
"kind": "official-documentation",
|
|
1153
|
+
"review_status": "reviewed-ranges",
|
|
1154
|
+
"reviewed_source_line_ranges": [
|
|
1155
|
+
[
|
|
1156
|
+
1,
|
|
1157
|
+
182
|
|
1158
|
+
]
|
|
1159
|
+
],
|
|
1160
|
+
"raw_text_bundled": false
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"path": "docs/tools/todo.md",
|
|
1164
|
+
"git_blob_sha1": "1fc6ce4ac61caddbcf02f369c4f75979ef88e21f",
|
|
1165
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/todo.md",
|
|
1166
|
+
"kind": "official-documentation",
|
|
1167
|
+
"review_status": "indexed-not-individually-audited",
|
|
1168
|
+
"reviewed_source_line_ranges": [],
|
|
1169
|
+
"raw_text_bundled": false
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"path": "docs/tools/tts.md",
|
|
1173
|
+
"git_blob_sha1": "84a7c335d27c2a5e2a1fc636dd408aea4a2d868e",
|
|
1174
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/tts.md",
|
|
1175
|
+
"kind": "official-documentation",
|
|
1176
|
+
"review_status": "indexed-not-individually-audited",
|
|
1177
|
+
"reviewed_source_line_ranges": [],
|
|
1178
|
+
"raw_text_bundled": false
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"path": "docs/tools/web_search.md",
|
|
1182
|
+
"git_blob_sha1": "911a858bc594b35a3f01fc43c9ce2980849f08d8",
|
|
1183
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/web_search.md",
|
|
1184
|
+
"kind": "official-documentation",
|
|
1185
|
+
"review_status": "indexed-not-individually-audited",
|
|
1186
|
+
"reviewed_source_line_ranges": [],
|
|
1187
|
+
"raw_text_bundled": false
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"path": "docs/tools/write.md",
|
|
1191
|
+
"git_blob_sha1": "b2cf40bf6cb72d3b99d94479605b6c6893dde75f",
|
|
1192
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tools/write.md",
|
|
1193
|
+
"kind": "official-documentation",
|
|
1194
|
+
"review_status": "indexed-not-individually-audited",
|
|
1195
|
+
"reviewed_source_line_ranges": [],
|
|
1196
|
+
"raw_text_bundled": false
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"path": "docs/tree.md",
|
|
1200
|
+
"git_blob_sha1": "93919215929b1c21480031ac2fbc7241d322c1e2",
|
|
1201
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tree.md",
|
|
1202
|
+
"kind": "official-documentation",
|
|
1203
|
+
"review_status": "indexed-not-individually-audited",
|
|
1204
|
+
"reviewed_source_line_ranges": [],
|
|
1205
|
+
"raw_text_bundled": false
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"path": "docs/ttsr-injection-lifecycle.md",
|
|
1209
|
+
"git_blob_sha1": "50e54cd572b7202bffbd2d0e00a721dfb7f36fb6",
|
|
1210
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/ttsr-injection-lifecycle.md",
|
|
1211
|
+
"kind": "official-documentation",
|
|
1212
|
+
"review_status": "indexed-not-individually-audited",
|
|
1213
|
+
"reviewed_source_line_ranges": [],
|
|
1214
|
+
"raw_text_bundled": false
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"path": "docs/tui-core-renderer.md",
|
|
1218
|
+
"git_blob_sha1": "28164ace9ecb1c0bd5627cd4210f39c3c171e7c2",
|
|
1219
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tui-core-renderer.md",
|
|
1220
|
+
"kind": "official-documentation",
|
|
1221
|
+
"review_status": "indexed-not-individually-audited",
|
|
1222
|
+
"reviewed_source_line_ranges": [],
|
|
1223
|
+
"raw_text_bundled": false
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"path": "docs/tui-runtime-internals.md",
|
|
1227
|
+
"git_blob_sha1": "382b8c4c53ff3dd89ec664e3a43c98bc9d213527",
|
|
1228
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tui-runtime-internals.md",
|
|
1229
|
+
"kind": "official-documentation",
|
|
1230
|
+
"review_status": "indexed-not-individually-audited",
|
|
1231
|
+
"reviewed_source_line_ranges": [],
|
|
1232
|
+
"raw_text_bundled": false
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"path": "docs/tui.md",
|
|
1236
|
+
"git_blob_sha1": "c6db67f60ee8a180d8bf6fe5ec7ad2bee1c4be2e",
|
|
1237
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/tui.md",
|
|
1238
|
+
"kind": "official-documentation",
|
|
1239
|
+
"review_status": "indexed-not-individually-audited",
|
|
1240
|
+
"reviewed_source_line_ranges": [],
|
|
1241
|
+
"raw_text_bundled": false
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"path": "docs/user-facing-packages.md",
|
|
1245
|
+
"git_blob_sha1": "7b67d94e7804b2c2b2a31eaa79a916f0d171802d",
|
|
1246
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/user-facing-packages.md",
|
|
1247
|
+
"kind": "official-documentation",
|
|
1248
|
+
"review_status": "reviewed-ranges",
|
|
1249
|
+
"reviewed_source_line_ranges": [
|
|
1250
|
+
[
|
|
1251
|
+
1,
|
|
1252
|
+
230
|
|
1253
|
+
]
|
|
1254
|
+
],
|
|
1255
|
+
"raw_text_bundled": false
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"path": "docs/vibe-mode.md",
|
|
1259
|
+
"git_blob_sha1": "6a1ee6c404dc90d9edeed7ea5373caeec74832e7",
|
|
1260
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/docs/vibe-mode.md",
|
|
1261
|
+
"kind": "official-documentation",
|
|
1262
|
+
"review_status": "indexed-not-individually-audited",
|
|
1263
|
+
"reviewed_source_line_ranges": [],
|
|
1264
|
+
"raw_text_bundled": false
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"path": "packages/coding-agent/src/config/model-roles.ts",
|
|
1268
|
+
"git_blob_sha1": "a137349ed0ac3769394361b96befc713456b3555",
|
|
1269
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/src/config/model-roles.ts",
|
|
1270
|
+
"kind": "official-source-or-test",
|
|
1271
|
+
"review_status": "reviewed-ranges",
|
|
1272
|
+
"reviewed_source_line_ranges": [
|
|
1273
|
+
[
|
|
1274
|
+
1,
|
|
1275
|
+
100
|
|
1276
|
+
]
|
|
1277
|
+
],
|
|
1278
|
+
"raw_text_bundled": false
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"path": "packages/coding-agent/src/config/model-resolver.ts",
|
|
1282
|
+
"git_blob_sha1": "3480f3deab371097055c8f5dd939c52777b6bac1",
|
|
1283
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/src/config/model-resolver.ts",
|
|
1284
|
+
"kind": "official-source-or-test",
|
|
1285
|
+
"review_status": "reviewed-ranges",
|
|
1286
|
+
"reviewed_source_line_ranges": [
|
|
1287
|
+
[
|
|
1288
|
+
1,
|
|
1289
|
+
260
|
|
1290
|
+
],
|
|
1291
|
+
[
|
|
1292
|
+
970,
|
|
1293
|
+
1570
|
|
1294
|
+
]
|
|
1295
|
+
],
|
|
1296
|
+
"raw_text_bundled": false
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"path": "packages/coding-agent/test/model-resolver.test.ts",
|
|
1300
|
+
"git_blob_sha1": "6ed0183a6dffad7ba521a228c44f05745ec61a78",
|
|
1301
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/test/model-resolver.test.ts",
|
|
1302
|
+
"kind": "official-source-or-test",
|
|
1303
|
+
"review_status": "reviewed-ranges",
|
|
1304
|
+
"reviewed_source_line_ranges": [
|
|
1305
|
+
[
|
|
1306
|
+
1,
|
|
1307
|
+
190
|
|
1308
|
+
]
|
|
1309
|
+
],
|
|
1310
|
+
"raw_text_bundled": false
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"path": "packages/coding-agent/src/task/structured-subagent.ts",
|
|
1314
|
+
"git_blob_sha1": "56731d1dfdd5b724cc22182f7e3d3f99cfbcc6a4",
|
|
1315
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/src/task/structured-subagent.ts",
|
|
1316
|
+
"kind": "official-source-or-test",
|
|
1317
|
+
"review_status": "reviewed-ranges",
|
|
1318
|
+
"reviewed_source_line_ranges": [
|
|
1319
|
+
[
|
|
1320
|
+
1,
|
|
1321
|
+
245
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
268,
|
|
1325
|
+
385
|
|
1326
|
+
]
|
|
1327
|
+
],
|
|
1328
|
+
"raw_text_bundled": false
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"path": "packages/coding-agent/src/eval/workpool-bridge.ts",
|
|
1332
|
+
"git_blob_sha1": "b60a715619e63634184173ea76262cc7b721107a",
|
|
1333
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/src/eval/workpool-bridge.ts",
|
|
1334
|
+
"kind": "official-source-or-test",
|
|
1335
|
+
"review_status": "reviewed-ranges",
|
|
1336
|
+
"reviewed_source_line_ranges": [
|
|
1337
|
+
[
|
|
1338
|
+
1,
|
|
1339
|
+
157
|
|
1340
|
+
]
|
|
1341
|
+
],
|
|
1342
|
+
"raw_text_bundled": false
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"path": "packages/coding-agent/package.json",
|
|
1346
|
+
"git_blob_sha1": "583474cc35895dc2e3e0f459eef274fa7429b972",
|
|
1347
|
+
"url": "https://github.com/can1357/oh-my-pi/blob/dbf3afad4894bde827d90f965e77b3fe1c5a95e5/packages/coding-agent/package.json",
|
|
1348
|
+
"kind": "official-source-or-test",
|
|
1349
|
+
"review_status": "reviewed-ranges",
|
|
1350
|
+
"reviewed_source_line_ranges": [
|
|
1351
|
+
[
|
|
1352
|
+
1,
|
|
1353
|
+
145
|
|
1354
|
+
]
|
|
1355
|
+
],
|
|
1356
|
+
"raw_text_bundled": false
|
|
1357
|
+
}
|
|
1358
|
+
]
|
|
1359
|
+
}
|