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.
- {codedna-0.8.1 → codedna-0.8.2}/PKG-INFO +27 -18
- {codedna-0.8.1 → codedna-0.8.2}/README.md +26 -17
- {codedna-0.8.1 → codedna-0.8.2}/codedna/__init__.py +1 -1
- {codedna-0.8.1 → codedna-0.8.2}/pyproject.toml +1 -1
- {codedna-0.8.1 → codedna-0.8.2}/.gitignore +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/LICENSE +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/ai.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/ai_box.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/ai_fingerprint.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/analyzer.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/api.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/auth.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/bus_factor.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/cli.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/db.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/demo.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/git_hook.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/__init__.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/github_bot.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/jira.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/integrations/lemonsqueezy.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/interview.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/onboarding.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/plan.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/protection.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/rate_limit.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/scorer.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/sprint_health.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/survey.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/codedna/tech_debt.py +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/.env.local.example +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/.gitignore +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/README.md +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/ai-compare/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/login/route.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/logout/route.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/me/route.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/auth/register/route.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/api/billing/checkout/route.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/billing/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/bus-factor/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/commits/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/debt/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/favicon.ico +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/files/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/fonts/GeistVF.woff +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/globals.css +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/interview/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/layout.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/login/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/onboarding/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/pricing/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/protected/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/register/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/settings/integrations/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/app/sprints/page.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/AuthProvider.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/ClientProviders.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/CommitTable.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/CostInfoTooltip.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/ErrorBanner.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/FeatureGate.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/FileHeatmap.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/LanguageSwitcher.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/NavClient.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/OverviewTitles.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/QuickInsights.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/RiskBadge.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/SummaryCards.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/UnderstandingChart.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/components/UpgradeBanner.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/api.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/auth.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/en.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/index.tsx +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/i18n/tr.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/lib/plan.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/next-env.d.ts +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/next.config.mjs +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/package-lock.json +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/package.json +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/postcss.config.mjs +0 -0
- {codedna-0.8.1 → codedna-0.8.2}/dashboard/tailwind.config.ts +0 -0
- {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.
|
|
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.
|
|
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-
|
|
248
|
-
codedna sprint-
|
|
249
|
-
codedna sprint-
|
|
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.
|
|
543
|
-
- [
|
|
544
|
-
- [
|
|
545
|
-
- [
|
|
546
|
-
- [
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
- [
|
|
550
|
-
- [
|
|
551
|
-
- [
|
|
552
|
-
- [
|
|
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
|
-
- [ ]
|
|
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.
|
|
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-
|
|
196
|
-
codedna sprint-
|
|
197
|
-
codedna sprint-
|
|
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.
|
|
491
|
-
- [
|
|
492
|
-
- [
|
|
493
|
-
- [
|
|
494
|
-
- [
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
- [
|
|
498
|
-
- [
|
|
499
|
-
- [
|
|
500
|
-
- [
|
|
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
|
-
- [ ]
|
|
514
|
+
- [ ] Cloud sync (optional)
|
|
515
|
+
- [ ] Team analytics dashboard with role-based views
|
|
507
516
|
|
|
508
517
|
---
|
|
509
518
|
|
|
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
|
|
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
|
|
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
|