codedna 0.8.1__tar.gz → 0.8.2__tar.gz

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 (86) hide show
  1. {codedna-0.8.1 → codedna-0.8.2}/PKG-INFO +27 -18
  2. {codedna-0.8.1 → codedna-0.8.2}/README.md +26 -17
  3. {codedna-0.8.1 → codedna-0.8.2}/codedna/__init__.py +1 -1
  4. {codedna-0.8.1 → codedna-0.8.2}/pyproject.toml +1 -1
  5. {codedna-0.8.1 → codedna-0.8.2}/.gitignore +0 -0
  6. {codedna-0.8.1 → codedna-0.8.2}/LICENSE +0 -0
  7. {codedna-0.8.1 → codedna-0.8.2}/codedna/ai.py +0 -0
  8. {codedna-0.8.1 → codedna-0.8.2}/codedna/ai_box.py +0 -0
  9. {codedna-0.8.1 → codedna-0.8.2}/codedna/ai_fingerprint.py +0 -0
  10. {codedna-0.8.1 → codedna-0.8.2}/codedna/analyzer.py +0 -0
  11. {codedna-0.8.1 → codedna-0.8.2}/codedna/api.py +0 -0
  12. {codedna-0.8.1 → codedna-0.8.2}/codedna/auth.py +0 -0
  13. {codedna-0.8.1 → codedna-0.8.2}/codedna/bus_factor.py +0 -0
  14. {codedna-0.8.1 → codedna-0.8.2}/codedna/cli.py +0 -0
  15. {codedna-0.8.1 → codedna-0.8.2}/codedna/db.py +0 -0
  16. {codedna-0.8.1 → codedna-0.8.2}/codedna/demo.py +0 -0
  17. {codedna-0.8.1 → codedna-0.8.2}/codedna/git_hook.py +0 -0
  18. {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/__init__.py +0 -0
  19. {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/github_bot.py +0 -0
  20. {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/jira.py +0 -0
  21. {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/lemonsqueezy.py +0 -0
  22. {codedna-0.8.1 → codedna-0.8.2}/codedna/interview.py +0 -0
  23. {codedna-0.8.1 → codedna-0.8.2}/codedna/onboarding.py +0 -0
  24. {codedna-0.8.1 → codedna-0.8.2}/codedna/plan.py +0 -0
  25. {codedna-0.8.1 → codedna-0.8.2}/codedna/protection.py +0 -0
  26. {codedna-0.8.1 → codedna-0.8.2}/codedna/rate_limit.py +0 -0
  27. {codedna-0.8.1 → codedna-0.8.2}/codedna/scorer.py +0 -0
  28. {codedna-0.8.1 → codedna-0.8.2}/codedna/sprint_health.py +0 -0
  29. {codedna-0.8.1 → codedna-0.8.2}/codedna/survey.py +0 -0
  30. {codedna-0.8.1 → codedna-0.8.2}/codedna/tech_debt.py +0 -0
  31. {codedna-0.8.1 → codedna-0.8.2}/dashboard/.env.local.example +0 -0
  32. {codedna-0.8.1 → codedna-0.8.2}/dashboard/.gitignore +0 -0
  33. {codedna-0.8.1 → codedna-0.8.2}/dashboard/README.md +0 -0
  34. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/ai-compare/page.tsx +0 -0
  35. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/login/route.ts +0 -0
  36. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/logout/route.ts +0 -0
  37. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/me/route.ts +0 -0
  38. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/register/route.ts +0 -0
  39. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/billing/checkout/route.ts +0 -0
  40. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/billing/page.tsx +0 -0
  41. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/bus-factor/page.tsx +0 -0
  42. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/commits/page.tsx +0 -0
  43. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/debt/page.tsx +0 -0
  44. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/favicon.ico +0 -0
  45. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/files/page.tsx +0 -0
  46. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
  47. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/fonts/GeistVF.woff +0 -0
  48. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/globals.css +0 -0
  49. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/interview/page.tsx +0 -0
  50. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/layout.tsx +0 -0
  51. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/login/page.tsx +0 -0
  52. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/onboarding/page.tsx +0 -0
  53. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/page.tsx +0 -0
  54. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/pricing/page.tsx +0 -0
  55. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/protected/page.tsx +0 -0
  56. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/register/page.tsx +0 -0
  57. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/settings/integrations/page.tsx +0 -0
  58. {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/sprints/page.tsx +0 -0
  59. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/AuthProvider.tsx +0 -0
  60. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/ClientProviders.tsx +0 -0
  61. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/CommitTable.tsx +0 -0
  62. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/CostInfoTooltip.tsx +0 -0
  63. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/ErrorBanner.tsx +0 -0
  64. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/FeatureGate.tsx +0 -0
  65. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/FileHeatmap.tsx +0 -0
  66. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/LanguageSwitcher.tsx +0 -0
  67. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/NavClient.tsx +0 -0
  68. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/OverviewTitles.tsx +0 -0
  69. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/QuickInsights.tsx +0 -0
  70. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/RiskBadge.tsx +0 -0
  71. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/SummaryCards.tsx +0 -0
  72. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/UnderstandingChart.tsx +0 -0
  73. {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/UpgradeBanner.tsx +0 -0
  74. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/api.ts +0 -0
  75. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/auth.ts +0 -0
  76. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/en.ts +0 -0
  77. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/index.tsx +0 -0
  78. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/tr.ts +0 -0
  79. {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/plan.ts +0 -0
  80. {codedna-0.8.1 → codedna-0.8.2}/dashboard/next-env.d.ts +0 -0
  81. {codedna-0.8.1 → codedna-0.8.2}/dashboard/next.config.mjs +0 -0
  82. {codedna-0.8.1 → codedna-0.8.2}/dashboard/package-lock.json +0 -0
  83. {codedna-0.8.1 → codedna-0.8.2}/dashboard/package.json +0 -0
  84. {codedna-0.8.1 → codedna-0.8.2}/dashboard/postcss.config.mjs +0 -0
  85. {codedna-0.8.1 → codedna-0.8.2}/dashboard/tailwind.config.ts +0 -0
  86. {codedna-0.8.1 → codedna-0.8.2}/dashboard/tsconfig.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codedna
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: AI Code Transparency Tool - detect AI-written code and measure developer understanding
5
5
  Project-URL: Homepage, https://codedna.dev
6
6
  Project-URL: Repository, https://github.com/natureco-official/codedna
@@ -179,7 +179,7 @@ pip install -e .
179
179
  ### Verify Installation
180
180
 
181
181
  ```bash
182
- codedna --version # should show "codedna 0.3.x"
182
+ codedna --version # should show "codedna 0.8.x"
183
183
  codedna doctor # full system health check
184
184
  ```
185
185
 
@@ -244,9 +244,9 @@ codedna interview-list # List interviews
244
244
  codedna interview-score # Score interview
245
245
  codedna bus-factor # Ownership analysis (Team+)
246
246
  codedna debt # Technical debt (Team+)
247
- codedna sprint-olustur # Create sprint
248
- codedna sprint-sagligi # Sprint health
249
- codedna sprint-gecmisi # Sprint history
247
+ codedna sprint-create # Create sprint
248
+ codedna sprint-health # Sprint health
249
+ codedna sprint-history # Sprint history
250
250
  ```
251
251
 
252
252
  ### 🌐 Infrastructure
@@ -539,23 +539,32 @@ MIT License - Copyright (c) 2026 NatureCo
539
539
 
540
540
  ## 🗺️ Roadmap
541
541
 
542
- ### v0.3.0 (Q3 2026)
543
- - [ ] VSCode extension (real-time)
544
- - [ ] Go/Rust/Java support
545
- - [ ] Slack bot
546
- - [ ] Jira integration
547
-
548
- ### v0.4.0 (Q4 2026)
549
- - [ ] Team analytics dashboard
550
- - [ ] AI coach (suggests learning resources)
551
- - [ ] Custom AI fingerprinting
552
- - [ ] Cloud sync (optional)
542
+ ### ✅ Completed (v0.8.0+)
543
+ - [x] Full English translation (CLI, API, Dashboard)
544
+ - [x] Web Dashboard shipped inside PyPI package (`pip install codedna` → `codedna dashboard`)
545
+ - [x] Demo mode for quick evaluation
546
+ - [x] VS Code Marketplace extension
547
+ - [x] Jira integration + webhook
548
+ - [x] Technical debt & bus factor analysis
549
+ - [x] Sprint health & onboarding tracking
550
+ - [x] AI tool comparison (Copilot vs Cursor vs Claude)
551
+ - [x] Interview tool for candidate assessment
552
+ - [x] Protected modules & understanding thresholds
553
+ - [x] Lemon Squeezy billing integration
554
+
555
+ ### v0.9.0 (Next)
556
+ - [ ] Go/Rust/Java Tree-sitter support
557
+ - [ ] Slack/Discord webhook notifications
558
+ - [ ] AI coach — personalized learning suggestions
559
+ - [ ] Custom AI fingerprinting rules
560
+ - [ ] Enhanced multi-repo dashboard
553
561
 
554
562
  ### v1.0.0 (2027)
555
- - [ ] Self-hosted option
563
+ - [ ] Self-hosted option (Docker)
556
564
  - [ ] Enterprise SSO (SAML, OIDC)
557
565
  - [ ] SOC 2 compliance
558
- - [ ] Custom training data
566
+ - [ ] Cloud sync (optional)
567
+ - [ ] Team analytics dashboard with role-based views
559
568
 
560
569
  ---
561
570
 
@@ -127,7 +127,7 @@ pip install -e .
127
127
  ### Verify Installation
128
128
 
129
129
  ```bash
130
- codedna --version # should show "codedna 0.3.x"
130
+ codedna --version # should show "codedna 0.8.x"
131
131
  codedna doctor # full system health check
132
132
  ```
133
133
 
@@ -192,9 +192,9 @@ codedna interview-list # List interviews
192
192
  codedna interview-score # Score interview
193
193
  codedna bus-factor # Ownership analysis (Team+)
194
194
  codedna debt # Technical debt (Team+)
195
- codedna sprint-olustur # Create sprint
196
- codedna sprint-sagligi # Sprint health
197
- codedna sprint-gecmisi # Sprint history
195
+ codedna sprint-create # Create sprint
196
+ codedna sprint-health # Sprint health
197
+ codedna sprint-history # Sprint history
198
198
  ```
199
199
 
200
200
  ### 🌐 Infrastructure
@@ -487,23 +487,32 @@ MIT License - Copyright (c) 2026 NatureCo
487
487
 
488
488
  ## 🗺️ Roadmap
489
489
 
490
- ### v0.3.0 (Q3 2026)
491
- - [ ] VSCode extension (real-time)
492
- - [ ] Go/Rust/Java support
493
- - [ ] Slack bot
494
- - [ ] Jira integration
495
-
496
- ### v0.4.0 (Q4 2026)
497
- - [ ] Team analytics dashboard
498
- - [ ] AI coach (suggests learning resources)
499
- - [ ] Custom AI fingerprinting
500
- - [ ] Cloud sync (optional)
490
+ ### ✅ Completed (v0.8.0+)
491
+ - [x] Full English translation (CLI, API, Dashboard)
492
+ - [x] Web Dashboard shipped inside PyPI package (`pip install codedna` → `codedna dashboard`)
493
+ - [x] Demo mode for quick evaluation
494
+ - [x] VS Code Marketplace extension
495
+ - [x] Jira integration + webhook
496
+ - [x] Technical debt & bus factor analysis
497
+ - [x] Sprint health & onboarding tracking
498
+ - [x] AI tool comparison (Copilot vs Cursor vs Claude)
499
+ - [x] Interview tool for candidate assessment
500
+ - [x] Protected modules & understanding thresholds
501
+ - [x] Lemon Squeezy billing integration
502
+
503
+ ### v0.9.0 (Next)
504
+ - [ ] Go/Rust/Java Tree-sitter support
505
+ - [ ] Slack/Discord webhook notifications
506
+ - [ ] AI coach — personalized learning suggestions
507
+ - [ ] Custom AI fingerprinting rules
508
+ - [ ] Enhanced multi-repo dashboard
501
509
 
502
510
  ### v1.0.0 (2027)
503
- - [ ] Self-hosted option
511
+ - [ ] Self-hosted option (Docker)
504
512
  - [ ] Enterprise SSO (SAML, OIDC)
505
513
  - [ ] SOC 2 compliance
506
- - [ ] Custom training data
514
+ - [ ] Cloud sync (optional)
515
+ - [ ] Team analytics dashboard with role-based views
507
516
 
508
517
  ---
509
518
 
@@ -1,4 +1,4 @@
1
1
  """CodeDNA — AI Code Transparency Tool."""
2
2
 
3
- __version__ = "0.8.1"
3
+ __version__ = "0.8.2"
4
4
  __app_name__ = "codedna"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "codedna"
3
- version = "0.8.1"
3
+ version = "0.8.2"
4
4
  description = "AI Code Transparency Tool - detect AI-written code and measure developer understanding"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes