Skip to content

feat: growth package v0.4.0#15

Closed
thegdsks wants to merge 3 commits intomasterfrom
feat/growth-package-v0.4.0
Closed

feat: growth package v0.4.0#15
thegdsks wants to merge 3 commits intomasterfrom
feat/growth-package-v0.4.0

Conversation

@thegdsks
Copy link
Copy Markdown
Member

Summary

  • GitHub Action for auto-indexing (glincker/stacklit-action)
  • Share button in visual map HTML for downloading standalone maps
  • Framework pattern detection (Next.js, Express, FastAPI, Django, Gin, Spring Boot)
  • Comparison table in README linking to full Discussion post
  • Benchmark Discussion post (placeholder, numbers TBD)
  • Regenerated index with framework_patterns schema support

Links

Test plan

  • go test ./... passes
  • stacklit generate produces valid output
  • GitHub Action tested on a sample repo
  • Share button tested locally in browser

Copilot AI review requested due to automatic review settings April 13, 2026 00:41
@thegdsks thegdsks self-assigned this Apr 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json metadata (timestamps, Merkle hash, file/line counts).
  • Updated module inventory for internal/detect (now includes framework pattern-related entries) and internal/schema (adds FrameworkPattern).
  • 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",
@thegdsks
Copy link
Copy Markdown
Member Author

Closing — changes were already committed to master before this PR was created. Going forward, all changes will go through branches and PRs.

@thegdsks thegdsks closed this Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants