Skip to content

v0.13.2

Choose a tag to compare

@abewheel abewheel released this 01 Sep 00:12
· 11 commits to main since this release

FileGRC 0.13.2 dramatically reduces local test time and prevents concurrent worktrees from overloading one machine.

  • Adds machine-wide scheduling with a four-worker default, fair permits, per-file isolation, timeouts, and process-tree cleanup.
  • Reuses exact-input passing results outside CI and reports the slowest test files.
  • Splits fast unit checks from integration coverage while keeping the full release validation unchanged.
  • Reuses copy-on-write workspace fixtures and adds an injected Git command adapter for subprocess-free domain tests.
  • Pins local release validation to Node 24 to match the publish workflow.