Skip to content

feat(assurance): consolidate performance hardening and test coverage - #605

Merged
edithatogo merged 2 commits into
masterfrom
feat/perf-and-test-hardening
Sep 6, 2026
Merged

feat(assurance): consolidate performance hardening and test coverage#605
edithatogo merged 2 commits into
masterfrom
feat/perf-and-test-hardening

Conversation

@edithatogo

Copy link
Copy Markdown
Owner

Summary

Consolidates and validates 10 verified performance optimizations, refactorings, and unit test suites:

Resolves #590, #586, #585, #579, #575, #573, #572, #571, #569, #567.

Verification

  • biome ci .: 265 files checked, 0 errors
  • tsc -p tsconfig.strictest.json: 0 errors
  • npm run build: incremental build succeeds
  • knip: clean
  • scripts/validate-testing-taxonomy.mjs: passed (17 modalities)
  • npm run scan:secrets & npm audit --omit=dev: 0 vulnerabilities
  • scripts/github-programme.mjs check: exited 0 (274 evidenced items)
  • Vitest suite: 129 test files, 1,010 tests passed

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 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
📝 Code Review Completed 2026-09-06T14:13:41.017096Z 5626b63 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.

@amazon-q-developer amazon-q-developer 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.

This PR contains solid refactoring improvements focused on code quality and maintainability. The changes include better async/await usage, improved constant extraction for reusability, and added test coverage. All modifications appear to preserve existing functionality while improving code organization.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.86207% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/policy/scheduling-freeze.ts 58.82% 4 Missing and 3 partials ⚠️

📢 Thoughts on this report? Let us know!

@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: 5626b638e0

ℹ️ 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 src/test/assurance/cli-scheduling.test.ts Outdated
Consolidates verified optimizations and tests across:
- matrix capability lookup with WeakMap cache
- set-based header and status lookups
- async config loading for publication updates
- scheduling freeze helper refactor and cli tests
- unit tests for session store, draft URL, ProseMirror schema, and boundaries
@edithatogo
edithatogo force-pushed the feat/perf-and-test-hardening branch from 07d7eca to 79077ba Compare September 6, 2026 14:57
@edithatogo
edithatogo merged commit d1ec392 into master Sep 6, 2026
34 checks passed
@edithatogo
edithatogo deleted the feat/perf-and-test-hardening branch September 6, 2026 15:24
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