Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.14 KB

File metadata and controls

63 lines (42 loc) · 2.14 KB

Summary

Approach

Change type

  • Bug fix
  • Handcrafted loader
  • Structural catalog change
  • Core/API change
  • Gallery or documentation change
  • Tooling, test, or distribution change
  • Breaking change

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test
  • pnpm build
  • pnpm test:browser against a running pnpm dev or preview server

Manual coverage:

Loader contract

  • All eight agent states have intentional visuals
  • Reduced motion remains useful and static
  • Size, speed, pause, reconnect, and theme refresh work
  • Progress is visible and accessible, or supportsProgress is false
  • Metadata, registration, package export, and source filenames agree
  • No per-frame layout reads, style reads, canvas allocation, or unbounded resources
  • Visuals and assets are original or include compatible license and attribution

Visual evidence

Generated files and dependencies

Accessibility and compatibility

Checklist

  • The pull request is focused and linked to an issue or proposal when one exists or is required
  • Documentation and changelog entries are updated when user-facing behavior changed
  • Generated adapters were changed through their canonical source
  • No credentials, personal data, build output, or unrelated changes are included
  • I have the right to submit this work under the MIT License