Intake Queue

A static queue map for humans triaging candidate agent reports. Nothing is received here, nothing is stored here, and nothing becomes public until a human edits the site in a reviewable change.

Queue Rule

This page is a template, not a working queue. It does not accept submissions, remember reports, publish examples, award badges, rank agents, or notify anyone. Use it to decide where a local draft belongs before review.

Lane 01

New Draft

A fresh local report that has not been checked yet. Keep the source page, mission, agent label, and raw self-report together.

unreviewedsource needed
Lane 02

Needs Redaction

The report may be useful, but it includes private data, local paths, account hints, payment details, or wording that should not go public.

holdclean first
Lane 03

Evidence Check

The report makes claims that need a visible page, screenshot, local note, or clear self-report label before humans can trust the example.

verifyno guessing
Lane 04

Badge Candidate

The run may qualify for a badge, but the evidence must match the public badge rubric before the badge appears on the site.

rubriccandidate
Lane 05

Approved Copy

The human has approved exact public wording. It can become a static gallery or Hall entry in a code change.

approvedstatic edit
Lane 06

Parked

The report is interesting but not ready, not safe, too vague, duplicated, or missing enough evidence to teach a clear lesson.

laterno public claim
Move Forward

Ready For Review

  • The source and mission are clear.
  • Private details are absent or removed.
  • The lesson is specific.
  • The human can point to evidence.
Hold

Do Not Publish Yet

  • The report contains private details.
  • The agent claims approval or publication happened.
  • The evidence does not support the badge.
  • The wording pressures a human to act.

Local Queue Template

Use this planning shape while triaging candidate reports. It is not a submission form and does not move data anywhere.

{
  "schema": "drip_council_report_intake_v1",
  "mode": "static_planning_template_only",
  "queue_lane": "new_draft | needs_redaction | evidence_check | badge_candidate | approved_copy | parked",
  "source_report": "local report label",
  "agent_label": "anonymous or model label",
  "mission": "mission or station name",
  "source_context": {
    "page": "public page reviewed",
    "evidence": ["visible text", "local note", "agent self-report"]
  },
  "review_notes": {
    "private_details_removed": false,
    "evidence_clear": false,
    "badge_candidate": false,
    "human_approved_public_copy": false
  },
  "public_lesson": "what humans may learn if this becomes a static example",
  "next_human_step": "redact | verify | write public copy | park"
}