ai-first-cli 1.2.1 → 1.2.3
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/ANALISIS_COMPLETO.md +424 -0
- package/ANALISIS_MEJORAS.md +327 -0
- package/README.es.md +104 -82
- package/README.md +116 -113
- package/TEST_RESULTS.md +198 -0
- package/TEST_RESULTS_COMPARATIVE.md +159 -0
- package/TEST_RESULTS_COMPLETE.md +127 -0
- package/TEST_RESULTS_COMPREHENSIVE.md +208 -0
- package/ai/dependencies.json +15 -0
- package/ai/graph/knowledge-graph.json +4 -2
- package/ai-context/ai_context.md +7 -7
- package/ai-context/ai_rules.md +2 -2
- package/ai-context/architecture.md +17 -17
- package/ai-context/dependencies.json +34 -2
- package/ai-context/entrypoints.md +1 -1
- package/ai-context/graph/knowledge-graph.json +14 -199
- package/ai-context/index-state.json +386 -22
- package/ai-context/modules.json +685 -284
- package/ai-context/project.json +1 -1
- package/ai-context/repo_map.json +5317 -2019
- package/ai-context/repo_map.md +751 -17
- package/ai-context/schema.json +1 -1
- package/ai-context/summary.md +13 -8
- package/ai-context/symbols.json +65349 -5
- package/ai-context/tech_stack.md +4 -3
- package/dist/analyzers/symbols.js +9 -9
- package/dist/analyzers/symbols.js.map +1 -1
- package/dist/commands/ai-first.js +17 -0
- package/dist/commands/ai-first.js.map +1 -1
- package/dist/core/adapters/baseAdapter.d.ts +1 -1
- package/dist/core/adapters/baseAdapter.d.ts.map +1 -1
- package/dist/core/adapters/baseAdapter.js +50 -12
- package/dist/core/adapters/baseAdapter.js.map +1 -1
- package/dist/core/semanticContexts.d.ts.map +1 -1
- package/dist/core/semanticContexts.js +22 -60
- package/dist/core/semanticContexts.js.map +1 -1
- package/homebrew/af.rb +18 -0
- package/install.sh +188 -0
- package/package.json +2 -2
- package/src/analyzers/symbols.ts +9 -9
- package/src/commands/ai-first.ts +19 -1
- package/src/core/adapters/baseAdapter.ts +61 -12
- package/src/core/semanticContexts.ts +24 -66
- package/tests/knowledgeGraph.test.ts +1 -1
- package/tests/phase2-fixes.test.ts +4 -4
package/ai-context/repo_map.md
CHANGED
|
@@ -1,4 +1,59 @@
|
|
|
1
1
|
# Repository Map
|
|
2
|
+
## .ai-dev
|
|
3
|
+
- account.json
|
|
4
|
+
- ai_context.md
|
|
5
|
+
- ai_rules.md
|
|
6
|
+
- ai-first.json
|
|
7
|
+
- api.json
|
|
8
|
+
- architecture.md
|
|
9
|
+
- auth.json
|
|
10
|
+
- cache.json
|
|
11
|
+
- category.json
|
|
12
|
+
- commands.json
|
|
13
|
+
- comment.json
|
|
14
|
+
- commit-activity.json
|
|
15
|
+
- context.json
|
|
16
|
+
- conventions.md
|
|
17
|
+
- dashboard.json
|
|
18
|
+
- dependencies.json
|
|
19
|
+
- doctor.json
|
|
20
|
+
- embeddings.json
|
|
21
|
+
- entrypoints.md
|
|
22
|
+
- explore.json
|
|
23
|
+
- files.json
|
|
24
|
+
- hierarchy.json
|
|
25
|
+
- index-state.json
|
|
26
|
+
- knowledge-graph.json
|
|
27
|
+
- login.json
|
|
28
|
+
- module-graph.json
|
|
29
|
+
- modules.json
|
|
30
|
+
- opportunity.json
|
|
31
|
+
- post.json
|
|
32
|
+
- project.json
|
|
33
|
+
- recent-features.json
|
|
34
|
+
- recent-files.json
|
|
35
|
+
- recent-flows.json
|
|
36
|
+
- repo_map.json
|
|
37
|
+
- repo_map.md
|
|
38
|
+
- repo.json
|
|
39
|
+
- routes.json
|
|
40
|
+
- schema.json
|
|
41
|
+
- src.json
|
|
42
|
+
- summary.md
|
|
43
|
+
- symbol-graph.json
|
|
44
|
+
- symbol-references.json
|
|
45
|
+
- symbols.json
|
|
46
|
+
- tech_stack.md
|
|
47
|
+
- test-projects.json
|
|
48
|
+
- tools.json
|
|
49
|
+
- user.json
|
|
50
|
+
- users.json
|
|
51
|
+
- utils.json
|
|
52
|
+
- views.json
|
|
53
|
+
|
|
54
|
+
## .github
|
|
55
|
+
- publish.yml
|
|
56
|
+
|
|
2
57
|
## .netlify
|
|
3
58
|
- state.json
|
|
4
59
|
|
|
@@ -45,6 +100,9 @@
|
|
|
45
100
|
- TEST_RESULTS_PHASE1.md
|
|
46
101
|
|
|
47
102
|
## ai
|
|
103
|
+
- knowledge-graph.json
|
|
104
|
+
|
|
105
|
+
## ai-context
|
|
48
106
|
- account.json
|
|
49
107
|
- ai_context.md
|
|
50
108
|
- ai_rules.md
|
|
@@ -136,6 +194,9 @@
|
|
|
136
194
|
- 03-python-django.md
|
|
137
195
|
- README.md
|
|
138
196
|
|
|
197
|
+
## homebrew
|
|
198
|
+
- af.rb
|
|
199
|
+
|
|
139
200
|
## package-lock.json
|
|
140
201
|
- package-lock.json
|
|
141
202
|
|
|
@@ -206,6 +267,7 @@
|
|
|
206
267
|
- __init__.py
|
|
207
268
|
- __init__.py
|
|
208
269
|
- account.json
|
|
270
|
+
- account.json
|
|
209
271
|
- AccountController.cls
|
|
210
272
|
- AccountTrigger.trigger
|
|
211
273
|
- add_command.py
|
|
@@ -222,6 +284,28 @@
|
|
|
222
284
|
- ai_context.md
|
|
223
285
|
- ai_context.md
|
|
224
286
|
- ai_context.md
|
|
287
|
+
- ai_context.md
|
|
288
|
+
- ai_context.md
|
|
289
|
+
- ai_context.md
|
|
290
|
+
- ai_context.md
|
|
291
|
+
- ai_context.md
|
|
292
|
+
- ai_context.md
|
|
293
|
+
- ai_context.md
|
|
294
|
+
- ai_context.md
|
|
295
|
+
- ai_context.md
|
|
296
|
+
- ai_context.md
|
|
297
|
+
- ai_context.md
|
|
298
|
+
- ai_rules.md
|
|
299
|
+
- ai_rules.md
|
|
300
|
+
- ai_rules.md
|
|
301
|
+
- ai_rules.md
|
|
302
|
+
- ai_rules.md
|
|
303
|
+
- ai_rules.md
|
|
304
|
+
- ai_rules.md
|
|
305
|
+
- ai_rules.md
|
|
306
|
+
- ai_rules.md
|
|
307
|
+
- ai_rules.md
|
|
308
|
+
- ai_rules.md
|
|
225
309
|
- ai_rules.md
|
|
226
310
|
- ai_rules.md
|
|
227
311
|
- ai_rules.md
|
|
@@ -237,12 +321,17 @@
|
|
|
237
321
|
- app.json
|
|
238
322
|
- app.json
|
|
239
323
|
- app.json
|
|
324
|
+
- app.json
|
|
325
|
+
- app.json
|
|
326
|
+
- app.json
|
|
240
327
|
- app.module.ts
|
|
241
328
|
- app.php
|
|
242
329
|
- App.tsx
|
|
243
330
|
- application_.json
|
|
331
|
+
- application_.json
|
|
244
332
|
- application_controller.rb
|
|
245
333
|
- application.json
|
|
334
|
+
- application.json
|
|
246
335
|
- application.rb
|
|
247
336
|
- architecture.md
|
|
248
337
|
- architecture.md
|
|
@@ -255,10 +344,24 @@
|
|
|
255
344
|
- architecture.md
|
|
256
345
|
- architecture.md
|
|
257
346
|
- architecture.md
|
|
347
|
+
- architecture.md
|
|
348
|
+
- architecture.md
|
|
349
|
+
- architecture.md
|
|
350
|
+
- architecture.md
|
|
351
|
+
- architecture.md
|
|
352
|
+
- architecture.md
|
|
353
|
+
- architecture.md
|
|
354
|
+
- architecture.md
|
|
355
|
+
- architecture.md
|
|
356
|
+
- architecture.md
|
|
357
|
+
- architecture.md
|
|
358
|
+
- auth.controller.json
|
|
258
359
|
- auth.controller.json
|
|
259
360
|
- auth.controller.ts
|
|
260
361
|
- auth.json
|
|
261
362
|
- auth.json
|
|
363
|
+
- auth.json
|
|
364
|
+
- auth.json
|
|
262
365
|
- auth.module.ts
|
|
263
366
|
- auth.py
|
|
264
367
|
- auth.service.ts
|
|
@@ -276,26 +379,55 @@
|
|
|
276
379
|
- cache.json
|
|
277
380
|
- cache.json
|
|
278
381
|
- cache.json
|
|
382
|
+
- cache.json
|
|
383
|
+
- cache.json
|
|
384
|
+
- cache.json
|
|
385
|
+
- cache.json
|
|
386
|
+
- cache.json
|
|
387
|
+
- cache.json
|
|
388
|
+
- cache.json
|
|
389
|
+
- cache.json
|
|
390
|
+
- cache.json
|
|
391
|
+
- cache.json
|
|
392
|
+
- category.json
|
|
279
393
|
- category.json
|
|
280
394
|
- Category.php
|
|
281
395
|
- CategoryController.php
|
|
282
396
|
- cli.json
|
|
397
|
+
- cli.json
|
|
283
398
|
- Comment.java
|
|
284
399
|
- comment.json
|
|
285
400
|
- comment.json
|
|
401
|
+
- comment.json
|
|
402
|
+
- comment.json
|
|
286
403
|
- Comment.php
|
|
287
404
|
- comment.rb
|
|
288
405
|
- CommentController.java
|
|
289
406
|
- CommentController.php
|
|
290
407
|
- CommentRepository.java
|
|
291
408
|
- comments_.json
|
|
409
|
+
- comments_.json
|
|
292
410
|
- comments_controller.rb
|
|
293
411
|
- comments.json
|
|
412
|
+
- comments.json
|
|
294
413
|
- composer.json
|
|
295
414
|
- config.json
|
|
415
|
+
- config.json
|
|
296
416
|
- config.py
|
|
297
417
|
- Controller.php
|
|
298
418
|
- controllers.json
|
|
419
|
+
- controllers.json
|
|
420
|
+
- conventions.md
|
|
421
|
+
- conventions.md
|
|
422
|
+
- conventions.md
|
|
423
|
+
- conventions.md
|
|
424
|
+
- conventions.md
|
|
425
|
+
- conventions.md
|
|
426
|
+
- conventions.md
|
|
427
|
+
- conventions.md
|
|
428
|
+
- conventions.md
|
|
429
|
+
- conventions.md
|
|
430
|
+
- conventions.md
|
|
299
431
|
- conventions.md
|
|
300
432
|
- conventions.md
|
|
301
433
|
- conventions.md
|
|
@@ -308,6 +440,7 @@
|
|
|
308
440
|
- conventions.md
|
|
309
441
|
- conventions.md
|
|
310
442
|
- dashboard.json
|
|
443
|
+
- dashboard.json
|
|
311
444
|
- DashboardPage.tsx
|
|
312
445
|
- database.py
|
|
313
446
|
- DemoApplication.java
|
|
@@ -322,6 +455,17 @@
|
|
|
322
455
|
- dependencies.json
|
|
323
456
|
- dependencies.json
|
|
324
457
|
- dependencies.json
|
|
458
|
+
- dependencies.json
|
|
459
|
+
- dependencies.json
|
|
460
|
+
- dependencies.json
|
|
461
|
+
- dependencies.json
|
|
462
|
+
- dependencies.json
|
|
463
|
+
- dependencies.json
|
|
464
|
+
- dependencies.json
|
|
465
|
+
- dependencies.json
|
|
466
|
+
- dependencies.json
|
|
467
|
+
- dependencies.json
|
|
468
|
+
- dependencies.json
|
|
325
469
|
- dependencies.py
|
|
326
470
|
- entrypoints.md
|
|
327
471
|
- entrypoints.md
|
|
@@ -334,6 +478,17 @@
|
|
|
334
478
|
- entrypoints.md
|
|
335
479
|
- entrypoints.md
|
|
336
480
|
- entrypoints.md
|
|
481
|
+
- entrypoints.md
|
|
482
|
+
- entrypoints.md
|
|
483
|
+
- entrypoints.md
|
|
484
|
+
- entrypoints.md
|
|
485
|
+
- entrypoints.md
|
|
486
|
+
- entrypoints.md
|
|
487
|
+
- entrypoints.md
|
|
488
|
+
- entrypoints.md
|
|
489
|
+
- entrypoints.md
|
|
490
|
+
- entrypoints.md
|
|
491
|
+
- entrypoints.md
|
|
337
492
|
- environment.rb
|
|
338
493
|
- files.json
|
|
339
494
|
- files.json
|
|
@@ -346,6 +501,16 @@
|
|
|
346
501
|
- files.json
|
|
347
502
|
- files.json
|
|
348
503
|
- files.json
|
|
504
|
+
- files.json
|
|
505
|
+
- files.json
|
|
506
|
+
- files.json
|
|
507
|
+
- files.json
|
|
508
|
+
- files.json
|
|
509
|
+
- files.json
|
|
510
|
+
- files.json
|
|
511
|
+
- files.json
|
|
512
|
+
- files.json
|
|
513
|
+
- force-app.json
|
|
349
514
|
- force-app.json
|
|
350
515
|
- forms.py
|
|
351
516
|
- forms.py
|
|
@@ -360,6 +525,15 @@
|
|
|
360
525
|
- index-state.json
|
|
361
526
|
- index-state.json
|
|
362
527
|
- index-state.json
|
|
528
|
+
- index-state.json
|
|
529
|
+
- index-state.json
|
|
530
|
+
- index-state.json
|
|
531
|
+
- index-state.json
|
|
532
|
+
- index-state.json
|
|
533
|
+
- index-state.json
|
|
534
|
+
- index-state.json
|
|
535
|
+
- index-state.json
|
|
536
|
+
- index-state.json
|
|
363
537
|
- index.js
|
|
364
538
|
- jwt.strategy.ts
|
|
365
539
|
- knowledge-graph.json
|
|
@@ -373,10 +547,21 @@
|
|
|
373
547
|
- knowledge-graph.json
|
|
374
548
|
- knowledge-graph.json
|
|
375
549
|
- knowledge-graph.json
|
|
550
|
+
- knowledge-graph.json
|
|
551
|
+
- knowledge-graph.json
|
|
552
|
+
- knowledge-graph.json
|
|
553
|
+
- knowledge-graph.json
|
|
554
|
+
- knowledge-graph.json
|
|
555
|
+
- knowledge-graph.json
|
|
556
|
+
- knowledge-graph.json
|
|
557
|
+
- knowledge-graph.json
|
|
558
|
+
- knowledge-graph.json
|
|
559
|
+
- list_.json
|
|
376
560
|
- list_.json
|
|
377
561
|
- list_command.py
|
|
378
562
|
- login.dto.ts
|
|
379
563
|
- login.json
|
|
564
|
+
- login.json
|
|
380
565
|
- LoginPage.tsx
|
|
381
566
|
- main.py
|
|
382
567
|
- main.py
|
|
@@ -397,6 +582,27 @@
|
|
|
397
582
|
- module-graph.json
|
|
398
583
|
- module-graph.json
|
|
399
584
|
- module-graph.json
|
|
585
|
+
- module-graph.json
|
|
586
|
+
- module-graph.json
|
|
587
|
+
- module-graph.json
|
|
588
|
+
- module-graph.json
|
|
589
|
+
- module-graph.json
|
|
590
|
+
- module-graph.json
|
|
591
|
+
- module-graph.json
|
|
592
|
+
- module-graph.json
|
|
593
|
+
- module-graph.json
|
|
594
|
+
- module-graph.json
|
|
595
|
+
- modules.json
|
|
596
|
+
- modules.json
|
|
597
|
+
- modules.json
|
|
598
|
+
- modules.json
|
|
599
|
+
- modules.json
|
|
600
|
+
- modules.json
|
|
601
|
+
- modules.json
|
|
602
|
+
- modules.json
|
|
603
|
+
- modules.json
|
|
604
|
+
- modules.json
|
|
605
|
+
- modules.json
|
|
400
606
|
- modules.json
|
|
401
607
|
- modules.json
|
|
402
608
|
- modules.json
|
|
@@ -409,6 +615,7 @@
|
|
|
409
615
|
- modules.json
|
|
410
616
|
- modules.json
|
|
411
617
|
- opportunity.json
|
|
618
|
+
- opportunity.json
|
|
412
619
|
- OpportunityController.cls
|
|
413
620
|
- package.json
|
|
414
621
|
- package.json
|
|
@@ -417,15 +624,20 @@
|
|
|
417
624
|
- Post.java
|
|
418
625
|
- post.json
|
|
419
626
|
- post.json
|
|
627
|
+
- post.json
|
|
628
|
+
- post.json
|
|
420
629
|
- Post.php
|
|
421
630
|
- post.rb
|
|
422
631
|
- PostController.java
|
|
423
632
|
- PostController.json
|
|
633
|
+
- PostController.json
|
|
424
634
|
- PostController.php
|
|
425
635
|
- PostRepository.java
|
|
426
636
|
- posts_.json
|
|
637
|
+
- posts_.json
|
|
427
638
|
- posts_controller.rb
|
|
428
639
|
- posts.json
|
|
640
|
+
- posts.json
|
|
429
641
|
- posts.py
|
|
430
642
|
- PostService.java
|
|
431
643
|
- project.json
|
|
@@ -439,6 +651,17 @@
|
|
|
439
651
|
- project.json
|
|
440
652
|
- project.json
|
|
441
653
|
- project.json
|
|
654
|
+
- project.json
|
|
655
|
+
- project.json
|
|
656
|
+
- project.json
|
|
657
|
+
- project.json
|
|
658
|
+
- project.json
|
|
659
|
+
- project.json
|
|
660
|
+
- project.json
|
|
661
|
+
- project.json
|
|
662
|
+
- project.json
|
|
663
|
+
- project.json
|
|
664
|
+
- project.json
|
|
442
665
|
- README.md
|
|
443
666
|
- README.md
|
|
444
667
|
- README.md
|
|
@@ -446,6 +669,7 @@
|
|
|
446
669
|
- README.md
|
|
447
670
|
- README.md
|
|
448
671
|
- remove_.json
|
|
672
|
+
- remove_.json
|
|
449
673
|
- remove_command.py
|
|
450
674
|
- repo_map.json
|
|
451
675
|
- repo_map.json
|
|
@@ -458,6 +682,28 @@
|
|
|
458
682
|
- repo_map.json
|
|
459
683
|
- repo_map.json
|
|
460
684
|
- repo_map.json
|
|
685
|
+
- repo_map.json
|
|
686
|
+
- repo_map.json
|
|
687
|
+
- repo_map.json
|
|
688
|
+
- repo_map.json
|
|
689
|
+
- repo_map.json
|
|
690
|
+
- repo_map.json
|
|
691
|
+
- repo_map.json
|
|
692
|
+
- repo_map.json
|
|
693
|
+
- repo_map.json
|
|
694
|
+
- repo_map.json
|
|
695
|
+
- repo_map.json
|
|
696
|
+
- repo_map.md
|
|
697
|
+
- repo_map.md
|
|
698
|
+
- repo_map.md
|
|
699
|
+
- repo_map.md
|
|
700
|
+
- repo_map.md
|
|
701
|
+
- repo_map.md
|
|
702
|
+
- repo_map.md
|
|
703
|
+
- repo_map.md
|
|
704
|
+
- repo_map.md
|
|
705
|
+
- repo_map.md
|
|
706
|
+
- repo_map.md
|
|
461
707
|
- repo_map.md
|
|
462
708
|
- repo_map.md
|
|
463
709
|
- repo_map.md
|
|
@@ -471,6 +717,8 @@
|
|
|
471
717
|
- repo_map.md
|
|
472
718
|
- routes.json
|
|
473
719
|
- routes.json
|
|
720
|
+
- routes.json
|
|
721
|
+
- routes.json
|
|
474
722
|
- routes.py
|
|
475
723
|
- routes.py
|
|
476
724
|
- routes.py
|
|
@@ -487,15 +735,42 @@
|
|
|
487
735
|
- schema.json
|
|
488
736
|
- schema.json
|
|
489
737
|
- schema.json
|
|
738
|
+
- schema.json
|
|
739
|
+
- schema.json
|
|
740
|
+
- schema.json
|
|
741
|
+
- schema.json
|
|
742
|
+
- schema.json
|
|
743
|
+
- schema.json
|
|
744
|
+
- schema.json
|
|
745
|
+
- schema.json
|
|
746
|
+
- schema.json
|
|
747
|
+
- schema.json
|
|
748
|
+
- schema.json
|
|
490
749
|
- schemas.py
|
|
491
750
|
- serializers.py
|
|
492
751
|
- serializers.py
|
|
493
752
|
- services.json
|
|
753
|
+
- services.json
|
|
494
754
|
- settings.py
|
|
495
755
|
- sfdx-project.json
|
|
496
756
|
- src.json
|
|
497
757
|
- src.json
|
|
498
758
|
- src.json
|
|
759
|
+
- src.json
|
|
760
|
+
- src.json
|
|
761
|
+
- src.json
|
|
762
|
+
- summary.md
|
|
763
|
+
- summary.md
|
|
764
|
+
- summary.md
|
|
765
|
+
- summary.md
|
|
766
|
+
- summary.md
|
|
767
|
+
- summary.md
|
|
768
|
+
- summary.md
|
|
769
|
+
- summary.md
|
|
770
|
+
- summary.md
|
|
771
|
+
- summary.md
|
|
772
|
+
- summary.md
|
|
773
|
+
- summary.md
|
|
499
774
|
- summary.md
|
|
500
775
|
- summary.md
|
|
501
776
|
- summary.md
|
|
@@ -505,8 +780,13 @@
|
|
|
505
780
|
- summary.md
|
|
506
781
|
- summary.md
|
|
507
782
|
- summary.md
|
|
508
|
-
- summary.md
|
|
509
|
-
-
|
|
783
|
+
- summary.md
|
|
784
|
+
- symbol-graph.json
|
|
785
|
+
- symbol-graph.json
|
|
786
|
+
- symbol-graph.json
|
|
787
|
+
- symbol-graph.json
|
|
788
|
+
- symbol-graph.json
|
|
789
|
+
- symbol-graph.json
|
|
510
790
|
- symbol-graph.json
|
|
511
791
|
- symbol-graph.json
|
|
512
792
|
- symbol-graph.json
|
|
@@ -517,6 +797,13 @@
|
|
|
517
797
|
- symbol-graph.json
|
|
518
798
|
- symbol-graph.json
|
|
519
799
|
- symbol-graph.json
|
|
800
|
+
- symbol-graph.json
|
|
801
|
+
- symbol-graph.json
|
|
802
|
+
- symbol-graph.json
|
|
803
|
+
- symbol-graph.json
|
|
804
|
+
- symbol-references.json
|
|
805
|
+
- symbol-references.json
|
|
806
|
+
- symbol-references.json
|
|
520
807
|
- symbol-references.json
|
|
521
808
|
- symbol-references.json
|
|
522
809
|
- symbol-references.json
|
|
@@ -527,6 +814,24 @@
|
|
|
527
814
|
- symbol-references.json
|
|
528
815
|
- symbol-references.json
|
|
529
816
|
- symbol-references.json
|
|
817
|
+
- symbol-references.json
|
|
818
|
+
- symbol-references.json
|
|
819
|
+
- symbol-references.json
|
|
820
|
+
- symbol-references.json
|
|
821
|
+
- symbol-references.json
|
|
822
|
+
- symbol-references.json
|
|
823
|
+
- symbol-references.json
|
|
824
|
+
- symbols.json
|
|
825
|
+
- symbols.json
|
|
826
|
+
- symbols.json
|
|
827
|
+
- symbols.json
|
|
828
|
+
- symbols.json
|
|
829
|
+
- symbols.json
|
|
830
|
+
- symbols.json
|
|
831
|
+
- symbols.json
|
|
832
|
+
- symbols.json
|
|
833
|
+
- symbols.json
|
|
834
|
+
- symbols.json
|
|
530
835
|
- symbols.json
|
|
531
836
|
- symbols.json
|
|
532
837
|
- symbols.json
|
|
@@ -551,6 +856,28 @@
|
|
|
551
856
|
- tech_stack.md
|
|
552
857
|
- tech_stack.md
|
|
553
858
|
- tech_stack.md
|
|
859
|
+
- tech_stack.md
|
|
860
|
+
- tech_stack.md
|
|
861
|
+
- tech_stack.md
|
|
862
|
+
- tech_stack.md
|
|
863
|
+
- tech_stack.md
|
|
864
|
+
- tech_stack.md
|
|
865
|
+
- tech_stack.md
|
|
866
|
+
- tech_stack.md
|
|
867
|
+
- tech_stack.md
|
|
868
|
+
- tech_stack.md
|
|
869
|
+
- tech_stack.md
|
|
870
|
+
- tools.json
|
|
871
|
+
- tools.json
|
|
872
|
+
- tools.json
|
|
873
|
+
- tools.json
|
|
874
|
+
- tools.json
|
|
875
|
+
- tools.json
|
|
876
|
+
- tools.json
|
|
877
|
+
- tools.json
|
|
878
|
+
- tools.json
|
|
879
|
+
- tools.json
|
|
880
|
+
- tools.json
|
|
554
881
|
- tools.json
|
|
555
882
|
- tools.json
|
|
556
883
|
- tools.json
|
|
@@ -564,6 +891,7 @@
|
|
|
564
891
|
- tools.json
|
|
565
892
|
- tsconfig.json
|
|
566
893
|
- unnamed.json
|
|
894
|
+
- unnamed.json
|
|
567
895
|
- urls.py
|
|
568
896
|
- urls.py
|
|
569
897
|
- urls.py
|
|
@@ -572,29 +900,40 @@
|
|
|
572
900
|
- User.java
|
|
573
901
|
- user.json
|
|
574
902
|
- user.json
|
|
903
|
+
- user.json
|
|
904
|
+
- user.json
|
|
575
905
|
- User.php
|
|
576
906
|
- user.rb
|
|
577
907
|
- UserController.java
|
|
578
908
|
- userController.js
|
|
579
909
|
- UserController.json
|
|
910
|
+
- UserController.json
|
|
580
911
|
- UserRepository.java
|
|
581
912
|
- userRepository.js
|
|
582
913
|
- users_.json
|
|
914
|
+
- users_.json
|
|
583
915
|
- users_controller.rb
|
|
584
916
|
- users..json
|
|
917
|
+
- users..json
|
|
918
|
+
- users.controller.json
|
|
585
919
|
- users.controller.json
|
|
586
920
|
- users.controller.ts
|
|
587
921
|
- users.json
|
|
588
922
|
- users.json
|
|
589
923
|
- users.json
|
|
924
|
+
- users.json
|
|
925
|
+
- users.json
|
|
926
|
+
- users.json
|
|
590
927
|
- users.module.ts
|
|
591
928
|
- users.service.ts
|
|
592
929
|
- UserService.java
|
|
593
930
|
- userService.js
|
|
594
931
|
- userService.ts
|
|
595
932
|
- UsersPage.json
|
|
933
|
+
- UsersPage.json
|
|
596
934
|
- UsersPage.tsx
|
|
597
935
|
- views.json
|
|
936
|
+
- views.json
|
|
598
937
|
- views.py
|
|
599
938
|
- views.py
|
|
600
939
|
- wsgi.py
|
|
@@ -605,6 +944,7 @@
|
|
|
605
944
|
- incrementalAnalyzer.test.ts
|
|
606
945
|
- knowledgeGraph.test.ts
|
|
607
946
|
- lazyAnalyzer.test.ts
|
|
947
|
+
- phase2-fixes.test.ts
|
|
608
948
|
- README.md
|
|
609
949
|
- schema.test.ts
|
|
610
950
|
- semanticContexts.test.ts
|
|
@@ -615,9 +955,73 @@
|
|
|
615
955
|
|
|
616
956
|
|
|
617
957
|
# Repository Structure (Tree View)
|
|
958
|
+
├── .ai-dev/
|
|
959
|
+
│ ├── ccp/
|
|
960
|
+
│ │ └── jira-123/
|
|
961
|
+
│ │ └── context.json
|
|
962
|
+
│ ├── context/
|
|
963
|
+
│ │ ├── features/
|
|
964
|
+
│ │ │ ├── commands.json
|
|
965
|
+
│ │ │ ├── src.json
|
|
966
|
+
│ │ │ └── test-projects.json
|
|
967
|
+
│ │ ├── flows/
|
|
968
|
+
│ │ │ ├── account.json
|
|
969
|
+
│ │ │ ├── ai-first.json
|
|
970
|
+
│ │ │ ├── api.json
|
|
971
|
+
│ │ │ ├── auth.json
|
|
972
|
+
│ │ │ ├── category.json
|
|
973
|
+
│ │ │ ├── comment.json
|
|
974
|
+
│ │ │ ├── dashboard.json
|
|
975
|
+
│ │ │ ├── doctor.json
|
|
976
|
+
│ │ │ ├── explore.json
|
|
977
|
+
│ │ │ ├── login.json
|
|
978
|
+
│ │ │ ├── opportunity.json
|
|
979
|
+
│ │ │ ├── post.json
|
|
980
|
+
│ │ │ ├── routes.json
|
|
981
|
+
│ │ │ ├── user.json
|
|
982
|
+
│ │ │ ├── users.json
|
|
983
|
+
│ │ │ └── views.json
|
|
984
|
+
│ │ ├── repo.json
|
|
985
|
+
│ │ └── utils.json
|
|
986
|
+
│ ├── git/
|
|
987
|
+
│ │ ├── commit-activity.json
|
|
988
|
+
│ │ ├── recent-features.json
|
|
989
|
+
│ │ ├── recent-files.json
|
|
990
|
+
│ │ └── recent-flows.json
|
|
991
|
+
│ ├── graph/
|
|
992
|
+
│ │ ├── knowledge-graph.json
|
|
993
|
+
│ │ ├── module-graph.json
|
|
994
|
+
│ │ ├── symbol-graph.json
|
|
995
|
+
│ │ └── symbol-references.json
|
|
996
|
+
│ ├── ai_context.md
|
|
997
|
+
│ ├── ai_rules.md
|
|
998
|
+
│ ├── architecture.md
|
|
999
|
+
│ ├── cache.json
|
|
1000
|
+
│ ├── conventions.md
|
|
1001
|
+
│ ├── dependencies.json
|
|
1002
|
+
│ ├── embeddings.json
|
|
1003
|
+
│ ├── entrypoints.md
|
|
1004
|
+
│ ├── files.json
|
|
1005
|
+
│ ├── hierarchy.json
|
|
1006
|
+
│ ├── index-state.json
|
|
1007
|
+
│ ├── modules.json
|
|
1008
|
+
│ ├── project.json
|
|
1009
|
+
│ ├── repo_map.json
|
|
1010
|
+
│ ├── repo_map.md
|
|
1011
|
+
│ ├── schema.json
|
|
1012
|
+
│ ├── summary.md
|
|
1013
|
+
│ ├── symbols.json
|
|
1014
|
+
│ ├── tech_stack.md
|
|
1015
|
+
│ └── tools.json
|
|
1016
|
+
├── .github/
|
|
1017
|
+
│ └── workflows/
|
|
1018
|
+
│ └── publish.yml
|
|
618
1019
|
├── .netlify/
|
|
619
1020
|
│ └── state.json
|
|
620
1021
|
├── ai/
|
|
1022
|
+
│ └── graph/
|
|
1023
|
+
│ └── knowledge-graph.json
|
|
1024
|
+
├── ai-context/
|
|
621
1025
|
│ ├── ccp/
|
|
622
1026
|
│ │ └── jira-123/
|
|
623
1027
|
│ │ └── context.json
|
|
@@ -720,6 +1124,8 @@
|
|
|
720
1124
|
│ ├── 02-react-app.md
|
|
721
1125
|
│ ├── 03-python-django.md
|
|
722
1126
|
│ └── README.md
|
|
1127
|
+
├── homebrew/
|
|
1128
|
+
│ └── af.rb
|
|
723
1129
|
├── src/
|
|
724
1130
|
│ ├── analyzers/
|
|
725
1131
|
│ │ ├── aiRules.ts
|
|
@@ -779,7 +1185,34 @@
|
|
|
779
1185
|
│ └── index.ts
|
|
780
1186
|
├── test-projects/
|
|
781
1187
|
│ ├── django-app/
|
|
782
|
-
│ │ ├── ai/
|
|
1188
|
+
│ │ ├── .ai-dev/
|
|
1189
|
+
│ │ │ ├── context/
|
|
1190
|
+
│ │ │ │ └── flows/
|
|
1191
|
+
│ │ │ │ └── views.json
|
|
1192
|
+
│ │ │ ├── graph/
|
|
1193
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1194
|
+
│ │ │ │ ├── module-graph.json
|
|
1195
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1196
|
+
│ │ │ │ └── symbol-references.json
|
|
1197
|
+
│ │ │ ├── ai_context.md
|
|
1198
|
+
│ │ │ ├── ai_rules.md
|
|
1199
|
+
│ │ │ ├── architecture.md
|
|
1200
|
+
│ │ │ ├── cache.json
|
|
1201
|
+
│ │ │ ├── conventions.md
|
|
1202
|
+
│ │ │ ├── dependencies.json
|
|
1203
|
+
│ │ │ ├── entrypoints.md
|
|
1204
|
+
│ │ │ ├── files.json
|
|
1205
|
+
│ │ │ ├── index-state.json
|
|
1206
|
+
│ │ │ ├── modules.json
|
|
1207
|
+
│ │ │ ├── project.json
|
|
1208
|
+
│ │ │ ├── repo_map.json
|
|
1209
|
+
│ │ │ ├── repo_map.md
|
|
1210
|
+
│ │ │ ├── schema.json
|
|
1211
|
+
│ │ │ ├── summary.md
|
|
1212
|
+
│ │ │ ├── symbols.json
|
|
1213
|
+
│ │ │ ├── tech_stack.md
|
|
1214
|
+
│ │ │ └── tools.json
|
|
1215
|
+
│ │ ├── ai-context/
|
|
783
1216
|
│ │ │ ├── context/
|
|
784
1217
|
│ │ │ │ └── flows/
|
|
785
1218
|
│ │ │ │ └── views.json
|
|
@@ -828,7 +1261,30 @@
|
|
|
828
1261
|
│ │ ├── README.md
|
|
829
1262
|
│ │ └── manage.py
|
|
830
1263
|
│ ├── express-api/
|
|
831
|
-
│ │ ├── ai/
|
|
1264
|
+
│ │ ├── .ai-dev/
|
|
1265
|
+
│ │ │ ├── context/
|
|
1266
|
+
│ │ │ │ ├── features/
|
|
1267
|
+
│ │ │ │ │ ├── controllers.json
|
|
1268
|
+
│ │ │ │ │ └── services.json
|
|
1269
|
+
│ │ │ │ └── flows/
|
|
1270
|
+
│ │ │ │ ├── auth.json
|
|
1271
|
+
│ │ │ │ └── user.json
|
|
1272
|
+
│ │ │ ├── ai_context.md
|
|
1273
|
+
│ │ │ ├── ai_rules.md
|
|
1274
|
+
│ │ │ ├── architecture.md
|
|
1275
|
+
│ │ │ ├── conventions.md
|
|
1276
|
+
│ │ │ ├── dependencies.json
|
|
1277
|
+
│ │ │ ├── entrypoints.md
|
|
1278
|
+
│ │ │ ├── modules.json
|
|
1279
|
+
│ │ │ ├── project.json
|
|
1280
|
+
│ │ │ ├── repo_map.json
|
|
1281
|
+
│ │ │ ├── repo_map.md
|
|
1282
|
+
│ │ │ ├── schema.json
|
|
1283
|
+
│ │ │ ├── summary.md
|
|
1284
|
+
│ │ │ ├── symbols.json
|
|
1285
|
+
│ │ │ ├── tech_stack.md
|
|
1286
|
+
│ │ │ └── tools.json
|
|
1287
|
+
│ │ ├── ai-context/
|
|
832
1288
|
│ │ │ ├── context/
|
|
833
1289
|
│ │ │ │ ├── features/
|
|
834
1290
|
│ │ │ │ │ ├── controllers.json
|
|
@@ -836,16 +1292,12 @@
|
|
|
836
1292
|
│ │ │ │ └── flows/
|
|
837
1293
|
│ │ │ │ ├── auth.json
|
|
838
1294
|
│ │ │ │ └── user.json
|
|
839
|
-
│ │ │ ├── graph/
|
|
840
|
-
│ │ │ │ └── knowledge-graph.json
|
|
841
1295
|
│ │ │ ├── ai_context.md
|
|
842
1296
|
│ │ │ ├── ai_rules.md
|
|
843
1297
|
│ │ │ ├── architecture.md
|
|
844
1298
|
│ │ │ ├── conventions.md
|
|
845
1299
|
│ │ │ ├── dependencies.json
|
|
846
1300
|
│ │ │ ├── entrypoints.md
|
|
847
|
-
│ │ │ ├── files.json
|
|
848
|
-
│ │ │ ├── index-state.json
|
|
849
1301
|
│ │ │ ├── modules.json
|
|
850
1302
|
│ │ │ ├── project.json
|
|
851
1303
|
│ │ │ ├── repo_map.json
|
|
@@ -868,7 +1320,31 @@
|
|
|
868
1320
|
│ │ ├── index.js
|
|
869
1321
|
│ │ └── package.json
|
|
870
1322
|
│ ├── fastapi-app/
|
|
871
|
-
│ │ ├── ai/
|
|
1323
|
+
│ │ ├── .ai-dev/
|
|
1324
|
+
│ │ │ ├── graph/
|
|
1325
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1326
|
+
│ │ │ │ ├── module-graph.json
|
|
1327
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1328
|
+
│ │ │ │ └── symbol-references.json
|
|
1329
|
+
│ │ │ ├── ai_context.md
|
|
1330
|
+
│ │ │ ├── ai_rules.md
|
|
1331
|
+
│ │ │ ├── architecture.md
|
|
1332
|
+
│ │ │ ├── cache.json
|
|
1333
|
+
│ │ │ ├── conventions.md
|
|
1334
|
+
│ │ │ ├── dependencies.json
|
|
1335
|
+
│ │ │ ├── entrypoints.md
|
|
1336
|
+
│ │ │ ├── files.json
|
|
1337
|
+
│ │ │ ├── index-state.json
|
|
1338
|
+
│ │ │ ├── modules.json
|
|
1339
|
+
│ │ │ ├── project.json
|
|
1340
|
+
│ │ │ ├── repo_map.json
|
|
1341
|
+
│ │ │ ├── repo_map.md
|
|
1342
|
+
│ │ │ ├── schema.json
|
|
1343
|
+
│ │ │ ├── summary.md
|
|
1344
|
+
│ │ │ ├── symbols.json
|
|
1345
|
+
│ │ │ ├── tech_stack.md
|
|
1346
|
+
│ │ │ └── tools.json
|
|
1347
|
+
│ │ ├── ai-context/
|
|
872
1348
|
│ │ │ ├── graph/
|
|
873
1349
|
│ │ │ │ ├── knowledge-graph.json
|
|
874
1350
|
│ │ │ │ ├── module-graph.json
|
|
@@ -903,7 +1379,36 @@
|
|
|
903
1379
|
│ │ │ └── schemas.py
|
|
904
1380
|
│ │ └── README.md
|
|
905
1381
|
│ ├── flask-app/
|
|
906
|
-
│ │ ├── ai/
|
|
1382
|
+
│ │ ├── .ai-dev/
|
|
1383
|
+
│ │ │ ├── context/
|
|
1384
|
+
│ │ │ │ ├── features/
|
|
1385
|
+
│ │ │ │ │ └── app.json
|
|
1386
|
+
│ │ │ │ └── flows/
|
|
1387
|
+
│ │ │ │ └── routes.json
|
|
1388
|
+
│ │ │ ├── graph/
|
|
1389
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1390
|
+
│ │ │ │ ├── module-graph.json
|
|
1391
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1392
|
+
│ │ │ │ └── symbol-references.json
|
|
1393
|
+
│ │ │ ├── ai_context.md
|
|
1394
|
+
│ │ │ ├── ai_rules.md
|
|
1395
|
+
│ │ │ ├── architecture.md
|
|
1396
|
+
│ │ │ ├── cache.json
|
|
1397
|
+
│ │ │ ├── conventions.md
|
|
1398
|
+
│ │ │ ├── dependencies.json
|
|
1399
|
+
│ │ │ ├── entrypoints.md
|
|
1400
|
+
│ │ │ ├── files.json
|
|
1401
|
+
│ │ │ ├── index-state.json
|
|
1402
|
+
│ │ │ ├── modules.json
|
|
1403
|
+
│ │ │ ├── project.json
|
|
1404
|
+
│ │ │ ├── repo_map.json
|
|
1405
|
+
│ │ │ ├── repo_map.md
|
|
1406
|
+
│ │ │ ├── schema.json
|
|
1407
|
+
│ │ │ ├── summary.md
|
|
1408
|
+
│ │ │ ├── symbols.json
|
|
1409
|
+
│ │ │ ├── tech_stack.md
|
|
1410
|
+
│ │ │ └── tools.json
|
|
1411
|
+
│ │ ├── ai-context/
|
|
907
1412
|
│ │ │ ├── context/
|
|
908
1413
|
│ │ │ │ ├── features/
|
|
909
1414
|
│ │ │ │ │ └── app.json
|
|
@@ -952,7 +1457,39 @@
|
|
|
952
1457
|
│ │ ├── README.md
|
|
953
1458
|
│ │ └── config.py
|
|
954
1459
|
│ ├── laravel-app/
|
|
955
|
-
│ │ ├── ai/
|
|
1460
|
+
│ │ ├── .ai-dev/
|
|
1461
|
+
│ │ │ ├── context/
|
|
1462
|
+
│ │ │ │ ├── features/
|
|
1463
|
+
│ │ │ │ │ └── app.json
|
|
1464
|
+
│ │ │ │ └── flows/
|
|
1465
|
+
│ │ │ │ ├── category.json
|
|
1466
|
+
│ │ │ │ ├── comment.json
|
|
1467
|
+
│ │ │ │ ├── post.json
|
|
1468
|
+
│ │ │ │ └── unnamed.json
|
|
1469
|
+
│ │ │ ├── graph/
|
|
1470
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1471
|
+
│ │ │ │ ├── module-graph.json
|
|
1472
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1473
|
+
│ │ │ │ └── symbol-references.json
|
|
1474
|
+
│ │ │ ├── ai_context.md
|
|
1475
|
+
│ │ │ ├── ai_rules.md
|
|
1476
|
+
│ │ │ ├── architecture.md
|
|
1477
|
+
│ │ │ ├── cache.json
|
|
1478
|
+
│ │ │ ├── conventions.md
|
|
1479
|
+
│ │ │ ├── dependencies.json
|
|
1480
|
+
│ │ │ ├── entrypoints.md
|
|
1481
|
+
│ │ │ ├── files.json
|
|
1482
|
+
│ │ │ ├── index-state.json
|
|
1483
|
+
│ │ │ ├── modules.json
|
|
1484
|
+
│ │ │ ├── project.json
|
|
1485
|
+
│ │ │ ├── repo_map.json
|
|
1486
|
+
│ │ │ ├── repo_map.md
|
|
1487
|
+
│ │ │ ├── schema.json
|
|
1488
|
+
│ │ │ ├── summary.md
|
|
1489
|
+
│ │ │ ├── symbols.json
|
|
1490
|
+
│ │ │ ├── tech_stack.md
|
|
1491
|
+
│ │ │ └── tools.json
|
|
1492
|
+
│ │ ├── ai-context/
|
|
956
1493
|
│ │ │ ├── context/
|
|
957
1494
|
│ │ │ │ ├── features/
|
|
958
1495
|
│ │ │ │ │ └── app.json
|
|
@@ -1004,7 +1541,40 @@
|
|
|
1004
1541
|
│ │ ├── README.md
|
|
1005
1542
|
│ │ └── composer.json
|
|
1006
1543
|
│ ├── nestjs-backend/
|
|
1007
|
-
│ │ ├── ai/
|
|
1544
|
+
│ │ ├── .ai-dev/
|
|
1545
|
+
│ │ │ ├── context/
|
|
1546
|
+
│ │ │ │ ├── features/
|
|
1547
|
+
│ │ │ │ │ └── src.json
|
|
1548
|
+
│ │ │ │ └── flows/
|
|
1549
|
+
│ │ │ │ ├── auth.controller.json
|
|
1550
|
+
│ │ │ │ ├── auth.json
|
|
1551
|
+
│ │ │ │ ├── users..json
|
|
1552
|
+
│ │ │ │ ├── users.controller.json
|
|
1553
|
+
│ │ │ │ └── users.json
|
|
1554
|
+
│ │ │ ├── graph/
|
|
1555
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1556
|
+
│ │ │ │ ├── module-graph.json
|
|
1557
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1558
|
+
│ │ │ │ └── symbol-references.json
|
|
1559
|
+
│ │ │ ├── ai_context.md
|
|
1560
|
+
│ │ │ ├── ai_rules.md
|
|
1561
|
+
│ │ │ ├── architecture.md
|
|
1562
|
+
│ │ │ ├── cache.json
|
|
1563
|
+
│ │ │ ├── conventions.md
|
|
1564
|
+
│ │ │ ├── dependencies.json
|
|
1565
|
+
│ │ │ ├── entrypoints.md
|
|
1566
|
+
│ │ │ ├── files.json
|
|
1567
|
+
│ │ │ ├── index-state.json
|
|
1568
|
+
│ │ │ ├── modules.json
|
|
1569
|
+
│ │ │ ├── project.json
|
|
1570
|
+
│ │ │ ├── repo_map.json
|
|
1571
|
+
│ │ │ ├── repo_map.md
|
|
1572
|
+
│ │ │ ├── schema.json
|
|
1573
|
+
│ │ │ ├── summary.md
|
|
1574
|
+
│ │ │ ├── symbols.json
|
|
1575
|
+
│ │ │ ├── tech_stack.md
|
|
1576
|
+
│ │ │ └── tools.json
|
|
1577
|
+
│ │ ├── ai-context/
|
|
1008
1578
|
│ │ │ ├── context/
|
|
1009
1579
|
│ │ │ │ ├── features/
|
|
1010
1580
|
│ │ │ │ │ └── src.json
|
|
@@ -1055,7 +1625,37 @@
|
|
|
1055
1625
|
│ │ ├── package.json
|
|
1056
1626
|
│ │ └── tsconfig.json
|
|
1057
1627
|
│ ├── python-cli/
|
|
1058
|
-
│ │ ├── ai/
|
|
1628
|
+
│ │ ├── .ai-dev/
|
|
1629
|
+
│ │ │ ├── context/
|
|
1630
|
+
│ │ │ │ ├── features/
|
|
1631
|
+
│ │ │ │ │ └── cli.json
|
|
1632
|
+
│ │ │ │ └── flows/
|
|
1633
|
+
│ │ │ │ ├── list_.json
|
|
1634
|
+
│ │ │ │ └── remove_.json
|
|
1635
|
+
│ │ │ ├── graph/
|
|
1636
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1637
|
+
│ │ │ │ ├── module-graph.json
|
|
1638
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1639
|
+
│ │ │ │ └── symbol-references.json
|
|
1640
|
+
│ │ │ ├── ai_context.md
|
|
1641
|
+
│ │ │ ├── ai_rules.md
|
|
1642
|
+
│ │ │ ├── architecture.md
|
|
1643
|
+
│ │ │ ├── cache.json
|
|
1644
|
+
│ │ │ ├── conventions.md
|
|
1645
|
+
│ │ │ ├── dependencies.json
|
|
1646
|
+
│ │ │ ├── entrypoints.md
|
|
1647
|
+
│ │ │ ├── files.json
|
|
1648
|
+
│ │ │ ├── index-state.json
|
|
1649
|
+
│ │ │ ├── modules.json
|
|
1650
|
+
│ │ │ ├── project.json
|
|
1651
|
+
│ │ │ ├── repo_map.json
|
|
1652
|
+
│ │ │ ├── repo_map.md
|
|
1653
|
+
│ │ │ ├── schema.json
|
|
1654
|
+
│ │ │ ├── summary.md
|
|
1655
|
+
│ │ │ ├── symbols.json
|
|
1656
|
+
│ │ │ ├── tech_stack.md
|
|
1657
|
+
│ │ │ └── tools.json
|
|
1658
|
+
│ │ ├── ai-context/
|
|
1059
1659
|
│ │ │ ├── context/
|
|
1060
1660
|
│ │ │ │ ├── features/
|
|
1061
1661
|
│ │ │ │ │ └── cli.json
|
|
@@ -1097,7 +1697,45 @@
|
|
|
1097
1697
|
│ │ ├── __init__.py
|
|
1098
1698
|
│ │ └── main.py
|
|
1099
1699
|
│ ├── rails-app/
|
|
1100
|
-
│ │ ├── ai/
|
|
1700
|
+
│ │ ├── .ai-dev/
|
|
1701
|
+
│ │ │ ├── context/
|
|
1702
|
+
│ │ │ │ ├── features/
|
|
1703
|
+
│ │ │ │ │ ├── app.json
|
|
1704
|
+
│ │ │ │ │ └── config.json
|
|
1705
|
+
│ │ │ │ └── flows/
|
|
1706
|
+
│ │ │ │ ├── application.json
|
|
1707
|
+
│ │ │ │ ├── application_.json
|
|
1708
|
+
│ │ │ │ ├── comments.json
|
|
1709
|
+
│ │ │ │ ├── comments_.json
|
|
1710
|
+
│ │ │ │ ├── posts.json
|
|
1711
|
+
│ │ │ │ ├── posts_.json
|
|
1712
|
+
│ │ │ │ ├── routes.json
|
|
1713
|
+
│ │ │ │ ├── users.json
|
|
1714
|
+
│ │ │ │ └── users_.json
|
|
1715
|
+
│ │ │ ├── graph/
|
|
1716
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1717
|
+
│ │ │ │ ├── module-graph.json
|
|
1718
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1719
|
+
│ │ │ │ └── symbol-references.json
|
|
1720
|
+
│ │ │ ├── ai_context.md
|
|
1721
|
+
│ │ │ ├── ai_rules.md
|
|
1722
|
+
│ │ │ ├── architecture.md
|
|
1723
|
+
│ │ │ ├── cache.json
|
|
1724
|
+
│ │ │ ├── conventions.md
|
|
1725
|
+
│ │ │ ├── dependencies.json
|
|
1726
|
+
│ │ │ ├── entrypoints.md
|
|
1727
|
+
│ │ │ ├── files.json
|
|
1728
|
+
│ │ │ ├── index-state.json
|
|
1729
|
+
│ │ │ ├── modules.json
|
|
1730
|
+
│ │ │ ├── project.json
|
|
1731
|
+
│ │ │ ├── repo_map.json
|
|
1732
|
+
│ │ │ ├── repo_map.md
|
|
1733
|
+
│ │ │ ├── schema.json
|
|
1734
|
+
│ │ │ ├── summary.md
|
|
1735
|
+
│ │ │ ├── symbols.json
|
|
1736
|
+
│ │ │ ├── tech_stack.md
|
|
1737
|
+
│ │ │ └── tools.json
|
|
1738
|
+
│ │ ├── ai-context/
|
|
1101
1739
|
│ │ │ ├── context/
|
|
1102
1740
|
│ │ │ │ ├── features/
|
|
1103
1741
|
│ │ │ │ │ ├── app.json
|
|
@@ -1155,7 +1793,39 @@
|
|
|
1155
1793
|
│ │ │ └── routes.rb
|
|
1156
1794
|
│ │ └── README.md
|
|
1157
1795
|
│ ├── react-app/
|
|
1158
|
-
│ │ ├── ai/
|
|
1796
|
+
│ │ ├── .ai-dev/
|
|
1797
|
+
│ │ │ ├── context/
|
|
1798
|
+
│ │ │ │ ├── features/
|
|
1799
|
+
│ │ │ │ │ └── src.json
|
|
1800
|
+
│ │ │ │ └── flows/
|
|
1801
|
+
│ │ │ │ ├── UsersPage.json
|
|
1802
|
+
│ │ │ │ ├── dashboard.json
|
|
1803
|
+
│ │ │ │ ├── login.json
|
|
1804
|
+
│ │ │ │ └── users.json
|
|
1805
|
+
│ │ │ ├── graph/
|
|
1806
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1807
|
+
│ │ │ │ ├── module-graph.json
|
|
1808
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1809
|
+
│ │ │ │ └── symbol-references.json
|
|
1810
|
+
│ │ │ ├── ai_context.md
|
|
1811
|
+
│ │ │ ├── ai_rules.md
|
|
1812
|
+
│ │ │ ├── architecture.md
|
|
1813
|
+
│ │ │ ├── cache.json
|
|
1814
|
+
│ │ │ ├── conventions.md
|
|
1815
|
+
│ │ │ ├── dependencies.json
|
|
1816
|
+
│ │ │ ├── entrypoints.md
|
|
1817
|
+
│ │ │ ├── files.json
|
|
1818
|
+
│ │ │ ├── index-state.json
|
|
1819
|
+
│ │ │ ├── modules.json
|
|
1820
|
+
│ │ │ ├── project.json
|
|
1821
|
+
│ │ │ ├── repo_map.json
|
|
1822
|
+
│ │ │ ├── repo_map.md
|
|
1823
|
+
│ │ │ ├── schema.json
|
|
1824
|
+
│ │ │ ├── summary.md
|
|
1825
|
+
│ │ │ ├── symbols.json
|
|
1826
|
+
│ │ │ ├── tech_stack.md
|
|
1827
|
+
│ │ │ └── tools.json
|
|
1828
|
+
│ │ ├── ai-context/
|
|
1159
1829
|
│ │ │ ├── context/
|
|
1160
1830
|
│ │ │ │ ├── features/
|
|
1161
1831
|
│ │ │ │ │ └── src.json
|
|
@@ -1202,7 +1872,37 @@
|
|
|
1202
1872
|
│ │ │ └── main.tsx
|
|
1203
1873
|
│ │ └── package.json
|
|
1204
1874
|
│ ├── salesforce-cli/
|
|
1205
|
-
│ │ ├── ai/
|
|
1875
|
+
│ │ ├── .ai-dev/
|
|
1876
|
+
│ │ │ ├── context/
|
|
1877
|
+
│ │ │ │ ├── features/
|
|
1878
|
+
│ │ │ │ │ └── force-app.json
|
|
1879
|
+
│ │ │ │ └── flows/
|
|
1880
|
+
│ │ │ │ ├── account.json
|
|
1881
|
+
│ │ │ │ └── opportunity.json
|
|
1882
|
+
│ │ │ ├── graph/
|
|
1883
|
+
│ │ │ │ ├── knowledge-graph.json
|
|
1884
|
+
│ │ │ │ ├── module-graph.json
|
|
1885
|
+
│ │ │ │ ├── symbol-graph.json
|
|
1886
|
+
│ │ │ │ └── symbol-references.json
|
|
1887
|
+
│ │ │ ├── ai_context.md
|
|
1888
|
+
│ │ │ ├── ai_rules.md
|
|
1889
|
+
│ │ │ ├── architecture.md
|
|
1890
|
+
│ │ │ ├── cache.json
|
|
1891
|
+
│ │ │ ├── conventions.md
|
|
1892
|
+
│ │ │ ├── dependencies.json
|
|
1893
|
+
│ │ │ ├── entrypoints.md
|
|
1894
|
+
│ │ │ ├── files.json
|
|
1895
|
+
│ │ │ ├── index-state.json
|
|
1896
|
+
│ │ │ ├── modules.json
|
|
1897
|
+
│ │ │ ├── project.json
|
|
1898
|
+
│ │ │ ├── repo_map.json
|
|
1899
|
+
│ │ │ ├── repo_map.md
|
|
1900
|
+
│ │ │ ├── schema.json
|
|
1901
|
+
│ │ │ ├── summary.md
|
|
1902
|
+
│ │ │ ├── symbols.json
|
|
1903
|
+
│ │ │ ├── tech_stack.md
|
|
1904
|
+
│ │ │ └── tools.json
|
|
1905
|
+
│ │ ├── ai-context/
|
|
1206
1906
|
│ │ │ ├── context/
|
|
1207
1907
|
│ │ │ │ ├── features/
|
|
1208
1908
|
│ │ │ │ │ └── force-app.json
|
|
@@ -1242,7 +1942,40 @@
|
|
|
1242
1942
|
│ │ │ └── AccountTrigger.trigger
|
|
1243
1943
|
│ │ └── sfdx-project.json
|
|
1244
1944
|
│ └── spring-boot-app/
|
|
1245
|
-
│ ├── ai/
|
|
1945
|
+
│ ├── .ai-dev/
|
|
1946
|
+
│ │ ├── context/
|
|
1947
|
+
│ │ │ ├── features/
|
|
1948
|
+
│ │ │ │ └── src.json
|
|
1949
|
+
│ │ │ └── flows/
|
|
1950
|
+
│ │ │ ├── PostController.json
|
|
1951
|
+
│ │ │ ├── UserController.json
|
|
1952
|
+
│ │ │ ├── comment.json
|
|
1953
|
+
│ │ │ ├── post.json
|
|
1954
|
+
│ │ │ └── user.json
|
|
1955
|
+
│ │ ├── graph/
|
|
1956
|
+
│ │ │ ├── knowledge-graph.json
|
|
1957
|
+
│ │ │ ├── module-graph.json
|
|
1958
|
+
│ │ │ ├── symbol-graph.json
|
|
1959
|
+
│ │ │ └── symbol-references.json
|
|
1960
|
+
│ │ ├── ai_context.md
|
|
1961
|
+
│ │ ├── ai_rules.md
|
|
1962
|
+
│ │ ├── architecture.md
|
|
1963
|
+
│ │ ├── cache.json
|
|
1964
|
+
│ │ ├── conventions.md
|
|
1965
|
+
│ │ ├── dependencies.json
|
|
1966
|
+
│ │ ├── entrypoints.md
|
|
1967
|
+
│ │ ├── files.json
|
|
1968
|
+
│ │ ├── index-state.json
|
|
1969
|
+
│ │ ├── modules.json
|
|
1970
|
+
│ │ ├── project.json
|
|
1971
|
+
│ │ ├── repo_map.json
|
|
1972
|
+
│ │ ├── repo_map.md
|
|
1973
|
+
│ │ ├── schema.json
|
|
1974
|
+
│ │ ├── summary.md
|
|
1975
|
+
│ │ ├── symbols.json
|
|
1976
|
+
│ │ ├── tech_stack.md
|
|
1977
|
+
│ │ └── tools.json
|
|
1978
|
+
│ ├── ai-context/
|
|
1246
1979
|
│ │ ├── context/
|
|
1247
1980
|
│ │ │ ├── features/
|
|
1248
1981
|
│ │ │ │ └── src.json
|
|
@@ -1306,6 +2039,7 @@
|
|
|
1306
2039
|
│ ├── incrementalAnalyzer.test.ts
|
|
1307
2040
|
│ ├── knowledgeGraph.test.ts
|
|
1308
2041
|
│ ├── lazyAnalyzer.test.ts
|
|
2042
|
+
│ ├── phase2-fixes.test.ts
|
|
1309
2043
|
│ ├── schema.test.ts
|
|
1310
2044
|
│ └── semanticContexts.test.ts
|
|
1311
2045
|
├── ANALISIS_COMPLETO.md
|