Files
DerEchteAlec 7644dec3a3 BLD - add GitHub contribution and release automation (#3)
* BLD - add GitHub contribution and release automation

* BLD - restrict dev merges to maintainers

* BLD - add automated review and PR test resources

* DOC - require AI governance checks

* FIX - pin patched nanoid dependency

* TRY - trigger webhook delivery

* TRY - verify webhook routing

* TRY - rerun pull request checks
2026-08-19 15:26:50 +02:00

1.5 KiB

Summary

Closes #

Root cause and approach

Changes

Compatibility and migrations

Validation

  • I ran the narrowest relevant automated tests.
  • I ran pnpm typecheck, pnpm lint, and pnpm test for frontend changes.
  • I ran a production frontend build for frontend changes.
  • I tested affected Lua/native behavior with experimental OAL enabled, or marked the live runtime test as pending below.
  • I verified every changed NUI callback responds on every reachable path.
  • I reviewed the final diff and excluded unrelated work and generated-only edits.

Commands and results:


Runtime evidence

Security and architecture

  • Consequential actions remain server-authoritative and validate identity, permissions, ownership, limits, and payloads.
  • This change introduces no dependency, event, export, global, config, persistence, or fallback connection to another sky_* resource.
  • No secret, credential, private URL, or personal player data is included.

Reviewer notes