Skip to content
Historical revision — this record as it stood on 3 July 2026, not the current version. View the current record →

Five-stage sovereign supply chain

Code moves from a contributor's local environment to a production deployment through five distinct stages — each with a defined actor, a specific action, and an industry-standard counterpart. The arrangement is deliberately circular: every working session begins by resetting to the freshly-verified vendor truth, eliminating the logic drift that accumulates when contributors build atop their own outdated branches. A single governance gate — the administrator's squash-and-merge — is where intellectual property transfers and experimental commits are collapsed into a single corporate record. 1 This article covers the five stages, the double-blind air-gap, and the repository topology.

The five stages

Stage Actor Action Industry equivalent
1 — Backup Contributor git push to their personal GitHub fork Remote backup / feature branch push
2 — Offer Contributor → Vendor Open pull request into pointsav/<repo> Code review submission
3 — Audit Vendor (ps-administrator) Squash-and-merge into the vendor ledger Atomic commit / golden master creation
4 — Transfer Vendor → Customer Mirror push of the verified release tag Release propagation
5 — Deploy Customer → Production git pull --ff-only onto production hosts Golden image deployment
(Loop) — Reset Vendor → Contributor git fetch upstream && git rebase Trunk-based synchronisation

What each stage accomplishes

Stage 1 — Backup. The contributor pushes work-in-progress to their own GitHub fork (jwoodfine/... or pwoodfine/...). The fork is the contributor's private safety net. Nothing in the corporate ledger is yet affected.

Stage 2 — Offer. The contributor opens a pull request from their fork into the vendor organisation (pointsav/...). The work becomes visible to the administrator. Automated checks may run; code review begins.

Stage 3 — Audit. The administrator (ps-administrator) performs a squash-and-merge. This is the legally significant moment: the contributor's commit history is collapsed into a single corporate commit signed by the administrator's SSH key. Ownership transfers to PointSav Digital Systems. Earlier experimental commits, prototype attempts, and abandoned approaches do not survive into the corporate ledger.

Stage 4 — Transfer. Vendor administration mirrors the verified release tag from pointsav/<repo> to woodfine/<repo>. The customer receives only signed tags and never sees in-flight contributor commits. This is the release propagation step that firewalls the customer from upstream risk.

Stage 5 — Deploy. The customer pulls the verified tag onto its production hosts. The --ff-only constraint ensures that production cannot accumulate merge conflicts — it must mirror the customer's GitHub ledger exactly. If a deploy fails, the failure surfaces immediately rather than silently diverging.

The Loop — Reset. The contributor fetches the verified vendor state into their local environment and rebases their next work on top. Every working session begins from the same point as every other contributor. 2

The double-blind air-gap

The cycle has one structural rule beyond its mechanics: the contributor never pushes to the customer's organisation, and the customer never reads contributor forks. The vendor is the only entity that sees both ends. The contributor and the customer are mutually invisible to each other through the supply chain.

This is the air-gap that lets contractors work on production systems without ever touching production credentials or seeing production data.

Repository topology

The supply chain operates across three GitHub organisations, each with a specific role:

Organisation Purpose Who writes
github.com/pointsav Vendor — source of truth ps-administrator only (accepts merges); jwoodfine/pwoodfine (fork and PR)
github.com/woodfine Customer — production ledger mcorp-administrator only
Contributor personal accounts Forge — sandbox The contributor owns their fork outright

The canonical repositories as of mid-2026 include:

Repository Role
pointsav/pointsav-monorepo All os-*, app-*, service-*, system-* code (see OS family overview)
pointsav/content-wiki-documentation Public documentation wiki
woodfine/woodfine-fleet-deployment Customer deployment catalogue and GUIDE articles

Why this structure scales

A new contributor does not need to learn a new protocol. They fork, they push, they open a pull request. The architectural gates — the squash-merge IP transfer, the customer mirror, the fast-forward deploy, the trunk-based reset — happen above them. The contributor's daily experience is just Stage 1.

The structure scales to many contributors without losing the air-gap, because the air-gap is enforced by the administrator gate, not by social rules.

See also

  1. OpenSSF. 'Supply Chain Levels for Software Artifacts (SLSA) v1.0.' Open Source Security Foundation, 2023. https://slsa.dev/spec/v1.0/

  2. Hammant, P. 'Trunk Based Development.' trunkbaseddevelopment.com, 2017. https://trunkbaseddevelopment.com/

Important Information

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is a trade name of Woodfine Capital Projects Inc. ("Woodfine"). PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. See TRADEMARK.md in this repository for the full trademark notice.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →