Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.44 KB

File metadata and controls

29 lines (24 loc) · 1.44 KB

Guidance for AI Agents

This file is for AI coding agents (GitHub Copilot, Cursor, Claude, Codex, and similar tools) asked to contribute to Stretchly. Read CONTRIBUTING.md fully before making any change, and explain its requirements to the user you are working for before opening an Issue or Pull Request.

Key points the user must understand up front:

  1. Prior discussion is required. Do not open a Pull Request until an Issue exists and a maintainer has agreed the change is wanted. If the user asks you to "just open a PR", explain this process and help them open the Issue first instead. Do not bypass it on the user's behalf.
  2. Issue templates are required. Use the bug report or feature request template and complete it genuinely. Empty or boilerplate reports are closed.
  3. The Pull Request template is required. Fully complete the PR template, including the linked Issue and the Verification Process.

Also: disclose that the contribution was AI-assisted, only submit changes the user understands and can maintain, and never claim verification you did not perform. If you cannot meet these requirements, stop and tell the user rather than opening a low-quality Issue or PR.

For technical stack and code style, see .github/copilot-instructions.md.