From fb9c10b48c3a5ac1df07cacbeb82fdc82cfa69ad Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Wed, 24 Jun 2026 17:48:26 +0200 Subject: [PATCH] docs: AGENTS deps path for url-shortener submodule Co-authored-by: Cursor --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 89f10bd..ae3b824 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,6 +18,6 @@ After a **reset** or new session on deploy/infra work: 2. For hub deploy only: **[examples/app_hub/DEPLOY.md](examples/app_hub/DEPLOY.md)**. 3. For PHP/DB/tickets: **[examples/crash_reporter/backend/README.md](examples/crash_reporter/backend/README.md)**. 4. For git branches: **[docs/GIT_FLOW.md](docs/GIT_FLOW.md)** — work on `feature/*` from `next`; do not commit unless asked. -5. **URL shortener** is a **git submodule** at `backend/url-shortener` → `git://f0xx.org/androidcast_project/url-shortener`. **Never** edit shorten API PHP in the monorepo tree without committing inside the submodule first. Flow: `cd backend/url-shortener` → commit & push `next` → parent repo `git add backend/url-shortener` → bump submodule SHA. See [backend/README.md](backend/README.md). +5. **URL shortener** reference copy at `deps/ac-ms-url-shortener` → `git://f0xx.org/ac/ac-ms-url-shortener`. Native codecs live under `third-party/` (run `git submodule update --init --recursive`). **Hard rule:** Port **8089** is **not** the androidcast vhost (Janus/other). Public apps path is **`https://apps.f0xx.org`** → BE **`http://artc0.intra.raptor.org:80`**.