From 5911a669a0455fcc7865ec8b79c0184592e73cf2 Mon Sep 17 00:00:00 2001 From: Jone Date: Mon, 16 Mar 2026 18:57:24 +0100 Subject: [PATCH] docs --- README.md | 1 + index.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 120000 README.md create mode 100644 index.md diff --git a/README.md b/README.md new file mode 120000 index 0000000..dd0ea36 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +index.md \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..5c4be73 --- /dev/null +++ b/index.md @@ -0,0 +1,10 @@ +# ai.jone.foo + +This is my AI discovery subdomain. There are only a few files here, as that is all I need: + +- index.md - This file, which serves as the homepage for the subdomain +- ai.txt - This robots.txt-like file just links to .well-known/ai.json +- .well-known/ai.json - This file contains metadata about the AI stuff like profile, ... +- AGENTS.md - In this file, there are all the AI agent instructions + +That's all files :)