|
1 | 1 | { |
2 | 2 | "$schema": "https://stacklit.dev/schema/v1.json", |
3 | 3 | "version": "1", |
4 | | - "generated_at": "2026-04-10T00:05:04Z", |
| 4 | + "generated_at": "2026-04-10T00:13:27Z", |
5 | 5 | "stacklit_version": "dev", |
6 | | - "merkle_hash": "bd0d1090ba4aff650f9a9d9a308b118e7708043445a2cc9cbc202e800378608e", |
| 6 | + "merkle_hash": "a4375e781070df0cf5d9b49c6b64aa1a902ed9a002d18cc9f0e62544227f4b4a", |
7 | 7 | "project": { |
8 | 8 | "name": "stacklit", |
9 | 9 | "root": ".", |
|
14 | 14 | "languages": { |
15 | 15 | "go": { |
16 | 16 | "files": 48, |
17 | | - "lines": 5698 |
| 17 | + "lines": 5700 |
18 | 18 | }, |
19 | 19 | "java": { |
20 | 20 | "files": 1, |
|
47 | 47 | "cmd/stacklit/main.go" |
48 | 48 | ], |
49 | 49 | "total_files": 59, |
50 | | - "total_lines": 5910 |
| 50 | + "total_lines": 5912 |
51 | 51 | }, |
52 | 52 | "modules": { |
53 | 53 | "assets": { |
|
341 | 341 | "purpose": "Output renderers", |
342 | 342 | "language": "go", |
343 | 343 | "files": 5, |
344 | | - "lines": 371, |
| 344 | + "lines": 373, |
345 | 345 | "file_list": [ |
346 | 346 | "html.go", |
347 | 347 | "json.go", |
|
386 | 386 | ], |
387 | 387 | "type_defs": { |
388 | 388 | "Architecture": "Pattern string, Summary string", |
389 | | - "Hints": "AddFeature string, TestCmd string, EnvVars []string, DoNotTouch []string", |
| 389 | + "Dependencies": "Edges [][]string, Entrypoints []string, MostDepended []string, Isolated []string", |
| 390 | + "GitInfo": "HotFiles []HotFile, Recent []string, Stable []string", |
390 | 391 | "HotFile": "Path string, Commits90d int", |
391 | 392 | "Index": "Schema string, Version string, GeneratedAt string, StacklitVersion string, MerkleHash string, Project Project, Tech Tech, Structure Structure, Modules map[string]ModuleInfo, Dependencies Dependenci...", |
392 | | - "LangStats": "Files int, Lines int", |
393 | 393 | "ModuleInfo": "Purpose string, Language string, Files int, Lines int, FileList []string, Exports []string, TypeDefs map[string]string, DependsOn []string, DependedBy []string, Activity string", |
394 | 394 | "MultiIndex": "Schema string, Version string, Type string, GeneratedAt string, TotalFiles int, TotalLines int, TotalModules int, Repos []RepoSummary", |
395 | | - "Project": "Name string, Root string, Type string, Workspaces []string", |
396 | 395 | "RepoSummary": "Name string, Path string, PrimaryLanguage string, TotalFiles int, TotalLines int, Modules map[string]ModuleInfo, Frameworks []string, Entrypoints []string", |
| 396 | + "Structure": "Entrypoints []string, TotalFiles int, TotalLines int, KeyDirectories map[string]string", |
397 | 397 | "Tech": "PrimaryLanguage string, Languages map[string]LangStats, Frameworks []string" |
398 | 398 | }, |
399 | 399 | "depended_by": [ |
|
578 | 578 | "hot_files": [ |
579 | 579 | { |
580 | 580 | "path": "internal/engine/engine.go", |
581 | | - "commits_90d": 12 |
| 581 | + "commits_90d": 13 |
582 | 582 | }, |
583 | 583 | { |
584 | 584 | "path": "stacklit.json", |
585 | | - "commits_90d": 11 |
| 585 | + "commits_90d": 12 |
586 | 586 | }, |
587 | 587 | { |
588 | 588 | "path": "stacklit.mmd", |
589 | | - "commits_90d": 11 |
| 589 | + "commits_90d": 12 |
590 | 590 | }, |
591 | 591 | { |
592 | 592 | "path": "assets/template.html", |
|
602 | 602 | }, |
603 | 603 | { |
604 | 604 | "path": "README.md", |
605 | | - "commits_90d": 5 |
| 605 | + "commits_90d": 6 |
606 | 606 | }, |
607 | 607 | { |
608 | 608 | "path": "go.mod", |
|
658 | 658 | } |
659 | 659 | ], |
660 | 660 | "recent": [ |
| 661 | + "npm/README.md", |
| 662 | + "npm/package.json", |
661 | 663 | "README.md", |
662 | | - "assets/template.html", |
663 | 664 | "demo.gif", |
664 | 665 | "demo.tape", |
665 | | - "internal/mcp/server.go", |
| 666 | + "internal/engine/engine.go", |
| 667 | + "stacklit-og.png", |
666 | 668 | "stacklit.json", |
667 | 669 | "stacklit.mmd", |
668 | | - "npm/README.md", |
669 | | - "npm/bin/stacklit.js", |
670 | | - "npm/package.json" |
| 670 | + "assets/template.html" |
671 | 671 | ], |
672 | 672 | "stable": [ |
673 | 673 | "LICENSE", |
674 | 674 | "action/action.yml", |
675 | 675 | "assets/lang-icons.js", |
676 | | - "demo.gif", |
677 | | - "demo.tape", |
678 | 676 | "internal/cli/serve.go", |
679 | 677 | "internal/config/config.go", |
680 | 678 | "internal/config/config_test.go", |
681 | 679 | "internal/detect/envvars.go", |
682 | | - "internal/detect/frameworks.go" |
| 680 | + "internal/detect/frameworks.go", |
| 681 | + "internal/detect/frameworks_test.go", |
| 682 | + "internal/git/activity.go" |
683 | 683 | ] |
684 | 684 | }, |
685 | 685 | "hints": { |
|
0 commit comments