Skip to content

Commit 56772cd

Browse files
committed
chore: revert unintended stacklit.json regeneration
The post-commit hook regenerated stacklit.json (new merkle hash and timestamp) when committing the npm fix. That regeneration is unrelated to this PR's scope, so revert it to keep the diff focused on npm/install.js.
1 parent 0f0a7a0 commit 56772cd

1 file changed

Lines changed: 74 additions & 74 deletions

File tree

stacklit.json

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://stacklit.dev/schema/v1.json",
33
"version": "1",
4-
"generated_at": "2026-05-06T00:16:39Z",
4+
"generated_at": "2026-05-04T13:24:15Z",
55
"stacklit_version": "dev",
6-
"merkle_hash": "8fab1ccd73b505f70b9ded06c6503f57b46b463a6f5b511345c164ef1118ad5b",
6+
"merkle_hash": "df2f2e019587fbc890d82a2dae0012908afc29c3cc3fea42bb2ab90b73c11e89",
77
"project": {
88
"name": "stacklit",
99
"root": ".",
@@ -22,7 +22,7 @@
2222
},
2323
"javascript": {
2424
"files": 3,
25-
"lines": 139
25+
"lines": 127
2626
},
2727
"python": {
2828
"files": 1,
@@ -47,7 +47,7 @@
4747
"cmd/stacklit/main.go"
4848
],
4949
"total_files": 75,
50-
"total_lines": 8939
50+
"total_lines": 8927
5151
},
5252
"modules": {
5353
"assets": {
@@ -66,7 +66,7 @@
6666
"depended_by": [
6767
"internal/renderer"
6868
],
69-
"activity": "high"
69+
"activity": "low"
7070
},
7171
"cmd/stacklit": {
7272
"purpose": "Stacklit",
@@ -114,7 +114,7 @@
114114
"depended_by": [
115115
"cmd/stacklit"
116116
],
117-
"activity": "medium"
117+
"activity": "low"
118118
},
119119
"internal/config": {
120120
"purpose": "Configuration management",
@@ -140,7 +140,7 @@
140140
"internal/cli",
141141
"internal/engine"
142142
],
143-
"activity": "medium"
143+
"activity": "low"
144144
},
145145
"internal/derive": {
146146
"purpose": "Derive",
@@ -228,7 +228,7 @@
228228
"depended_by": [
229229
"internal/cli"
230230
],
231-
"activity": "high"
231+
"activity": "low"
232232
},
233233
"internal/git": {
234234
"purpose": "Git integration",
@@ -290,7 +290,7 @@
290290
"depended_by": [
291291
"internal/engine"
292292
],
293-
"activity": "medium"
293+
"activity": "low"
294294
},
295295
"internal/mcp": {
296296
"purpose": "MCP server for AI agents",
@@ -407,7 +407,7 @@
407407
"internal/cli",
408408
"internal/engine"
409409
],
410-
"activity": "medium"
410+
"activity": "low"
411411
},
412412
"internal/schema": {
413413
"purpose": "Data schema definitions",
@@ -431,15 +431,15 @@
431431
],
432432
"type_defs": {
433433
"Architecture": "Pattern string, Summary string",
434+
"Dependencies": "Edges [][]string, Entrypoints []string, MostDepended []string, Isolated []string",
434435
"FrameworkPattern": "Name string, Config []string, Routes string, API string, Middleware string, Models string, Entry string",
435436
"GitInfo": "HotFiles []HotFile, Recent []string, Stable []string",
436437
"Hints": "AddFeature string, TestCmd string, EnvVars []string, DoNotTouch []string",
437438
"HotFile": "Path string, Commits90d int",
438439
"Index": "Schema string, Version string, GeneratedAt string, StacklitVersion string, MerkleHash string, Project Project, Tech Tech, Structure Structure, Modules map[string]ModuleInfo, Dependencies Dependenci...",
439440
"LangStats": "Files int, Lines int",
440-
"MultiIndex": "Schema string, Version string, Type string, GeneratedAt string, TotalFiles int, TotalLines int, TotalModules int, Repos []RepoSummary",
441-
"Project": "Name string, Root string, Type string, Workspaces []string",
442-
"Structure": "Entrypoints []string, TotalFiles int, TotalLines int, KeyDirectories map[string]string"
441+
"ModuleInfo": "Purpose string, Language string, Files int, Lines int, FileList []string, Exports []string, TypeDefs map[string]string, DependsOn []string, DependedBy []string, Activity string",
442+
"MultiIndex": "Schema string, Version string, Type string, GeneratedAt string, TotalFiles int, TotalLines int, TotalModules int, Repos []RepoSummary"
443443
},
444444
"depended_by": [
445445
"internal/cli",
@@ -450,7 +450,7 @@
450450
"internal/setup",
451451
"internal/summary"
452452
],
453-
"activity": "medium"
453+
"activity": "low"
454454
},
455455
"internal/setup": {
456456
"purpose": "Setup",
@@ -522,11 +522,11 @@
522522
"purpose": "Npm",
523523
"language": "javascript",
524524
"files": 1,
525-
"lines": 113,
525+
"lines": 101,
526526
"file_list": [
527527
"install.js"
528528
],
529-
"activity": "medium"
529+
"activity": "low"
530530
},
531531
"npm/bin": {
532532
"purpose": "Bin",
@@ -677,109 +677,109 @@
677677
"git": {
678678
"hot_files": [
679679
{
680-
"path": "stacklit.json",
681-
"commits_90d": 31
680+
"path": ".github/workflows/ci.yml",
681+
"commits_90d": 1
682682
},
683683
{
684-
"path": "README.md",
685-
"commits_90d": 17
684+
"path": ".github/workflows/release.yml",
685+
"commits_90d": 1
686686
},
687687
{
688-
"path": "internal/engine/engine.go",
689-
"commits_90d": 17
688+
"path": ".github/workflows/stacklit-index.yml",
689+
"commits_90d": 1
690690
},
691691
{
692-
"path": "stacklit.mmd",
693-
"commits_90d": 14
692+
"path": ".gitignore",
693+
"commits_90d": 1
694694
},
695695
{
696-
"path": "assets/template.html",
697-
"commits_90d": 11
696+
"path": ".goreleaser.yml",
697+
"commits_90d": 1
698698
},
699699
{
700-
"path": "internal/graph/graph.go",
701-
"commits_90d": 9
700+
"path": "COMPARISON.md",
701+
"commits_90d": 1
702702
},
703703
{
704-
"path": "internal/schema/schema.go",
705-
"commits_90d": 8
704+
"path": "DEPENDENCIES.md",
705+
"commits_90d": 1
706706
},
707707
{
708-
"path": "internal/renderer/mermaid.go",
709-
"commits_90d": 7
708+
"path": "LICENSE",
709+
"commits_90d": 1
710710
},
711711
{
712-
"path": "go.mod",
713-
"commits_90d": 6
712+
"path": "Makefile",
713+
"commits_90d": 1
714714
},
715715
{
716-
"path": "internal/graph/graph_test.go",
717-
"commits_90d": 6
716+
"path": "README.md",
717+
"commits_90d": 1
718718
},
719719
{
720-
"path": "npm/package.json",
721-
"commits_90d": 6
720+
"path": "SKILL.md",
721+
"commits_90d": 1
722722
},
723723
{
724-
"path": ".github/workflows/release.yml",
725-
"commits_90d": 5
724+
"path": "USAGE.md",
725+
"commits_90d": 1
726726
},
727727
{
728-
"path": "DEPENDENCIES.md",
729-
"commits_90d": 5
728+
"path": "action/action.yml",
729+
"commits_90d": 1
730730
},
731731
{
732-
"path": "go.sum",
733-
"commits_90d": 5
732+
"path": "assets/embed.go",
733+
"commits_90d": 1
734734
},
735735
{
736-
"path": "internal/cli/init.go",
737-
"commits_90d": 5
736+
"path": "assets/lang-icons.js",
737+
"commits_90d": 1
738738
},
739739
{
740-
"path": "internal/renderer/mermaid_test.go",
741-
"commits_90d": 5
740+
"path": "assets/template.html",
741+
"commits_90d": 1
742742
},
743743
{
744-
"path": "internal/cli/diff.go",
745-
"commits_90d": 4
744+
"path": "cmd/stacklit/main.go",
745+
"commits_90d": 1
746746
},
747747
{
748-
"path": "internal/cli/root.go",
749-
"commits_90d": 4
748+
"path": "demo.gif",
749+
"commits_90d": 1
750750
},
751751
{
752-
"path": "internal/config/config.go",
753-
"commits_90d": 4
752+
"path": "demo.tape",
753+
"commits_90d": 1
754754
},
755755
{
756-
"path": "internal/config/config_test.go",
757-
"commits_90d": 4
756+
"path": "docs/superpowers/plans/2026-04-12-growth-package.md",
757+
"commits_90d": 1
758758
}
759759
],
760760
"recent": [
761-
"README.md",
762-
"USAGE.md",
763-
"npm/install.js",
764-
"DEPENDENCIES.md",
765-
"stacklit.json",
766-
"internal/engine/engine.go",
767-
"internal/summary/cli.go",
768-
"internal/engine/engine_test.go",
761+
".github/workflows/ci.yml",
762+
".github/workflows/release.yml",
763+
".github/workflows/stacklit-index.yml",
764+
".gitignore",
765+
".goreleaser.yml",
769766
"COMPARISON.md",
770-
".github/workflows/stacklit-index.yml"
767+
"DEPENDENCIES.md",
768+
"LICENSE",
769+
"Makefile",
770+
"README.md"
771771
],
772772
"stable": [
773+
".github/workflows/ci.yml",
774+
".github/workflows/release.yml",
775+
".github/workflows/stacklit-index.yml",
776+
".gitignore",
777+
".goreleaser.yml",
778+
"COMPARISON.md",
779+
"DEPENDENCIES.md",
773780
"LICENSE",
774-
"assets/lang-icons.js",
775-
"docs/superpowers/plans/2026-04-12-growth-package.md",
776-
"docs/superpowers/specs/2026-04-12-growth-package-design.md",
777-
"examples/axum/DEPENDENCIES.md",
778-
"examples/axum/stacklit.json",
779-
"examples/express/DEPENDENCIES.md",
780-
"examples/express/stacklit.json",
781-
"examples/fastapi/DEPENDENCIES.md",
782-
"examples/fastapi/stacklit.json"
781+
"Makefile",
782+
"README.md"
783783
]
784784
},
785785
"hints": {

0 commit comments

Comments
 (0)