Add AGENTS.md bootstrap option to pm new#834
Conversation
|
@codex review Comment posted automatically by outer-loop |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6120e2a0a0
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6120e2a0a0
ℹ️ 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".
Why
Make it easier to bootstrap new
pmproject directories with agent instructions when the caller wants them.What
pm new --agents-md [PATH]with./AGENTS.mdas the no-value defaultCLAUDE.mdtoAGENTS.mdRisk Assessment
Low — this only affects
pm newwhen the new option is supplied; existing calls without--agents-mdkeep skipping agent files.References
cargo test -p pmcargo clippy --workspace -- -D warningscargo fmt --all --checkcargo test --workspaceGenerated with Codex