From cf4a1ad4dbc8f4a3f61a0a1a32f63d31c3562b27 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 02 Jul 2026 03:07:40 +0800
Subject: [PATCH] Record TagLauncher 8.3.2 release freeze

---
 readme.md |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md
index 007f897..c919aaa 100644
--- a/readme.md
+++ b/readme.md
@@ -1,16 +1,33 @@
 # TagLauncher
 
-Public resources for [TagLauncher](https://shanghai3168.github.io/taglauncher/) — a tag-based Mac app launcher.
+TagLauncher is a tag-based Mac app launcher. This repository now uses `/src` as the single canonical source tree.
+
+## Source
+
+- App source, build scripts, QA scripts, catalogs, and release materials live in `src/`.
+- Build from `src/`, for example:
+
+```bash
+cd /Users/ar/Projects/Taglauncher/src
+bash build.sh
+```
+
+- Do not create sibling source folders such as `/Users/ar/Projects/Taglauncher-*-source`.
+
+## Project Knowledge
+
+- Non-source documents, website/archive material, canvases, and Codex session history are kept outside this source worktree under `/Users/ar/Projects/Taglauncher-doc/`.
+- Current repo-adjacent documents moved out of the source worktree are under `/Users/ar/Projects/Taglauncher-doc/RepoWorkspace/Docs/`.
+- Codex session history is under `/Users/ar/Projects/Taglauncher-doc/chat-history/codex-sessionhistory/`.
 
 ## Website
 
 - Home: https://shanghai3168.github.io/taglauncher/
-- Support: https://shanghai3168.github.io/taglauncher/support.html
+- Support (EN): https://shanghai3168.github.io/taglauncher/support-en.html
+- Support (zh-Hans): https://shanghai3168.github.io/taglauncher/support.html
 - Privacy (EN): https://shanghai3168.github.io/taglauncher/privacy.html
 - Privacy (zh-Hans): https://shanghai3168.github.io/taglauncher/privacy-zh.html
 
 ## Help PDFs
 
 Localized help manuals are attached to [GitHub Releases](https://github.com/shanghai3168/taglauncher/releases) . The Mac app opens these URLs from Preferences → About.
-
-Application source code is not published in this repository.

--
Gitblit v1.9.3