cursor-usage-tracker 1.18.1 → 1.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,7 +131,7 @@ Also supports **email alerts** via [Resend](https://resend.com) (one API key, no
131
131
  | **Anomalies** | Open incidents, MTTD/MTTI/MTTR metrics, full anomaly timeline |
132
132
  | **Settings** | Detection thresholds, expensive model alerts, billing group management, HiBob CSV import, group export/import |
133
133
 
134
- > For a detailed breakdown of every section, metric, badge, and chart, see [FEATURES.md](FEATURES.md).
134
+ > For a detailed breakdown of every section, metric, badge, and chart, see [FEATURES.md](docs/FEATURES.md).
135
135
 
136
136
  ---
137
137
 
@@ -482,7 +482,7 @@ Rate limit: 20 requests/minute (Admin API), 100 requests/minute (Analytics API).
482
482
 
483
483
  This project handles sensitive usage and spending data, so security matters here more than most.
484
484
 
485
- - **Vulnerability reporting**: See [SECURITY.md](SECURITY.md) for the disclosure policy. Report vulnerabilities privately via [GitHub Security Advisories](https://github.com/ofershap/cursor-usage-tracker/security/advisories/new), not public issues.
485
+ - **Vulnerability reporting**: See [SECURITY.md](.github/SECURITY.md) for the disclosure policy. Report vulnerabilities privately via [GitHub Security Advisories](https://github.com/ofershap/cursor-usage-tracker/security/advisories/new), not public issues.
486
486
  - **Automated scanning**: Every push and PR goes through [CodeQL](https://codeql.github.com/) (SQL injection, XSS, CSRF, etc.) and [Dependabot](https://docs.github.com/en/code-security/dependabot) for dependency vulnerabilities.
487
487
  - **OpenSSF Scorecard**: Continuously evaluated against [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/ofershap/cursor-usage-tracker) security benchmarks.
488
488
  - **OpenSSF Best Practices**: [Passing badge](https://www.bestpractices.dev/projects/11968) earned.
@@ -494,11 +494,11 @@ This project handles sensitive usage and spending data, so security matters here
494
494
 
495
495
  ## Contributing
496
496
 
497
- See [CONTRIBUTING.md](CONTRIBUTING.md) for setup and guidelines. Bug reports, feature requests, docs improvements, and code are all welcome. Use [conventional commits](https://www.conventionalcommits.org/) and make sure CI is green before opening a PR.
497
+ See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for setup and guidelines. Bug reports, feature requests, docs improvements, and code are all welcome. Use [conventional commits](https://www.conventionalcommits.org/) and make sure CI is green before opening a PR.
498
498
 
499
499
  ## Code of Conduct
500
500
 
501
- This project uses the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
501
+ This project uses the [Contributor Covenant Code of Conduct](.github/CODE_OF_CONDUCT.md).
502
502
 
503
503
  ## Author
504
504
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-usage-tracker",
3
- "version": "1.18.1",
3
+ "version": "1.18.3",
4
4
  "description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
5
5
  "homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
6
6
  "type": "module",