Skip to content

Developer Guide Index

← All revisions

405fd2e3 · PointSav Digital Systems ·

feat(how-to+reference): expand developer guide index to 7 categories — 27 guides listed in how-to _index and guide-catalog

View the full record as of this revision →

@@ -19,33 +19,68 @@ Internal operator runbooks for the Woodfine fleet deployment are not listed here

## Getting started

These guides cover the first steps for a developer new to the platform — setting up device authorization and opening a working session.
These guides cover the first steps for a developer new to the platform — setting up the toolchain, authenticating a device, and opening a working session.

- [[pair-a-new-device]] — register a new device and assign it a pairing tier (INPUT, USER, or INTERFACE)
- [[install-toolchain]] — install the Rust compiler and the workspace commit helper on a workspace VM
- [[open-first-totebox-session]] — open a scoped working session in a Totebox Archive and navigate the session lifecycle
- [[explore-the-console]] — tour the three-zone TUI, read the status bar, and navigate F-key slots for the first time

## Working in the console

These guides cover the platform's terminal interface and its F-key Cartridge slots.

- [[navigate-console-tui]] — status bar field definitions, F-key switching, and universal key bindings
- [[use-f-key-model]] — default slot assignments, the Cartridge compilation model, Email / SLM / Input Machine slots
- [[read-the-command-ledger]] — view WORM ledger entries from the F12 LEDGER tab, understand entry types, export to C2SP format
- [[run-first-slm-query]] — submit an inference prompt in F9 and read the Doorman health dashboard

## Records & storage

These guides cover the WORM audit ledger and entity data operations.

- [[read-write-totebox-archives]] — the five-step session start reading protocol, commit flow, draft staging, cross-archive mailbox
- [[verify-worm-ledger]] — confirm hash-chain integrity using SHA-256 and validate against a signed Sigstore checkpoint
- [[query-the-datagraph]] — search named entities by plain-text query, navigate relationships, handle Tier A circuit outages
- [[export-structured-data]] — four export paths by use case: DataGraph, wiki Markdown, GeoJSON, ledger tiles

## Machine authorization

These guides cover the cryptographic device pairing that controls platform access.

- [[pair-a-new-device]] — the core pairing workflow; covers all four pairing types (ADMIN, INPUT, USER, INTERFACE) and how to verify and revoke
- [[pair-a-new-device]] — the core pairing workflow; all four pairing types (ADMIN, INPUT, USER, INTERFACE)
- [[enroll-ppn-node]] — register a PPN compute node with the fleet controller and verify the first heartbeat
- [[issue-capability-token]] — generate a scoped Ed25519 capability token for a device or service
- [[rotate-keys]] — replace a keypair and its token using the three-phase transition sequence
- [[authenticate-binary-downloads]] — verify Ed25519-signed binary releases from the private distribution endpoint

For the authorization model that underpins all these operations, see [[machine-based-auth]] and [[pairing-as-permission]].

## Multi-entity scale

For the authorization model that underpins pairing, see [[machine-based-auth]] and [[pairing-as-permission]].
These guides cover operating the platform across multiple tenants, users, and fleet nodes.

- [[configure-tenant-namespace]] — register a tenant namespace, set quota limits, verify isolation, and issue the root credential
- [[scale-user-tiers]] — promote users between READ / USER / INPUT tiers; bulk-update a team at scale
- [[add-a-fleet-node]] — enroll a second PPN node into a running fleet without interrupting existing nodes

## Integration & data

These guides cover consuming platform data and connecting external applications.

- [[build-a-colocation-map]] — authenticate against the GIS tile API and render tier-coloured cluster markers in MapLibre
- [[authenticate-binary-downloads]] — verify Ed25519-signed binary releases from the private distribution endpoint
- [[connect-osm-data-pipeline]] — write a chain ingest YAML, run the ingest script against the Overpass API, and rebuild the cluster layer
- [[federate-archives-via-content-mounts]] — declare a secondary content mount in `knowledge.toml` and access federated articles across instances
- [[use-knowledge-mounts]] — add a secondary content repository to a running wiki instance and verify slug isolation

## Self-hosting

These guides cover deploying and running platform components on operator-controlled infrastructure.

- [[self-host-a-deployment]] — provision a named deployment instance, start the gateway, and connect it to the upstream platform
- [[run-local-slm-inference]] — start the local SLM service, verify the Doorman health endpoint, and submit inference requests from os-console
- [[configure-doorman]] — configure Tier A/B/C upstream addresses, circuit-breaker thresholds, and verify the health endpoint
- [[deploy-knowledge-instance]] — build and start `app-mediakit-knowledge` pointed at a local content repository path
- [[run-local-slm-inference]] — start the local SLM service, verify Doorman Tier B, and submit inference requests from the console or API

## See also

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 →