chore: rebrand as @supsys/discovery and update repository URLs

- Change package name from @astrojs/discovery to @supsys/discovery
- Update repository URL to git.supported.systems
- Update CHANGELOG references
- Rebuild and verify all tests pass (89/89)
This commit is contained in:
Ryan Malloy 2025-12-22 19:49:26 -07:00
parent 192ce8194f
commit c7bcc4b1e5
4 changed files with 501 additions and 68 deletions

53
.npmignore Normal file
View file

@ -0,0 +1,53 @@
# Source files (dist/ is published via package.json "files" field)
src/
tests/
*.test.ts
*.spec.ts
# Documentation site (separate deployment)
docs/
# Build artifacts
*.tsbuildinfo
.astro/
node_modules/
# Development files
.vscode/
.idea/
*.log
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Development configs
tsconfig.json
vitest.config.ts
.eslintrc*
.prettierrc*
# Testing
coverage/
.nyc_output/
# Misc
.DS_Store
Thumbs.db
.env
.env.*
# Project-specific
status.json
artifacts/
PUBLISHING.md
CLAUDE.md