MCPcopy Index your code
hub / github.com/openai/codex-plugin-cc / buildReviewJobMetadata

Function buildReviewJobMetadata

plugins/codex/scripts/codex-companion.mjs:532–538  ·  view source on GitHub ↗
(reviewName, target)

Source from the content-addressed store, hash-verified

530}
531
532function buildReviewJobMetadata(reviewName, target) {
533 return {
534 kind: reviewName === "Adversarial Review" ? "adversarial-review" : "review",
535 title: reviewName === "Review" ? "Codex Review" : `Codex ${reviewName}`,
536 summary: `${reviewName} ${target.label}`
537 };
538}
539
540function buildTaskRunMetadata({ prompt, resumeLast = false }) {
541 if (!resumeLast && String(prompt ?? "").includes(STOP_REVIEW_TASK_MARKER)) {

Callers 1

handleReviewCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected