Skip to content

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 14 May 23:28
· 31 commits to main since this release

[1.0.13] - 2026-05-14

🛡️ Security

  • 37cbc1f — 🧹 [chore] Align repo guidance and tooling

🧹 [chore] Aligns shared config wiring and lint suppressions with current tooling

  • Reduces stale exceptions, keeps JSDoc-typed JavaScript APIs clean, and avoids avoidable lint noise in maintenance code.

🧹 [chore] Refreshes development tooling versions

  • Picks up newer linting, packaging, and test-stack updates to keep local and CI behavior in sync.

📝 [docs] Adds scoped repository guidance for general work, automation, CI/CD, scripts, and tests

  • Helps generated assistance follow project conventions more consistently, especially around security, validation, and repeatable maintenance workflows.

🧪 [test] Splits preset assertions into narrower cases

  • Makes regressions easier to diagnose by separating default-file coverage from override-option coverage.

🧹 Chores