Fix Word export packaging for scrybe-docx#107
Merged
Conversation
Co-Authored-By: Codex (MacBook, GPT-5) <noreply@openai.com>
Co-Authored-By: Codex (MacBook, GPT-5) <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scrybe-docxfromSCRYBE_DOCX_BIN, a bundled sibling executable, PATH, and the default~/venv/bintoolkit install location in both the desktop app and MCP export tool.just install/just editable, and includescrybe-plugin-docxin thescrybe.aimetapackage.scrybe-plugin-docxin the release workflow, add a tracked pre-push parity hook, and add packaging drift tests so the exporter does not fall out of the install/release path again.Validation
cargo test -p scrybe-mcp-servercargo test -p scrybe-appjust checkjust test(rerun outside the sandbox because CLI RPC tests bind local Unix sockets)npm ci && npm run buildinscrybe-app/Users/shartsock/venv/bin/python -m pytest scrybe-plugin-docx/tests/Users/shartsock/venv/bin/python -m build --outdir /private/tmp/scrybe-docx-distinscrybe-plugin-docxRisk
risk:highbecause this touches release workflow packaging, local hook behavior, and metapackage dependencies.Notes
This makes the current Scrybe Python toolkit and local development install paths include and discover the Word exporter, and it gives the desktop app a bundled-sibling lookup path for future installer bundling. A fully self-contained Tauri installer that embeds a Python docx exporter runtime is still a larger packaging follow-up.
Fixes #106
Agent
Codex (MacBook, GPT-5)