great-cto 2.15.0 → 2.16.0

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.
package/dist/detect.js CHANGED
@@ -1185,6 +1185,7 @@ function mineReadmeKeywords(dir) {
1185
1185
  "ccpa", "cpra", "california consumer privacy",
1186
1186
  "california privacy rights", "cppa", "california residents",
1187
1187
  "california users", "do not sell", "opt-out of sale",
1188
+ "data subject rights california", "dsr california",
1188
1189
  // UK
1189
1190
  "uk gdpr", "information commissioner", "dpa 2018",
1190
1191
  "uk users", "uk customers", "united kingdom", "british users",
@@ -44,7 +44,7 @@ export const JURISDICTION_SIGNALS = {
44
44
  "eu": {
45
45
  keywords: [
46
46
  // Legal / regulatory terms
47
- "gdpr", "dsgvo", "rgpd", "data protection officer",
47
+ "gdpr", "dsgvo", "rgpd", "data protection officer", "dpo",
48
48
  "right to erasure", "right to be forgotten", "data subject request",
49
49
  "article 6", "article 9", "legitimate interest", "lawful basis",
50
50
  "privacy by design", "privacy notice", "cookie consent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "great-cto",
3
- "version": "2.15.0",
3
+ "version": "2.16.0",
4
4
  "description": "One command install for the great_cto Claude Code plugin. Auto-detects your stack, picks the right archetype, bootstraps PROJECT.md.",
5
5
  "keywords": [
6
6
  "claude-code",