Anurag commited on
Commit
921a182
Β·
unverified Β·
1 Parent(s): 49f5bdf

Remove 'Merge Comparison' section from README

Browse files

Removed the 'Merge Comparison' section from the README.

Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -57,7 +57,6 @@ secrets:
57
  - [πŸ’» Local Development](#-local-development)
58
  - [πŸ”— CLI Access](#-cli-access)
59
  - [πŸ’» JupyterLab Terminal](#-jupyterlab-terminal)
60
- - [πŸ” Merge Comparison](#-merge-comparison)
61
  - [πŸ—οΈ Architecture](#-architecture)
62
  - [πŸ’“ Staying Alive](#-staying-alive)
63
  - [πŸ› Troubleshooting](#-troubleshooting)
@@ -375,15 +374,6 @@ When enabled, the terminal notebook root is `/home/node`, so you can inspect Hug
375
  > [!IMPORTANT]
376
  > No extra secret needed β€” `GATEWAY_TOKEN` is automatically reused as `JUPYTER_TOKEN`. Set a separate `JUPYTER_TOKEN` secret only if you want a different terminal credential.
377
 
378
- ## πŸ” Merge Comparison
379
-
380
- This repository is a merge of two sources:
381
-
382
- - `anurag162008/HuggingClaw`: OpenClaw gateway, dashboard, Cloudflare proxy/keep-alive, Telegram/WhatsApp helpers, backup sync, key rotation, docs, and security metadata.
383
- - Hugging Face `SpacesExamples/jupyterlab` template: JupyterLab Docker behavior, token login UX, Hugging Face-branded login template, pinned Jupyter packages, and Git LFS defaults for large model/data artifacts.
384
-
385
- The main merge-specific change is the single-port router: HF Spaces exposes `7861`, while the router keeps OpenClaw at `/app/` and JupyterLab at `/terminal/` without leaking internal redirects such as `http://127.0.0.1:8888/...`.
386
-
387
  ## πŸ—οΈ Architecture
388
 
389
  HuggingClaw uses a multi-layered approach to ensure stability and persistence on Hugging Face's ephemeral infrastructure.
 
57
  - [πŸ’» Local Development](#-local-development)
58
  - [πŸ”— CLI Access](#-cli-access)
59
  - [πŸ’» JupyterLab Terminal](#-jupyterlab-terminal)
 
60
  - [πŸ—οΈ Architecture](#-architecture)
61
  - [πŸ’“ Staying Alive](#-staying-alive)
62
  - [πŸ› Troubleshooting](#-troubleshooting)
 
374
  > [!IMPORTANT]
375
  > No extra secret needed β€” `GATEWAY_TOKEN` is automatically reused as `JUPYTER_TOKEN`. Set a separate `JUPYTER_TOKEN` secret only if you want a different terminal credential.
376
 
 
 
 
 
 
 
 
 
 
377
  ## πŸ—οΈ Architecture
378
 
379
  HuggingClaw uses a multi-layered approach to ensure stability and persistence on Hugging Face's ephemeral infrastructure.