From 3abc573c1f417bf6af209564e3669d574d6ac9a9 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:02:17 +0000 Subject: [PATCH 1/4] feat: add PWA manifest.json --- manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..304b8fd --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "The Nexus — Timmy's Sovereign Home", + "short_name": "The Nexus", + "description": "A sovereign 3D world for Timmy, the local-first AI agent.", + "start_url": "/", + "display": "standalone", + "background_color": "#050510", + "theme_color": "#4af0c0", + "icons": [ + { + "src": "/favicon.ico", + "sizes": "64x64", + "type": "image/x-icon" + } + ] +} \ No newline at end of file -- 2.43.0 From 4ac83a0df3be4e5b210f47225e60c78e1ad4be94 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:02:18 +0000 Subject: [PATCH 2/4] feat: add robots.txt --- robots.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1ae35b5 --- /dev/null +++ b/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / +Disallow: /api/ +Disallow: /admin/ +Disallow: /user/ +Disallow: /explore/ + +Sitemap: https://forge.alexanderwhitestone.com/sitemap.xml -- 2.43.0 From d883e9419b49ff1a41c0d84efc2c09c6606da876 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:02:19 +0000 Subject: [PATCH 3/4] docs: update GITEA URL and add Sovereign Health HUD --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5ea207e..ccb2697 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ +