leadcode 0.2.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -47
- package/dist/analyzers/detection.d.ts.map +1 -1
- package/dist/analyzers/detection.js +30 -0
- package/dist/analyzers/detection.js.map +1 -1
- package/dist/context7/client.d.ts +17 -0
- package/dist/context7/client.d.ts.map +1 -0
- package/dist/context7/client.js +82 -0
- package/dist/context7/client.js.map +1 -0
- package/dist/context7/fetch-all.d.ts +13 -0
- package/dist/context7/fetch-all.d.ts.map +1 -0
- package/dist/context7/fetch-all.js +104 -0
- package/dist/context7/fetch-all.js.map +1 -0
- package/dist/context7/index.d.ts +7 -0
- package/dist/context7/index.d.ts.map +1 -0
- package/dist/context7/index.js +4 -0
- package/dist/context7/index.js.map +1 -0
- package/dist/context7/queries.d.ts +11 -0
- package/dist/context7/queries.d.ts.map +1 -0
- package/dist/context7/queries.js +229 -0
- package/dist/context7/queries.js.map +1 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +1 -242
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/fr.d.ts.map +1 -1
- package/dist/i18n/fr.js +19 -260
- package/dist/i18n/fr.js.map +1 -1
- package/dist/i18n/types.d.ts +0 -232
- package/dist/i18n/types.d.ts.map +1 -1
- package/dist/index.js +11 -19
- package/dist/index.js.map +1 -1
- package/dist/templates/claude-md.d.ts +3 -2
- package/dist/templates/claude-md.d.ts.map +1 -1
- package/dist/templates/claude-md.js +92 -67
- package/dist/templates/claude-md.js.map +1 -1
- package/dist/tools/fetch-docs.d.ts +3 -0
- package/dist/tools/fetch-docs.d.ts.map +1 -0
- package/dist/tools/fetch-docs.js +39 -0
- package/dist/tools/fetch-docs.js.map +1 -0
- package/dist/tools/generate-claude-md.d.ts.map +1 -1
- package/dist/tools/generate-claude-md.js +10 -11
- package/dist/tools/generate-claude-md.js.map +1 -1
- package/dist/tools/update-claude-md.d.ts.map +1 -1
- package/dist/tools/update-claude-md.js +9 -11
- package/dist/tools/update-claude-md.js.map +1 -1
- package/dist/tools/validate-claude-md.d.ts.map +1 -1
- package/dist/tools/validate-claude-md.js +10 -48
- package/dist/tools/validate-claude-md.js.map +1 -1
- package/dist/types.d.ts +0 -43
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/rules/auth.d.ts +0 -3
- package/dist/rules/auth.d.ts.map +0 -1
- package/dist/rules/auth.js +0 -48
- package/dist/rules/auth.js.map +0 -1
- package/dist/rules/cross-stack.d.ts +0 -3
- package/dist/rules/cross-stack.d.ts.map +0 -1
- package/dist/rules/cross-stack.js +0 -320
- package/dist/rules/cross-stack.js.map +0 -1
- package/dist/rules/drizzle.d.ts +0 -3
- package/dist/rules/drizzle.d.ts.map +0 -1
- package/dist/rules/drizzle.js +0 -43
- package/dist/rules/drizzle.js.map +0 -1
- package/dist/rules/index.d.ts +0 -7
- package/dist/rules/index.d.ts.map +0 -1
- package/dist/rules/index.js +0 -104
- package/dist/rules/index.js.map +0 -1
- package/dist/rules/nextjs.d.ts +0 -4
- package/dist/rules/nextjs.d.ts.map +0 -1
- package/dist/rules/nextjs.js +0 -86
- package/dist/rules/nextjs.js.map +0 -1
- package/dist/rules/node.d.ts +0 -3
- package/dist/rules/node.d.ts.map +0 -1
- package/dist/rules/node.js +0 -61
- package/dist/rules/node.js.map +0 -1
- package/dist/rules/prisma.d.ts +0 -3
- package/dist/rules/prisma.d.ts.map +0 -1
- package/dist/rules/prisma.js +0 -44
- package/dist/rules/prisma.js.map +0 -1
- package/dist/rules/react.d.ts +0 -3
- package/dist/rules/react.d.ts.map +0 -1
- package/dist/rules/react.js +0 -58
- package/dist/rules/react.js.map +0 -1
- package/dist/rules/state.d.ts +0 -3
- package/dist/rules/state.d.ts.map +0 -1
- package/dist/rules/state.js +0 -51
- package/dist/rules/state.js.map +0 -1
- package/dist/rules/tailwind.d.ts +0 -3
- package/dist/rules/tailwind.d.ts.map +0 -1
- package/dist/rules/tailwind.js +0 -41
- package/dist/rules/tailwind.js.map +0 -1
- package/dist/rules/trpc.d.ts +0 -3
- package/dist/rules/trpc.d.ts.map +0 -1
- package/dist/rules/trpc.js +0 -35
- package/dist/rules/trpc.js.map +0 -1
- package/dist/rules/typescript.d.ts +0 -3
- package/dist/rules/typescript.d.ts.map +0 -1
- package/dist/rules/typescript.js +0 -54
- package/dist/rules/typescript.js.map +0 -1
- package/dist/rules/validation.d.ts +0 -3
- package/dist/rules/validation.d.ts.map +0 -1
- package/dist/rules/validation.js +0 -38
- package/dist/rules/validation.js.map +0 -1
- package/dist/tools/detect-gaps.d.ts +0 -3
- package/dist/tools/detect-gaps.d.ts.map +0 -1
- package/dist/tools/detect-gaps.js +0 -34
- package/dist/tools/detect-gaps.js.map +0 -1
- package/dist/tools/suggest.d.ts +0 -3
- package/dist/tools/suggest.d.ts.map +0 -1
- package/dist/tools/suggest.js +0 -99
- package/dist/tools/suggest.js.map +0 -1
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Maps detected tech identifiers to Context7 library names and relevant queries.
|
|
3
|
+
* This is NOT hardcoded rules — just "what to ask" for each technology.
|
|
4
|
+
*/
|
|
5
|
+
export const TECH_QUERIES = {
|
|
6
|
+
// Frameworks
|
|
7
|
+
next: {
|
|
8
|
+
libraryName: "next.js",
|
|
9
|
+
queries: [
|
|
10
|
+
"App Router conventions, Server Components vs Client Components, when to use 'use client'",
|
|
11
|
+
"Server Actions best practices, data fetching patterns, caching strategies",
|
|
12
|
+
],
|
|
13
|
+
crossQueries: {
|
|
14
|
+
prisma: "Using Prisma with Next.js App Router, server-only imports, singleton pattern, data access layer",
|
|
15
|
+
drizzle: "Using Drizzle ORM with Next.js, server-only database queries",
|
|
16
|
+
"next-auth": "NextAuth.js v5 setup with Next.js App Router, middleware auth, session in Server Components",
|
|
17
|
+
clerk: "Clerk authentication with Next.js App Router, middleware, server-side auth",
|
|
18
|
+
"supabase-auth": "Supabase Auth with Next.js App Router, server client, middleware session refresh",
|
|
19
|
+
zod: "Zod validation in Next.js Server Actions and Route Handlers",
|
|
20
|
+
stripe: "Stripe payments and webhooks in Next.js, server-only SDK, webhook route handler",
|
|
21
|
+
"react-query": "React Query with Next.js App Router, HydrationBoundary, prefetching in Server Components",
|
|
22
|
+
"next-intl": "next-intl setup with App Router, middleware locale detection, Server Components i18n",
|
|
23
|
+
tailwind: "Tailwind CSS with Next.js, configuration, dark mode",
|
|
24
|
+
shadcn: "shadcn/ui with Next.js, component installation, theming",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
nuxt: {
|
|
28
|
+
libraryName: "nuxt",
|
|
29
|
+
queries: ["Nuxt 3 conventions, composables, server routes, auto-imports"],
|
|
30
|
+
},
|
|
31
|
+
remix: {
|
|
32
|
+
libraryName: "remix",
|
|
33
|
+
queries: ["Remix loaders and actions, data loading patterns, form handling"],
|
|
34
|
+
},
|
|
35
|
+
astro: {
|
|
36
|
+
libraryName: "astro",
|
|
37
|
+
queries: ["Astro components, islands architecture, content collections"],
|
|
38
|
+
},
|
|
39
|
+
sveltekit: {
|
|
40
|
+
libraryName: "sveltekit",
|
|
41
|
+
queries: ["SvelteKit load functions, form actions, server-side rendering"],
|
|
42
|
+
},
|
|
43
|
+
"solid-start": {
|
|
44
|
+
libraryName: "solid-start",
|
|
45
|
+
queries: ["SolidStart routing, server functions, data loading"],
|
|
46
|
+
},
|
|
47
|
+
"vite-react": {
|
|
48
|
+
libraryName: "vite",
|
|
49
|
+
queries: ["Vite React project configuration, plugins, build optimization"],
|
|
50
|
+
},
|
|
51
|
+
react: {
|
|
52
|
+
libraryName: "react",
|
|
53
|
+
queries: ["React hooks best practices, component patterns, performance optimization"],
|
|
54
|
+
},
|
|
55
|
+
express: {
|
|
56
|
+
libraryName: "express",
|
|
57
|
+
queries: ["Express.js middleware patterns, error handling, route organization"],
|
|
58
|
+
},
|
|
59
|
+
fastify: {
|
|
60
|
+
libraryName: "fastify",
|
|
61
|
+
queries: ["Fastify plugins, schema validation, hooks lifecycle"],
|
|
62
|
+
},
|
|
63
|
+
hono: {
|
|
64
|
+
libraryName: "hono",
|
|
65
|
+
queries: ["Hono middleware, routing, request handling patterns"],
|
|
66
|
+
},
|
|
67
|
+
// ORM / Database
|
|
68
|
+
prisma: {
|
|
69
|
+
libraryName: "prisma",
|
|
70
|
+
queries: ["Prisma client singleton, connection pooling, best practices, select vs include"],
|
|
71
|
+
},
|
|
72
|
+
drizzle: {
|
|
73
|
+
libraryName: "drizzle-orm",
|
|
74
|
+
queries: ["Drizzle ORM schema definition, queries, migrations, best practices"],
|
|
75
|
+
},
|
|
76
|
+
typeorm: {
|
|
77
|
+
libraryName: "typeorm",
|
|
78
|
+
queries: ["TypeORM entity patterns, repository pattern, migrations"],
|
|
79
|
+
},
|
|
80
|
+
kysely: {
|
|
81
|
+
libraryName: "kysely",
|
|
82
|
+
queries: ["Kysely query builder patterns, type-safe queries"],
|
|
83
|
+
},
|
|
84
|
+
mongoose: {
|
|
85
|
+
libraryName: "mongoose",
|
|
86
|
+
queries: ["Mongoose schema design, middleware, connection management"],
|
|
87
|
+
},
|
|
88
|
+
// Auth
|
|
89
|
+
"next-auth": {
|
|
90
|
+
libraryName: "next-auth",
|
|
91
|
+
queries: ["NextAuth.js v5 configuration, providers, session management, middleware"],
|
|
92
|
+
},
|
|
93
|
+
clerk: {
|
|
94
|
+
libraryName: "clerk",
|
|
95
|
+
queries: ["Clerk authentication setup, middleware, server-side auth, user management"],
|
|
96
|
+
},
|
|
97
|
+
"better-auth": {
|
|
98
|
+
libraryName: "better-auth",
|
|
99
|
+
queries: ["Better Auth setup, session management, providers"],
|
|
100
|
+
},
|
|
101
|
+
auth0: {
|
|
102
|
+
libraryName: "auth0",
|
|
103
|
+
queries: ["Auth0 SDK setup, authentication flow, token management"],
|
|
104
|
+
},
|
|
105
|
+
// Validation
|
|
106
|
+
zod: {
|
|
107
|
+
libraryName: "zod",
|
|
108
|
+
queries: ["Zod schema patterns, parse vs safeParse, type inference, error handling"],
|
|
109
|
+
crossQueries: {
|
|
110
|
+
"react-hook-form": "Zod resolver with react-hook-form, shared schemas for forms and API validation",
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
valibot: {
|
|
114
|
+
libraryName: "valibot",
|
|
115
|
+
queries: ["Valibot schema validation, tree-shaking, type inference"],
|
|
116
|
+
},
|
|
117
|
+
// CSS / UI
|
|
118
|
+
tailwind: {
|
|
119
|
+
libraryName: "tailwindcss",
|
|
120
|
+
queries: ["Tailwind CSS utility classes, configuration, responsive design, dark mode"],
|
|
121
|
+
},
|
|
122
|
+
shadcn: {
|
|
123
|
+
libraryName: "shadcn/ui",
|
|
124
|
+
queries: ["shadcn/ui component usage, theming, customization, cn utility"],
|
|
125
|
+
},
|
|
126
|
+
chakra: {
|
|
127
|
+
libraryName: "chakra-ui",
|
|
128
|
+
queries: ["Chakra UI component patterns, theming, responsive styles"],
|
|
129
|
+
},
|
|
130
|
+
mui: {
|
|
131
|
+
libraryName: "material-ui",
|
|
132
|
+
queries: ["Material UI component usage, theming, sx prop patterns"],
|
|
133
|
+
},
|
|
134
|
+
mantine: {
|
|
135
|
+
libraryName: "mantine",
|
|
136
|
+
queries: ["Mantine components, hooks, theming, form handling"],
|
|
137
|
+
},
|
|
138
|
+
// Testing
|
|
139
|
+
vitest: {
|
|
140
|
+
libraryName: "vitest",
|
|
141
|
+
queries: ["Vitest testing patterns, mocking, setup, configuration"],
|
|
142
|
+
},
|
|
143
|
+
jest: {
|
|
144
|
+
libraryName: "jest",
|
|
145
|
+
queries: ["Jest testing patterns, mocking, configuration, best practices"],
|
|
146
|
+
},
|
|
147
|
+
playwright: {
|
|
148
|
+
libraryName: "playwright",
|
|
149
|
+
queries: ["Playwright E2E testing, page objects, assertions, configuration"],
|
|
150
|
+
},
|
|
151
|
+
cypress: {
|
|
152
|
+
libraryName: "cypress",
|
|
153
|
+
queries: ["Cypress E2E testing, commands, fixtures, best practices"],
|
|
154
|
+
},
|
|
155
|
+
// State
|
|
156
|
+
zustand: {
|
|
157
|
+
libraryName: "zustand",
|
|
158
|
+
queries: ["Zustand store patterns, middleware, persist, selectors"],
|
|
159
|
+
},
|
|
160
|
+
redux: {
|
|
161
|
+
libraryName: "redux-toolkit",
|
|
162
|
+
queries: ["Redux Toolkit slices, createAsyncThunk, RTK Query"],
|
|
163
|
+
},
|
|
164
|
+
jotai: {
|
|
165
|
+
libraryName: "jotai",
|
|
166
|
+
queries: ["Jotai atom patterns, derived atoms, async atoms"],
|
|
167
|
+
},
|
|
168
|
+
// Data fetching
|
|
169
|
+
"react-query": {
|
|
170
|
+
libraryName: "tanstack-query",
|
|
171
|
+
queries: ["TanStack Query patterns, mutations, invalidation, caching strategies"],
|
|
172
|
+
},
|
|
173
|
+
swr: {
|
|
174
|
+
libraryName: "swr",
|
|
175
|
+
queries: ["SWR data fetching, revalidation, mutation, error handling"],
|
|
176
|
+
},
|
|
177
|
+
// Forms
|
|
178
|
+
"react-hook-form": {
|
|
179
|
+
libraryName: "react-hook-form",
|
|
180
|
+
queries: ["React Hook Form usage, register, Controller, validation integration"],
|
|
181
|
+
},
|
|
182
|
+
// API
|
|
183
|
+
trpc: {
|
|
184
|
+
libraryName: "trpc",
|
|
185
|
+
queries: ["tRPC router setup, procedures, middleware, input validation with Zod"],
|
|
186
|
+
crossQueries: {
|
|
187
|
+
zod: "tRPC with Zod input validation, end-to-end type safety",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
// Payments
|
|
191
|
+
stripe: {
|
|
192
|
+
libraryName: "stripe",
|
|
193
|
+
queries: ["Stripe API integration, webhooks, checkout, payment intents"],
|
|
194
|
+
},
|
|
195
|
+
// Email
|
|
196
|
+
resend: {
|
|
197
|
+
libraryName: "resend",
|
|
198
|
+
queries: ["Resend email API, sending emails, React Email templates"],
|
|
199
|
+
},
|
|
200
|
+
// i18n
|
|
201
|
+
"next-intl": {
|
|
202
|
+
libraryName: "next-intl",
|
|
203
|
+
queries: ["next-intl middleware, Server Components, message organization"],
|
|
204
|
+
},
|
|
205
|
+
i18next: {
|
|
206
|
+
libraryName: "i18next",
|
|
207
|
+
queries: ["i18next configuration, namespaces, interpolation, react-i18next"],
|
|
208
|
+
},
|
|
209
|
+
// CMS
|
|
210
|
+
sanity: {
|
|
211
|
+
libraryName: "sanity",
|
|
212
|
+
queries: ["Sanity CMS setup, GROQ queries, studio configuration"],
|
|
213
|
+
},
|
|
214
|
+
contentful: {
|
|
215
|
+
libraryName: "contentful",
|
|
216
|
+
queries: ["Contentful API, content delivery, content management"],
|
|
217
|
+
},
|
|
218
|
+
// Realtime
|
|
219
|
+
"socket.io": {
|
|
220
|
+
libraryName: "socket.io",
|
|
221
|
+
queries: ["Socket.IO setup, events, rooms, namespaces, error handling"],
|
|
222
|
+
},
|
|
223
|
+
// Jobs
|
|
224
|
+
inngest: {
|
|
225
|
+
libraryName: "inngest",
|
|
226
|
+
queries: ["Inngest function patterns, event-driven workflows, retries"],
|
|
227
|
+
},
|
|
228
|
+
};
|
|
229
|
+
//# sourceMappingURL=queries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queries.js","sourceRoot":"","sources":["../../src/context7/queries.ts"],"names":[],"mappings":"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"}
|
package/dist/i18n/en.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,EAAE,EAAE,QA+HhB,CAAC"}
|
package/dist/i18n/en.js
CHANGED
|
@@ -2,7 +2,7 @@ export const en = {
|
|
|
2
2
|
templates: {
|
|
3
3
|
header: {
|
|
4
4
|
title: "{name} — Project Rules",
|
|
5
|
-
meta1: "Auto-generated by [LeadCode](https://github.com/Julxoo/LeadCode). This file is the source of truth for Claude Code.",
|
|
5
|
+
meta1: "Auto-generated by [LeadCode](https://github.com/Julxoo/LeadCode) with documentation from [Context7](https://context7.com). This file is the source of truth for Claude Code.",
|
|
6
6
|
meta2: "Modify as needed, then commit to version control.",
|
|
7
7
|
},
|
|
8
8
|
sections: {
|
|
@@ -12,9 +12,6 @@ export const en = {
|
|
|
12
12
|
availableScripts: "Available Scripts",
|
|
13
13
|
fileNaming: "File & Naming Conventions",
|
|
14
14
|
importOrdering: "Import Ordering",
|
|
15
|
-
conventions: "Conventions (MUST follow)",
|
|
16
|
-
crossStackRules: "Cross-Stack Rules (CRITICAL)",
|
|
17
|
-
interdictions: "Interdictions (NEVER do)",
|
|
18
15
|
projectDecisions: "Project Decisions",
|
|
19
16
|
existingPatterns: "Existing Code Patterns",
|
|
20
17
|
claudeInstructions: "Claude Code Instructions",
|
|
@@ -128,243 +125,5 @@ export const en = {
|
|
|
128
125
|
consoleLogs: "**Console.log**: {count} occurrences found — clean up before production",
|
|
129
126
|
},
|
|
130
127
|
},
|
|
131
|
-
suggestions: {
|
|
132
|
-
testing: {
|
|
133
|
-
topic: "Testing Strategy",
|
|
134
|
-
simple: {
|
|
135
|
-
description: "Add Vitest for unit tests only",
|
|
136
|
-
pros: ["Fast setup", "Lightweight", "Great DX"],
|
|
137
|
-
cons: ["No E2E coverage"],
|
|
138
|
-
claudeImpact: "Claude will generate unit tests alongside new functions when asked.",
|
|
139
|
-
},
|
|
140
|
-
clean: {
|
|
141
|
-
description: "Vitest + Testing Library for component tests",
|
|
142
|
-
pros: ["Unit + component coverage", "Tests user behavior"],
|
|
143
|
-
cons: ["More setup", "Slower component tests"],
|
|
144
|
-
claudeImpact: "Claude will generate both unit and component tests with proper render/assert patterns.",
|
|
145
|
-
},
|
|
146
|
-
scalable: {
|
|
147
|
-
description: "Vitest + Testing Library + Playwright for E2E",
|
|
148
|
-
pros: ["Full coverage pyramid", "Catches integration bugs"],
|
|
149
|
-
cons: ["Significant setup", "Slower CI"],
|
|
150
|
-
claudeImpact: "Claude will generate tests at all levels and respect the testing pyramid.",
|
|
151
|
-
},
|
|
152
|
-
},
|
|
153
|
-
inputValidation: {
|
|
154
|
-
topic: "Input Validation",
|
|
155
|
-
simple: {
|
|
156
|
-
description: "Add Zod for manual validation in API routes",
|
|
157
|
-
pros: ["Minimal", "TypeScript-native"],
|
|
158
|
-
cons: ["Must remember to validate each route"],
|
|
159
|
-
claudeImpact: "Claude will add z.object().parse() in API routes when reminded.",
|
|
160
|
-
},
|
|
161
|
-
clean: {
|
|
162
|
-
description: "Zod with shared schemas directory and middleware",
|
|
163
|
-
pros: ["DRY schemas", "Consistent validation"],
|
|
164
|
-
cons: ["More structure upfront"],
|
|
165
|
-
claudeImpact: "Claude will import shared schemas and validate automatically in every route.",
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
errorHandling: {
|
|
169
|
-
topic: "Error Handling",
|
|
170
|
-
simple: {
|
|
171
|
-
description: "Add error.tsx in each route segment",
|
|
172
|
-
pros: ["Quick", "Follows Next.js conventions"],
|
|
173
|
-
cons: ["No structured error logging"],
|
|
174
|
-
claudeImpact: "Claude will create error.tsx files and handle errors gracefully.",
|
|
175
|
-
},
|
|
176
|
-
clean: {
|
|
177
|
-
description: "Error boundaries + centralized error utilities + structured logging",
|
|
178
|
-
pros: ["Consistent error format", "Debuggable"],
|
|
179
|
-
cons: ["More setup"],
|
|
180
|
-
claudeImpact: "Claude will use the error utilities consistently and produce debuggable error responses.",
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
schemaOrg: {
|
|
184
|
-
topic: "Schema Organization",
|
|
185
|
-
simple: {
|
|
186
|
-
description: "Co-locate schemas next to their API routes",
|
|
187
|
-
pros: ["Easy to find", "No indirection"],
|
|
188
|
-
cons: ["Schemas get duplicated across routes"],
|
|
189
|
-
claudeImpact: "Claude will duplicate schemas when the same data is used in multiple routes.",
|
|
190
|
-
},
|
|
191
|
-
clean: {
|
|
192
|
-
description: "Shared /lib/schemas/ directory",
|
|
193
|
-
pros: ["Single source of truth", "DRY"],
|
|
194
|
-
cons: ["One more directory to manage"],
|
|
195
|
-
claudeImpact: "Claude will find and reuse schemas consistently across routes and forms.",
|
|
196
|
-
},
|
|
197
|
-
},
|
|
198
|
-
componentStructure: {
|
|
199
|
-
topic: "Component Organization",
|
|
200
|
-
simple: {
|
|
201
|
-
description: "Flat /components directory",
|
|
202
|
-
pros: ["Simple", "Works for small projects"],
|
|
203
|
-
cons: ["Gets messy at scale"],
|
|
204
|
-
claudeImpact: "Claude will place all components in one directory.",
|
|
205
|
-
},
|
|
206
|
-
clean: {
|
|
207
|
-
description: "Feature-based organization: /components/ui/ + /components/[feature]/",
|
|
208
|
-
pros: ["Scales well", "Clear ownership"],
|
|
209
|
-
cons: ["More directories"],
|
|
210
|
-
claudeImpact: "Claude will organize components by feature and reuse UI primitives.",
|
|
211
|
-
},
|
|
212
|
-
},
|
|
213
|
-
authMiddleware: {
|
|
214
|
-
topic: "Route Protection",
|
|
215
|
-
simple: {
|
|
216
|
-
description: "Check auth in each Server Component/route handler",
|
|
217
|
-
pros: ["Explicit", "Easy to understand"],
|
|
218
|
-
cons: ["Easy to forget on new routes"],
|
|
219
|
-
claudeImpact: "Claude may forget auth checks on new routes unless reminded.",
|
|
220
|
-
},
|
|
221
|
-
clean: {
|
|
222
|
-
description: "middleware.ts with route matcher + per-route checks as backup",
|
|
223
|
-
pros: ["Centralized", "Defense in depth"],
|
|
224
|
-
cons: ["Middleware can be tricky to debug"],
|
|
225
|
-
claudeImpact: "Claude will add routes to the protected matcher and still add server-side checks.",
|
|
226
|
-
},
|
|
227
|
-
},
|
|
228
|
-
loadingStates: {
|
|
229
|
-
topic: "Loading States",
|
|
230
|
-
simple: {
|
|
231
|
-
description: "Add a single loading.tsx at the root app/ level",
|
|
232
|
-
pros: ["Quick", "Covers all routes"],
|
|
233
|
-
cons: ["Same loading UI everywhere"],
|
|
234
|
-
claudeImpact: "Claude will see the pattern and create loading.tsx for new route segments.",
|
|
235
|
-
},
|
|
236
|
-
clean: {
|
|
237
|
-
description: "Per-segment loading.tsx with skeleton UIs matching each page layout",
|
|
238
|
-
pros: ["Better UX", "Layout-aware skeletons"],
|
|
239
|
-
cons: ["More files to maintain"],
|
|
240
|
-
claudeImpact: "Claude will create matching skeleton UIs for each new route segment.",
|
|
241
|
-
},
|
|
242
|
-
},
|
|
243
|
-
metadata: {
|
|
244
|
-
topic: "SEO & Metadata",
|
|
245
|
-
simple: {
|
|
246
|
-
description: "Static metadata export in each page.tsx",
|
|
247
|
-
pros: ["Simple", "Covers basic SEO"],
|
|
248
|
-
cons: ["No dynamic metadata for dynamic routes"],
|
|
249
|
-
claudeImpact: "Claude will add export const metadata to new pages.",
|
|
250
|
-
},
|
|
251
|
-
clean: {
|
|
252
|
-
description: "generateMetadata for dynamic pages + static metadata for others",
|
|
253
|
-
pros: ["Dynamic title/description per route", "Full SEO control"],
|
|
254
|
-
cons: ["More boilerplate per page"],
|
|
255
|
-
claudeImpact: "Claude will generate proper generateMetadata functions with dynamic data.",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
prismaClient: {
|
|
259
|
-
topic: "Prisma Client Singleton",
|
|
260
|
-
simple: {
|
|
261
|
-
description: "globalThis pattern in lib/prisma.ts",
|
|
262
|
-
pros: ["Standard approach", "Prevents hot-reload leaks"],
|
|
263
|
-
cons: ["Requires discipline to always import from there"],
|
|
264
|
-
claudeImpact: "Claude will import from lib/prisma.ts consistently.",
|
|
265
|
-
},
|
|
266
|
-
},
|
|
267
|
-
authSession: {
|
|
268
|
-
topic: "Auth Utility",
|
|
269
|
-
simple: {
|
|
270
|
-
description: "Create lib/auth.ts with getCurrentUser() function",
|
|
271
|
-
pros: ["Centralized", "Easy to use"],
|
|
272
|
-
cons: ["Must remember to use it"],
|
|
273
|
-
claudeImpact: "Claude will call getCurrentUser() in Server Components and Route Handlers.",
|
|
274
|
-
},
|
|
275
|
-
clean: {
|
|
276
|
-
description: "lib/auth.ts with getCurrentUser() + requireAuth() that throws on no session",
|
|
277
|
-
pros: ["Fail-safe", "Clear intent"],
|
|
278
|
-
cons: ["Slightly more code"],
|
|
279
|
-
claudeImpact: "Claude will use requireAuth() at the top of protected routes automatically.",
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
envValidation: {
|
|
283
|
-
topic: "Environment Variable Validation",
|
|
284
|
-
simple: {
|
|
285
|
-
description: "Manual Zod validation in env.ts",
|
|
286
|
-
pros: ["No extra deps", "Full control"],
|
|
287
|
-
cons: ["Manual maintenance"],
|
|
288
|
-
claudeImpact: "Claude will import env vars from env.ts and never use process.env directly.",
|
|
289
|
-
},
|
|
290
|
-
clean: {
|
|
291
|
-
description: "Use @t3-oss/env-nextjs for type-safe env with client/server separation",
|
|
292
|
-
pros: ["Type-safe", "Client/server boundary enforcement"],
|
|
293
|
-
cons: ["Extra dependency"],
|
|
294
|
-
claudeImpact: "Claude will import from env.mjs and respect client/server env boundaries.",
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
typesDir: {
|
|
298
|
-
topic: "Shared Types Organization",
|
|
299
|
-
simple: {
|
|
300
|
-
description: "Create a types/ directory with domain-specific type files",
|
|
301
|
-
pros: ["Clear location for shared types"],
|
|
302
|
-
cons: ["One more directory"],
|
|
303
|
-
claudeImpact: "Claude will place shared types in types/ and import from there.",
|
|
304
|
-
},
|
|
305
|
-
},
|
|
306
|
-
storeOrg: {
|
|
307
|
-
topic: "Store Organization",
|
|
308
|
-
simple: {
|
|
309
|
-
description: "Create a store/ directory with one file per store",
|
|
310
|
-
pros: ["Simple", "Easy to find"],
|
|
311
|
-
cons: ["Flat structure"],
|
|
312
|
-
claudeImpact: "Claude will create stores in store/ with clear naming.",
|
|
313
|
-
},
|
|
314
|
-
},
|
|
315
|
-
drizzleSchema: {
|
|
316
|
-
topic: "Drizzle Schema Organization",
|
|
317
|
-
simple: {
|
|
318
|
-
description: "All schemas in db/schema.ts",
|
|
319
|
-
pros: ["Simple for small projects"],
|
|
320
|
-
cons: ["Gets large fast"],
|
|
321
|
-
claudeImpact: "Claude will add new tables to the single schema file.",
|
|
322
|
-
},
|
|
323
|
-
clean: {
|
|
324
|
-
description: "db/schema/ directory with one file per domain entity + index.ts barrel",
|
|
325
|
-
pros: ["Scales well", "Easy to find"],
|
|
326
|
-
cons: ["More files"],
|
|
327
|
-
claudeImpact: "Claude will create new schema files per entity and export from index.ts.",
|
|
328
|
-
},
|
|
329
|
-
},
|
|
330
|
-
genericFix: "Address: {message}",
|
|
331
|
-
genericPros: ["Fixes the gap"],
|
|
332
|
-
genericCons: ["May need further refinement"],
|
|
333
|
-
genericClaudeImpact: "Claude will follow the convention once documented in CLAUDE.md.",
|
|
334
|
-
},
|
|
335
|
-
validation: {
|
|
336
|
-
noClaudeMd: "No CLAUDE.md found at {path}. Use generate-claude-md first.",
|
|
337
|
-
frameworkVersionOutdated: "Framework version {version} not found in CLAUDE.md. Version may have been updated.",
|
|
338
|
-
techMissing: "{label}: {value} is in the project but not mentioned in CLAUDE.md.",
|
|
339
|
-
conventionMissing: 'Convention "{description}" is applicable but not in CLAUDE.md.',
|
|
340
|
-
crossStackMissing: "Cross-stack rule for {combo} is applicable but not in CLAUDE.md.",
|
|
341
|
-
gapStillExists: "High-severity gap still exists: {message}",
|
|
342
|
-
inSync: "CLAUDE.md is in sync with the project.",
|
|
343
|
-
driftsFound: "Found {count} drift(s). Consider running generate-claude-md to update.",
|
|
344
|
-
},
|
|
345
|
-
tools: {
|
|
346
|
-
generateSuccess: "CLAUDE.md generated successfully",
|
|
347
|
-
updateSuccess: "CLAUDE.md updated successfully",
|
|
348
|
-
dirNotFound: "Project directory not found: {path}",
|
|
349
|
-
},
|
|
350
|
-
prompts: {
|
|
351
|
-
setupTitle: "Full LeadCode workflow: analyze repo → detect gaps → suggest conventions → generate CLAUDE.md",
|
|
352
|
-
setupSteps: [
|
|
353
|
-
"1. Call analyze-repo to scan the project and get a full technical analysis.",
|
|
354
|
-
"2. Call detect-gaps with the analysis to identify structural gaps.",
|
|
355
|
-
"3. Call suggest-conventions with the analysis and gaps to get improvement options.",
|
|
356
|
-
"4. Present the analysis, gaps, and suggestions to me in a clear summary.",
|
|
357
|
-
"5. Ask me which options I prefer for each gap (simple / clean / scalable).",
|
|
358
|
-
"6. Once I've chosen, call generate-claude-md with my choices to create the CLAUDE.md file.",
|
|
359
|
-
"",
|
|
360
|
-
"Be thorough and explain each gap and suggestion clearly.",
|
|
361
|
-
],
|
|
362
|
-
validateTitle: "Check if an existing CLAUDE.md is still in sync with the project",
|
|
363
|
-
validateSteps: [
|
|
364
|
-
"1. Call validate-claude-md to check for drifts between the CLAUDE.md and actual project state.",
|
|
365
|
-
"2. Present any drifts found with clear explanations.",
|
|
366
|
-
"3. If drifts are found, suggest whether to regenerate or manually fix the CLAUDE.md.",
|
|
367
|
-
],
|
|
368
|
-
},
|
|
369
128
|
};
|
|
370
129
|
//# sourceMappingURL=en.js.map
|
package/dist/i18n/en.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,EAAE,GAAa;IAC1B,SAAS,EAAE;QACT,MAAM,EAAE;YACN,KAAK,EAAE,wBAAwB;YAC/B,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"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"}
|
package/dist/i18n/fr.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,EAAE,EAAE,QA+HhB,CAAC"}
|