| | |
| | | # TagLauncher |
| | | |
| | | TagLauncher is a tag-based Mac app launcher. This repository now uses `/src` as the single canonical source tree. |
| | | 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 `src/`. |
| | | - Build from `src/`, for example: |
| | | - 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/src |
| | | cd /Users/ar/Projects/Taglauncher2/03-O/C1.source |
| | | bash build.sh |
| | | ``` |
| | | |
| | | - Do not create sibling source folders such as `/Users/ar/Projects/Taglauncher-*-source`. |
| | | - Do not create sibling source folders such as `/Users/ar/Projects/Taglauncher2/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-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/`. |
| | | - Non-source documents, website/archive material, canvases, and Codex session history are kept outside this source worktree under `/Users/ar/Projects/Taglauncher2/`. |
| | | - Current repo-adjacent documents moved out of the source worktree are under `/Users/ar/Projects/Taglauncher2/03-O/`. |
| | | - Codex session history is under `/Users/ar/Projects/Taglauncher2/.codex-sessionhistory/`. |
| | | |
| | | ## Website |
| | | |