sgit newsroom v0.1.29 · snapshot 2026-09-24

Reading room · sgit.ai

Reading room / sgit.ai · raw text · live ↗

From sgit.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.

sgit.ai, the website, served from a vault

This vault contains the sgit.ai website, delivered as a vault app. sgit is in beta and powers production workflows; this site says so honestly on every relevant page.

Structure

Release process

  1. Bump SITE_VERSION (v0.1.n) in admin/build/build_pages.py and add a VERSION_LOG row, the version badge appears in the nav of every page.
  2. python3 admin/build/build_pages.py && node admin/build/validate.js
  3. sgit commit -m "site v0.1.n: ..." && sgit push
  4. git add -A && git commit -m "site v0.1.n" && git push origin dev

One folder, two remotes: this working tree is an sgit vault AND the git repo SGit-AI/SGit-AI__Website (which deploys to https://sgit.ai↗ via GitHub Pages on every push to dev). A release is done when BOTH remotes are in sync.