Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Editorial draft routing protocol

The language-protocol substrate is a metadata classification layer governing how editorial content is categorised, routed, and processed across the Foundry workspace. Every draft artifact carries a language_protocol: declaration in its frontmatter. That declaration is the machine-readable instruction that determines which gateway processes the artifact, which vocabulary rules apply, and which destination receives the finished article. The substrate does not store content and does not own processing logic — those responsibilities belong to git and to the gateway projects, respectively.

Architectural grounding

The substrate sits on three interconnected mechanisms:

foundry-draft-v1 schema — the frontmatter envelope that every draft artifact carries. The schema requires a language_protocol: field, a destination: field, and a route_to: field. These three fields are the machine-readable routing instructions; the schema enforces their presence at staging time.

Routing table — the workspace-level classification file that maps language_protocol: values to gateway projects and destinations. A draft declaring language_protocol: TOPIC-* resolves to the project-editorial gateway and the documentation wiki destination. This file is the single source of truth for routing; no archive hard-codes routing logic for another archive's artifacts.

Archive notification convention — the protocol by which outbox messages carry draft routing intent. Staging a draft generates an outbox message addressed to the appropriate gateway; delivery is automatic, with no manual relay step required.

The substrate differs from a content management system in two ways. It does not store content — content lives in git, in the receiving archive's tracked directories. It does not own routing logic — each gateway project implements its own pipeline against the incoming draft shape. The substrate makes content machine-routable across archives without requiring archives to know each other's internals. It also differs from a language server protocol: a language server protocol defines a real-time bidirectional session. The language-protocol substrate has no session state. The language_protocol: declaration on a draft artifact is a per-artifact stamp, made once at staging time, that travels with the artifact through every hand-off.

Why explicit protocol selection

The substrate's foundational design choice is to require the caller to declare a language protocol on every editorial request rather than auto-detecting one from the input. A 2023 Cornell study found that auto-detection of writing style narrows the space of voices a model produces — the detection step homogenises outputs toward the model's expectation of the genre rather than the author's own register.1 Explicit selection sidesteps this: the operator declares the intended register at the request boundary, and the pipeline applies genre-specific rules from that declared position. The operator knows what register they are writing in; the substrate reflects that knowledge structurally.

The three genre families

Nine protocols group into three genre families, each with its own banned-vocabulary list and register-tightening targets:

  • PROSE — general editorial: architecture TOPICs, GUIDEs, memos, READMEs. Targets institutional-article register; bans AI-product marketing vocabulary and vague hedge phrases.
  • COMMS — chat, email, and ticket-comment register. Additional formality constraints; continuous disclosure posture applies where applicable.
  • TRANSLATE — the EN → ES pass for TOPIC and GUIDE articles. Flag-don't-rewrite applies strictly; the human translator is the authority.

Pipeline mechanism

See The proofreading pipeline's wire contract for the verified pipeline mechanism — the operator submits text with a protocol selection and receives back structured findings, then records a verdict that closes the apprenticeship loop.

Flag-don't-rewrite default

The /v1/proofread response carries a structured findings array; the caller decides what to apply. The substrate never silently rewrites the operator's text. An Apply-all action is opt-in per request, not a default. This is a deliberate sovereignty boundary: the substrate refines, flags, and suggests — the operator retains the final text.

Operator verdict closes the apprenticeship loop

After reviewing the returned findings, the operator records a binary verdict — accept or reject — against the request. The verdict feeds the apprenticeship corpus: a real editorial decision, tied to its request, becomes training signal for the next model iteration. The substrate is both the editorial tool and the data-collection layer for continued model training; these two functions are inseparable by design.

Tenant separation in the corpus

Corpus output is routed per tenant by path: records for the vendor account write to the workspace-tier corpus root; records for customer accounts write to the customer tenant's deployment instance directory. Tenant mixing is structurally impossible because the path component is the boundary. No runtime flag or configuration controls this separation; it is a property of the directory layout.

What the substrate does not do

  • Does not auto-detect protocol — the operator declares at the request boundary
  • Does not silently rewrite — the operator chooses which findings to apply
  • Does not embed Tier-C API keys in the proofreader binary — keys live with the Doorman
  • Does not train on tenant text by default — the no-train contract is enforced at the corpus write layer, not at the request layer

See also

  1. Padmakumar, V. et al. Does Writing with Language Models Reduce Content Diversity? arXiv:2310.06992, 2023. https://arxiv.org/abs/2310.06992

Cite this record: /wiki/editorial-draft-routing-protocol — revision 7ff56dd5, last updated 29 June 2026.

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. 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. The full trademark notice appears in the footer of every page on this site.

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 →