@ngocsangairvds/vsaf 4.2.0 → 4.2.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/package.json
CHANGED
|
@@ -44,13 +44,18 @@ Icon: `⏳` running, `✅` done, `❌` error.
|
|
|
44
44
|
# Windows: "${VENVS}\markitdown\Scripts\python.exe"
|
|
45
45
|
# Fallback: ~/.local/pipx/venvs/markitdown/bin/python
|
|
46
46
|
```
|
|
47
|
-
If markitdown Python not found, skip
|
|
47
|
+
If markitdown Python not found, skip step 5 entirely and route ALL complex files through tier fallbacks:
|
|
48
|
+
- **All Tier 1 files** → add to graphify-direct-read list (graphify reads natively)
|
|
49
|
+
- **All Tier 2 HTML files** → Claude Read fallback (step 6)
|
|
50
|
+
- **All Tier 2 PPTX/EPUB/ZIP files** → skipped (no fallback available)
|
|
51
|
+
Then jump to step 6 routing.
|
|
52
|
+
|
|
48
53
|
4. Classify each complex file into a tier:
|
|
49
54
|
- **Tier 1 (graphify-native):** PDF, DOCX, XLSX, PNG, JPG, GIF, WEBP — graphify can read these directly if markitdown fails
|
|
50
55
|
- **Tier 2 (graphify-blind):** HTML, PPTX, EPUB, ZIP — graphify cannot read these; need markitdown or Claude fallback
|
|
51
56
|
- Text files (`.md`, `.txt`) are NOT complex — read directly, skip conversion
|
|
52
57
|
|
|
53
|
-
5. For each complex file, attempt markitdown conversion:
|
|
58
|
+
5. For each complex file, attempt markitdown conversion (skip if markitdown not found — see step 3):
|
|
54
59
|
- Resolve markitdown Python (step 3 above)
|
|
55
60
|
- Convert using the wrapper script (bundled in this skill directory):
|
|
56
61
|
```bash
|
|
Binary file
|