Skip to content

Improve stackforge package discovery metadata#22

Merged
rogerchappel merged 1 commit into
mainfrom
garden/steward-20260705c-stackforge
Jul 5, 2026
Merged

Improve stackforge package discovery metadata#22
rogerchappel merged 1 commit into
mainfrom
garden/steward-20260705c-stackforge

Conversation

@rogerchappel

Copy link
Copy Markdown
Owner

What changed

  • Added accurate package keywords for npm/GitHub discovery.

Why it matters

Developers browsing the package can understand the project category without reading the full README first, and package indexes get more accurate metadata.

Verification

  • node -e "const p=require('./package.json'); if (!Array.isArray(p.keywords) || p.keywords.length < 3) process.exit(1)": pass
  • npm pack --dry-run: pass

Remaining limitations

No runtime behavior changes were made.

@rogerchappel rogerchappel merged commit 8e74e7c into main Jul 5, 2026
3 checks passed
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.

1 participant