PR #4468 updates the shared usage-synopsis parser to preserve canonical CLI placeholder notation, but its acceptance criteria and checked-in regeneration are scoped to Chocolatey. Other generated integrations therefore remain stale until regenerated; for example, pnpm add <name> now models The <name> operand. while PnpmAddOptions.Generated.cs still contains The name operand..
A local 20-way regeneration already exceeded the mandated 2 GB agent guard, so complete this as a serialized/per-tool fast-follow after #4468 merges.
Acceptance criteria:
- Identify every tracked integration whose generated operand documentation changes under the placeholder-preserving parser.
- Regenerate those integrations from current tool output; do not hand-edit generated files.
- Commit all affected generated options/services/docs atomically or in clearly linked per-tool PRs.
- Verify deterministic regeneration and each affected tool solution within agent limits; leave exhaustive validation to CI where necessary.
- Confirm no unrelated command-surface drift is approved as part of the documentation refresh.
Follow-up from #4452 / #4468 and review discussion r3902977469.
PR #4468 updates the shared usage-synopsis parser to preserve canonical CLI placeholder notation, but its acceptance criteria and checked-in regeneration are scoped to Chocolatey. Other generated integrations therefore remain stale until regenerated; for example,
pnpm add <name>now modelsThe <name> operand.whilePnpmAddOptions.Generated.csstill containsThe name operand..A local 20-way regeneration already exceeded the mandated 2 GB agent guard, so complete this as a serialized/per-tool fast-follow after #4468 merges.
Acceptance criteria:
Follow-up from #4452 / #4468 and review discussion r3902977469.