Skip to content

fix(payments): remove duplicate T01 flow diagrams#1669

Closed
fahadfa-aws wants to merge 1 commit into
awslabs:mainfrom
fahadfa-aws:fix/payments-t01-deduplicate-flow-diagrams
Closed

fix(payments): remove duplicate T01 flow diagrams#1669
fahadfa-aws wants to merge 1 commit into
awslabs:mainfrom
fahadfa-aws:fix/payments-t01-deduplicate-flow-diagrams

Conversation

@fahadfa-aws

Copy link
Copy Markdown

Issue

Tutorial 01 (01-agents-payments-and-limits/) ships four flow PNGs but only two distinct flows. Each pair renders the same sequence diagram twice — the only pixel difference between strands_payment_flow.png and strands_agent_payment_flow.png is the casing of "AgentCore Payments" vs "AgentCore payments" on the right-most lane label. Same for the LangGraph pair. The README referenced both copies in each Architecture subsection, which presented as two diagrams to the reader while showing the same content twice.

Verified by reading both PNGs as images: arrows, lane labels, and message text are identical apart from the one-letter casing slip on the right-most lane.

Changes

  • Delete images/strands_payment_flow.png and images/langgraph_payment_flow.png.
  • Drop the orphan README references at lines 25 and 49.

Keeps the *_agent_payment_flow.png variants because their lane label uses lowercase "AgentCore payments" — matches the spelling used in the Tutorial 00 README title and the AWS documentation.

Docs/assets only. No code change.

T01 had four PNGs but only two distinct flows. The strands_payment_flow
and strands_agent_payment_flow PNGs render the same sequence diagram —
the only pixel difference is "AgentCore Payments" vs "AgentCore
payments" on the right-most lane label. Same for the LangGraph pair.
The README referenced both copies in each Architecture subsection,
which made it look like two diagrams while showing the same content
twice.

- Delete strands_payment_flow.png and langgraph_payment_flow.png
- Drop the orphan README references at lines 25 and 49

Keeps the *_agent_payment_flow.png variants because their lane label
matches the lowercase "AgentCore payments" spelling used elsewhere
in the tutorial set.
@fahadfa-aws

Copy link
Copy Markdown
Author

@mvangara10 — flagging this for your review when you have a moment. Tagged across the full set of payments-tutorial fixes I've been pushing today; happy to walk through any of them. Audit logs and test evidence are referenced in the PR description.

@fahadfa-aws

Copy link
Copy Markdown
Author

Superseded by #1738 (consolidated PR)

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