The terminal currently fetches the manifest.json directly from the GitHub repository. However, GitHub sometimes experiences traffic-related slowdowns, which causes occasional failures when retrieving the file.
To improve reliability, the manifest.json should be hosted on a stable and publicly accessible endpoint — for example, GitHub Pages or any other static hosting service. This would ensure consistent availability and reduce fetch errors caused by GitHub’s traffic issues.
- The terminal fetches the manifest from a dedicated URL (e.g., GitHub Pages)
- If GitHub has high traffic, the manifest remains accessible without interruption