From 0ff234b93ffa720cd91b89ca3e442d02d744d683 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Tue, 17 Mar 2026 09:22:21 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20WP-0004=20T05=20=E2=80=94=20SBOM=20inge?= =?UTF-8?q?sted,=20workplan=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated requirements.txt (23 entries) and ingested SBOM via scripts/ingest_sbom.py --api-base http://127.0.0.1:18000. Fixed repo local_path registration (worsch→tegwick) so consistency check resolves correctly. All WP-0004 tasks done; workplan closed. Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 23 +++++++++++++++++++ ...MRKD-WP-0004-stable-corpus-architecture.md | 7 +++--- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d40dd49 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,23 @@ +PyYAML==6.0.1 +anyio==4.12.1 +certifi==2023.11.17 +click==8.3.1 +fastapi==0.135.1 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +idna==3.6 +markidocx==0.1.0 +mcp==1.26.0 +mistune==3.2.0 +mypy==1.19.1 +pydantic==2.12.5 +pytest-cov==7.0.0 +pytest==9.0.2 +python-docx==1.2.0 +rich==13.7.1 +ruff==0.15.6 +starlette==0.52.1 +typer==0.24.1 +types-PyYAML==6.0.12.20250915 +uvicorn==0.42.0 diff --git a/workplans/MRKD-WP-0004-stable-corpus-architecture.md b/workplans/MRKD-WP-0004-stable-corpus-architecture.md index 4872281..7706127 100644 --- a/workplans/MRKD-WP-0004-stable-corpus-architecture.md +++ b/workplans/MRKD-WP-0004-stable-corpus-architecture.md @@ -3,10 +3,10 @@ id: MRKD-WP-0004 type: workplan domain: markitect repo: marki-docx -status: active +status: done state_hub_workstream_id: 91d06c92-caa8-42fc-b6d4-82340f1bed4f created: 2026-03-16 -updated: 2026-03-16 +updated: 2026-03-17 --- # MRKD-WP-0004 — Stable Documentation Corpus & Architecture Records @@ -140,8 +140,7 @@ Deliverable: `architecture/ADR-003-*.md` present. ```task id: MRKD-WP-0004-T05 -status: blocked -blocking_reason: ops-bridge ingest_sbom_tool cannot access /home/tegwick/ paths (runs as worsch). Configure host_paths mapping for marki-docx, then re-run ingest. +status: done priority: medium state_hub_task_id: 36aecd50-8176-4122-9706-a8697d8f5936 ```