feat(cli): add os-aware install hints for minio extractor dependencies

This commit is contained in:
William Valentin
2026-02-16 14:45:25 -08:00
parent 289fc44380
commit 030fb13a26
6 changed files with 117 additions and 7 deletions
+2 -2
View File
@@ -176,7 +176,7 @@
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Documented MinIO ingestion runtime extractor requirements (PDF: `pdftotext`, DOCX: `pandoc` or `docx2txt`) and added shared dependency checks in setup + doctor flows. `flynn setup` now reports extractor readiness after config save when MinIO is enabled, and `flynn doctor` now includes a `MinIO ingest extractors` check.",
"summary": "Documented MinIO ingestion runtime extractor requirements (PDF: `pdftotext`, DOCX: `pandoc` or `docx2txt`) and added shared dependency checks in setup + doctor flows. `flynn setup` now reports extractor readiness after config save when MinIO is enabled and includes OS-aware package install hints when missing; `flynn doctor` now includes a `MinIO ingest extractors` check with matching install guidance.",
"files_modified": [
"src/cli/minioExtractors.ts",
"src/cli/minioExtractors.test.ts",
@@ -3473,7 +3473,7 @@
}
},
"overall_progress": {
"total_test_count": 1857,
"total_test_count": 1859,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",