🤖 Generated by the Daily AI Engineer
Evidence
AGENTS.md's Validation section claims a repository ruleset named "Require workflows to pass before merging for Go" injects the shared devantler-tech/reusable-workflows validate-go-project workflow on every PR and the merge queue, and instructs "do not wire validate-go-project into ci.yaml".
Verified live (2026-07-17):
gh api repos/devantler-tech/go-template/rulesets?includes_parents=true lists no such ruleset — the workflow-injection rulesets applying here are DependencyReview, EnableAutoMerge, and ScanGitHubActions; required status checks come from "Require status checks to pass" (context: CI - Required Checks).
devantler-tech/reusable-workflows was archived 2026-07-10 (merged into devantler-tech/actions), so the repo reference is stale regardless.
Audience & impact
Agents and contributors follow AGENTS.md as the canonical instruction file; a wrong validation topology misleads every future change here (e.g. "don't wire validate-go-project into ci.yaml" may now be inverted advice).
Expected behaviour
AGENTS.md describes the validation gate that actually exists.
Acceptance criteria
Rough size: XS–S (investigation + one docs edit).
Evidence
AGENTS.md's Validation section claims a repository ruleset named "Require workflows to pass before merging for Go" injects the shared
devantler-tech/reusable-workflowsvalidate-go-projectworkflow on every PR and the merge queue, and instructs "do not wire validate-go-project into ci.yaml".Verified live (2026-07-17):
gh api repos/devantler-tech/go-template/rulesets?includes_parents=truelists no such ruleset — the workflow-injection rulesets applying here are DependencyReview, EnableAutoMerge, and ScanGitHubActions; required status checks come from "Require status checks to pass" (context:CI - Required Checks).devantler-tech/reusable-workflowswas archived 2026-07-10 (merged intodevantler-tech/actions), so the repo reference is stale regardless.Audience & impact
Agents and contributors follow AGENTS.md as the canonical instruction file; a wrong validation topology misleads every future change here (e.g. "don't wire validate-go-project into ci.yaml" may now be inverted advice).
Expected behaviour
AGENTS.md describes the validation gate that actually exists.
Acceptance criteria
Rough size: XS–S (investigation + one docs edit).