From b98507fa54fa4b61e681e7110a9abbfc94ed69a8 Mon Sep 17 00:00:00 2001 From: Jone Date: Mon, 16 Mar 2026 18:57:02 +0100 Subject: [PATCH] init commit: ai discovery files --- .well-known/ai.json | 12 ++++++++++++ ai.txt | 1 + 2 files changed, 13 insertions(+) create mode 100644 .well-known/ai.json create mode 100644 ai.txt diff --git a/.well-known/ai.json b/.well-known/ai.json new file mode 100644 index 0000000..10b8ead --- /dev/null +++ b/.well-known/ai.json @@ -0,0 +1,12 @@ +{ + "manifest_version": "0.1", + "provider": { + "name": "Jone", + "homepage": "https://jone.foo" + }, + "profile": "https://ai.jone.foo/AGENTS.md", + "capabilities": ["urn:agent:skill:jone.foo:devprofile.v1"], + "contact": { + "email": "ai@jone.foo" + } +} diff --git a/ai.txt b/ai.txt new file mode 100644 index 0000000..f287fe3 --- /dev/null +++ b/ai.txt @@ -0,0 +1 @@ +ai-manifest: https://ai.jone.foo/.well-known/ai.json