Reliable markdown word round-trip editing
Find a file
Bernd Worsch 1f3dddf7d6 feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces
WP-0001 (Foundation & LEVEL1 Core):
- manifest model (FR-100), MD→DOCX builder (FR-200), DOCX→MD importer
  (FR-300/400), template family registry (FR-600), drift detector (FR-700),
  CLI wiring, pre-commit config, CI skeleton, regression harness

WP-0002 (Service Interfaces & Workflow Orchestration):
- REST service via FastAPI (FR-900): /health, /version, /capabilities,
  /templates, /styles, /validate, /build, /import, /compare,
  /templates/register, /workflows/{name}, /evidence/{run_id}
- Evidence & report store (FR-1400): JSON-backed, per-run, retrievable
  through all interfaces, classification (pass/warnings/failed)
- Composite workflow orchestration (FR-1300): single-file-roundtrip,
  multi-file-roundtrip, release-regression, family-switch-build
- MCP server via FastMCP (FR-1000): all tools + resources
- CLI additions: `markidocx serve`, `markidocx workflow`, `markidocx mcp`
- Interface parity tests: CLI / REST / MCP produce equivalent results

135 tests passing, ruff + mypy clean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 07:46:31 +00:00
.github/workflows feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
problems chore: update next-steps doc with accurate current state 2026-03-14 18:22:42 +01:00
specs chore: workplan MRKD-WP-0001 + improved CLAUDE.md; document next steps 2026-03-14 18:18:54 +01:00
src/markidocx feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
tests feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
workplans feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
.gitignore chore: register repo with Custodian State Hub + add CLAUDE.md 2026-03-14 17:37:03 +01:00
.pre-commit-config.yaml feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
CLAUDE.md feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
LICENSE Initial commit 2026-03-14 15:22:45 +00:00
pyproject.toml feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
README.md Initial commit 2026-03-14 15:22:45 +00:00

repo-seed

A git repository template to bootstrap coulomb projects from.