Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 775 Bytes

File metadata and controls

20 lines (15 loc) · 775 Bytes

Repository Structure

This page explains the main folders and which ones are source-of-truth vs generated.

Source of truth (tracked)

  • Sources/: Swift source for app, CLI, and core crypto modules.
  • Tests/: unit/integration tests.
  • docs/: project documentation (explanations, guides, legal).
  • scripts/: build and packaging scripts.
  • ThirdParty/: third-party notices and pkg-config shims.
  • assets/: static project assets.
  • dist/: checked-in CLI release artifacts used for direct installation.

Top-level reference files

  • README.md: project overview and quick links.
  • AGENTS.md: repository workflow instructions for coding agents.
  • LICENSE.txt: legal terms and ownership boundaries.
  • SECURITY.md: security contact/process notes.