Darren Hinde 42161cdef4 chore: update agent workflows and task management (#86) 8 mēneši atpakaļ
..
ai 42161cdef4 chore: update agent workflows and task management (#86) 8 mēneši atpakaļ
backend f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
data f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
frameworks 42161cdef4 chore: update agent workflows and task management (#86) 8 mēneši atpakaļ
frontend f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
infrastructure f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
integration f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
principles f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
README.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
animation-patterns.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
api-design.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
backend-navigation.md f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
clean-code.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
design-assets.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
design-systems.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ
fullstack-navigation.md f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
navigation.md 42161cdef4 chore: update agent workflows and task management (#86) 8 mēneši atpakaļ
react-patterns.md 5334df11a0 fixing some typos (#74) 8 mēneši atpakaļ
ui-navigation.md f669cac34c feat: repository review and MVI context system implementation (#85) 8 mēneši atpakaļ
ui-styling-standards.md c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 9 mēneši atpakaļ

README.md

Development Context

This directory contains context files for software development best practices, patterns, and guidelines.

Available Context Files

clean-code.md

Core coding standards and best practices for writing clean, maintainable code across all languages.

Topics covered:

  • Meaningful naming conventions
  • Function design principles
  • Error handling patterns
  • Language-specific guidelines (JavaScript, Python, Go, Rust)

Used by: frontend-specialist, backend-specialist, devops-specialist, codebase-agent

react-patterns.md

Modern React patterns, hooks usage, and component design principles.

Topics covered:

  • Functional components and hooks
  • Custom hooks for reusable logic
  • State management patterns
  • Performance optimization
  • Code splitting and lazy loading

Used by: frontend-specialist

api-design.md

REST API design principles, GraphQL patterns, and API versioning strategies.

Topics covered:

  • RESTful resource design
  • HTTP methods and status codes
  • GraphQL schema design
  • API versioning strategies
  • Authentication and authorization

Used by: backend-specialist

Usage

These context files are referenced by development-focused agents to ensure consistent coding standards and best practices across the project.

Agents load these files before implementing code to align with established patterns and conventions.