From 66f40e5e97e6d13c68cfff8333fb20c275985ece Mon Sep 17 00:00:00 2001 From: Greg Sarjeant Date: Mon, 18 Aug 2025 13:09:18 +0000 Subject: [PATCH] Add LLM disclosure to README (#79) Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/79 Co-authored-by: Greg Sarjeant Co-committed-by: Greg Sarjeant --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c8ab09..be3dc0e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A simple, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe). +## LLM Disclosure + +I used Claude for guidance on some portions of this. I limited it to things that I couldn't find good answers to otherwise, and I used it as a learning tool. I've adapted any LLM-generated code suggestions, but if you strongly object to LLMs and don't want any LLM-assisted code on your site, then you shouldn't use this. + ## Requirements * A server running Linux