netsuite-saved-search-mcp v0.1.2 — polish pass
Polish pass — community files, badges, worked-example README section, fixtures documentation. No code or tool-behavior changes from v0.1.1.
Added
- README badges row: CI / PyPI / GitHub release / MIT (alongside existing PyPI badge).
- README "What an auditable agent run looks like" — condensed 4-turn worked example under the hero paragraph, showing the agent's tool calls and citable row IDs. The deeper `examples/walkthrough.md` is unchanged.
- `CODE_OF_CONDUCT.md` (Contributor Covenant 2.1).
- `CONTRIBUTING.md` — setup, three-command test loop, useful-bug-report shape (server log + sanitized fixture), code style.
- `SECURITY.md` — supported versions, reporting via rayedwasif@hotmail.com. Path-traversal / NSMCP_ROOT escape / malformed-XML crashes in scope; deps and MCP protocol out of scope.
- `.github/ISSUE_TEMPLATE/{bug_report.md, feature_request.md}` — bug template requires the MCP server log + sanitized fixture (forbids production exports).
- `.github/PULL_REQUEST_TEMPLATE.md` — pytest / ruff / mypy / changelog / tool-table / new-tool-shape checklist.
- `tests/fixtures/README.md` — documents what each of the three sanitized fixtures tests (clean GL / metadata-block / malformed-recovery), including the deterministic `SEED=0xC0FFEE` regeneration command.
The existing CI workflow (ruff + mypy + pytest in one job) was kept — already cleaner than splitting.
See CHANGELOG.md for full notes.