update/fmt docs, lineage_writes_for_frame

This commit is contained in:
lda
2026-05-24 23:22:58 +07:00 Verified
parent e48656c165
commit 2214746a54
50 changed files with 555 additions and 221 deletions
@@ -13,6 +13,7 @@
### Task 1: Pin Wrapper-Artifact Call Semantics
**Files:**
- Modify: `tests/wf_mcp/test_service.py`
- [ ] **Step 1: Write the failing test**
@@ -28,11 +29,13 @@ Expected: FAIL because `call_capability()` only resolves live specs today.
### Task 2: Resolve Wrapper Artifacts in the Workflow Surface
**Files:**
- Modify: `src/wf_mcp/workflow_surface/handlers.py`
- [ ] **Step 1: Implement minimal wrapper-artifact resolution**
Add a small helper that:
- recognizes stable artifact node names
- loads the artifact from the store
- rejects non-wrapper artifacts
@@ -49,6 +52,7 @@ Expected: PASS.
### Task 3: Verify the Whole Project
**Files:**
- No additional files.
- [ ] **Step 1: Run focused workflow-surface tests**