72581ff9
docs(sourcehut-ci): fix factual errors found in full audit
Verified the skill against the actual upstream sources mirrored in this workspace and fixed every concrete claim that didn't match the code: - Secrets management URL is builds.sr.ht/secrets, not meta.sr.ht/secrets (route lives in builds.sr.ht/buildsrht/blueprints/secrets.py; meta has no /secret* route). Updated SKILL.md, manifest.md, secrets-and-oauth.md. - SSH key secret installation path: the worker uses the manifest entry verbatim, so name references land at ~/.ssh/<name>, not ~/.ssh/<uuid> (builds.sr.ht/worker/tasks.go SendSecrets). - ubuntu/lts now points to resolute (26.04 LTS); oldlts points to noble. Added jammy and questing to the shipped-versions list. - hut todo subcommands: rewrote the block to match v0.8.0 — `create` and `comment` only accept --stdin (no -t/-s/-b), `update-status` (not `update`), `list` reads --tracker (persistent flag on `hut todo`). - hut pages acl update --id is required (MarkFlagRequired in hut/pages.go), not optional.
Eugene Blikh <bigbes@gmail.com> — 2026-05-25 06:28:18 UTC
Commit 72581ff94e21863373e2c72a01eb75332cb22f32 —
view raw patch
Parent(s):
10a4d669
| File | Status | + | − |
|---|---|---|---|
skills/sourcehut-ci/SKILL.md
|
M | +1 | -1 |
skills/sourcehut-ci/references/hut.md
|
M | +5 | -5 |
skills/sourcehut-ci/references/images.md
|
M | +3 | -3 |
skills/sourcehut-ci/references/manifest.md
|
M | +1 | -1 |
skills/sourcehut-ci/references/secrets-and-oauth.md
|
M | +2 | -2 |