From 90d19b9c5fb8f284a3625709f67a5aef36fff872 Mon Sep 17 00:00:00 2001 From: stage5-sweep Date: Fri, 18 Sep 2026 13:30:07 +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}/humans.txt | 0 {.well-known => www/.well-known}/security.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {.well-known => www/.well-known}/ai.txt (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/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