Skip to content

Repo Test Architect 1.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@m-stenbe m-stenbe released this 06 Sep 10:23
75ae521

The second public beta of Repo Test Architect is available on npm and the Official MCP Registry. This is not an RC or stable release; the default npm install remains 0.3.0.

Highlights

  • Experimental Dart and Flutter auditing, the final planned language addition before stable: bounded pubspec discovery, package ownership, import/export evidence, and conservative test commands.
  • Cross-adapter trust fixes for false evidence in comments/strings, symlink boundaries, nested Python/Rust package ownership, PHPUnit test-base identity, and inactive Kotlin/Swift build metadata.
  • Security dependency updates, refreshed usage data, and a Swift documentation correction contributed by Georges Farah in #271.

There are ten supported adapters and one experimental adapter. CLI contracts, the 19 MCP tools, and versioned artifact schemas remain compatible. Corrected audits may report different ownership, evidence strengths, or withheld commands. Dart remains structural and experimental; native test generation remains deferred.

Install or upgrade

npx --yes repo-test-architect@1.0.0-beta.2 doctor
npx --yes repo-test-architect@1.0.0-beta.2 analyze .
npx --yes repo-test-architect@1.0.0-beta.2 mcp

Existing MCP clients can pin repo-test-architect@1.0.0-beta.2 or follow repo-test-architect@beta. Node.js 20+ is required. npm latest remains 0.3.0; no next tag was added.

Verification

  • Release commit: 75ae521d5d34a80d40d397cdd0a52ba68e7d0646 (#276).
  • Exact-commit Linux, Windows, and macOS release matrix: passed, including 1,435 tests on each OS, coverage/performance, fixture goldens, model consistency, corpus, and package/CLI/MCP checks.
  • Clean npm registry installation and beta.1-to-beta.2 upgrade verified on macOS, including all three binaries, diagnostics, MCP initialization, all 19 tools, and Dart fixture analysis. Installed integrity matches the checked tarball. Cross-OS CI tested locally packed artifacts; published-registry installation checks on Windows/Linux remain part of beta observation.
  • Official publisher 1.8.1 validation passed; io.github.RepoAssay/repo-test-architect@1.0.0-beta.2 is active with matching npm and stdio metadata.
  • Earlier Dart native validation passed 2,064 upstream tests and two owned fixtures; these are historical validation runs, not new executions for this version bump.

Observation window

The fourteen-day clean beta.2 validation window starts September 6, 2026. Review RC readiness around September 20–22 only if evidence supports it; September 22 completes six weeks since beta.1. Features remain frozen, blocker fixes reset the affected window, and a formal RC needs at least seven clean days. External feedback is still required; downloads and maintainer checks do not establish external adoption.

Detailed notes and limitations · Dart support · Full comparison