1 Commits

Author SHA1 Message Date
spencer 69d93797ce chore: Added TODO. 2026-07-27 14:19:57 -04:00
2 changed files with 4 additions and 18 deletions
-18
View File
@@ -10,8 +10,6 @@ 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
@@ -127,22 +125,6 @@ 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).
+4
View File
@@ -14,6 +14,10 @@
8. Add docs for "building from source"
9. Add AI Usage Disclaimer to README.md
10. Check up on GitHub "SEO". i.e. Description, tags, etc.
## Double-check AI output