Doramagic Project Pack · Human Manual
adeu
Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries
Repository Overview
Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries
Continue reading this section for the full explanation and source context.
Related Pages
Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries
Repository Overview
This page is generated from repository evidence because the Human Wiki provider was unavailable. It intentionally limits itself to README and file-tree facts.
README Evidence
Adeu: Track Changes for the LLM era
       
LLMs speak Markdown; reviewers speak "Track Changes."
Adeu is a docx ↔ LLM translator: a Model Context Protocol (MCP) server (Python and Node.js implementations) and accompanying SDKs that act as a Virtual DOM for Microsoft Word. It provides a two-way abstraction layer that lets AI agents freely edit document text without destroying the underlying formatting or complex DOCX XML.
While standard libraries like python-docx excel at generating documents from scratch, they fail at non-destructive redlining. Adeu solves this by translating .docx files into a token-efficient Markdown representation. This frees AI agents to focus entirely on document semantics instead of wasting tokens wrestling with OpenXML.
Adeu acts as an intelligent proxy, processing AI edits as safe, atomic transactions:
- Read: Translates the document (from disk or live Word) into LLM-friendly CriticMarkup with a Semantic Appendix of defined terms, cross-references, and likely typos. The agent starts with semantic structure, not raw data.
- Validate: Acts as a strict safety gate. It protects the document's integrity by automatically blocking ambiguous text matches or invalid structural changes before they touch the file.
- Apply: Translates the AI's text edits into native Word Track Changes. Adeu handles the complex XML under the hood, ensuring existing layouts, fonts, and margin comments
[excerpt truncated]
Selected Source Inventory
README.mddesktop-extension/package.jsonecosystem/README.mdlangchain/README.mdlangchain/pyproject.tomlnode/package.jsonpython/Dockerfilepython/pyproject.tomlnode/packages/core/README.mdnode/packages/core/package.jsonnode/packages/mcp-server/README.mdnode/packages/mcp-server/package.json
| File | Evidence role | Size |
|---|---|---|
README.md | README/product and usage evidence | 9979 bytes |
desktop-extension/package.json | package/runtime metadata | 120 bytes |
ecosystem/README.md | documentation evidence | 1677 bytes |
langchain/README.md | documentation evidence | 6190 bytes |
langchain/pyproject.toml | package/runtime metadata | 2133 bytes |
node/package.json | package/runtime metadata | 393 bytes |
python/Dockerfile | repository evidence | 318 bytes |
python/pyproject.toml | package/runtime metadata | 1918 bytes |
node/packages/core/README.md | documentation evidence | 1949 bytes |
node/packages/core/package.json | package/runtime metadata | 860 bytes |
node/packages/mcp-server/README.md | documentation evidence | 2392 bytes |
node/packages/mcp-server/package.json | package/runtime metadata | 763 bytes |
Source: README.md:1-120
Source: https://github.com/dealfluence/adeu / Human Manual
Entrypoints and Runtime Surface
Related topics: Repository Overview, Architecture Evidence Map, Operations and Verification Boundaries
Continue reading this section for the full explanation and source context.
Related Pages
Related topics: Repository Overview, Architecture Evidence Map, Operations and Verification Boundaries
Entrypoints and Runtime Surface
The files below are the highest-signal candidates for how the project is installed, started, configured, or embedded. Treat this as an evidence map, not an inferred API contract.
| File | Evidence role | Size |
|---|---|---|
README.md | README/product and usage evidence | 9979 bytes |
desktop-extension/package.json | package/runtime metadata | 120 bytes |
ecosystem/README.md | documentation evidence | 1677 bytes |
langchain/README.md | documentation evidence | 6190 bytes |
langchain/pyproject.toml | package/runtime metadata | 2133 bytes |
node/package.json | package/runtime metadata | 393 bytes |
python/Dockerfile | repository evidence | 318 bytes |
python/pyproject.toml | package/runtime metadata | 1918 bytes |
node/packages/core/README.md | documentation evidence | 1949 bytes |
node/packages/core/package.json | package/runtime metadata | 860 bytes |
node/packages/mcp-server/README.md | documentation evidence | 2392 bytes |
node/packages/mcp-server/package.json | package/runtime metadata | 763 bytes |
Source: README.md:1-120
Source: https://github.com/dealfluence/adeu / Human Manual
Architecture Evidence Map
Related topics: Repository Overview, Entrypoints and Runtime Surface, Operations and Verification Boundaries
Continue reading this section for the full explanation and source context.
Related Pages
Related topics: Repository Overview, Entrypoints and Runtime Surface, Operations and Verification Boundaries
Architecture Evidence Map
This section maps source paths into likely architectural areas based on repository layout only. Claims that require execution are intentionally not made here.
.:README.mddesktop-extension:desktop-extension/package.jsonecosystem:ecosystem/README.mdlangchain:langchain/README.md,langchain/pyproject.tomlnode:node/package.json,node/packages/core/README.md,node/packages/core/package.json,node/packages/mcp-server/README.md,node/packages/mcp-server/package.jsonpython:python/Dockerfile,python/pyproject.toml
Source: https://github.com/dealfluence/adeu / Human Manual
Operations and Verification Boundaries
Related topics: Repository Overview, Entrypoints and Runtime Surface, Architecture Evidence Map
Continue reading this section for the full explanation and source context.
Related Pages
Related topics: Repository Overview, Entrypoints and Runtime Surface, Architecture Evidence Map
Operations and Verification Boundaries
Operational guidance is limited to files that are present in the repository. Before using this project in an agent workflow, verify install, quickstart, and runtime behavior in a sandbox.
- Documentation signal:
README.md - Runtime/package signal:
desktop-extension/package.json - Documentation signal:
ecosystem/README.md - Documentation signal:
langchain/README.md - Runtime/package signal:
langchain/pyproject.toml - Runtime/package signal:
node/package.json - Containerization signal:
python/Dockerfile - Runtime/package signal:
python/pyproject.toml - Documentation signal:
node/packages/core/README.md - Runtime/package signal:
node/packages/core/package.json
Source: ecosystem/README.md:1-120
Source: https://github.com/dealfluence/adeu / Human Manual
Doramagic Pitfall Log
Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.
First-time setup may fail or require extra isolation and rollback planning.
The project should not be treated as fully validated until this signal is reviewed.
Users may get misleading failures or incomplete behavior unless configuration is checked carefully.
The project should not be treated as fully validated until this signal is reviewed.
Doramagic Pitfall Log
Doramagic extracted 12 source-linked risk signals. Review them before installing or handing real data to the project.
1. Installation risk: Optional clause-validation hook for jurisdiction-aware redlines
- Severity: high
- Finding: Installation risk is backed by a source signal: Optional clause-validation hook for jurisdiction-aware redlines. Treat it as a review item until the current version is checked.
- User impact: First-time setup may fail or require extra isolation and rollback planning.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: Source-linked evidence: https://github.com/dealfluence/adeu/issues/20
2. Project risk: Project risk needs validation
- Severity: medium
- Finding: Project risk is backed by a source signal: Project risk needs validation. Treat it as a review item until the current version is checked.
- User impact: The project should not be treated as fully validated until this signal is reviewed.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: identity.distribution | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | repo=adeu; install=@adeu/mcp-server
3. Configuration risk: Create a non-AGPL workflow for VS Code visualization
- Severity: medium
- Finding: Configuration risk is backed by a source signal: Create a non-AGPL workflow for VS Code visualization. Treat it as a review item until the current version is checked.
- User impact: Users may get misleading failures or incomplete behavior unless configuration is checked carefully.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: Source-linked evidence: https://github.com/dealfluence/adeu/issues/1
4. Capability assumption: README/documentation is current enough for a first validation pass.
- Severity: medium
- Finding: README/documentation is current enough for a first validation pass.
- User impact: The project should not be treated as fully validated until this signal is reviewed.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: capability.assumptions | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | README/documentation is current enough for a first validation pass.
5. Maintenance risk: Maintainer activity is unknown
- Severity: medium
- Finding: Maintenance risk is backed by a source signal: Maintainer activity is unknown. Treat it as a review item until the current version is checked.
- User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: evidence.maintainer_signals | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | last_activity_observed missing
6. Security or permission risk: no_demo
- Severity: medium
- Finding: no_demo
- User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: downstream_validation.risk_items | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | no_demo; severity=medium
7. Security or permission risk: no_demo
- Severity: medium
- Finding: no_demo
- User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: risks.scoring_risks | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | no_demo; severity=medium
8. Security or permission risk: Claude Opus 4.7 testers feedback
- Severity: medium
- Finding: Security or permission risk is backed by a source signal: Claude Opus 4.7 testers feedback. Treat it as a review item until the current version is checked.
- User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: Source-linked evidence: https://github.com/dealfluence/adeu/issues/11
9. Security or permission risk: Multi-Round Negotiation Testing
- Severity: medium
- Finding: Security or permission risk is backed by a source signal: Multi-Round Negotiation Testing. Treat it as a review item until the current version is checked.
- User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: Source-linked evidence: https://github.com/dealfluence/adeu/issues/4
10. Security or permission risk: The Multiple Chg IDs Per Logical Edit
- Severity: medium
- Finding: Security or permission risk is backed by a source signal: The Multiple Chg IDs Per Logical Edit. Treat it as a review item until the current version is checked.
- User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: Source-linked evidence: https://github.com/dealfluence/adeu/issues/16
11. Maintenance risk: issue_or_pr_quality=unknown
- Severity: low
- Finding: issue_or_pr_quality=unknown。
- User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: evidence.maintainer_signals | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | issue_or_pr_quality=unknown
12. Maintenance risk: release_recency=unknown
- Severity: low
- Finding: release_recency=unknown。
- User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
- Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
- Evidence: evidence.maintainer_signals | mcp_registry:ai.adeu/adeu:1.7.1 | https://registry.modelcontextprotocol.io/v0.1/servers/ai.adeu%2Fadeu/versions/1.7.1 | release_recency=unknown
Source: Doramagic discovery, validation, and Project Pack records
Community Discussion Evidence
These external discussion links are review inputs, not standalone proof that the project is production-ready.
Count of project-level external discussion links exposed on this manual page.
Open the linked issues or discussions before treating the pack as ready for your environment.
Community Discussion Evidence
Doramagic exposes project-level community discussion separately from official documentation. Review these links before using adeu with real data or production workflows.
- Create a non-AGPL workflow for VS Code visualization - github / github_issue
- Optional clause-validation hook for jurisdiction-aware redlines - github / github_issue
- The Multiple Chg IDs Per Logical Edit - github / github_issue
- Claude Opus 4.7 testers feedback - github / github_issue
- Multi-Round Negotiation Testing - github / github_issue
- Release v1.6.8 - github / github_release
- Project risk needs validation - GitHub / issue
Source: Project Pack community evidence and pitfall evidence