Skip to content

Sovereign airlock

← All revisions

a07bdf56 · PointSav Digital Systems ·

docs(governance): D6 — governance category completion

View the full record as of this revision →

@@ -1,59 +1,64 @@
---
schema: foundry-doc-v1
type: topic
slug: sovereign-airlock-doctrine
short_description: "The mandatory security and identity protocols for data transmission and code deployment, enforcing strict isolation between Vendor and Customer identities through four structurally isolated infrastructure silos and deterministic staging verification."
title: "The sovereign airlock"
audience: vendor-public
bcsc_class: current-fact
language: en
paired_with: sovereign-airlock-doctrine.es.md
slug: sovereign-airlock-doctrine
category: governance
type: topic
quality: complete
short_description: "The sovereign airlock is the staged-commit protocol that enforces a hard separation between work-in-progress staging identities and canonical repository identities — two staging authors for all commits, two admin identities for canonical pushes, with no direct path between them."
status: active
bcsc_class: public-disclosure-safe
language_protocol: PROSE-TOPIC
last_edited: 2026-05-19
editor: pointsav-engineering
paired_with: sovereign-airlock-doctrine.es.md
---

The **sovereign airlock** is the commit and deployment protocol that enforces a structural separation between the identities that write work and the identities that publish it to canonical repositories. No commit author has direct push access to a canonical repository. No canonical push identity is a commit author. The two roles are cryptographically separate: a session that writes code cannot push without routing through the explicit Stage 6 promotion step, and the promotion step cannot be performed by the same identity that made the commit. This is not a policy enforced by tooling configuration — it is a structural impossibility, because the commit-author key and the push key are held by different identity directories.

## The four identities

The Sovereign Airlock Doctrine establishes the mandatory security and identity protocols for all data transmission and code deployment within the platform. By enforcing strict isolation between Vendor (PointSav) and Customer (Woodfine) identities, the platform guarantees absolute operational integrity and sovereign control over digital assets.

## 1. Sovereign Asset Isolation
The platform's identity store defines four named identities in `~/Foundry/identity/`, each backed by a dedicated SSH key:

The platform’s infrastructure is organized into four structurally isolated silos, each corresponding to a specific identity and organizational role:
| Identity | Key | Role | Scope |
|---|---|---|---|
| `jwoodfine` | `id_jwoodfine` | Staging — Jennifer | All commits across engineering repos |
| `pwoodfine` | `id_pwoodfine` | Staging — Peter | All commits across engineering repos |
| `ps-administrator` | `id_pointsav-administrator` | Push-only | Canonical `pointsav` org on GitHub |
| `mcorp-administrator` | `id_woodfine-administrator` | Push-only | Canonical `woodfine` org on GitHub |

* **`factory-pointsav/`**: The Vendor Source. Contains the primary codebase and infrastructure blueprints owned by PointSav AG.
* **`fleet-woodfine/`**: The Customer Operations. Contains the proprietary operational data and fleet configurations for Woodfine Management Corp.
* **`stage-pwoodfine/`**: Engineering Airlock. The staging environment for the engineering identity.
* **`stage-jwoodfine/`**: Operations Airlock. The staging environment for the operations identity.
The staging identities (`jwoodfine`, `pwoodfine`) are used exclusively through `bin/commit-as-next.sh`. Their keys are present only in `~/Foundry/identity/` and are never elevated to push rights on canonical repos. The admin identities hold push rights to canonical repositories but are never used as commit authors.

## 2. Deterministic Staging and Verification
## The commit flow

Direct modification of data within the `stage-*` airlocks is strictly prohibited. Information flow must follow a deterministic path:
Work moves through three tiers:

1. **Development:** Edits occur exclusively within the primary `factory-` or `fleet-` silos.
2. **Synchronization:** Payloads are synchronized to the Airlock via `rsync`, deliberately stripping `.git` metadata to ensure a clean state transfer.
3. **Verification:** Files are audited for correctness within the Airlock environment.
4. **Transmission:** Data is pushed to staging identities using specific, isolated SSH keys.
5. **Finalization:** A final merge is executed from staging to the Organization repositories using authoritative Administrator keys.
```
Staging tier (jwoodfine, pwoodfine commits)
       │ bin/promote.sh  (Stage 6 — operator-initiated, Command Session only)
Canonical vendor tier  (pointsav/* — push via ps-administrator SSH alias)
       │ factory-release-engineering governance
Canonical customer tier  (woodfine/* — push via mcorp-administrator SSH alias)
```

## 3. Cryptographic Identity Isolation
`bin/commit-as-next.sh` alternates authorship between `jwoodfine` and `pwoodfine` on successive commits. `bin/promote.sh` packages staged commits and pushes to the appropriate canonical remote using the admin identity's SSH alias (`github.com-pointsav-administrator` or `github.com-woodfine-administrator`). The admin identities' keys are configured for push authentication only; they do not appear as commit authors in `git log`.

Operational security is maintained through a mapping of specific SSH keys to organizational silos:
## The structural guarantee

| Silo | Identity | SSH Key |
| :--- | :--- | :--- |
| **PointSav Factory** | `ps-administrator` | `id_ps-administrator` |
| **Woodfine Fleet** | `mcorp-administrator` | `id_mcorp-administrator` |
| **Staging (pwoodfine)** | `pwoodfine` | `id_pwoodfine` |
| **Staging (jwoodfine)** | `jwoodfine` | `id_jwoodfine` |
The airlock's guarantee is not "users are unlikely to push directly" but rather "direct pushing is structurally impossible from a staging session." A staging session that attempts to `git push origin main` from within a Totebox Archive is pushing via the staging remote, not canonical origin. Pushing to canonical requires the admin SSH alias, which requires the admin key, which requires the operator to explicitly invoke `bin/promote.sh` from a Command Session.

## 4. Immutable Registry Operations
This separation serves two functions for regulated operators. First, it makes the staging tier a genuine review boundary: promoted commits carry implicit sign-off that the operator reviewed the work from a Command Session before authorising the canonical push. Second, it keeps the commit history clean — every commit in the canonical repository was authored by a known staging identity, reviewed at a known point in time, and promoted by a deliberate operator action.

The fundamental physics of 2030 hyperscaler infrastructure dictate the deployment of infrastructure (GCP/On-Prem), network admin routes, and per-tenant Totebox clusters (Corporate, Personnel, Real Property).
## Key custody discipline

This "Sovereign Airlock" ensures that no single point of failure or identity compromise can bridge the gap between Vendor infrastructure and Customer data.
All four keys reside in `~/Foundry/identity/` at permissions `0600`, accessible only to the `mathew` system user. Session tooling reads keys from this directory; no key is copied into a repo or exported to a session environment. The `chmod` rule is enforced by a pre-commit hook that blocks commits containing key material matching the `**/id_*` pattern.

## See also

- [[sovereign-ai-routing]]
- [[machine-based-auth]]
- [[service-slm]]
- [[capability-based-security]]
- [[pairing-as-permission]] — the cryptographic pairing pattern that governs which nodes can connect
- [[machine-based-auth]] — the platform's machine-based authentication protocol
- [[single-boundary-compute-discipline]] — the AI inference boundary that the same key-separation discipline enforces at the model layer
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 →