Release Tactual v0.5.0 - #41
Merged
Merged
Conversation
bmatar
force-pushed
the
release/v0.5.0
branch
3 times, most recently
from
June 17, 2026 04:48
ba5a2f1 to
e6b1948
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepares Tactual v0.5.0 for public release from the current public baseline,
v0.4.1/public/main.This release expands Tactual from a navigation-cost analyzer with runtime probes into a more reliable SPA and embedded-frame analyzer with deeper AT-tree modeling and a repeatable calibration workflow. The PR branch has been rewritten as one public release commit so the public history shows the shipped delta, not internal iteration.
User-facing delta
ariaSnapshotcannot access.calibration_report, NVDA VM observation tooling, imported calibration corpus evidence, and matrix/audit scripts for reachability tuning.benchmark:known-pagesruns the built CLI against complex SPA/component-library documentation pages with the 0.5 capture helpers enabled and writes ignored category-rollup reports underbuild/.Corpus and package boundary
package.jsonfiles.Compatibility notes
Scores, diagnostics, JSON baselines, SARIF findings, and CI thresholds can change on unchanged pages because 0.5.0 captures more evidence by default. Consumers should regenerate 0.4.x baselines before using 0.5.0 as a regression gate.
Branch states discovered by
--exploreno longer promote isolatedpossibly-degraded-contentwarnings when the primary scripted capture contains substantial content. Bot-block, empty-page, and other hard reliability diagnostics are still reported.MCP URL-taking tools now reject
file:URLs; CLI and library workflows still acceptfile:URLs for local fixture/offline workflows.commander@15is intentionally not included because it raises the runtime floor to Node>=22.12.0; Tactual still supports Node>=20.0.0.Verification
Verification for the clean release branch:
npm run test:releasepassednpm audit --omit=devpassed with 0 vulnerabilitiesnpx vitest run src/pipeline/surface-parity.test.ts src/cli/cli.test.ts src/mcp/tool-handlers.test.ts src/reporters,npm run typecheck,npm run lint, andnpm run buildnpx vitest run src/benchmarknode scripts/known-pages-corpus.mjs --build --limit 1passed against React Aria ComboBox and produced an ignored report with 8 states, 2,765 targets, 520 findings, route tracking, and category rollupsnpm pack --dry-run --jsonis covered by the pack smoke and confirms the npm package excludescalibration/corpus/and ships only the configured package filesPublic CI is green on
5c4a79eacross Node 20 and Node 22.