Privacy

last updated 2026-05-08

The Game of Cards plugin and goc CLI

The Game of Cards plugin and command-line tool run entirely on your local machine. They do not collect, transmit, or store any personal data, anywhere.

  • All cards live as Markdown files under .game-of-cards/deck/ in your repository. Nothing leaves your filesystem.
  • The CLI makes no network requests. Its source has no socket, urllib, http, or requests imports — verifiable by reading the package source.
  • The plugin's runtime hooks inject text into your AI agent's view (active-card reminders, work-prompt routing, generalization-card prompts). They do not transmit any data outside the local Claude Code session.
  • No telemetry, analytics, error reporting, or usage metrics are collected by the plugin or CLI.

The full source is auditable at github.com/zauberzeug/game-of-cards under the MIT license.

This website (game-of-cards.com)

This marketing site uses Plausible Analytics to count page views. Plausible is a privacy-friendly analytics service:

  • No cookies are set on your browser.
  • No personal information (name, email, persistent identifiers) is collected or stored.
  • IP addresses are processed only briefly to derive country-level aggregate counts and are then discarded — they are not retained.
  • No data is shared with third parties for advertising, re-targeting, or profile-building.

Plausible's own privacy practices: plausible.io/privacy.

Hosting

This site is served by GitHub Pages. GitHub may log standard HTTP request metadata (IP, user agent, timestamp) for security and abuse-prevention purposes; see GitHub's general privacy statement.

Contact

Questions about this policy? Email info@zauberzeug.com or open an issue at github.com/zauberzeug/game-of-cards/issues.

Updates

This page is versioned in the repo. Material changes are reflected in its commit history.