|
1 | 1 | { |
2 | 2 | "$schema": "https://stacklit.dev/schema/v1.json", |
3 | 3 | "version": "1", |
4 | | - "generated_at": "2026-04-10T19:43:30Z", |
| 4 | + "generated_at": "2026-04-11T20:44:58Z", |
5 | 5 | "stacklit_version": "dev", |
6 | | - "merkle_hash": "30be93d7f694cca2cd354dcaaa49aa84329732f577399f2f0fddaffcfab3b5ef", |
| 6 | + "merkle_hash": "dcc7d770eed645addb8cd8239c889f2b16333d4bae240bc662cabf562c7e505f", |
7 | 7 | "project": { |
8 | 8 | "name": "stacklit", |
9 | 9 | "root": ".", |
|
14 | 14 | "languages": { |
15 | 15 | "go": { |
16 | 16 | "files": 59, |
17 | | - "lines": 7862 |
| 17 | + "lines": 7994 |
18 | 18 | }, |
19 | 19 | "java": { |
20 | 20 | "files": 1, |
|
47 | 47 | "cmd/stacklit/main.go" |
48 | 48 | ], |
49 | 49 | "total_files": 70, |
50 | | - "total_lines": 8068 |
| 50 | + "total_lines": 8200 |
51 | 51 | }, |
52 | 52 | "modules": { |
53 | 53 | "assets": { |
|
251 | 251 | "purpose": "Dependency graph", |
252 | 252 | "language": "go", |
253 | 253 | "files": 2, |
254 | | - "lines": 494, |
| 254 | + "lines": 626, |
255 | 255 | "file_list": [ |
256 | 256 | "graph.go", |
257 | 257 | "graph_test.go" |
|
418 | 418 | "type Project" |
419 | 419 | ], |
420 | 420 | "type_defs": { |
421 | | - "Dependencies": "Edges [][]string, Entrypoints []string, MostDepended []string, Isolated []string", |
422 | | - "GitInfo": "HotFiles []HotFile, Recent []string, Stable []string", |
| 421 | + "Architecture": "Pattern string, Summary string", |
423 | 422 | "Hints": "AddFeature string, TestCmd string, EnvVars []string, DoNotTouch []string", |
| 423 | + "HotFile": "Path string, Commits90d int", |
424 | 424 | "Index": "Schema string, Version string, GeneratedAt string, StacklitVersion string, MerkleHash string, Project Project, Tech Tech, Structure Structure, Modules map[string]ModuleInfo, Dependencies Dependenci...", |
425 | | - "LangStats": "Files int, Lines int", |
426 | 425 | "ModuleInfo": "Purpose string, Language string, Files int, Lines int, FileList []string, Exports []string, TypeDefs map[string]string, DependsOn []string, DependedBy []string, Activity string", |
427 | 426 | "MultiIndex": "Schema string, Version string, Type string, GeneratedAt string, TotalFiles int, TotalLines int, TotalModules int, Repos []RepoSummary", |
| 427 | + "Project": "Name string, Root string, Type string, Workspaces []string", |
428 | 428 | "RepoSummary": "Name string, Path string, PrimaryLanguage string, TotalFiles int, TotalLines int, Modules map[string]ModuleInfo, Frameworks []string, Entrypoints []string", |
429 | 429 | "Structure": "Entrypoints []string, TotalFiles int, TotalLines int, KeyDirectories map[string]string", |
430 | 430 | "Tech": "PrimaryLanguage string, Languages map[string]LangStats, Frameworks []string" |
|
660 | 660 | "hot_files": [ |
661 | 661 | { |
662 | 662 | "path": "stacklit.json", |
663 | | - "commits_90d": 18 |
| 663 | + "commits_90d": 19 |
664 | 664 | }, |
665 | 665 | { |
666 | 666 | "path": "stacklit.mmd", |
|
680 | 680 | }, |
681 | 681 | { |
682 | 682 | "path": "internal/graph/graph.go", |
683 | | - "commits_90d": 7 |
| 683 | + "commits_90d": 9 |
684 | 684 | }, |
685 | 685 | { |
686 | 686 | "path": "internal/schema/schema.go", |
|
702 | 702 | "path": "internal/cli/init.go", |
703 | 703 | "commits_90d": 5 |
704 | 704 | }, |
| 705 | + { |
| 706 | + "path": "internal/graph/graph_test.go", |
| 707 | + "commits_90d": 5 |
| 708 | + }, |
705 | 709 | { |
706 | 710 | "path": "internal/renderer/mermaid_test.go", |
707 | 711 | "commits_90d": 5 |
|
733 | 737 | { |
734 | 738 | "path": "internal/cli/view.go", |
735 | 739 | "commits_90d": 3 |
736 | | - }, |
737 | | - { |
738 | | - "path": "internal/graph/graph_test.go", |
739 | | - "commits_90d": 3 |
740 | 740 | } |
741 | 741 | ], |
742 | 742 | "recent": [ |
743 | | - "README.md", |
| 743 | + "internal/graph/graph.go", |
| 744 | + "internal/graph/graph_test.go", |
744 | 745 | "stacklit.json", |
| 746 | + "README.md", |
745 | 747 | "npm/install.js", |
746 | 748 | ".gitignore", |
747 | 749 | "COMPARISON.md", |
748 | 750 | "USAGE.md", |
749 | 751 | "examples/README.md", |
750 | | - "internal/cli/derive.go", |
751 | | - "internal/cli/root.go", |
752 | | - "internal/cli/setup.go" |
| 752 | + "internal/cli/derive.go" |
753 | 753 | ], |
754 | 754 | "stable": [ |
755 | 755 | "COMPARISON.md", |
|
0 commit comments