Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 3.33 KB

File metadata and controls

75 lines (56 loc) · 3.33 KB

Tugboat mobile documentation

Public contracts and integrator docs for this repository. The CLI, collector, and Context Graph have separate ownership.

What belongs here: publishing.md. Working notes (plans, lab gates, canaries) are not listed below.

Getting started

Design

Architecture

Decisions

Privacy

Performance

Releases

Current compatibility

  • package version: 0.8.16 (0.8.x patch; Android plugin uses Maven Central capture-runtime 0.1.0; iOS plugin uses CocoaPods TugboatCaptureRuntime 0.1.0 and requires iOS 15);
  • native runtime: capture-runtime 0.1.0 on Maven Central; TugboatCaptureRuntime 0.1.0 on CocoaPods trunk;
  • planned first native-default adapter: Flutter 0.9.0 after privacy and performance gates;
  • session JSON schema: 10;
  • fingerprint schema: 6;
  • minimum Dart SDK: 3.9.2;
  • minimum Flutter SDK: 3.35.0.

Start with the SDK README for integration. Use the contracts document when changing identity, capture cadence, privacy boundaries, activation, or sink behavior; these changes can invalidate downstream evidence even when the Dart API remains source-compatible.