Close the desktop store item, and fix a check that had started lying

MORE_STORES item 2 is done: stores/warp-engine-desktop-store and
stores/ttg-desktop-store. The write-up records what the implementation changed
about the plan — chiefly that the `html` asset is not a downloadable archive but a
hosted directory, so a browser title becomes a menu entry that opens its page
rather than an offline install.

Separately: `check-repos.sh` reported `infra/wiki-pages` as STALE while the repo
was plainly there. Gitea caps a page at 50 items whatever `--limit` says, so
`tea repo list --limit 1000` had been quietly returning the first 50 — invisible
until today, when the estate reached 51 repos. The check now pages through, and
fails loudly if the server returns nothing at all rather than declaring the whole
workspace stale.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-18 10:00:41 +02:00
co-authored by Claude Opus 5
parent de86f7b62c
commit 30e9a5a6e2
7 changed files with 231 additions and 7 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ All scripts live under `scripts/` and can also be run standalone:
- **`check-repos.sh`** — checks in both directions: repos that exist on
the server but are missing from the list (**MISSING**), and repos listed
as Gitea repos but absent from the server (**STALE**). Exits with 1 on
any hit, so it is CI-friendly.
any hit, so it is CI-friendly. It pages through the server list: Gitea
caps a page at 50 items whatever `--limit` asks for, and before this was
fixed (2026-08-18, at 51 repos) the check quietly compared against the
first 50 and reported a real repo as STALE.
## Data files