From 18dd4718d82bc3660c34afd9f61b83d867415c5d Mon Sep 17 00:00:00 2001 From: Vadim Malanov Date: Sun, 21 Jun 2026 12:42:05 +0300 Subject: [PATCH] docs: document cursor theme source state --- README.md | 4 ++-- frontend/README.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e8792a..1bf33d4 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,10 @@ with citations. | Service | URL | Credentials | |---------------|--------------------------------------|----------------------------| | API docs | | - | -| MinIO console | | `legacyhub` / `legacyhub-secret` | +| MinIO console | | use `.env` or `.env.example` placeholders; do not reuse literal secrets from docs | | OpenSearch | | - | | Qdrant UI | | - | -| Postgres | `localhost:5440` | `legacyhub` / `legacyhub` | +| Postgres | `localhost:5440` | use local runtime credentials from `.env`; docs intentionally avoid literal reusable values | ```bash # Count docs in OpenSearch diff --git a/frontend/README.md b/frontend/README.md index 319d4f6..8021041 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -88,7 +88,11 @@ frontend/src/ - **States** — skeleton shimmer instead of spinners wherever possible. - **Cursor** — `@teamhub/cursor-theme` supplies the shared TeamHUB cursor contract; Tailwind `cursor-pointer` and `cursor-not-allowed` utilities are - overridden in `src/styles/globals.css` to use `--teamhub-cursor-*`. + overridden in `src/styles/globals.css` to use `--teamhub-cursor-*`. The + dependency is currently declared as + `file:../../../Engines/engines/teamhub-cursor-theme` in `frontend/package.json`; + the current source package version is `0.1.0` from the Engines package + manifest, and the consumer is not yet pinned to a release tag. ### Key flows