From adcfa91578f23a9286be78179ac3fd6acadb5bb8 Mon Sep 17 00:00:00 2001 From: stage5-sweep Date: Fri, 18 Sep 2026 13:24:24 +0000 Subject: [PATCH] chore(www): migrate root .well-known/ to www/.well-known/ (rsr-template-repo#119) --- {.well-known => www/.well-known}/ai.txt | 0 {.well-known => www/.well-known}/groove/manifest.json | 0 {.well-known => www/.well-known}/humans.txt | 0 {.well-known => www/.well-known}/security.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {.well-known => www/.well-known}/ai.txt (100%) rename {.well-known => www/.well-known}/groove/manifest.json (100%) rename {.well-known => www/.well-known}/humans.txt (100%) rename {.well-known => www/.well-known}/security.txt (100%) diff --git a/.well-known/ai.txt b/www/.well-known/ai.txt similarity index 100% rename from .well-known/ai.txt rename to www/.well-known/ai.txt diff --git a/.well-known/groove/manifest.json b/www/.well-known/groove/manifest.json similarity index 100% rename from .well-known/groove/manifest.json rename to www/.well-known/groove/manifest.json diff --git a/.well-known/humans.txt b/www/.well-known/humans.txt similarity index 100% rename from .well-known/humans.txt rename to www/.well-known/humans.txt diff --git a/.well-known/security.txt b/www/.well-known/security.txt similarity index 100% rename from .well-known/security.txt rename to www/.well-known/security.txt