From 35e360dcf7ac68833bec81f2e79f4a11a76a0e87 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 24 Jul 2025 21:19:57 +0200 Subject: [PATCH] docs: add transparency note about AI-assisted development - Add acknowledgment section about AI generation - Clarify human testing and security auditing - Emphasize production testing and code review - Remove unnecessary .gitkeep files --- README.md | 10 ++++++++++ data/.gitkeep | 0 logs/.gitkeep | 0 3 files changed, 10 insertions(+) delete mode 100644 data/.gitkeep delete mode 100644 logs/.gitkeep diff --git a/README.md b/README.md index 450777c..f5b8b4c 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,16 @@ We're constantly improving PicPeak and welcome contributions from our community! PicPeak is inspired by the best features of commercial platforms while remaining completely open source. Special thanks to all contributors who make this project possible. +### ๐Ÿค– AI-Assisted Development + +This project was generated with the assistance of AI technology, but has been: +- โœ… **Fully tested end-to-end** by human developers +- ๐Ÿ”’ **Security audited** with comprehensive security checks +- ๐Ÿ‘จโ€๐Ÿ’ป **Human-reviewed** for code quality and best practices +- ๐Ÿงช **Production-tested** in real-world scenarios + +We believe in transparent development practices and the responsible use of AI as a tool to accelerate development while maintaining high standards of quality and security. + ## ๐Ÿ“„ License PicPeak is released under the [MIT License](LICENSE). Use it freely for personal or commercial projects. diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/logs/.gitkeep b/logs/.gitkeep deleted file mode 100644 index e69de29..0000000