Files
compound-engineering-plugin…/plugins
Trevin Chow c8d4e676bc refactor(ce-pr-description, git-commit-push-pr): hand off PR body via temp file
Change ce-pr-description's output contract from {title, body} to
{title, body_file}. The body is written to an OS temp file via
mktemp + heredoc and the caller substitutes it back with
"$(cat "$body_file")". This avoids emitting the body text twice
(once as the skill's output, again when the caller formats the
gh pr command), which was wasteful on large PR descriptions.

Also add a narrow AGENTS.md exception for value-producing
preparatory commands (VAR=$(cmd1) && cmd2 "$VAR"), so the skill
can use the natural mktemp + heredoc pattern without manually
threading the path across two bash calls.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-16 22:06:11 -07:00
..