update/fmt docs, lineage_writes_for_frame
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Task Completion Checklist
|
||||
|
||||
Before considering a code task done:
|
||||
|
||||
- Run focused tests for the touched area.
|
||||
- Run full tests when the change affects shared behavior: `uv run --with pytest pytest -q`.
|
||||
- Run ruff on touched source/tests, usually `uv run ruff check src/wf_mcp tests` for MCP work.
|
||||
@@ -10,8 +11,10 @@ Before considering a code task done:
|
||||
- Summarize functional changes and verification results concisely.
|
||||
|
||||
Recent known-good full-suite count after proxy tool pagination/detail work:
|
||||
|
||||
- `48 passed, 1 skipped`
|
||||
|
||||
Known environment notes:
|
||||
|
||||
- Windows sandbox may block commands with `CreateProcessAsUserW failed: 5`; retry important commands with escalation rather than working around via unsafe shell tricks.
|
||||
- Codex/native MCP tool schemas may not refresh dynamically after `wf-mcp` hot reload. A fresh client/session may be needed to see newly added MCP tools.
|
||||
- Codex/native MCP tool schemas may not refresh dynamically after `wf-mcp` hot reload. A fresh client/session may be needed to see newly added MCP tools.
|
||||
|
||||
Reference in New Issue
Block a user