You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: declutter root by moving community docs and feature map
- Move CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md to .github/
- Move FEATURES.md to docs/
- Update all references in README.md and cursor rules
Made-with: Cursor
Copy file name to clipboardExpand all lines: .cursor/rules/features-file.mdc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ alwaysApply: false
6
6
7
7
# Feature Map Maintenance
8
8
9
-
When adding a new user-facing feature (page, section, chart, badge, metric, setting, or API endpoint), update `FEATURES.md` to reflect the change. Keep entries short — one line per item, grouped under the correct page heading.
9
+
When adding a new user-facing feature (page, section, chart, badge, metric, setting, or API endpoint), update `docs/FEATURES.md` to reflect the change. Keep entries short — one line per item, grouped under the correct page heading.
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).
0 commit comments