1
0
mirror of git://f0xx.org/ac/ac-mobile-android synced 2026-07-29 02:27:33 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-23 12:30:10 +02:00
commit 8675c2df3a
2972 changed files with 176371 additions and 0 deletions

23
AGENTS.md Normal file
View File

@@ -0,0 +1,23 @@
# Cursor / agent bootstrap
## Maintainer
| | |
|---|---|
| **Canonical ID** | `a.afanasieff@gmail.com` |
| **Name** | Anton Afanasyeu |
| **Nick** | foxx (common) |
| **Aliases** | `aafanasyeu`, `a.afanasieff@gmail.com` in commits/footer — not the primary login/email label |
Use **a.afanasieff@gmail.com** when referring to the users identity; **foxx** is fine informally.
After a **reset** or new session on deploy/infra work:
0. **[docs/README.md](docs/README.md)** — documentation index (linked TOCs for all guides in `docs/`).
1. Read **[docs/INFRA.md](docs/INFRA.md)** end-to-end (topology, **no :8089** for androidcast, BE `listen 80`, sshfs `tmp/` paths).
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).
**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`**.