Skip to content

chore(release): v3.14.3 - #714

Merged
proffesor-for-testing merged 1 commit into
mainfrom
release/3.14.3
Sep 22, 2026
Merged

proffesor-for-testing merged 1 commit into
mainfrom
release/3.14.3

Conversation

@proffesor-for-testing

Copy link
Copy Markdown
Owner

Summary

Agentic QE 3.14.3 makes test, security, coherence, and quality-gate results honest about failure: broken test runs, incomplete security scans, and unmeasured quality gates no longer report as passing. Every test-runner integration now supports Vitest 5, and the CI pipeline stops masking its own failures. Most of this release was contributed by @rudycelekli (#696, #697, #698, #699, #701, #702, #703, #704, #705, #708) on top of the Dependabot bumps in #687 and #700.

This PR contains only the release bookkeeping: version bump in package.json, package-lock.json, both skills-manifest.json files (fleetVersion), and .claude-plugin/plugin.json; the CHANGELOG section; docs/releases/v3.14.3.md; and the release index row.

Verification

All commands were run on this branch after npm ci with the new lockfile (Vitest 5.0.1), in this devpod (linux-arm64, Node 24.15.0).

$ npm run build
Building MCP with version: 3.14.3
MCP bundle built successfully (v3.14.3)
build exit=0

$ npm run typecheck
> tsc --noEmit
typecheck exit=0

$ npx vitest run tests/unit/ --maxWorkers=3
 Test Files  723 passed | 1 skipped (724)
      Tests  18420 passed | 14 skipped (18434)
   Duration  417.61s

$ npm run test:regression
 Test Files  47 passed (47)
      Tests  1375 passed | 2 skipped (1377)

$ npm run performance:gate
performance:gate exit=0

$ npm run test:ci
 Test Files  2 failed | 200 passed (998)
      Tests  3 failed | 7125 passed | 8 skipped (7143)
 FAIL  tests/integration/browser-integration/parallel-viewports.integration.test.ts > should track success rate across all captures
       AssertionError: expected 0.7333333333333333 to be greater than 0.75   (Math.random 95% simulation, statistical)
 FAIL  tests/integration/code-intelligence/knowledge-graph-real.test.ts > #511 cross-instance TS dependency edges (2 tests)
       AssertionError: expected 0 to be greater than 0
       -> reproduces identically on pure origin/main in this sandbox (Vitest 4 and 5);
          passes in CI (Coverage Analysis job on #700, run 35750729704); not in the publish gate.

$ ls -la dist/cli/bundle.js dist/index.js dist/mcp/bundle.js
12747 dist/cli/bundle.js
5792 dist/index.js
3915871 dist/mcp/bundle.js

$ node dist/cli/bundle.js --version
3.14.3

$ node dist/cli/bundle.js init --auto        (fresh temp project)
  MCP server configured in .mcp.json
init exit=0   -> .agentic-qe/ (memory.db, config.yaml, data, workers), .claude/, CLAUDE.md, .mcp.json
$ node dist/cli/bundle.js status             status exit=0
$ node dist/cli/bundle.js learning stats     responds (SQLitePatternStore on unified memory.db)
$ node dist/cli/bundle.js agent list         responds
$ node dist/cli/bundle.js health             health exit=0

$ npm pack && npm install ./agentic-qe-3.14.3.tgz   (isolated temp project)
added 135 packages in 27s
$ node node_modules/.bin/aqe --version
3.14.3
exit=0

The content being released was verified on its own PRs: every merged PR above had all checks green on its head, and #700's head (which includes the Vitest 5 runner fix) finished with 31/31 checks green.

Failure modes


Required check (issue #401)

  • Every failure mode mentioned in this PR description has either (a) a test that exercises it, or (b) a linked tracking issue. "Unlikely" is not an acceptable substitute. If you wrote "I don't think this can happen but...", that sentence is a failure mode and needs a test or an issue link.

Optional context

See CHANGELOG for details.

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review ✅ Completed 2026-09-22T16:45:32.584704Z ff93fff PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions

Copy link
Copy Markdown

Skill Validation Report

Tier Skills Validation Status
Tier 3 (Verified) Blocks PR Schema + Validator + Eval skipped
Tier 2 (Validated) Warn only Schema + Validator skipped
Tier 1 (Structured) Warn only Schema skipped
Tier 0 (Advisory) Skipped None -

Only Tier 3 failures block merge

@github-actions

Copy link
Copy Markdown

MCP Tools Test Summary

Validation Results

  • Validation report not found

Unit Test Results

  • Handlers: success
  • Security: success
  • Tools/Transport: success
  • Root: success

Other Results

  • Integration Tests: success
  • Validation: success

@github-actions

Copy link
Copy Markdown

Test Suite Metrics

CI Test Metrics

Date: 2026-09-22 16:45:27 UTC
Commit: 168f9c5

Current State

  • Total test files: 1025 (target: 50)
  • Total lines: 424594 (target: 40,000)
  • Files > 600 lines: 229 (target: 0)
  • Skipped tests: 78 (target: 0)

Progress from Baseline

  • Files reduced: -599 (--140%)
  • Lines reduced: -216341 (--103%)

Generated by Optimized CI

@proffesor-for-testing
proffesor-for-testing merged commit ffc0c6a into main Sep 22, 2026
51 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant