Skip to content

Add critical rule 9: ensure DevRail Makefile is active#16

Merged
matthew-on-git merged 1 commit intomainfrom
chore/agent-makefile-precedence-rule
Mar 19, 2026
Merged

Add critical rule 9: ensure DevRail Makefile is active#16
matthew-on-git merged 1 commit intomainfrom
chore/agent-makefile-precedence-rule

Conversation

@matthew-on-git
Copy link
Contributor

Summary

  • Add rule 9 to all 4 agent instruction templates in devrail-init.sh: CLAUDE.md, AGENTS.md, .cursorrules, .opencode/agents.yaml
  • GNU Make prefers GNUmakefile > makefile > Makefile — projects with a GNUmakefile (e.g., Terraform providers) silently ignore the DevRail Makefile

Test plan

  • make check passes
  • devrail-init.sh --agents-only --yes generates files with rule 9

🤖 Generated with Claude Code

GNU Make prefers GNUmakefile over makefile over Makefile. Projects with
a GNUmakefile (e.g., Terraform providers) silently ignore the DevRail
Makefile. Add rule to all 4 agent instruction templates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@matthew-on-git matthew-on-git merged commit 03362b1 into main Mar 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant