feat(docx): open and import bounded Word documents - #323
Draft
seonghobae wants to merge 70 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Purpose
Expose the existing DOCX open/import implementation to Inkspan's canonical pull-request evidence path without changing the protected release candidate.
Exact source state at PR creation
main@e8109ec2a17de8bd6594487aa12c8c8a93cb2c03agent/docx-open-import-v2@c1b122e46cd35d977dc65dc12444e5935fcaa4afagent/docx-open-importpredecessor and is the only branch exposed by this PR.Implemented slice
The branch adds a bounded, framework-neutral DOCX import surface for local Inkspan authoring, including deterministic fixtures and import contracts, stable/redacted import failures, bounded import configuration, atomic handoff, bounded ZIP/package reading, inert XML handling, OPC manifest and relationship validation, Word heading/list normalization, and bounded package metadata assembly.
The intended ownership boundary remains Inkspan-local: standalone use must not require a service, database, network, credential, or model. Package/XML content is parsed as inert document data; it is not transport/auth/tenancy authority and does not grant macros, links, scripts, or external relationships execution authority.
Evidence state
Before this Draft was opened, the exact head had no current pull-request-triggered canonical workflow runs, so CI/security/SAST evidence was absent and non-passing. Opening this Draft is intended to trigger exact-head canonical CI, security, static-analysis, coverage, package, and related applicable gates. No gate is claimed as passing until its exact-head run completes successfully.
Integration / release boundary
Keep this PR Draft and unmerged while release issue #118 freezes
main@e8109ec2a17de8bd6594487aa12c8c8a93cb2c03as the current release candidate. Readiness or merge requires unchanged-head evidence, applicable live policy, zero valid unresolved findings, and the repository's release/integration ordering.