Implementer invariant violation on PR #11071: head commit fails lint #11072

Closed
opened 2026-05-09 05:17:24 +00:00 by HAL9000 · 0 comments
Owner
{
  "detected_at": "2026-05-09T05:17:23.971614+00:00",
  "invariant": "implementer-commit-lint",
  "pr_number": 11071,
  "head_sha": "8dc37d66de052ca78f030233df17241303ef8d0f",
  "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#11071@8dc37d66de052ca78f030233df17241303ef8d0f#commit-lint

PR #11071's head commit 8dc37d66de052ca78f030233df17241303ef8d0f 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:23.971614+00:00", "invariant": "implementer-commit-lint", "pr_number": 11071, "head_sha": "8dc37d66de052ca78f030233df17241303ef8d0f", "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#11071@8dc37d66de052ca78f030233df17241303ef8d0f#commit-lint` PR #11071's head commit `8dc37d66de052ca78f030233df17241303ef8d0f` 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#11072
No description provided.