Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 789 Bytes

File metadata and controls

19 lines (12 loc) · 789 Bytes

How I Build UpscalerJS

I (@thekevinscott) use AI freely and often in developing UpscalerJS, and I am responsible for every part of the system.

I maintain the following standards:

  • I review every change before merge, regardless of how it was produced.
  • Nothing merges that I can't explain without the tool that produced it.
  • All changes pass the test suite via a pull request before merge.
  • Accountability for every merged change is mine. "AI wrote it" is never an answer.

Attribution

  • Commits authored by @thekevinbot are agent-produced.
  • Commits authored by @thekevinscott are my work; assume AI assistance was involved.

Contributors are held to different rules than I hold myself to. See CONTRIBUTING.md for external contribution guidelines.