Skip to content

[codex] PR_26171_030 idea board workflow fix#4

Merged
ToolboxAid merged 4 commits into
mainfrom
codex/fix-idea-board-pr-workflow
Jun 20, 2026
Merged

[codex] PR_26171_030 idea board workflow fix#4
ToolboxAid merged 4 commits into
mainfrom
codex/fix-idea-board-pr-workflow

Conversation

@ToolboxAid

Copy link
Copy Markdown
Owner

Summary

  • Fixes the incomplete Idea Board workflow docs/reports for PR_26171_026 through PR_26171_030.
  • Converts Idea Board notes into a selected-idea context subtable rather than a disconnected second work surface.
  • Adds targeted Playwright coverage for selected idea switching, scoped note add/edit/delete, system-note lockout, and no mutating API calls.
  • Updates the workspace-v2 contract test harness to use its ephemeral repo server public env and current Message Studio registry expectations.

Validation

  • PASS: node --check toolbox/idea-board/index.js
  • PASS: node --check tests/playwright/tools/IdeaBoardTableNotes.spec.mjs
  • PASS: node --check tests/playwright/tools/ToolboxRoutePages.spec.mjs
  • PASS: node --check tests/playwright/tools/RootToolsFutureState.spec.mjs
  • PASS: inline HTML guard for toolbox/idea-board/index.html
  • PASS: npx playwright test tests/playwright/tools/IdeaBoardTableNotes.spec.mjs --project=playwright --workers=1 --reporter=line
  • PASS: npx playwright test tests/playwright/tools/ToolboxRoutePages.spec.mjs --project=playwright --workers=1 --reporter=line -g "Idea Board launches"
  • PASS: npm run test:workspace-v2
  • PASS: git diff --cached --check

Artifact

  • tmp/PR_26171_030-idea-board-workflow-fix_delta.zip (100283 bytes)

Full samples smoke intentionally not run per request.

@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: 1dd40355c5

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

});
page.on("request", (request) => {
if (request.url().includes("/api/") && request.method() !== "GET") {
mutatingApiRequests.push(`${request.method()} ${request.url()}`);

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 Configure test data before navigating

When this new spec is run by itself in a clean repo-server environment without a configured product DB, the Idea Board page loads tool-display-mode.js, which fetches /api/toolbox/registry/snapshot; because this test only sets the public API URLs and does not configure the fake/local data source before this page.goto, that request returns 500 and is recorded in failedRequests, so the required targeted Playwright validation fails before the notes workflow is exercised. Configure the test server data source/session like the workspace harness does, or avoid treating the registry lookup as an unexpected failure for this wireframe test.

Useful? React with 👍 / 👎.

…/ToolboxAid/HTML-JavaScript-Gaming into codex/fix-idea-board-pr-workflow

# Conflicts:
#	docs_build/dev/reports/codex_changed_files.txt
#	docs_build/dev/reports/codex_review.diff
…pr-workflow

# Conflicts:
#	docs_build/dev/reports/codex_changed_files.txt
#	docs_build/dev/reports/codex_review.diff
@ToolboxAid ToolboxAid merged commit 4d5cc50 into main Jun 20, 2026
1 check 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.

2 participants