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.

service-input — reference-archive migration and calibration

← All revisions

75c903b9 · PointSav Digital Systems ·

correct(services): flag whole-article architecture mismatch vs real service-input crate (service-input)

View the full record as of this revision →

@@ -12,12 +12,36 @@ paired_with: service-input.es.md
category: services
status: active
quality: complete
last_edited: 2026-06-23
last_edited: 2026-07-18
editor: pointsav-engineering
---

`service-input` is the [[three-ring-architecture|Ring 1]] document-intake service in the PointSav system architecture. It accepts files at the per-tenant boundary, routes them through format-specific parsers, and writes the normalized output into the per-tenant [[worm-ledger-design|WORM Immutable Ledger]] via [[service-fs-architecture|`service-fs`]].

**Major correction (2026-07-18):** most of this article's architecture does not match the
live `service-input` crate. Its own `Cargo.toml` describes the service as "Input Machine
backend — file ingest, batch migration, and calibration evaluation for jennifer-2" — a
markdown/YAML batch-migration and calibration-scoring tool, not a generic multi-format
document parser. Concretely: the crate's `src/` contains exactly two files, `main.rs` and
`eval.rs` — **there is no `src/mcp.rs`, `src/pdf.rs`, `src/markdown.rs`, `src/docx.rs`,
`src/xlsx.rs`, or `src/fs_client.rs`**, and the `Cargo.toml` dependency list has no
`oxidize-pdf`, `pulldown-cmark`, `docx-rust`, or `calamine` — none of the parser libraries
this article describes are dependencies of this crate at all. The service's real `Config`
struct carries fields like `dest_archive`, `reference_root`, `jennifer2_root`,
`rate_per_min`, `batch_size`, `csv_batch_rows`, `content_endpoint`, and
`doorman_endpoint` — none of which this article mentions. The module-ID env var is also
different: the real source reads `SERVICE_INPUT_MODULE_ID` (default `"jennifer"`), not
`INPUT_MODULE_ID` as this article states throughout, including in the Deployment
configuration table below. **Flagged as a whole-article architectural mismatch, not
line-edited** — everything below this point (Architecture, Format detection, all four
Parsers sections, Dispatcher, ParsedDocument, FsClient, MCP interface, Deployment
configuration) describes a design that does not appear to be what was actually built.
This may be an early design document that predates the crate's real implementation
direction, or the two have simply diverged. Needs project-totebox confirmation of what
`service-input` is actually for today before this article is corrected or rewritten —
this is squarely a REWRITE-class finding per the disposition rubric, not a targeted
correction.

## The Anchor position (F12 / SYS-ADR-10)

The Ring 1 boundary is the trust perimeter of the system. Every artifact that crosses this boundary must pass through a deterministic, auditable processing step before it is committed to the WORM ledger. `service-input` occupies that position for structured documents.
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 →