You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Feature slice architecture with clean architecture principles — each feature has four layers (`components/`, `application/`, `providers/`, `models/`) with strict dependency rules
44
45
- Strict ESLint guardrails enforce the feature-slice layer boundaries. See [`eslint.config.mjs`](eslint.config.mjs).
46
+
- Circular dependency check and dependency graph visualization via `madge` (`pnpm madge:circular` / `pnpm madge:graph`)
45
47
- Centralized API layer with endpoint-based organization and type consolidation
46
48
- Spec-driven development for AI-assisted workflows — four-phase gated spec process, typed building block patterns, and a self-improvement loop
47
49
- Formatting utilities for numbers, monetary values, and dates
@@ -75,24 +77,26 @@ It's recommended to run the dev server inside a container for consistent Node/PN
0 commit comments