From c5bdc7f1eb3ff4287beeeebb17d4f02f376a8d38 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 28 Aug 2026 17:34:19 +0800
Subject: [PATCH] feat: add quick search tag filtering

---
 readme.md |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/readme.md b/readme.md
index 885b62b..1ac81fc 100644
--- a/readme.md
+++ b/readme.md
@@ -1 +1,33 @@
-TagLauncher online help PDFs.
+# TagLauncher
+
+TagLauncher is a tag-based Mac app launcher. This migrated repository uses `C1.source/` as the single canonical source tree.
+
+## Source
+
+- App source, build scripts, QA scripts, catalogs, and release materials live in `C1.source/`.
+- Build from `C1.source/`, for example:
+
+```bash
+cd /Users/ar/Projects/Taglauncher/03-O/C1.source
+bash build.sh
+```
+
+- Do not create sibling source folders such as `/Users/ar/Projects/Taglauncher/03-O-*-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/`.
+- Current repo-adjacent documents moved out of the source worktree are under `/Users/ar/Projects/Taglauncher/03-O/`.
+- Codex session history is under `/Users/ar/Projects/Taglauncher/.codex-sessionhistory/`.
+
+## Website
+
+- Home: https://shanghai3168.github.io/taglauncher/
+- 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.

--
Gitblit v1.9.3