From e930fe9c18e5354954925f80626d2e092d230b28 Mon Sep 17 00:00:00 2001 From: Maja OLAGUNJU Date: Fri, 24 Oct 2025 00:04:48 +0100 Subject: [PATCH] Remove AI Usage section from README Removed the AI Usage section detailing how AI was utilized in the project. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index bb18430..29d5422 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,3 @@ python3 -m src.main add ```bash python3 -m src.main get ``` - -## AI Usage - -This project was developed with the assistance of an AI-powered coding assistant. The AI was used for the following tasks: - -* **Scaffolding boilerplate or logic:** The AI was used to generate the initial CLI structure using `click` and to provide examples for using the `cryptography` and `sqlite3` libraries. -* **Writing tests:** The AI was used to generate unit tests for the cryptography and database modules. -* **Generating commit messages:** The AI was used to generate the commit message for the initial commit. -* **Generating documentation:** The AI was used to generate the initial `README.md` file. \ No newline at end of file