feat(presentation): add team-po twelfth deck#46
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 323a515ef2
ℹ️ 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".
| const require = createRequire( | ||
| "/Users/hwangjo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/node_modules/", | ||
| ); |
There was a problem hiding this comment.
Remove machine-specific paths from capture script
This script is not runnable outside the original author's workstation because it hardcodes a user-local module base (/Users/hwangjo/.../node_modules) and output directory (/Users/hwangjo/Client/...). On any other environment, require("pdf-lib")/require("playwright") resolution and file writes will fail, which breaks reproducible deck capture/export for teammates and CI.
Useful? React with 👍 / 👎.
Summary
Validation
Closes #45