Skip to content

Remove duplicate agentic commerce authors - #2944

Open
deepakjain108 wants to merge 2 commits into
mainfrom
codex/remove-duplicate-agentic-commerce-authors
Open

Remove duplicate agentic commerce authors#2944
deepakjain108 wants to merge 2 commits into
mainfrom
codex/remove-duplicate-agentic-commerce-authors

Conversation

@deepakjain108

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the duplicate author line from the controlled agentic-commerce notebook.
  • Keep author attribution in the Cookbook registry-generated header.
  • Update the publication contract test to match the intended page rendering.

Why

The Cookbook page already renders Deepak Jain and Sid Rampally from registry metadata. The notebook repeated the same names at the start of the content.

Validation

  • env -u VIRTUAL_ENV uv run --with nbformat python .github/scripts/check_notebooks.py
  • env -u VIRTUAL_ENV uv run --group dev pytest -q (142 passed)
  • env -u VIRTUAL_ENV uv run --group dev ruff check src tests
  • env -u VIRTUAL_ENV uv run --group dev ruff format --check src tests
  • git diff --check

@deepakjain108
deepakjain108 requested a review from seratch August 14, 2026 16:05
@deepakjain108

Copy link
Copy Markdown
Collaborator Author

Hi Kazuhiro, small follow-up PR to remove the duplicate author line from the published AgentCore Payments Cookbook page. CI is green and the diff is only three deletions. Could you take a quick look? PR #2944

@deepakjain108
deepakjain108 marked this pull request as ready for review August 14, 2026 16:13
@deepakjain108
deepakjain108 requested a review from a team as a code owner August 14, 2026 16:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

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: 21816b2418

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

assert "responses_client.responses.create" in source
assert '"function_call_output"' in source
assert "**Authors:** Deepak Jain and Sid Rampally" in source
assert "AgentCore Runtime is not used by this notebook" in source

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Assert the duplicate author line remains absent

The publication contract now passes whether the notebook contains the duplicate author line or not, so it does not protect the rendering behavior this change is intended to establish. If the line is accidentally reintroduced, CI will not detect the regression; replace the removed positive assertion with a negative assertion for the same text.

Useful? React with 👍 / 👎.

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