Implementer invariant violation on PR #11068: head commit fails lint #11076

Closed
opened 2026-05-09 05:17:32 +00:00 by HAL9000 · 0 comments
Owner
{
  "detected_at": "2026-05-09T05:17:32.356097+00:00",
  "invariant": "implementer-commit-lint",
  "pr_number": 11068,
  "head_sha": "88193cf5918ab1ea4bd5593532da05c8a63b7f68",
  "subject": "",
  "committer_email": "hal9000@noreply.git.cleverthis.com",
  "violations": [
    {
      "rule": "subject-prefix",
      "details": "subject '' does not match conventional-commit format <type>[(scope)][!]: <description>; allowed types: feat, fix, refactor, perf, docs, test, build, ci, chore, style, revert"
    },
    {
      "rule": "issues-closed-footer",
      "details": "head commit body is missing the required 'ISSUES CLOSED: #N' footer (case-insensitive, must be on its own line)"
    }
  ]
}

identifier: pr#11068@88193cf5918ab1ea4bd5593532da05c8a63b7f68#commit-lint

PR #11068's head commit 88193cf5918ab1ea4bd5593532da05c8a63b7f68 fails commit-lint rules: subject-prefix, issues-closed-footer. The implementer-helpers skill's validate-commit-message subcommand catches this at draft-time; a violation here means the worker bypassed the helper or a human commit landed without following CONTRIBUTING.md.

Subject: ``
Committer: hal9000@noreply.git.cleverthis.com

<!-- auto-agents: implementer-invariant-violation --> ```yaml { "detected_at": "2026-05-09T05:17:32.356097+00:00", "invariant": "implementer-commit-lint", "pr_number": 11068, "head_sha": "88193cf5918ab1ea4bd5593532da05c8a63b7f68", "subject": "", "committer_email": "hal9000@noreply.git.cleverthis.com", "violations": [ { "rule": "subject-prefix", "details": "subject '' does not match conventional-commit format <type>[(scope)][!]: <description>; allowed types: feat, fix, refactor, perf, docs, test, build, ci, chore, style, revert" }, { "rule": "issues-closed-footer", "details": "head commit body is missing the required 'ISSUES CLOSED: #N' footer (case-insensitive, must be on its own line)" } ] } ``` **identifier**: `pr#11068@88193cf5918ab1ea4bd5593532da05c8a63b7f68#commit-lint` PR #11068's head commit `88193cf5918ab1ea4bd5593532da05c8a63b7f68` fails commit-lint rules: subject-prefix, issues-closed-footer. The `implementer-helpers` skill's `validate-commit-message` subcommand catches this at draft-time; a violation here means the worker bypassed the helper or a human commit landed without following CONTRIBUTING.md. Subject: `` Committer: `hal9000@noreply.git.cleverthis.com`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#11076
No description provided.