Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,3 @@ python3 -m src.main add <service> <username> <password>
```bash
python3 -m src.main get <service>
```

## 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.