Skip to content

docs(site): drop the duplicate lineage Detail header key (#502 + #504 collision) - #507

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
fix/docs-duplicate-detail-header
Sep 4, 2026
Merged

docs(site): drop the duplicate lineage Detail header key (#502 + #504 collision)#507
ScriptedAlchemy merged 1 commit into
mainfrom
fix/docs-duplicate-detail-header

Conversation

@ScriptedAlchemy

@ScriptedAlchemy ScriptedAlchemy commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Why

#502 and #504 each restored the headers.detail key that #490 had removed, and both merged. website/plugins/generated-reference.ts now declares detail twice per locale, so pnpm docs:site:build fails on main at the typecheck step:

plugins/generated-reference.ts(173,7): error TS1117: An object literal cannot have multiple properties with the same name.
plugins/generated-reference.ts(255,7): error TS1117: An object literal cannot have multiple properties with the same name.

Change

Remove the second copy in each locale (the #504 lines), keeping #502's Detail / 说明. Two deleted lines; no page content changes beyond the zh header text returning to #502's wording.

Verification

  • pnpm --filter @agent-bundle/docs typecheck passes locally.
  • skip-changeset: private website package only.

Review status

Codex reviewed head f5ffd1912 — no issues. CI green.

@ScriptedAlchemy ScriptedAlchemy added the skip-changeset PR changes a publishable package but ships no observable change; changeset not required label Sep 4, 2026
@changeset-bot

changeset-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f5ffd19

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

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 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-04T02:19:03.037904Z f5ffd19 Manual request
ℹ️ 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.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: f5ffd1912d

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

@pkg-pr-new

pkg-pr-new Bot commented Sep 4, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@507
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/create-agent-bundle@507
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/runtime@507

commit: f5ffd19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changeset PR changes a publishable package but ships no observable change; changeset not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant