[codex] Document high-fidelity business file workflows#1024
[codex] Document high-fidelity business file workflows#1024mimeding wants to merge 1 commit intoosaurus-ai:mainfrom
Conversation
Business rationale: Clarify how high-fidelity business-file workflows activate only when needed, and how PPTX users should understand native versus enhanced capabilities. Coding rationale: Keep this slice docs-only, document the current plugin/document-format surface without claiming unavailable C ABI callbacks, and add office-runtime guidance around optional LibreOffice/OpenOffice detection.
|
CI note: current test-core red is the shared ModelPickerItemCache / RemoteProviderManagerRefreshTests singleton race, not this branch's implementation. This is a docs-only branch; the failing tests are provider/cache tests. The race is isolated and fixed in #1025; after that lands, this branch should just need a rebase/rerun. |
|
@tpae PR-specific CI note / next step: This is a docs-only PR. Its Required next step: merge the green base fix in #1025 first, then I will rebase/rerun this PR so the checks can reflect this branch's actual diff. Why: docs-only changes cannot cause the failing |
Business rationale
Clarifies how high-fidelity business-file workflows should activate only when relevant, and gives users explicit PPTX capability wording for native versus enhanced flows.
Coding rationale
Keeps the slice docs-only. Documents the current internal document adapter/emitter split without claiming unavailable plugin C ABI callbacks, and captures optional LibreOffice/OpenOffice detection as enhancement guidance rather than a hard dependency.
What changed
presentation-content-produceranddocument-data-analyst.docs/OFFICE_RUNTIME.mdfor optional office runtime detection, enhanced validation/export/preview flows, and install hint wording.docs/FEATURES.mdwith the Business File Runtime inventory entry, PPTX capability model, and documentation index link.Validation
git fetch origin && git rebase origin/maingit diff --checkrgandtest -efor referenced local docs/code paths.Non-scope
Residual risks