Commit Prefix by Path (zenobi.us)
Pick the Conventional Commit prefix from changed files using this priority order:
content/**/*→fix(content): ...app/{area}/**/*→fix(app/{area}): ...e2e/**/*→fix(tests): ....memory/**/*→chore(memory): ...
If multiple paths are changed, use the highest-priority matching rule above.