E2E smoke tests for nexus-agents code-intelligence MCP tools:
extract_symbols— pull function/class/type symbols from source filessearch_codebase— pattern/symbol/text search with in-memory indexrepo_analyze— GitHub repo structure analysis (language, framework, CI)repo_security_plan— security scanning pipeline recommendation
Pinned input schemas + contract tests. If nexus-agents changes the schema of any of these 4 tools upstream, sync the corresponding definition in src/schemas.ts — any drift will fail the test suite.
Part of the nexus-agents-test ecosystem. The ecosystem-smoke.yml workflow in nexus-substrate/nexus-agents discovers this repo via the nexus-agents-test topic and runs npm test weekly.
npm ci
npm testSee nexus-agents/ECOSYSTEM.md for the full list.
MIT