update phrasing of the rules, prepr

This commit is contained in:
Prospector
2026-08-01 18:09:19 -07:00
parent 866bccf407
commit d5e005adb3
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -188,13 +188,13 @@
<h2 id="generative-ai">6. Usage of Generative "AI"</h2> <h2 id="generative-ai">6. Usage of Generative "AI"</h2>
<p> <p>
Projects must be forthright and honest about the usage of generative AI when producing Projects must be forthright and honest about the usage of generative AI in their production,
projects or any other posted content and cannot be entirely or primarily comprised of content publication, and within the project itself. Projects cannot be entirely or primarily comprised
created or derived from generative AI output. of content created or derived from generative AI output.
</p> </p>
<p>Projects must abide by all of the following requirements:</p> <p>Projects must abide by all of the following requirements:</p>
<ol> <ol>
<li>Apply the “AI-assisted” content disclosure when:</li> <li>Apply the “Contains AI-generated content” content disclosure when:</li>
<ol type="a"> <ol type="a">
<li>a substantial portion of the project's code is a product of AI output.</li> <li>a substantial portion of the project's code is a product of AI output.</li>
<li> <li>
@@ -1,6 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
import { SmartClickable, Toggle } from '@modrinth/ui' import { SmartClickable, Toggle } from '@modrinth/ui'
import { useId, computed } from 'vue' import { computed, useId } from 'vue'
const value = defineModel<boolean>('value', { required: true }) const value = defineModel<boolean>('value', { required: true })