|
1 | | -# AI Disclosure |
2 | | - |
3 | | -This file documents any AI-assisted development used in this plugin. |
4 | | - |
5 | | -## Tools Used |
6 | | - |
7 | | -- GitHub Copilot (code generation) |
8 | | -- Claude (code review and documentation) |
9 | | - |
10 | | -## Scope |
11 | | - |
12 | | -AI assistance was used in the following areas: |
13 | | - |
14 | | -- `mod.ts` — Core logic was drafted by GitHub Copilot, manually reviewed and modified |
15 | | -- `README.md` — Initial structure by Claude, edited for accuracy |
16 | | -- `test/unit/mod.test.ts` — Test cases generated by GitHub Copilot, verified for correctness |
17 | | -- `manifest.json` — Manual configuration, no AI assistance |
18 | | - |
19 | | -## Review |
20 | | - |
21 | | -All AI-generated code was reviewed by a human developer, tested thoroughly, and verified to work correctly before being committed to this repository. |
22 | | - |
23 | | -## Certification |
24 | | - |
25 | | -I certify that I understand the code being submitted and take full responsibility for its behavior and security. |
26 | | - |
27 | | ---- |
28 | | - |
29 | | -## Disclosure in manifest.json |
30 | | - |
31 | | -The `manifest.json` file includes this disclosure: |
32 | | - |
33 | | -```json |
34 | | -{ |
35 | | - "aiDisclosure": { |
36 | | - "tools": ["copilot", "claude"], |
37 | | - "generatedFiles": ["mod.ts", "README.md", "test/unit/mod.test.ts"], |
38 | | - "humanReviewed": true, |
39 | | - "statement": "All AI-generated code was reviewed, tested, and verified for correctness and security." |
40 | | - } |
41 | | -} |
42 | | -``` |
43 | | - |
44 | | ---- |
45 | | - |
46 | | -## Why This Matters |
47 | | - |
48 | | -- **Trust** — Users know what to expect from the code |
49 | | -- **Review** — Marketplace reviewers can assess AI-generated vs. human-written code |
50 | | -- **Security** — Extra scrutiny is paid to AI-generated code for vulnerabilities |
51 | | -- **Attribution** — Proper credit for the development process |
| 1 | +# AI Disclosure |
| 2 | + |
| 3 | +This file documents any AI-assisted development used in this plugin. |
| 4 | + |
| 5 | +## Tools Used |
| 6 | + |
| 7 | +- GitHub Copilot (code generation) |
| 8 | +- Claude (code review and documentation) |
| 9 | + |
| 10 | +## Scope |
| 11 | + |
| 12 | +AI assistance was used in the following areas: |
| 13 | + |
| 14 | +- `mod.ts` — Core logic was drafted by GitHub Copilot, manually reviewed and modified |
| 15 | +- `README.md` — Initial structure by Claude, edited for accuracy |
| 16 | +- `test/unit/mod.test.ts` — Test cases generated by GitHub Copilot, verified for correctness |
| 17 | +- `manifest.json` — Manual configuration, no AI assistance |
| 18 | + |
| 19 | +## Review |
| 20 | + |
| 21 | +All AI-generated code was reviewed by a human developer, tested thoroughly, and verified to work |
| 22 | +correctly before being committed to this repository. |
| 23 | + |
| 24 | +## Certification |
| 25 | + |
| 26 | +I certify that I understand the code being submitted and take full responsibility for its behavior |
| 27 | +and security. |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +## Disclosure in manifest.json |
| 32 | + |
| 33 | +The `manifest.json` file includes this disclosure: |
| 34 | + |
| 35 | +```json |
| 36 | +{ |
| 37 | + "aiDisclosure": { |
| 38 | + "tools": ["copilot", "claude"], |
| 39 | + "generatedFiles": ["mod.ts", "README.md", "test/unit/mod.test.ts"], |
| 40 | + "humanReviewed": true, |
| 41 | + "statement": "All AI-generated code was reviewed, tested, and verified for correctness and security." |
| 42 | + } |
| 43 | +} |
| 44 | +``` |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +## Why This Matters |
| 49 | + |
| 50 | +- **Trust** — Users know what to expect from the code |
| 51 | +- **Review** — Marketplace reviewers can assess AI-generated vs. human-written code |
| 52 | +- **Security** — Extra scrutiny is paid to AI-generated code for vulnerabilities |
| 53 | +- **Attribution** — Proper credit for the development process |
0 commit comments