From b2f00773c3f18a18a4c237abe794beb8d9888593 Mon Sep 17 00:00:00 2001 From: spbkgw-beep Date: Thu, 26 Feb 2026 16:52:07 -0800 Subject: [PATCH] feat: add privacy policy and support URL for plugin directory verified status Adds PRIVACY.md (no data collected, local-only tool) and updates plugin.json with privacyPolicy and support fields required for Anthropic Verified Status in the Claude Code Plugin Directory. Closes #32 Co-Authored-By: Claude Opus 4.6 --- .claude-plugin/plugin.json | 4 +++- PRIVACY.md | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 PRIVACY.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 52bfa88..665e560 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -8,5 +8,7 @@ "repository": "https://github.com/haoranc/agent-estimate", "homepage": "https://github.com/haoranc/agent-estimate", "license": "Apache-2.0", - "keywords": ["ai", "agents", "estimation", "pert", "planning", "wave-planning", "metr"] + "keywords": ["ai", "agents", "estimation", "pert", "planning", "wave-planning", "metr"], + "privacyPolicy": "https://github.com/haoranc/agent-estimate/blob/main/PRIVACY.md", + "support": "https://github.com/haoranc/agent-estimate/issues" } diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..71fcd2f --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,23 @@ +# Privacy Policy + +**agent-estimate** is an open-source CLI tool that runs entirely on your local machine. + +## Data Collection + +This plugin does **not** collect, store, or transmit any personal data, telemetry, or usage analytics. + +## Local Operation + +All estimation calculations, calibration data, and wave planning run locally. No data is sent to external servers by this tool. + +## Optional GitHub Integration + +When using the `--issues` flag, the tool makes read-only requests to the GitHub API to fetch issue metadata. These requests go directly from your machine to GitHub using your locally configured credentials (`gh` CLI). No data is proxied through any intermediary. + +## Third-Party Services + +This plugin does not integrate with any third-party analytics, advertising, or tracking services. + +## Contact + +For questions about this policy, open an issue at .