diff --git a/authors.yaml b/authors.yaml
index 819ed864b2..8880e410cd 100644
--- a/authors.yaml
+++ b/authors.yaml
@@ -504,4 +504,7 @@ jhall-openai:
website: "https://www.linkedin.com/in/jhall14/"
avatar: "https://avatars.githubusercontent.com/u/198997750?v=4"
-
+charlie-openai:
+ name: "Charlie Weems"
+ website: "https://wee.ms"
+ avatar: "https://avatars.githubusercontent.com/u/181146176?v=4"
diff --git a/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb b/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb
index 0b2fe4cb98..5303b0ed87 100644
--- a/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb
+++ b/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb
@@ -114,7 +114,7 @@
"\n",
"| Example gameplay | Game Over Score |\n",
"| :---: | :---: |\n",
- "| |
|"
+ "|
|
|"
]
},
{
@@ -203,7 +203,7 @@
"In this example, we intentionally have the Project Manager agent enforce gating logic between each of the specialized downstream agents. This ensures that artifacts exist before handoffs are made. This mirrors real world enterprise workflows such as JIRA task orchestration, long-chained rollouts, and QA sign-offs. \n",
"\n",
"