Skip to content

fix: enforce domain-only business rules#16

Merged
bnymn merged 1 commit into
mainfrom
codex/domain-business-rules-skill
Jun 21, 2026
Merged

fix: enforce domain-only business rules#16
bnymn merged 1 commit into
mainfrom
codex/domain-business-rules-skill

Conversation

@bnymn

@bnymn bnymn commented Jun 21, 2026

Copy link
Copy Markdown
Owner

This strengthens the engineering playbook coding standards so agents must explicitly check whether logic is a business rule before writing or reviewing it. The root cause was that the existing hexagonal architecture rule stated the domain boundary, but did not make the hard agent-facing decision check explicit enough. This impacts future development and review workflows by keeping business rules in the domain layer only. Validation: npm run validate-pr-title -- fix: enforce domain-only business rules.

@bnymn bnymn marked this pull request as ready for review June 21, 2026 17:55
@bnymn bnymn merged commit cb051fc into main Jun 21, 2026
1 check passed
@bnymn bnymn deleted the codex/domain-business-rules-skill branch June 21, 2026 17:55
github-actions Bot pushed a commit that referenced this pull request Jun 21, 2026
## [1.3.8](v1.3.7...v1.3.8) (2026-06-21)

### Bug Fixes

* enforce domain-only business rules ([#16](#16)) ([cb051fc](cb051fc))
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant