Skip to content

docs: document enterprise testing coverage gates#18

Merged
OgeonX-Ai merged 2 commits into
masterfrom
document-testing-coverage-wiki-20260623
Jun 23, 2026
Merged

docs: document enterprise testing coverage gates#18
OgeonX-Ai merged 2 commits into
masterfrom
document-testing-coverage-wiki-20260623

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Summary

  • document the current verified release baseline and 100% coverage policy
  • add the release gate matrix that maps local commands to CI jobs
  • link operator testing and enterprise gates from README surfaces

Verification

  • git diff --check
  • npm.cmd run release:verify

Notes

  • The documentation explicitly avoids claiming unknown failures are impossible; new defects must become regression tests.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a0352d9d16

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/operator-testing.md
| Secret scan | `npm.cmd run security:secrets` | committed credential patterns | `supply-chain` |
| Package dry-run | `npm.cmd run package:check` | npm package contents | `supply-chain` |
| Package runtime | `npm.cmd run acceptance:package-runtime` | packed tarball install plus `/api/health` smoke | `supply-chain`, `windows` |
| Release gate | `npm.cmd run release:verify` | local aggregate of the gates above | local operator |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add clean install to the local release gate path

When an operator follows this matrix locally, release:verify is described as the aggregate of the gates above, but universal-refiner/package.json shows it starts at npm run build and never runs npm ci. That lets a release be certified against stale or locally patched node_modules, missing the clean-install gate that CI enforces; either add npm ci as an explicit local step before this row or stop calling release:verify the aggregate of the listed gates.

Useful? React with 👍 / 👎.

@OgeonX-Ai OgeonX-Ai enabled auto-merge (squash) June 23, 2026 14:11
@OgeonX-Ai OgeonX-Ai merged commit 8c2e462 into master Jun 23, 2026
7 checks passed
@OgeonX-Ai OgeonX-Ai deleted the document-testing-coverage-wiki-20260623 branch June 23, 2026 14:11
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.

2 participants