Boundary rules in archlens.toml #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Add a
[rules]section toarchlens.tomlwhere users can define allowed and forbidden dependency directions between modules. The tool checks the generated CodeGraph against these rules and reports violations.Example config:
Violations are reported as warnings (or errors with
--strict).Acceptance criteria
[rules]section parsed fromarchlens.tomlallowanddenyrules checked against module-level edges--strictmakes violations fail with non-zero exit codearchlens initscaffolds example rules sectionBlocked by
None - can start immediately