From c50d490d9bacd8a8dc58374695c2edfab6cdea63 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Mon, 27 Jul 2026 14:19:47 -0400 Subject: [PATCH] docs: Added AI Disclaimer. --- README.md | 18 ++++++++++++++++++ TODOS.md | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad6c16a..4bce88b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ in an encyrpted sqlite database. Changes can be effortlessly synced with `envr` puts all your .env files in one safe place, so you can back them up with the tool [of your choosing](#backup-options). +Please read the [AI Disclosure](ai-disclosure) if you're concerned about AI code. + ## Features - **Encrypted Storage**: All `.env` files are encrypted using your ssh key and @@ -125,6 +127,22 @@ location. [restic](https://restic.readthedocs.io/en/latest/010_introduction.html). +## AI Disclosure + +This project was largely built by AI. The original project (written in go) was +written almost entirely with AI, using libraries that I requested (i.e. cobra). + +I wrote it at work because I needed the tool and wanted it fast. The Odin version +was also primarily written by AI, but I stepped in a lot more, and took care to +architect the project in the way that I wanted, and made sure tests were written +to catch leaks. + +Most of the documentation was written by hand, but I think the original `README.md` +was at least fleshed out by AI. + +It is by no means perfect, but I have spent a lot of time doing code review and +testing to make sure the program (and documentation) meet my personal standards. + ## License This project is licensed under the [MIT License](./LICENSE). diff --git a/TODOS.md b/TODOS.md index e1a78b9..7907139 100644 --- a/TODOS.md +++ b/TODOS.md @@ -14,8 +14,6 @@ 8. Add docs for "building from source" -9. Add AI Usage Disclaimer to README.md - ## Double-check AI output