Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- **Style ID validation for `style_comparison_tool`**: `before` and `after` inputs are now validated to contain only alphanumeric characters, hyphens, and underscores (after stripping the optional `mapbox://styles/` prefix). Validation is enforced at both the Zod schema layer and inside `processStyleId()`. Malformed style IDs are rejected with a descriptive error before any URL is constructed.

### Documentation

- **Engineering standards**: Note that unsolicited third-party directory/discovery listing PRs are out of scope and will be closed without review.

## 0.8.1 - 2026-06-11

### Changed
Expand Down
4 changes: 4 additions & 0 deletions docs/engineering_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ Changes flow through pull requests requiring approval from core maintainers:
- Run tests and linting before pushing: `npm test && npm run lint`
- Build must succeed: `npm run build`

**Out of Scope:**

We do not accept PRs that add listings, badges, or manifest files for third-party directories, registries, or "discovery" services (e.g. unsolicited `README.md` badges linking to an external site, or manifest files with no functional purpose in this project). These will be closed without review.

## Security and DevOps

**Environment Variables:**
Expand Down
Loading