diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f76cad5..243ed90 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -66,10 +66,3 @@ body: placeholder: Paste output, logs, or attach files (optional) validations: required: false - - - type: checkboxes - id: agent_eligibility - attributes: - label: Agent eligibility - options: - - label: "AI agents may pick this up (adds agent-ok)" diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4edeec6..ce1e2a8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -63,10 +63,3 @@ body: - label: "area:skills — Skills knowledge modules" - label: "area:ci — CI workflows and automation" - label: "area:governance — Labels, templates, metadata contract, process" - - - type: checkboxes - id: agent_eligibility - attributes: - label: Agent eligibility - options: - - label: "AI agents may pick this up (adds agent-ok)" diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 4e788cb..784bbed 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -68,10 +68,3 @@ body: - label: "area:skills — Skills knowledge modules" - label: "area:ci — CI workflows and automation" - label: "area:governance — Labels, templates, metadata contract, process" - - - type: checkboxes - id: agent_eligibility - attributes: - label: Agent eligibility - options: - - label: "AI agents may pick this up (adds agent-ok)" diff --git a/.github/PROJECT_FIELDS.md b/.github/PROJECT_FIELDS.md index fe38ccf..924aff7 100644 --- a/.github/PROJECT_FIELDS.md +++ b/.github/PROJECT_FIELDS.md @@ -13,8 +13,6 @@ Every issue/PR attribute lives in **exactly one place**. Never dual-write the sa | Workflow status | **Project `Status` field** | `Backlog` / `Ready` / `In Progress` / `In Review` / `Blocked` / `Done` | | Target version | **Milestone** | `vX.Y.Z` releases, `gov-*` process phases; **no milestone = backlog** | | Effort | **Project `Effort` field** | `S` (≤ half a day) / `M` (≤ 2 days) / `L` (must be decomposed first) | -| Agent eligibility | `agent-ok` **label** | present = AI agents may self-serve when Status is `Ready` | -| Agent authorship | `by-agent` **label** | on PRs authored by an AI agent (audit trail) | | Dependencies | **Native issue relationships** | GitHub blocked-by / blocking | | Epic membership | **Native sub-issues** | parent issue with sub-issues; no `epic:*` labels | diff --git a/.github/labels.yml b/.github/labels.yml index fb6488b..0c28a63 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -86,14 +86,6 @@ labels: color: c5def5 description: Nice to have / polish - - name: agent-ok - color: 7057ff - description: AI agents may pick this up self-service when status is Ready - - - name: by-agent - color: bfd4f2 - description: Authored by an AI agent (audit trail) - - name: area:docs color: 1d76db description: Documentation and guides diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index ad9e559..6875883 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -1,6 +1,6 @@ name: Issue labeler -# Syncs priority:*, area:*, agent-ok and the four type:* SUBTYPE labels from +# Syncs priority:*, area:* and the four type:* SUBTYPE labels from # the issue form fields on open/edit. The issue body is untrusted input — it is # only ever read inside the actions/github-script JS sandbox # (context.payload.issue.body), never interpolated into a shell `run:` step. @@ -36,7 +36,7 @@ jobs: script: | // Parses the GitHub issue-form markdown body (###