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

Reading room · sgit.ai

On this page

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

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

Plan: the Why reframe, three end-to-end demo vaults, and the component registry

date 2026-08-14 · owner the sgit.ai site agent · source the 14 Aug briefing pack (leading brief + 9 supporting docs) canonical URL https://sgit.ai/admin/plans/why-expansion-plan.md↗

Decisions taken up front, per the project lead: reusable interface pieces are components, never plugins (plugin stays reserved for capability grants); the three demo vaults are actually created, each as a full end-to-end walkthrough; demo vault read keys are published on purpose, vault keys never; the embed mechanism reuses the SG/Vault UI code (briefing filed: /briefs/briefing-sgvault-ui-embed.md).

Status against the leading brief

Brief itemStatus
Discoverability (crawlability, sitemap, llms-full.txt, self-sufficient llms.txt)Done (v0.1.26–27), remaining: watch Search Console after the v0.2.0 URL moves
Naming decision (component vs plugin)Decided, enforce from the first component page
Why reframe to boundary mapDone (v0.2.9) (boundary first, protocol section, rebuttal moved below
Serialised PR as the lead exampleDone (v0.2.9)) /use-cases/serialised-pull-request.html, PARTIAL status; CLI brief filed
Three sample vaults2 of 3 done, gallery (v0.2.6) and the real strategy report (v0.2.8); the two-agent inbox remains
Embed reuse from the SG/Vault UIMinimal host shipped (v0.2.6–8, images included); official-UI embed blocked on the read-only credential format, findings in the briefing (v0.2.7)
Component registryPhase 5, gated on indexing being observed, per the brief

Phase 1, Reframe /why/ from rebuttal to boundary map

Rewrite of the existing page, not new work. The git-vs-sgit table (already on the page) moves to the top and becomes the frame; the rebuttal to the LinkedIn comment moves underneath it. Corrections the pack is right about and the page currently gets subtly wrong:

Phase 2, The serialised pull request, honestly stated

The lead example: an agent clones a public vault with no credential at all, changes, commits, emits a diff; a person imports, reviews, merges elsewhere. Grounding to cite: the 5 Aug 2026 Black Hat disclosure (an issue from a no-privilege account reached CI secrets in three vendors' default configurations); no-credential is stronger than short-lived-scoped (which remains an open platform feature request); published security guidance independently recommends read-only-job → constrained artefact → separate privileged step.

Honesty gap found while planning: sgit history diff --json (emit) is shipped; there is no apply/import command in the current CLI (v0.15.x). The workflow was performed, but its import half is not a first-class command. Therefore:

  1. The page ships with evidence status PARTIAL and shows the real mechanics (emit via history diff --json; import via review-and-merge).
  2. A brief goes to the CLI team: sgit diff export / sgit diff apply as first-class commands, plus a published diff format specification: the pack itself flags that the headline claim needs one.

Phase 3, Three demo vaults, built end-to-end in public

Three shapes, chosen for maximum difference, each created from scratch so the walkthrough is complete and reproducible, not imported from existing vaults (those can follow as catalogue entries once the mechanism is proven):

#ShapeDemoContent
1Gallerya small image/notes gallery vaultgenerated demo content
2Reporta fictional security-assessment report with re-test historyauthored for the demo, clearly fictional
3Multi-agent collaborationan inbox/folder vault two agents write to on separate branchesproduced by actually running two sessions

Each demo page (under /demos/) is the full transcript: sgit create → structure → commit → push → derive the read key → publish the read key in the page, with the sentence explaining why that is safe and deliberate → the live embed (Phase 4) → a downloadable archive. Per-sample metadata, stated on every page: shape · evidence status · copy-or-reference semantics (archive = copy that diverges; embed = reference that stays live). Archives go in GitHub release assets, never the repo tree (3,000-entries-per-directory recommendation; ciphertext neither compresses nor deltas, so the archive is ~vault-sized and every tree copy is paid for by every clone forever).

Key hygiene, mechanical: each demo vault's key lives in the gitignored .sg_vault/local/demo-keys/ tier; the validator's tripwire extends to scan every tracked file for all passphrases found there, not only the site vault's; release.sh already refuses to push until that passes. Read keys (64-hex) are exempt by design.

Phase 4, The embed: reuse the SG/Vault UI host code

Goal: open the vault app iframe (opaque origin, window.sg bridge, deny-by-default permissions) inside a sgit.ai page from read key + vault id alone, using the same code dev.vault.sgraph.ai runs, one codebase, and the embed itself demonstrates the capability. Briefing with six concrete questions filed to the UI agent: /briefs/briefing-sgvault-ui-embed.md (modules, embeddable entry point, read-key-only behaviour, sandbox recipe, version pinning, _page.json renderer).

Fallback so Phase 3 never blocks: <iframe> straight to dev.vault.sgraph.ai/en-gb/#<read-key>:<vault-id>, whole-app embed, works today. Ship demos on the fallback if the reuse answer takes time; swap the inner-host embed in when it lands and write the integration up as a case study.

Phase 5, Component registry (gated)

Only after search indexing of the site is observed, per the brief: a registry an agent cannot fetch does not remove the agent tax. When unblocked: vault-in-vault first (small, everything depends on it); chat is two-or-three components, not one; each component gets a single canonical URL whose artefact is self-sufficient, an evidence status, and the one-line agent reference as the most prominent thing on the page. Component fetching and capability granting never share a command.

Also queued from the pack

Order and dependencies

1 (Why rewrite) → 2 (serialised PR page + CLI brief) → 3+4 together (demos on the fallback embed; upgrade embed when the UI agent answers) → registry last, behind indexing. The naming decision applies from the first word written.