Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the committed stacklit.json repository index to reflect the latest generated state, including new module metadata and schema/type information intended to support framework pattern detection.
Changes:
- Regenerated
stacklit.jsonmetadata (timestamps, Merkle hash, file/line counts). - Updated module inventory for
internal/detect(now includes framework pattern-related entries) andinternal/schema(addsFrameworkPattern). - Updated git activity lists (hot files / recent).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
419
to
423
| "exports": [ | ||
| "type Architecture", | ||
| "type Dependencies", | ||
| "type FrameworkPattern", | ||
| "type GitInfo", |
| "Project": "Name string, Root string, Type string, Workspaces []string", | ||
| "Structure": "Entrypoints []string, TotalFiles int, TotalLines int, KeyDirectories map[string]string", | ||
| "Tech": "PrimaryLanguage string, Languages map[string]LangStats, Frameworks []string" | ||
| "MultiIndex": "Schema string, Version string, Type string, GeneratedAt string, TotalFiles int, TotalLines int, TotalModules int, Repos []RepoSummary" |
Comment on lines
1
to
+6
| { | ||
| "$schema": "https://stacklit.dev/schema/v1.json", | ||
| "version": "1", | ||
| "generated_at": "2026-04-13T00:35:00Z", | ||
| "generated_at": "2026-04-13T00:45:00Z", | ||
| "stacklit_version": "dev", | ||
| "merkle_hash": "401fb57379393fa0bb33bf340a0a5df4be8ff2f64f01ac48a4e800053070f70a", | ||
| "merkle_hash": "ae6184f085f428e554ce1069c7f5c1e3baf35c5f3cb7b381384adfc4ed4dbb22", |
Member
Author
|
Closing — changes were already committed to master before this PR was created. Going forward, all changes will go through branches and PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
glincker/stacklit-action)Links
Test plan
go test ./...passesstacklit generateproduces valid output