codedna 0.2.27__tar.gz → 0.2.29__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.2.27 → codedna-0.2.29}/PKG-INFO +1 -1
- {codedna-0.2.27 → codedna-0.2.29}/codedna/__init__.py +1 -1
- {codedna-0.2.27 → codedna-0.2.29}/codedna/cli.py +21 -21
- {codedna-0.2.27 → codedna-0.2.29}/pyproject.toml +1 -1
- {codedna-0.2.27 → codedna-0.2.29}/.env.example +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.env.ls +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/CODEOWNERS +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/dependabot.yml +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/workflows/codedna.yml +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/workflows/codeql.yml +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.github/workflows/test.yml +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.gitignore +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/.python-version +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/CHANGELOG.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/CONTRIBUTING.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/LICENSE +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/SECURITY.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/ai.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/ai_box.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/ai_fingerprint.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/analyzer.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/api.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/auth.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/bus_factor.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/db.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/git_hook.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/integrations/__init__.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/integrations/github_bot.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/integrations/jira.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/integrations/lemonsqueezy.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/interview.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/onboarding.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/plan.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/protection.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/rate_limit.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/scorer.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/sprint_health.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/survey.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/codedna/tech_debt.py +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/.env.local.example +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/.gitignore +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/ai-compare/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/api/auth/login/route.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/api/auth/logout/route.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/api/auth/me/route.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/api/auth/register/route.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/api/billing/checkout/route.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/billing/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/bus-factor/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/commits/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/debt/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/favicon.ico +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/files/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/fonts/GeistVF.woff +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/globals.css +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/interview/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/layout.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/login/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/onboarding/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/pricing/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/protected/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/register/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/settings/integrations/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/app/sprints/page.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/AnlamaGrafigi.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/AuthProvider.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/ClientProviders.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/CommitTable.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/CostInfoTooltip.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/FeatureGate.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/FileHeatmap.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/HataBanner.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/LanguageSwitcher.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/NavClient.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/OverviewTitles.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/QuickInsights.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/RiskBadge.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/SummaryCards.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/components/UpgradeBanner.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/api.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/auth.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/i18n/en.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/i18n/index.tsx +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/i18n/tr.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/lib/plan.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/next-env.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/next.config.mjs +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/package-lock.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/postcss.config.mjs +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/tailwind.config.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/dashboard/tsconfig.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/hooks/post-commit +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/uv.lock +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/.bin/tsc +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/.bin/tsserver +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/.package-lock.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/LICENSE +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/assert/strict.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/assert.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/async_hooks.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/buffer.buffer.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/buffer.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/child_process.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/cluster.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/compatibility/index.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/console.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/constants.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/crypto.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/dgram.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/dns/promises.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/dns.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/domain.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/events.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/fs/promises.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/fs.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/globals.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/globals.typedarray.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/http.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/http2.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/https.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/index.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/inspector.generated.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/module.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/net.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/os.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/path.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/process.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/punycode.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/querystring.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/readline/promises.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/readline.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/repl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/sea.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream/promises.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream/web.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/string_decoder.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/test.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/timers/promises.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/timers.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/tls.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/trace_events.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/ts5.6/index.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/tty.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/url.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/util.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/v8.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/vm.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/wasi.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/domexception.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/events.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/fetch.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/worker_threads.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/zlib.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/vscode/LICENSE +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/vscode/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/vscode/index.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/vscode/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/LICENSE.txt +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/SECURITY.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/ThirdPartyNoticeText.txt +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/bin/tsc +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/bin/tsserver +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/_tsc.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/_tsserver.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/_typingsInstaller.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.decorators.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.dom.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2016.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2023.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.collection.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.object.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.regexp.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es2024.string.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es5.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.es6.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.error.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.float16.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.iterator.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.scripthost.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.webworker.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/tsc.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/tsserver.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/typesMap.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/typescript.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/typescript.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/typingsInstaller.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/watchGuard.js +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/typescript/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/LICENSE +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/README.md +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/agent.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/api.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/cache.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/client.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/connector.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/content-type.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/cookies.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/dispatcher.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/errors.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/eventsource.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/fetch.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/file.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/filereader.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/formdata.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/global-origin.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/handlers.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/header.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/index.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/interceptors.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/mock-agent.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/mock-client.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/mock-errors.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/mock-pool.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/patch.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/pool-stats.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/pool.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/readable.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/retry-agent.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/retry-handler.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/util.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/webidl.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/undici-types/websocket.d.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/out/apiClient.js.map +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/out/decorations.js.map +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/out/extension.js.map +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/out/statusBar.js.map +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/package-lock.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/package.json +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/src/apiClient.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/src/decorations.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/src/extension.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/src/statusBar.ts +0 -0
- {codedna-0.2.27 → codedna-0.2.29}/vscode-extension/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codedna
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.29
|
|
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
|
|
@@ -45,7 +45,7 @@ def _version_callback(value: bool) -> None:
|
|
|
45
45
|
from importlib.metadata import version as _v
|
|
46
46
|
ver = _v("codedna")
|
|
47
47
|
except Exception:
|
|
48
|
-
ver = "0.2.
|
|
48
|
+
ver = "0.2.29"
|
|
49
49
|
console.print(f"codedna {ver}")
|
|
50
50
|
raise typer.Exit()
|
|
51
51
|
|
|
@@ -77,7 +77,7 @@ def init(
|
|
|
77
77
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
78
78
|
with_ci: bool = typer.Option(False, "--with-ci", help="GitHub Actions CI şablonunu da oluştur"),
|
|
79
79
|
) -> None:
|
|
80
|
-
"""
|
|
80
|
+
"""Git hook'u kur, veritabanını oluştur ve isteğe bağlı CI şablonu yaz."""
|
|
81
81
|
console.print()
|
|
82
82
|
console.print(
|
|
83
83
|
Panel.fit(
|
|
@@ -135,8 +135,8 @@ def init(
|
|
|
135
135
|
@app.command()
|
|
136
136
|
def scan(
|
|
137
137
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
138
|
-
max_files: int = typer.Option(200, "--max", "-m", help="
|
|
139
|
-
min_risk: float = typer.Option(0.0, "--min-risk", help="Minimum AI
|
|
138
|
+
max_files: int = typer.Option(200, "--max", "-m", help="Maximum number of files to scan"),
|
|
139
|
+
min_risk: float = typer.Option(0.0, "--min-risk", help="Minimum AI probability filter (0.0-1.0)"),
|
|
140
140
|
) -> None:
|
|
141
141
|
"""Scan current repo and show AI risk report."""
|
|
142
142
|
console.print()
|
|
@@ -330,7 +330,7 @@ def status(
|
|
|
330
330
|
@app.command()
|
|
331
331
|
def history(
|
|
332
332
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
333
|
-
limit: int = typer.Option(20, "--limit", "-n", help="
|
|
333
|
+
limit: int = typer.Option(20, "--limit", "-n", help="Number of commits to show"),
|
|
334
334
|
) -> None:
|
|
335
335
|
"""Show historical commit scores as a table."""
|
|
336
336
|
console.print()
|
|
@@ -574,7 +574,7 @@ def ai_compare(
|
|
|
574
574
|
@app.command()
|
|
575
575
|
def onboarding(
|
|
576
576
|
author: Optional[str] = typer.Option(None, "--author", "-a", help="Tek yazar analizi"),
|
|
577
|
-
team: bool = typer.Option(False, "--team", "-t", help="
|
|
577
|
+
team: bool = typer.Option(False, "--team", "-t", help="Team-wide summary"),
|
|
578
578
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
579
579
|
) -> None:
|
|
580
580
|
"""Measure developer onboarding speed and show ramp-up curve."""
|
|
@@ -789,10 +789,10 @@ app.add_typer(protect_app, name="protect")
|
|
|
789
789
|
def protect_add(
|
|
790
790
|
file_path: str = typer.Argument(..., help="Korunacak dosya yolu"),
|
|
791
791
|
threshold: float = typer.Option(3.5, "--threshold", "-t", help="Minimum anlama skoru eşiği"),
|
|
792
|
-
label: str = typer.Option("", "--label", "-l", help="
|
|
792
|
+
label: str = typer.Option("", "--label", "-l", help="Human-readable label"),
|
|
793
793
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
794
794
|
) -> None:
|
|
795
|
-
"""
|
|
795
|
+
"""Mark a file as protected module."""
|
|
796
796
|
from codedna.protection import protect_module
|
|
797
797
|
from codedna.plan import is_feature_available
|
|
798
798
|
|
|
@@ -821,7 +821,7 @@ def protect_remove(
|
|
|
821
821
|
file_path: str = typer.Argument(..., help="Koruma kaldırılacak dosya yolu"),
|
|
822
822
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
823
823
|
) -> None:
|
|
824
|
-
"""
|
|
824
|
+
"""Remove protection from a file."""
|
|
825
825
|
from codedna.protection import unprotect_module
|
|
826
826
|
from codedna.plan import is_feature_available
|
|
827
827
|
|
|
@@ -843,7 +843,7 @@ def protect_remove(
|
|
|
843
843
|
def protect_list(
|
|
844
844
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
845
845
|
) -> None:
|
|
846
|
-
"""
|
|
846
|
+
"""Show all protected modules and their statuses."""
|
|
847
847
|
from codedna.protection import check_protected_modules
|
|
848
848
|
from codedna.plan import is_feature_available
|
|
849
849
|
|
|
@@ -896,7 +896,7 @@ def protect_list(
|
|
|
896
896
|
def protect_check(
|
|
897
897
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
898
898
|
) -> None:
|
|
899
|
-
"""
|
|
899
|
+
"""Show only modules that violated the threshold."""
|
|
900
900
|
from codedna.protection import get_violations
|
|
901
901
|
from codedna.plan import is_feature_available
|
|
902
902
|
|
|
@@ -1427,7 +1427,7 @@ def sprint_gecmisi(
|
|
|
1427
1427
|
repo: Optional[Path] = typer.Option(None, "--repo", "-r", help="Git repo dizini"),
|
|
1428
1428
|
limit: int = typer.Option(10, "--limit", "-n", help="Gösterilecek sprint sayısı"),
|
|
1429
1429
|
) -> None:
|
|
1430
|
-
"""
|
|
1430
|
+
"""Geçmiş sprint'leri tablo olarak göster."""
|
|
1431
1431
|
from codedna.db import get_sprint_history as db_sprint_gecmisi
|
|
1432
1432
|
from codedna.plan import is_feature_available
|
|
1433
1433
|
from datetime import datetime as dt
|
|
@@ -1486,13 +1486,13 @@ def sprint_gecmisi(
|
|
|
1486
1486
|
# ---------------------------------------------------------------------------
|
|
1487
1487
|
@app.command()
|
|
1488
1488
|
def plan(
|
|
1489
|
-
|
|
1489
|
+
command: Optional[str] = typer.Argument(
|
|
1490
1490
|
None,
|
|
1491
|
-
help="'activate'
|
|
1491
|
+
help="'activate' or direct license key",
|
|
1492
1492
|
),
|
|
1493
|
-
|
|
1493
|
+
key: Optional[str] = typer.Argument(
|
|
1494
1494
|
None,
|
|
1495
|
-
help="
|
|
1495
|
+
help="License key (used with activate)",
|
|
1496
1496
|
),
|
|
1497
1497
|
) -> None:
|
|
1498
1498
|
"""Show current plan or activate a plan with a license key.
|
|
@@ -1511,10 +1511,10 @@ def plan(
|
|
|
1511
1511
|
|
|
1512
1512
|
# "activate <KEY>" veya doğrudan "<KEY>" syntax'ı destekle
|
|
1513
1513
|
lisans_anahtari: Optional[str] = None
|
|
1514
|
-
if
|
|
1515
|
-
lisans_anahtari =
|
|
1516
|
-
elif
|
|
1517
|
-
lisans_anahtari =
|
|
1514
|
+
if command == "activate" and key:
|
|
1515
|
+
lisans_anahtari = key
|
|
1516
|
+
elif command and command != "activate":
|
|
1517
|
+
lisans_anahtari = command
|
|
1518
1518
|
|
|
1519
1519
|
if lisans_anahtari:
|
|
1520
1520
|
# Lisans aktifleştirme
|
|
@@ -1561,7 +1561,7 @@ def plan(
|
|
|
1561
1561
|
console.print()
|
|
1562
1562
|
console.print(
|
|
1563
1563
|
Panel(
|
|
1564
|
-
"[bold]Current Plan:[/bold] [{plan_renk}]{mevcut.value.upper()}[/{plan_renk}]\n\n"
|
|
1564
|
+
f"[bold]Mevcut Plan / Current Plan:[/bold] [{plan_renk}]{mevcut.value.upper()}[/{plan_renk}]\n\n"
|
|
1565
1565
|
+ (
|
|
1566
1566
|
"[dim]Lisans aktif etmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]"
|
|
1567
1567
|
if mevcut == PlanEnum.FREE
|
|
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
|
|
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
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/assert/strict.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/async_hooks.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/buffer.buffer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/child_process.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/compatibility/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/diagnostics_channel.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/dns/promises.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/fs/promises.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/globals.typedarray.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/inspector.generated.d.ts
RENAMED
|
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
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/querystring.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/readline/promises.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream/consumers.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/stream/promises.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/string_decoder.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/timers/promises.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/trace_events.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/ts5.6/buffer.buffer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/ts5.6/index.d.ts
RENAMED
|
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
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/events.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/web-globals/fetch.d.ts
RENAMED
|
File without changes
|
{codedna-0.2.27 → codedna-0.2.29}/vscode-extension/node_modules/@types/node/worker_threads.d.ts
RENAMED
|
File without changes
|