No longer active. This fork has been removed from GitHub. The content below is preserved from MikeWatch's archive.

Mace-legal/mike

Adds redline-aware document extraction for DOCX tracked changes and PDF color annotations

Active work on document ingestion. The fork focuses on a specific gap in the upstream codebase: reviewed documents (contracts under negotiation, annotated drafts) arrive with edit markers that the base parser discards. This fork keeps them visible to the model.

View on GitHub →

Mace-legal/mike extends the base extraction pipeline to surface redlines directly in the assistant context. DOCX tracked-change markers and PDF color-annotated segments are both parsed and inserted as inline markers rather than silently stripped. The primary goal is giving the assistant visibility into both what has changed in a document and its current state.

What's in it

Direction

contract-reviewdrafting

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

3 threads have been distilled into posts.

Redline-aware extraction: DOCX tracked changes and PDF color annotations surfaced as inline markers

JonasBoury added end-to-end support for preserving review markup through the document ingest pipeline. DOCX tracked changes and reviewer comments now arrive at the LLM as inline markers rather than getting flattened; PDFs with color-based redlines (Litera/Workshare style) get a PyMuPDF extractor, with the existing pdfjs path kept as fallback.

Pull requests (detailed view)

1 PR touch this fork — inbound (filed against it) or outbound (filed from it). State icons match the editorial dashboard.

✅ Merged (1)