بنقرة واحدة
commit-prefix-by-path-zenobius
Use when composing Conventional Commit messages in this repo. Prioritizes commit prefixes by changed-file paths.
القائمة
Use when composing Conventional Commit messages in this repo. Prioritizes commit prefixes by changed-file paths.
Use when publishing or scheduling posts in zenobi.us. Verifies stage behavior from code, updates frontmatter safely, and confirms visibility implications before merge.
Use when planning, drafting, or revising zenobi.us posts and you need repository-native writing style, start-middle-end structure, MDX-safe formatting, and miniproject-based planning artifacts.
Use when working with Remix routing in this repository as a static site generator (SSG). Covers file-based routing, dynamic segments, layout groups, and best practices.
Use when building React components with Tailwind CSS in this codebase. Covers token usage, tv() patterns, and component structure.
| name | commit-prefix-by-path-zenobius |
| description | Use when composing Conventional Commit messages in this repo. Prioritizes commit prefixes by changed-file paths. |
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.