You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
maplibre-source-wiring skill, split out of maplibre-tile-sources so that "the source is configured but nothing draws" routes to a focused skill; maplibre-tile-sources narrowed to choosing and identifying a source, and cross-references updated across the collection (#69)
maplibre-v6-migration skill, for upgrading a v5 app to v6's ESM-only build and other breaking changes (#53)
maplibre-skill-authoring process skill, for turning a research session into a new skill or a failure report (#57)
maplibre-fonts-glyphs skill, extracted from maplibre-cartography and maplibre-tile-sources (#56)
Changed
maplibre-v6-migration: add the missing status field (#77)
Fixed
pinned generator max_tokens lowered 8192 → 4096; no output is lost, and far fewer calls are rejected against Groq's TPM ceiling (#63)
maplibre-mapbox-migration and maplibre-pmtiles-patterns: corrected import and CDN examples broken by MapLibre GL JS v6's ES-module-only build (#59)
Internal
evals: re-ran maplibre-cartography, maplibre-mapbox-migration, maplibre-pmtiles-patterns, maplibre-terrain-patterns on the Groq pin and replaced their Cerebras-era results (#64) (#70)
Release watch: a weekly check that files an issue when an upstream release removes, renames, or deprecates something a skill still mentions (#71) (#74)
eval.yml: a publish-job failure after a passing eval now opens an eval-publish issue (#55) (#60)
Versioning and CHANGELOG automation: a Changelog field in the PR template, entries recorded on merge, a Release workflow that cuts the version and regenerates the README skills table (#58)