Implementer invariant violation on PR #11070: head commit fails lint #11074

Closed
opened 2026-05-09 05:17:28 +00:00 by HAL9000 · 0 comments
Owner
{
  "detected_at": "2026-05-09T05:17:28.243716+00:00",
  "invariant": "implementer-commit-lint",
  "pr_number": 11070,
  "head_sha": "5167d47ce6e206ecff0dea87220ff4779ceaed04",
  "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#11070@5167d47ce6e206ecff0dea87220ff4779ceaed04#commit-lint

PR #11070's head commit 5167d47ce6e206ecff0dea87220ff4779ceaed04 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:28.243716+00:00", "invariant": "implementer-commit-lint", "pr_number": 11070, "head_sha": "5167d47ce6e206ecff0dea87220ff4779ceaed04", "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#11070@5167d47ce6e206ecff0dea87220ff4779ceaed04#commit-lint` PR #11070's head commit `5167d47ce6e206ecff0dea87220ff4779ceaed04` 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#11074
No description provided.