contacts-pane 3.1.0-test.6 → 3.1.0-test.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,3 +45,11 @@ Visit `http://localhost:8080/` to render the pane. Adjust `const webIdToShow` in
45
45
  npm run build
46
46
  ```
47
47
 
48
+ ### Generative AI usage
49
+ The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
50
+ We have added comments in the code to make it explicit which parts are 100% written by AI.
51
+ Example:
52
+ * Some code was generated by the Raptor mini and Claude Opus 4.6 model in GitHub Copilot based on the following prompt:
53
+ * Regarding accessibility, how should I replace alert()/confirm() with accessible modal dialogs?
54
+ * Let us implement the modals in the localUtils.js.
55
+ * Add accessibility tests based on axe-core dependency.