Skip to content

feat(rules): add P1 rules (design, a11y, performance, git, debugging, auth)#46

Merged
gpolanco merged 1 commit intomainfrom
feat/p1-rules
Feb 12, 2026
Merged

feat(rules): add P1 rules (design, a11y, performance, git, debugging, auth)#46
gpolanco merged 1 commit intomainfrom
feat/p1-rules

Conversation

@gpolanco
Copy link
Copy Markdown
Owner

Summary

Six new rules for the registry, covering frontend, workflow, and security categories:

  • frontend/design-guidelines — layout, typography, color, components, responsive, taste
  • frontend/accessibility — semantic HTML, ARIA, keyboard navigation, visual requirements
  • frontend/performance — loading, rendering, assets, monitoring (Core Web Vitals)
  • workflow/git-conventions — conventional commits, branch naming, PR best practices
  • workflow/debugging — systematic process, techniques (binary search, rubber duck), logging
  • security/auth-patterns — authentication (JWT, OAuth, 2FA), sessions, authorization, CSRF

Changes

File Action
content/rules/frontend/design-guidelines.md New
content/rules/frontend/accessibility.md New
content/rules/frontend/performance.md New
content/rules/workflow/git-conventions.md New
content/rules/workflow/debugging.md New
content/rules/security/auth-patterns.md New
content/rules/README.md Add 6 rules to table

Test plan

  • pnpm build compiles without errors
  • pnpm test — 243 tests pass
  • Each rule follows P0 format: YAML frontmatter + ## headings + imperative bullets
  • README table lists all 12 rules (6 P0 + 6 P1)

… auth)

Six new rules for the registry:
- frontend/design-guidelines: layout, typography, color, components, responsive
- frontend/accessibility: semantic HTML, ARIA, keyboard, visual
- frontend/performance: loading, rendering, assets, monitoring
- workflow/git-conventions: commits, branches, pull requests
- workflow/debugging: process, techniques, logging
- security/auth-patterns: authentication, sessions, authorization, pitfalls
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
landing Ready Ready Preview, Comment Feb 12, 2026 1:25am

@gpolanco gpolanco merged commit d3c50be into main Feb 12, 2026
4 checks passed
@gpolanco gpolanco deleted the feat/p1-rules branch February 12, 2026 01:35
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