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
fix: scaffold emits type-correct workflow set and derives stale literals (#74)
mcp-server repos no longer get the cursor-plugin-specific validate.yml and
release.yml. Per standards/ci-cd.md, validate.yml's checks all assume a
plugin.json and publish.yml replaces release.yml, so the emitted set now
matches standards/drift-checker.config.json exactly (drift-check, stale,
publish) plus the optional-for-both pages and label-sync.
Also derive the LICENSE copyright year from the current UTC year instead of
a hardcoded 2026, make plugin.json keywords type-aware (drop the stock "mcp"
keyword unless the repo has an MCP server), add PyYAML to the CI test
environment so the YAML-validating tests stop silently importorskip-ing, and
add a born-green integration test that renders each type and asserts detected
type, empty drift, current markers/pins, README counts, and the exact
workflow set.
Bumps VERSION 1.16.2 -> 1.16.3.
Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments