Skip to content

feat(routes): migrate audiobook curator to public authoring - #150

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
wave3/93-audiobook-public
Sep 1, 2026
Merged

feat(routes): migrate audiobook curator to public authoring#150
ScriptedAlchemy merged 1 commit into
mainfrom
wave3/93-audiobook-public

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • migrate Audiobook Curator to 15 tool routes, one resource route, and one prompt route; remove src/application.ts, operation arrays, per-operation MCP server selectors, and src/mcp/curator.ts
  • prove the built artifact still lists/calls/reads/prompts after the copied project's src/ tree is deleted, while preserving the current non-rendering handwritten CLI path
  • update create-agent-bundle's MCP template to emit one route module and pair the matching runtime package; rewrite framework-mode.md to the four-item newcomer ledger in 65 lines

Test plan

  • Audiobook Curator: 33 passed
  • example artifact contracts: 5 passed, including real MCP list/call/read/prompt after source deletion
  • scaffolder framework/template tests: 12 passed
  • pnpm typecheck
  • scoped rslint: 38 files, 0 findings
  • packed runner syntax and framework guide <=80-line one-screen check

Closes #93.

Make the flagship example and MCP scaffold prove that route files alone define generated servers while preserving the non-rendering CLI compatibility path.
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 57f829f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-agent-bundle Minor

Not sure what this means? Click here to learn what changesets are.

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

@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-01T07:58:38.356316Z 57f829f 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.

@ScriptedAlchemy
ScriptedAlchemy merged commit 298557d into main Sep 1, 2026
5 of 9 checks passed

@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: 57f829f2d0

ℹ️ 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 packages/create-agent-bundle/src/framework.ts
Comment thread examples/audiobook-curator/src/cli-command.ts
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 added a commit that referenced this pull request Sep 3, 2026
…the handshake queue (#368)

- packages/agent-bundle/README.md: the Claude adapter no longer emits
  cwd for plugin-root stdio servers (#347 removed it because Claude's
  placeholder table excludes cwd); the README still claimed it did (#47).
- docs/preview-packages.md: the --peerDeps rewrite now applies to the
  optional @agent-bundle/runtime peer declared by agent-bundle, not an
  agent-bundle peer inside the (renamed) runtime package (#45).
- docs/framework-mode.md: restore the rendered-skills (SKILL.tsx) power
  tier and the skills precedence rule (AB4734/AB4735/AB4736, AB3003-AB3005)
  that #150's rewrite dropped from the RFC #63 newcomer doc.
- runtime-client-surface-proxy.test.ts: unit-pin the #23 fix — host
  requests relayed during the App handshake are queued (bounded at 32)
  and flushed on ui/notifications/initialized instead of dropped; only
  the mcp-app-real e2e covered it before.
@ScriptedAlchemy
ScriptedAlchemy deleted the wave3/93-audiobook-public branch September 3, 2026 05:29
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.

Compile filesystem routes into the Agent Bundle meta-framework

1 participant