Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
23 changes: 23 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/haoranc/agent-estimate/issues>.