fix(gaps): mark doc-006/007/008/009 resolved in _gaps.yaml - #69
Conversation
|
Verified: doc-006..009 are all genuinely documented now (sdk-overview.md:514-522,637-639; train-model.md:250), so resolving them is correct. Recommend merge. Duplicates #30 on the same four lines - prefer this one; its Automated internal-consistency review (cross-checked against the repo's own authoritative docs; a few SDK-surface claims spot-checked against installed kumoai 2.22.0). |
|
Leaving open for maintainer triage. Flips doc-006/007/008/009 to |
Changes needed before mergeAccuracy fix — required: Keep The SDK exposes these capabilities: The target documentation remains incomplete: Therefore, the changed Accurate checks
Local checksTargeted Grammar/spelling: No issues found. |
context/_gaps.yamllists doc-006 (batch_prediction_result inspection methods), doc-007 (batch_prediction_job.progress()), doc-008 (.cancel()), and doc-009 (JobStatusReport.event_log) asstatus: open.All four are already documented in
context/platform/sdk-overview.md:pred_result.summary(),.predictions_urls(),.embeddings_df(),.export(output_config)— lines 518-522pred_job.progress()— line 514training_job.cancel()(line 404) andpred_job.cancel()(line 515)training_job.status()mentionsevent_log(line 402) and a full usage example iteratesstatus.event_log(line 450)This gap manifest is read by
meta/skills/sync-from-source.mdandmeta/skills/verify-content.mdduring sync/verify passes, so a staleopenstatus on already-resolved gaps risks a future sync re-flagging real content as missing, or masking genuinely new gaps in the noise of already-closed ones.Flips all four entries to
status: resolvedwithresolved: "2026-07-01", matching the format already used for doc-001/002/003/004/010. No other content changed — 1 file, 4 additions, 4 deletions.Leaves doc-005, doc-011, doc-012, plat-001/002/003 untouched (still genuinely open, or already covered by other pending PRs #61/#63/#68).