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 @@
  • Where files live
  • Self-hosting
  • Known gotchas
  • -
  • Working with other sessions
  • +
  • CLI + GUI access
  • Help + source
  • @@ -359,8 +359,8 @@ open https://your-domain.example/user/oauth2/hephaestus-wallet
  • Docker Hub rate limits can bite docker compose build if you're unauthenticated. Log in once with docker login against Docker Hub before running the stack build.
  • -

    12. Working with other sessions

    -

    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.

    +

    12. CLI — Command Line Interface and GUI — Graphical User Interface

    +

    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.

    Wallet vs Personal Access Token — when to use each

    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.