1.1 KiB
1.1 KiB
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 testsfor MCP work. - Run focused basedpyright at error level for new or heavily changed files when type issues are likely.
- Check
git status --shortand distinguish user-owned config changes from code changes. - For MCP/proxy changes, consider direct FastMCP client verification when Codex's native MCP tool registry is stale.
- 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-mcphot reload. A fresh client/session may be needed to see newly added MCP tools.