Skip to content

agent-team: implementer writes a pipeline-state table at the top of the PR; reviewer updates it #52

Description

@verkyyi

Summary

Pipeline state is visible on the issue (via <!-- agent-team:* --> comment markers) but completely invisible on the PR — the place where a human spends most of their review time. The reviewer posts a summary only on the issue, only on approve. Humans watching the PR cross-reference the issue thread to figure out where things stand.

Proposal

Implementer writes a state table as the first section of the PR body, and the reviewer updates it (via update-pull-request-body safe output) on each decision:

<!-- agent-team:pr-state -->
| Stage | Status | Run |
|---|---|---|
| Spec || [link] |
| Plan || [link] |
| Impl | ✅ (iter 3) | [link] |
| Review |||
<!-- /agent-team:pr-state -->

Acceptance

  • Implementer populates the table on PR create.
  • Reviewer updates the Review row on approve/kickback and the Impl row's iteration counter on kickback.
  • Uses markers so re-renders are idempotent and don't duplicate the section.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions