Commit 1e3352e
committed
feat: Add comprehensive Next.js development guidelines
- Created a new documentation file for Next.js best practices covering code organization, performance, security, testing, and common pitfalls.
- Included detailed sections on directory structure, file naming conventions, component architecture, optimization techniques, security best practices, and testing approaches.
feat: Introduce Kiro-Lite assistant for GitHub Copilot
- Added a new spec-driven assistant that helps developers transition from idea to validated implementation.
- Implemented an automatic workflow for research, drafting specs, and confirmation questions.
- Included slash commands for explicit control over the workflow.
feat: Implement LangfuseExporter for tracing
- Developed a new tracing exporter that integrates with the existing AI tracing system.
- Added methods for span creation, updating, and exporting, along with detailed logging for tracing events.
feat: Define types for Excalidraw and SVG JSON modules
- Created TypeScript declaration files for 'excalidraw-to-svg' and 'svgjson' modules to provide type safety and autocompletion in TypeScript projects.1 parent 7e38fbe commit 1e3352e
27 files changed
Lines changed: 2601 additions & 450 deletions
File tree
- .github/instructions
- app
- docs
- memory-bank
- src/mastra
- agents
- config
- types
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 24 | | |
41 | 25 | | |
42 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | 287 | | |
289 | 288 | | |
290 | | - | |
291 | 289 | | |
292 | 290 | | |
293 | | - | |
294 | 291 | | |
295 | 292 | | |
296 | 293 | | |
| |||
304 | 301 | | |
305 | 302 | | |
306 | 303 | | |
307 | | - | |
308 | 304 | | |
309 | 305 | | |
310 | | - | |
311 | 306 | | |
312 | 307 | | |
313 | | - | |
314 | 308 | | |
315 | 309 | | |
316 | | - | |
317 | 310 | | |
318 | 311 | | |
319 | 312 | | |
320 | 313 | | |
321 | 314 | | |
322 | | - | |
323 | 315 | | |
324 | 316 | | |
325 | | - | |
326 | 317 | | |
327 | 318 | | |
328 | | - | |
329 | 319 | | |
330 | 320 | | |
331 | | - | |
332 | 321 | | |
333 | 322 | | |
334 | | - | |
335 | 323 | | |
336 | 324 | | |
337 | | - | |
338 | 325 | | |
339 | 326 | | |
340 | | - | |
341 | 327 | | |
342 | 328 | | |
343 | | - | |
344 | 329 | | |
345 | 330 | | |
346 | | - | |
347 | 331 | | |
348 | 332 | | |
349 | | - | |
350 | 333 | | |
351 | 334 | | |
352 | | - | |
353 | 335 | | |
354 | 336 | | |
355 | 337 | | |
| |||
358 | 340 | | |
359 | 341 | | |
360 | 342 | | |
361 | | - | |
362 | 343 | | |
363 | 344 | | |
364 | 345 | | |
365 | 346 | | |
366 | 347 | | |
367 | 348 | | |
368 | 349 | | |
369 | | - | |
370 | 350 | | |
371 | 351 | | |
372 | | - | |
373 | 352 | | |
374 | 353 | | |
375 | 354 | | |
376 | 355 | | |
377 | 356 | | |
378 | 357 | | |
379 | 358 | | |
380 | | - | |
381 | 359 | | |
382 | 360 | | |
383 | | - | |
384 | 361 | | |
385 | 362 | | |
386 | | - | |
387 | 363 | | |
388 | 364 | | |
389 | | - | |
390 | 365 | | |
391 | 366 | | |
392 | 367 | | |
| |||
0 commit comments