Skip to content

fix(tooling): review follow-ups from #146/#148/#162 - #166

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
fix/review-tooling
Sep 1, 2026
Merged

fix(tooling): review follow-ups from #146/#148/#162#166
ScriptedAlchemy merged 1 commit into
mainfrom
fix/review-tooling

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • run concurrent example checks through a portable Node wrapper that validates and floors AGENT_BUNDLE_TEST_TIME_SCALE at 2
  • keep fast capture cleanup contracts in the per-PR integration pool while leaving only the 600-second evidence journey nightly
  • document Semaphore mutual exclusion without promising FIFO waiter admission

Test plan

  • focused wrapper and cleanup contract tests (3/3)
  • pnpm typecheck
  • pnpm lint
  • AGENT_BUNDLE_TEST_TIME_SCALE=1 pnpm examples:check (wrapper launched the 3-way run; existing Audiobook Curator declaration generation failed with AB5000, also reproducible in its standalone build)

Keep concurrent example checks portable and adequately budgeted, retain fast cleanup coverage in PR gates, and document Semaphore ordering accurately.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 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-01T18:13:05.545040Z eb7ae18 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.

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eb7ae18

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ScriptedAlchemy
ScriptedAlchemy merged commit 867769f into main Sep 1, 2026
4 of 9 checks passed
ScriptedAlchemy added a commit that referenced this pull request Sep 1, 2026
…me it (#174)

The audiobook-curator package build's d.ts generation (rslib environment
agent-bundle-index) failed with TS4023 on every exported operations
factory: their inferred return types reference CliCommandDefinition,
which #150 introduced unexported. Declaration emit must import the type
from src/cli-command, so `agent-bundle build` failed with AB5000
("Error occurred in agent-bundle-index declaration files generation.")
while `tsc --noEmit` passed. Reported during examples:check in #166's
report.
@ScriptedAlchemy
ScriptedAlchemy deleted the fix/review-tooling branch September 3, 2026 05:28
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