Repo Test Architect v0.2.0 — Public Alpha
Repo Test Architect 0.2.0 is the second public alpha. It keeps the 0.x line deliberately evidence-first: audit and planning quality improved substantially, while native test generation remains deferred.
Highlights
- adds
analyze/analyze_repositoryas the streamlined one-command entry point for people and LLM clients - hardens bounded ownership, command selection, and static evidence across JavaScript/TypeScript, Kotlin/JVM, Python, and Swift
- validates all four adapters against 12 pinned real repositories with exact-commit semantic and performance measurements
- adds the human-readable validation scorecard with separate review-completeness and reviewed-pass-rate measures
- extends shared conformance through project summaries, rankings, plans, execution hints, findings, placement, stats, repository analysis, portable paths, blocked pipelines, and exact JSON round trips
Compatibility
There are no intentional breaks to the 0.1.x CLI commands, MCP tool names, or existing versioned artifact schemas. The public support claim remains bounded by each checked-in alpha support matrix.
Verification
- 993 tests across 92 suites
- 87 golden snapshots
- 51 model-consistency scenarios
- all four adapter coverage and performance gates
- exact release commit passed the manually dispatched Linux, Windows, and macOS
release:checkmatrix - clean npm-registry install loaded all four adapters and initialized MCP as
0.2.0
Install with:
npm install --global repo-test-architect@0.2.0- npm: https://www.npmjs.com/package/repo-test-architect/v/0.2.0
- Official MCP Registry: https://registry.modelcontextprotocol.io/?search=io.github.RepoAssay%2Frepo-test-architect
- Full changes: v0.1.1...v0.2.0