diff --git a/hephaestus.x/docs/index.html b/hephaestus.x/docs/index.html index 2195e98..64fc6a0 100644 --- a/hephaestus.x/docs/index.html +++ b/hephaestus.x/docs/index.html @@ -163,7 +163,7 @@
docker compose build if you're unauthenticated. Log in once with docker login against Docker Hub before running the stack build.Any tool, colleague, or parallel Claude session that needs to push to Hephaestus goes through the same short workflow. Once you internalize the wallet-vs-PAT split, everything else is one API call at a time.
+Every task in this section works two ways: through the GUI (the Forgejo web pages at code.silentmode.st) or through the CLI (curl + git + docker against the same API). Humans usually reach for the GUI first; parallel sessions, CI, and scripts live in the CLI. Once you internalize the wallet-vs-PAT split, both paths are one call at a time.
The wallet is for bootstrapping the account once, and for recovering if a PAT ever leaks. Nothing else. Every git operation, every API call, every docker push, from every session, from every day after the first — runs on a PAT.