Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/agentic-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,18 @@ flowchart LR
| Any other `projectbluefin` repo | That repo's `.github/skills/` — create if absent |
| Cross-cutting (affects multiple repos) | Local first, then open a propagation issue in `projectbluefin/actions` |

### Where to find what needs review

**[queue.projectbluefin.io](https://queue.projectbluefin.io/)** — the Clanker Control Panel — is the live view of everything waiting for a human decision across the org. It shows open PRs bucketed by review state with approval counts, and hive P0/P1 issues in a priority column.

A **machine-readable reviewer briefing** is available at:

**https://queue.projectbluefin.io/review-guide.md**

This document covers: merge rules per repo, what to check in a PR, the four human gates (Design / Security / User Impact / Promotion), hive label taxonomy, repos tracked, and quick-reference shell commands. Agents and humans alike can `curl` this URL to get a structured, parseable briefing without scraping HTML.

The raw data behind the dashboard is also machine-accessible at `https://queue.projectbluefin.io/data.json` (updated every 10 minutes).

### What humans check in review

When reviewing an agent PR, verify:
Expand Down
Loading