kinemotion 0.35.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.
Potentially problematic release.
This version of kinemotion might be problematic. Click here for more details.
- kinemotion-0.35.2/.basic-memory/README.md +253 -0
- kinemotion-0.35.2/.basic-memory/api/api-reference-quick-commands.md +143 -0
- kinemotion-0.35.2/.basic-memory/api/supabase-authentication-setup-guide.md +428 -0
- kinemotion-0.35.2/.basic-memory/authentication/auth-provider-comparison-december-2025.md +43 -0
- kinemotion-0.35.2/.basic-memory/authentication/auth-providers-comparison-december-2025.md +13 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-quick-start.md +88 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-setup-guide.md +110 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-technical-guide.md +428 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-google-oauth-setup-guide.md +118 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-production-setup-guide.md +250 -0
- kinemotion-0.35.2/.basic-memory/authentication/supabase-quick-start-guide.md +247 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/camera-perspective-analysis-45deg-vs-lateral.md +195 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/cmj-landing-detection-window-validation.md +213 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/cmj-physiological-bounds-for-validation.md +776 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/cmj-validation-implementation-complete.md +388 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/drop-jump-vs-cmj-key-differences.md +68 -0
- kinemotion-0.35.2/.basic-memory/biomechanics/technical-implementation-45deg-perspective-correction.md +396 -0
- kinemotion-0.35.2/.basic-memory/codebase/codebase-architecture-overview.md +70 -0
- kinemotion-0.35.2/.basic-memory/codebase/validation-architecture-visual-hierarchy-after-refactoring.md +202 -0
- kinemotion-0.35.2/.basic-memory/codebase/validation-code-duplication-evidence.md +258 -0
- kinemotion-0.35.2/.basic-memory/codebase/validation-module-architecture-analysis.md +193 -0
- kinemotion-0.35.2/.basic-memory/codebase/validation-refactoring-complete-architecture-improvement.md +142 -0
- kinemotion-0.35.2/.basic-memory/deployment/automated-deployment-setup-git-hub-actions-with-workload-identity-federation.md +267 -0
- kinemotion-0.35.2/.basic-memory/deployment/backend-repository-split-migration-guide.md +935 -0
- kinemotion-0.35.2/.basic-memory/deployment/backend-repository-split-step-by-step-execution-guide.md +938 -0
- kinemotion-0.35.2/.basic-memory/deployment/cloud-run-security-least-privilege-service-account-setup.md +100 -0
- kinemotion-0.35.2/.basic-memory/deployment/cors-and-memory-issues-production-debugging-guide.md +350 -0
- kinemotion-0.35.2/.basic-memory/deployment/current-kinemotion-architecture-correct-deployment-setup.md +102 -0
- kinemotion-0.35.2/.basic-memory/deployment/frontend-repository-split-migration-guide.md +597 -0
- kinemotion-0.35.2/.basic-memory/deployment/frontend-repository-split-step-by-step-execution-guide.md +849 -0
- kinemotion-0.35.2/.basic-memory/deployment/production-deployment-guide-vercel-google-cloud-run.md +397 -0
- kinemotion-0.35.2/.basic-memory/deployment/quick-deployment-commands-vercel-and-cloud-run.md +342 -0
- kinemotion-0.35.2/.basic-memory/deployment/vercel-monorepo-deployment-best-practice.md +52 -0
- kinemotion-0.35.2/.basic-memory/development/backend-authentication-and-logging-status.md +135 -0
- kinemotion-0.35.2/.basic-memory/development/backend-code-coverage-analysis.md +121 -0
- kinemotion-0.35.2/.basic-memory/development/backend-code-duplication-analysis.md +161 -0
- kinemotion-0.35.2/.basic-memory/development/backend-kinemotion-decoupling-strategy.md +863 -0
- kinemotion-0.35.2/.basic-memory/development/backend-sonar-cloud-integration-status.md +149 -0
- kinemotion-0.35.2/.basic-memory/development/basic-memory-naming-hook-analysis.md +148 -0
- kinemotion-0.35.2/.basic-memory/development/ci-caching-issue-investigation-deep-squat-test-failure.md +225 -0
- kinemotion-0.35.2/.basic-memory/development/ci-vs-local-test-failure-investigation.md +98 -0
- kinemotion-0.35.2/.basic-memory/development/claude-code-hook-configuration.md +343 -0
- kinemotion-0.35.2/.basic-memory/development/cmj-phase-detection-testing-gap-analysis.md +304 -0
- kinemotion-0.35.2/.basic-memory/development/development-standards-quality-gates.md +83 -0
- kinemotion-0.35.2/.basic-memory/development/frontend-dependencies-analysis-nov-2025.md +186 -0
- kinemotion-0.35.2/.basic-memory/development/google-oauth-setup-script-final-review-production-ready.md +135 -0
- kinemotion-0.35.2/.basic-memory/development/google-oauth-setup-script-review-issues-and-recommendations.md +130 -0
- kinemotion-0.35.2/.basic-memory/development/hook-complete-audit-summary.md +284 -0
- kinemotion-0.35.2/.basic-memory/development/hook-configuration-audit.md +260 -0
- kinemotion-0.35.2/.basic-memory/development/hook-quick-reference.md +281 -0
- kinemotion-0.35.2/.basic-memory/development/keyboard-interrupt-test-suite-failure-analysis.md +65 -0
- kinemotion-0.35.2/.basic-memory/development/p0-p1-p2-test-suite-fixes-final-report.md +11 -0
- kinemotion-0.35.2/.basic-memory/development/structured-logging-implementation-complete.md +7 -0
- kinemotion-0.35.2/.basic-memory/development/structured-logging-implementation.md +73 -0
- kinemotion-0.35.2/.basic-memory/development/supabase-dashboard-navigation-december-2025.md +47 -0
- kinemotion-0.35.2/.basic-memory/development/test-coverage-asymmetry-analysis-cmj-vs-drop-jump.md +158 -0
- kinemotion-0.35.2/.basic-memory/development/test-coverage-equivalence-achievement-summary.md +128 -0
- kinemotion-0.35.2/.basic-memory/development/test-suite-comprehensive-review-december-2025.md +304 -0
- kinemotion-0.35.2/.basic-memory/development/test-suite-comprehensive-review-structure-and-gaps.md +258 -0
- kinemotion-0.35.2/.basic-memory/development/test-suite-p0-p1-p2-fixes-complete-report.md +335 -0
- kinemotion-0.35.2/.basic-memory/development/test-suite-p0-p1-p2-fixes-progress-report.md +91 -0
- kinemotion-0.35.2/.basic-memory/development/unused-and-experimental-features-strategy.md +182 -0
- kinemotion-0.35.2/.basic-memory/development/unused-code-detection-prompt-template.md +265 -0
- kinemotion-0.35.2/.basic-memory/development/unused-code-identification-and-decorator-application-december-2025.md +322 -0
- kinemotion-0.35.2/.basic-memory/development/unused-code-verification-final-pass-december-2025.md +342 -0
- kinemotion-0.35.2/.basic-memory/development/using-multiple-mcp-reasoning-servers-simultaneously.md +304 -0
- kinemotion-0.35.2/.basic-memory/development/vercel-authentication-options-for-user-id-tracking.md +218 -0
- kinemotion-0.35.2/.basic-memory/project-management/documentation-audit-december-2025.md +157 -0
- kinemotion-0.35.2/.basic-memory/project-management/issue-12-mvp-scaffolding-complete.md +181 -0
- kinemotion-0.35.2/.basic-memory/project-management/issue-12-unblocked-tasks-breakdown.md +92 -0
- kinemotion-0.35.2/.basic-memory/project-management/issue-12-use-real-metrics-now.md +111 -0
- kinemotion-0.35.2/.basic-memory/project-management/kinemotion-project-setup-complete.md +149 -0
- kinemotion-0.35.2/.basic-memory/project-management/kinemotion-supabase-production-configuration.md +42 -0
- kinemotion-0.35.2/.basic-memory/project-management/mcp-sequential-thinking-alternatives-analysis.md +233 -0
- kinemotion-0.35.2/.basic-memory/project-management/project-state-summary-december-2025.md +213 -0
- kinemotion-0.35.2/.basic-memory/project-management/specialized-subagents-routing-guide.md +106 -0
- kinemotion-0.35.2/.basic-memory/project-management/supabase-setup-instructions-for-kinemotion.md +246 -0
- kinemotion-0.35.2/.basic-memory/strategy/deployment-decision-analysis-for-kinemotion.md +66 -0
- kinemotion-0.35.2/.basic-memory/strategy/mvp-feedback-collection-plan.md +101 -0
- kinemotion-0.35.2/.basic-memory/strategy/mvp-first-strategic-direction.md +103 -0
- kinemotion-0.35.2/.basic-memory/strategy/mvp-validation-checkpoints.md +77 -0
- kinemotion-0.35.2/.basic-memory/strategy/strategic-priority-tasks-current-roadmap.md +107 -0
- kinemotion-0.35.2/.basic-memory/strategy/third-party-auth-providers-with-free-tiers-december-2025.md +235 -0
- kinemotion-0.35.2/.claude/agents/biomechanics-specialist.md +129 -0
- kinemotion-0.35.2/.claude/agents/computer-vision-engineer.md +98 -0
- kinemotion-0.35.2/.claude/agents/devops-cicd-engineer.md +221 -0
- kinemotion-0.35.2/.claude/agents/frontend-developer.md +606 -0
- kinemotion-0.35.2/.claude/agents/ml-data-scientist.md +189 -0
- kinemotion-0.35.2/.claude/agents/project-manager.md +441 -0
- kinemotion-0.35.2/.claude/agents/python-backend-developer.md +167 -0
- kinemotion-0.35.2/.claude/agents/qa-test-engineer.md +305 -0
- kinemotion-0.35.2/.claude/agents/technical-writer.md +245 -0
- kinemotion-0.35.2/.claude/hooks/fix-basic-memory-names.sh +116 -0
- kinemotion-0.35.2/.claude/settings.local.json +85 -0
- kinemotion-0.35.2/.cursor/mcp.json +58 -0
- kinemotion-0.35.2/.dockerignore +59 -0
- kinemotion-0.35.2/.gitattributes +41 -0
- kinemotion-0.35.2/.github/ISSUE_TEMPLATE/bug_report.yml +105 -0
- kinemotion-0.35.2/.github/ISSUE_TEMPLATE/config.yml +11 -0
- kinemotion-0.35.2/.github/ISSUE_TEMPLATE/feature_request.yml +96 -0
- kinemotion-0.35.2/.github/dependabot.yml +54 -0
- kinemotion-0.35.2/.github/pull_request_template.md +103 -0
- kinemotion-0.35.2/.github/workflows/deploy-backend.yml +155 -0
- kinemotion-0.35.2/.github/workflows/docs.yml +79 -0
- kinemotion-0.35.2/.github/workflows/release.yml +130 -0
- kinemotion-0.35.2/.github/workflows/security.yml +124 -0
- kinemotion-0.35.2/.github/workflows/test.yml +93 -0
- kinemotion-0.35.2/.gitignore +85 -0
- kinemotion-0.35.2/.mcp.json +65 -0
- kinemotion-0.35.2/.pre-commit-config.yaml +47 -0
- kinemotion-0.35.2/.readthedocs.yml +25 -0
- kinemotion-0.35.2/.serena/.gitignore +1 -0
- kinemotion-0.35.2/.serena/memories/backend-cors-fastapi-middleware-order.md +122 -0
- kinemotion-0.35.2/.serena/memories/camera-perspective-validation-study.md +154 -0
- kinemotion-0.35.2/.serena/memories/code_style_and_conventions.md +126 -0
- kinemotion-0.35.2/.serena/memories/current-project-architecture.md +95 -0
- kinemotion-0.35.2/.serena/memories/deployment-checklist-and-known-issues.md +138 -0
- kinemotion-0.35.2/.serena/memories/deployment-setup-complete.md +38 -0
- kinemotion-0.35.2/.serena/memories/github-project-setup-summary.md +253 -0
- kinemotion-0.35.2/.serena/memories/mvp-first-strategy.md +124 -0
- kinemotion-0.35.2/.serena/memories/mvp-roadmap-and-priorities.md +138 -0
- kinemotion-0.35.2/.serena/memories/project_overview.md +102 -0
- kinemotion-0.35.2/.serena/memories/specialist-agents-routing.md +187 -0
- kinemotion-0.35.2/.serena/memories/suggested_commands.md +131 -0
- kinemotion-0.35.2/.serena/project.yml +84 -0
- kinemotion-0.35.2/.tool-versions +2 -0
- kinemotion-0.35.2/.vercelignore +1 -0
- kinemotion-0.35.2/CHANGELOG.md +1306 -0
- kinemotion-0.35.2/CLAUDE.md +592 -0
- kinemotion-0.35.2/CODE_OF_CONDUCT.md +133 -0
- kinemotion-0.35.2/CONTRIBUTING.md +330 -0
- kinemotion-0.35.2/Dockerfile +107 -0
- kinemotion-0.35.2/GEMINI.md +162 -0
- kinemotion-0.35.2/LICENSE +21 -0
- kinemotion-0.35.2/PKG-INFO +724 -0
- kinemotion-0.35.2/README.md +695 -0
- kinemotion-0.35.2/SECURITY.md +45 -0
- kinemotion-0.35.2/backend/.dockerignore +56 -0
- kinemotion-0.35.2/backend/.env.example +30 -0
- kinemotion-0.35.2/backend/Dockerfile +57 -0
- kinemotion-0.35.2/backend/README.md +526 -0
- kinemotion-0.35.2/backend/docs/fly-deployment.md +226 -0
- kinemotion-0.35.2/backend/docs/implementation-summary.md +458 -0
- kinemotion-0.35.2/backend/docs/setup.md +444 -0
- kinemotion-0.35.2/backend/docs/tests.md +503 -0
- kinemotion-0.35.2/backend/pyproject.toml +125 -0
- kinemotion-0.35.2/backend/src/kinemotion_backend/__init__.py +3 -0
- kinemotion-0.35.2/backend/src/kinemotion_backend/app.py +713 -0
- kinemotion-0.35.2/backend/src/kinemotion_backend/auth.py +181 -0
- kinemotion-0.35.2/backend/src/kinemotion_backend/logging_config.py +100 -0
- kinemotion-0.35.2/backend/src/kinemotion_backend/middleware.py +120 -0
- kinemotion-0.35.2/backend/tests/README.md +430 -0
- kinemotion-0.35.2/backend/tests/__init__.py +1 -0
- kinemotion-0.35.2/backend/tests/conftest.py +249 -0
- kinemotion-0.35.2/backend/tests/test_api_endpoints.py +311 -0
- kinemotion-0.35.2/backend/tests/test_error_handling.py +274 -0
- kinemotion-0.35.2/backend/tests/test_health.py +72 -0
- kinemotion-0.35.2/backend/tests/test_r2_integration.py +403 -0
- kinemotion-0.35.2/backend/tests/test_validation.py +301 -0
- kinemotion-0.35.2/backend/uv.lock +1498 -0
- kinemotion-0.35.2/docs/README.md +112 -0
- kinemotion-0.35.2/docs/api/cmj.md +88 -0
- kinemotion-0.35.2/docs/api/core.md +81 -0
- kinemotion-0.35.2/docs/api/dropjump.md +106 -0
- kinemotion-0.35.2/docs/api/overview.md +77 -0
- kinemotion-0.35.2/docs/development/agents-guide.md +396 -0
- kinemotion-0.35.2/docs/development/errors-findings.md +260 -0
- kinemotion-0.35.2/docs/development/test-suite-review-december-2025.md +356 -0
- kinemotion-0.35.2/docs/development/testing-standards.md +908 -0
- kinemotion-0.35.2/docs/development/testing.md +311 -0
- kinemotion-0.35.2/docs/development/type-hints.md +294 -0
- kinemotion-0.35.2/docs/development/validation-plan.md +726 -0
- kinemotion-0.35.2/docs/development/validation-roadmap.md +1741 -0
- kinemotion-0.35.2/docs/development/wallball-norep-detection.md +2412 -0
- kinemotion-0.35.2/docs/guides/bulk-processing.md +907 -0
- kinemotion-0.35.2/docs/guides/camera-setup.md +966 -0
- kinemotion-0.35.2/docs/guides/cloud-run-deployment.md +350 -0
- kinemotion-0.35.2/docs/guides/cmj-guide.md +451 -0
- kinemotion-0.35.2/docs/guides/cmj-recording-protocol-es.md +147 -0
- kinemotion-0.35.2/docs/guides/cmj-recording-protocol.md +147 -0
- kinemotion-0.35.2/docs/guides/deployment-checklist.md +290 -0
- kinemotion-0.35.2/docs/guides/local-testing.md +585 -0
- kinemotion-0.35.2/docs/guides/setup-issue-12.md +499 -0
- kinemotion-0.35.2/docs/index.md +54 -0
- kinemotion-0.35.2/docs/quick-start.md +135 -0
- kinemotion-0.35.2/docs/reference/cloud-run-quick-reference.md +180 -0
- kinemotion-0.35.2/docs/reference/json-output-format.md +554 -0
- kinemotion-0.35.2/docs/reference/json-structure-comparison.md +299 -0
- kinemotion-0.35.2/docs/reference/parameters.md +1347 -0
- kinemotion-0.35.2/docs/reference/pose-systems.md +257 -0
- kinemotion-0.35.2/docs/research/paper-downloader/HOW-TO-FIND-DOIS.md +210 -0
- kinemotion-0.35.2/docs/research/paper-downloader/README.md +173 -0
- kinemotion-0.35.2/docs/research/paper-downloader/dois.txt +37 -0
- kinemotion-0.35.2/docs/research/paper-downloader/download.py +209 -0
- kinemotion-0.35.2/docs/research/paper-downloader/pyproject.toml +15 -0
- kinemotion-0.35.2/docs/research/paper-downloader/uv.lock +504 -0
- kinemotion-0.35.2/docs/research/sports-biomechanics-pose-estimation.md +1028 -0
- kinemotion-0.35.2/docs/research/thirdparty/MANUAL-DOWNLOAD-GUIDE.md +124 -0
- kinemotion-0.35.2/docs/research/thirdparty/README.md +141 -0
- kinemotion-0.35.2/docs/research/thirdparty/convert_pdfs.py +80 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2001_Foster_Session-RPE-Training-Monitoring.md +974 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2015_Buchheit_GPS-Accelerometers-Stride-Stiffness.md +348 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Flatt_HRV-Recovery-Swimmers.md +572 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Saw_Training-Camps-Monitoring.md +518 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Ward_Putting-i-in-Team.md +566 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2011_Petersen_Nordic-Hamstring-Prevention.md +774 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2011_Wilk_Shoulder-GIRD-Baseball-Pitchers.md +625 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2012_Hewit_Multidirectional-Leg-Asymmetry.md +625 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Ford_Hip-Neuromuscular-Exercise-Valgus.md +1731 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Mosler_Hip-Groin-Pain-Factors.md +1076 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Sconce_Nordic-Hamstring-Validity.md +629 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2016_Mendez-Villanueva_Hamstring-MRI-Regional.md +729 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2016_Read_Youth-Soccer-Injury-Risk.md +790 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2017_Mason-Mackay_Ankle-Dorsiflexion-Landing.md +877 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2017_Mendiguchia_Hamstring-Treatment-Algorithm.md +866 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2018_Balsalobre-Fernandez_Ankle-Dorsiflexion-App.md +496 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2018_Bramah_Pathological-Gait-Running-Injuries.md +789 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2020_Fidai_Fatigue-Knee-Valgus-Youth.md +862 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2011_Harper_10-to-5-Jump-Test.md +21 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2012_Samozino_Optimal-Force-Velocity-Profile.md +1814 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2014_Samozino_FV-Imbalance.md +710 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2016_Jimenez-Reyes_Force-Velocity-Training.md +1463 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2016_Morin-Samozino_Power-Force-Velocity-Profiles.md +500 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2018_Garcia-Ramos_Two-Point-Method-Optimization.md +869 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2022_Wells_Golf-Clubhead-CMJ.md +1125 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2005_Morin_Running-Stiffness-Measurement.md +892 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2015_Balsalobre-Fernandez_Strength-Training-Running-Economy.md +1233 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2016_Balsalobre-Fernandez_iPhone-Running-Mechanics.md +675 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2016_Moore_Economical-Running-Technique.md +1545 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2020_Filter_Curve-Sprint-Test-Soccer.md +646 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2020_Harper_Horizontal-Deceleration-Radar.md +802 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2021_vanOeveren_Running-Biomechanics-Synthesis.md +2244 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2024_Bramah_Sprint-Mechanics-Assessment-Score.md +836 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/smartphone-technology/2015_Balsalobre-Fernandez_iPhone-Vertical-Jump.md +536 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/smartphone-technology/2022_Bishop_MyJumpLab-Validation.md +732 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2011_Jidovtseff_Load-Velocity-1RM-Prediction.md +461 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2016_Conceicao_Movement-Velocity-Lower-Limb.md +830 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2016_Pareja-Blanco_Velocity-Loss-Training.md +1137 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2017_Balsalobre-Fernandez_Barbell-Velocity-1RM.md +547 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2020_Balsalobre-Fernandez_Barbell-Trajectory-Snatch.md +566 -0
- kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2023_Balsalobre-Fernandez_AI-Barbell-Velocity.md +759 -0
- kinemotion-0.35.2/docs/research/thirdparty/online-references-for-papers.md +519 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2001_Foster_Session-RPE-Training-Monitoring.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2015_Buchheit_GPS-Accelerometers-Stride-Stiffness.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Flatt_HRV-Recovery-Swimmers.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Saw_Training-Camps-Monitoring.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Ward_Putting-i-in-Team.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2011_Petersen_Nordic-Hamstring-Prevention.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2011_Wilk_Shoulder-GIRD-Baseball-Pitchers.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2012_Hewit_Multidirectional-Leg-Asymmetry.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Ford_Hip-Neuromuscular-Exercise-Valgus.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Mosler_Hip-Groin-Pain-Factors.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Sconce_Nordic-Hamstring-Validity.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2016_Mendez-Villanueva_Hamstring-MRI-Regional.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2016_Read_Youth-Soccer-Injury-Risk.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2017_Mason-Mackay_Ankle-Dorsiflexion-Landing.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2017_Mendiguchia_Hamstring-Treatment-Algorithm.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2018_Balsalobre-Fernandez_Ankle-Dorsiflexion-App.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2018_Bramah_Pathological-Gait-Running-Injuries.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2020_Fidai_Fatigue-Knee-Valgus-Youth.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2011_Harper_10-to-5-Jump-Test.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2012_Samozino_Optimal-Force-Velocity-Profile.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2014_Samozino_FV-Imbalance.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2016_Jimenez-Reyes_Force-Velocity-Training.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2016_Morin-Samozino_Power-Force-Velocity-Profiles.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2018_Garcia-Ramos_Two-Point-Method-Optimization.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2022_Wells_Golf-Clubhead-CMJ.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2005_Morin_Running-Stiffness-Measurement.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2015_Balsalobre-Fernandez_Strength-Training-Running-Economy.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2016_Balsalobre-Fernandez_iPhone-Running-Mechanics.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2016_Moore_Economical-Running-Technique.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2020_Filter_Curve-Sprint-Test-Soccer.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2020_Harper_Horizontal-Deceleration-Radar.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2021_vanOeveren_Running-Biomechanics-Synthesis.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2024_Bramah_Sprint-Mechanics-Assessment-Score.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/smartphone-technology/2015_Balsalobre-Fernandez_iPhone-Vertical-Jump.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/smartphone-technology/2022_Bishop_MyJumpLab-Validation.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2011_Jidovtseff_Load-Velocity-1RM-Prediction.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2016_Conceicao_Movement-Velocity-Lower-Limb.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2016_Pareja-Blanco_Velocity-Loss-Training.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2017_Balsalobre-Fernandez_Barbell-Velocity-1RM.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2020_Balsalobre-Fernandez_Barbell-Trajectory-Snatch.pdf +3 -0
- kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2023_Balsalobre-Fernandez_AI-Barbell-Velocity.pdf +3 -0
- kinemotion-0.35.2/docs/strategy/1-STRATEGIC_SUMMARY.md +255 -0
- kinemotion-0.35.2/docs/strategy/2-STRATEGIC_ANALYSIS.md +695 -0
- kinemotion-0.35.2/docs/strategy/MVP_FEEDBACK_COLLECTION.md +345 -0
- kinemotion-0.35.2/docs/strategy/MVP_VALIDATION_CHECKPOINTS.md +215 -0
- kinemotion-0.35.2/docs/strategy/README.md +262 -0
- kinemotion-0.35.2/docs/strategy/STYLE_GUIDE.md +431 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/01-executive-summary.md +939 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/02-technical-assessment.md +515 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/03-refactoring-roadmap.md +491 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/README.md +25 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/01-executive-summary.md +272 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/02-technical-assessment.md +1004 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/03-reference-guide.md +524 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/README.md +72 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/01-executive-summary.md +235 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/02-real-time-architecture.md +1042 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/03-implementation-checklist.md +524 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/README.md +36 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/01-agent-consensus.md +411 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/02-critical-findings.md +381 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/03-roadmap-adjustments.md +638 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/04-decision-points.md +443 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/README.md +47 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/risk-register.md +520 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/timeline-roadmap.md +537 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/01-executive-summary.md +288 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/02-infrastructure-assessment.md +1631 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/03-implementation-roadmap.md +1093 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/README.md +25 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/01-executive-summary.md +293 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/02-technical-assessment.md +1539 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/03-parameter-specifications.md +510 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/README.md +25 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/01-executive-summary.md +265 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/02-roadmap-assessment.md +2187 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/03-testing-checklists.md +799 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/README.md +25 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/01-executive-summary.md +379 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/02-documentation-strategy.md +1286 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/03-action-plan.md +708 -0
- kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/README.md +25 -0
- kinemotion-0.35.2/docs/technical/framerate.md +740 -0
- kinemotion-0.35.2/docs/technical/implementation-details.md +80 -0
- kinemotion-0.35.2/docs/technical/imu-metadata.md +267 -0
- kinemotion-0.35.2/docs/technical/real-time-analysis.md +838 -0
- kinemotion-0.35.2/docs/technical/triple-extension.md +310 -0
- kinemotion-0.35.2/docs/translations/es/camera-setup.md +966 -0
- kinemotion-0.35.2/docs/validation/determinism-test.md +322 -0
- kinemotion-0.35.2/docs/validation/known-height-validation.md +429 -0
- kinemotion-0.35.2/docs/validation-status.md +457 -0
- kinemotion-0.35.2/examples/bulk/README.md +468 -0
- kinemotion-0.35.2/examples/bulk/bulk_processing.py +328 -0
- kinemotion-0.35.2/examples/bulk/simple_example.py +98 -0
- kinemotion-0.35.2/examples/programmatic_usage.py +79 -0
- kinemotion-0.35.2/frontend/.editorconfig +8 -0
- kinemotion-0.35.2/frontend/.env.example +13 -0
- kinemotion-0.35.2/frontend/.gitattributes +4 -0
- kinemotion-0.35.2/frontend/.gitignore +42 -0
- kinemotion-0.35.2/frontend/.yarn/releases/yarn-4.12.0.cjs +942 -0
- kinemotion-0.35.2/frontend/.yarnrc.yml +7 -0
- kinemotion-0.35.2/frontend/README.md +203 -0
- kinemotion-0.35.2/frontend/index.html +14 -0
- kinemotion-0.35.2/frontend/package.json +27 -0
- kinemotion-0.35.2/frontend/src/App.tsx +96 -0
- kinemotion-0.35.2/frontend/src/components/Auth.tsx +164 -0
- kinemotion-0.35.2/frontend/src/components/ErrorBoundary.tsx +54 -0
- kinemotion-0.35.2/frontend/src/components/ErrorDisplay.tsx +58 -0
- kinemotion-0.35.2/frontend/src/components/LoadingSpinner.tsx +50 -0
- kinemotion-0.35.2/frontend/src/components/RecentUploads.tsx +61 -0
- kinemotion-0.35.2/frontend/src/components/ResultsDisplay.tsx +165 -0
- kinemotion-0.35.2/frontend/src/components/ResultsSkeleton.tsx +28 -0
- kinemotion-0.35.2/frontend/src/components/UploadForm.tsx +183 -0
- kinemotion-0.35.2/frontend/src/hooks/useAnalysis.ts +151 -0
- kinemotion-0.35.2/frontend/src/hooks/useAuth.ts +130 -0
- kinemotion-0.35.2/frontend/src/hooks/useRecentUploads.ts +58 -0
- kinemotion-0.35.2/frontend/src/index.css +1119 -0
- kinemotion-0.35.2/frontend/src/lib/supabase.ts +16 -0
- kinemotion-0.35.2/frontend/src/main.tsx +13 -0
- kinemotion-0.35.2/frontend/src/types/api.ts +147 -0
- kinemotion-0.35.2/frontend/src/vite-env.d.ts +9 -0
- kinemotion-0.35.2/frontend/vercel.json +5 -0
- kinemotion-0.35.2/frontend/vite.config.ts +23 -0
- kinemotion-0.35.2/frontend/yarn.lock +1914 -0
- kinemotion-0.35.2/justfile +34 -0
- kinemotion-0.35.2/local_dev.sh +173 -0
- kinemotion-0.35.2/mkdocs.yml +99 -0
- kinemotion-0.35.2/presentation/.gitignore +34 -0
- kinemotion-0.35.2/presentation/README.md +372 -0
- kinemotion-0.35.2/presentation/demos/.gitignore +23 -0
- kinemotion-0.35.2/presentation/demos/README.md +222 -0
- kinemotion-0.35.2/presentation/demos/api_demo.ipynb +216 -0
- kinemotion-0.35.2/presentation/demos/batch_processing_demo.py +156 -0
- kinemotion-0.35.2/presentation/demos/sample_data/.gitkeep +10 -0
- kinemotion-0.35.2/presentation/presentation_guide.md +509 -0
- kinemotion-0.35.2/presentation/revealjs/.gitignore +16 -0
- kinemotion-0.35.2/presentation/revealjs/Makefile +75 -0
- kinemotion-0.35.2/presentation/revealjs/README.md +198 -0
- kinemotion-0.35.2/presentation/revealjs/slides.md +505 -0
- kinemotion-0.35.2/presentation/speaker_script.md +429 -0
- kinemotion-0.35.2/pyproject.toml +204 -0
- kinemotion-0.35.2/requirements-docs.txt +12 -0
- kinemotion-0.35.2/samples/cmjs/README.md +47 -0
- kinemotion-0.35.2/scripts/README.md +227 -0
- kinemotion-0.35.2/scripts/SCRIPTS_QUICKREF.md +211 -0
- kinemotion-0.35.2/scripts/analyze_determinism_variance.py +181 -0
- kinemotion-0.35.2/scripts/basic-memory-utils.sh +83 -0
- kinemotion-0.35.2/scripts/debug_contact_states.py +90 -0
- kinemotion-0.35.2/scripts/debug_detection.py +262 -0
- kinemotion-0.35.2/scripts/find_unused_features.py +141 -0
- kinemotion-0.35.2/scripts/generate_test_data.py +258 -0
- kinemotion-0.35.2/scripts/optimize_detection_params.py +380 -0
- kinemotion-0.35.2/scripts/plot_cmj_velocities.py +150 -0
- kinemotion-0.35.2/scripts/plot_validation_results.py +431 -0
- kinemotion-0.35.2/scripts/plot_velocities.py +127 -0
- kinemotion-0.35.2/scripts/prepare_ground_truth.py +101 -0
- kinemotion-0.35.2/scripts/project/README.md +147 -0
- kinemotion-0.35.2/scripts/project/add-issue.sh +197 -0
- kinemotion-0.35.2/scripts/project/batch-set-fields.sh +163 -0
- kinemotion-0.35.2/scripts/project/helpers.sh +239 -0
- kinemotion-0.35.2/scripts/project/list.sh +121 -0
- kinemotion-0.35.2/scripts/project/set-field.sh +129 -0
- kinemotion-0.35.2/scripts/project/set-status.sh +135 -0
- kinemotion-0.35.2/scripts/project/summary.sh +93 -0
- kinemotion-0.35.2/scripts/project.sh +60 -0
- kinemotion-0.35.2/scripts/setup-github-deploy.sh +195 -0
- kinemotion-0.35.2/scripts/setup-google-oauth.sh +335 -0
- kinemotion-0.35.2/scripts/setup-supabase-local.sh +53 -0
- kinemotion-0.35.2/scripts/setup-supabase-production.sh +81 -0
- kinemotion-0.35.2/scripts/test_acceleration_standing.py +77 -0
- kinemotion-0.35.2/scripts/test_determinism.sh +129 -0
- kinemotion-0.35.2/scripts/test_drop_start_debug.py +75 -0
- kinemotion-0.35.2/scripts/validate_known_heights.py +435 -0
- kinemotion-0.35.2/sonar-project.properties +42 -0
- kinemotion-0.35.2/src/kinemotion/__init__.py +31 -0
- kinemotion-0.35.2/src/kinemotion/api.py +1180 -0
- kinemotion-0.35.2/src/kinemotion/cli.py +22 -0
- kinemotion-0.35.2/src/kinemotion/cmj/__init__.py +5 -0
- kinemotion-0.35.2/src/kinemotion/cmj/analysis.py +532 -0
- kinemotion-0.35.2/src/kinemotion/cmj/cli.py +360 -0
- kinemotion-0.35.2/src/kinemotion/cmj/debug_overlay.py +463 -0
- kinemotion-0.35.2/src/kinemotion/cmj/joint_angles.py +307 -0
- kinemotion-0.35.2/src/kinemotion/cmj/kinematics.py +261 -0
- kinemotion-0.35.2/src/kinemotion/cmj/metrics_validator.py +804 -0
- kinemotion-0.35.2/src/kinemotion/cmj/validation_bounds.py +340 -0
- kinemotion-0.35.2/src/kinemotion/core/__init__.py +51 -0
- kinemotion-0.35.2/src/kinemotion/core/auto_tuning.py +327 -0
- kinemotion-0.35.2/src/kinemotion/core/cli_utils.py +240 -0
- kinemotion-0.35.2/src/kinemotion/core/debug_overlay_utils.py +143 -0
- kinemotion-0.35.2/src/kinemotion/core/experimental.py +103 -0
- kinemotion-0.35.2/src/kinemotion/core/filtering.py +352 -0
- kinemotion-0.35.2/src/kinemotion/core/formatting.py +75 -0
- kinemotion-0.35.2/src/kinemotion/core/metadata.py +223 -0
- kinemotion-0.35.2/src/kinemotion/core/pose.py +259 -0
- kinemotion-0.35.2/src/kinemotion/core/quality.py +397 -0
- kinemotion-0.35.2/src/kinemotion/core/smoothing.py +455 -0
- kinemotion-0.35.2/src/kinemotion/core/validation.py +198 -0
- kinemotion-0.35.2/src/kinemotion/core/video_io.py +203 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/__init__.py +29 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/analysis.py +852 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/cli.py +552 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/debug_overlay.py +179 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/kinematics.py +490 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/metrics_validator.py +252 -0
- kinemotion-0.35.2/src/kinemotion/dropjump/validation_bounds.py +139 -0
- kinemotion-0.35.2/src/kinemotion/py.typed +0 -0
- kinemotion-0.35.2/tests/__init__.py +1 -0
- kinemotion-0.35.2/tests/cli/__init__.py +0 -0
- kinemotion-0.35.2/tests/cli/test_cmj.py +986 -0
- kinemotion-0.35.2/tests/cli/test_dropjump.py +377 -0
- kinemotion-0.35.2/tests/cli/test_imports.py +57 -0
- kinemotion-0.35.2/tests/cmj/__init__.py +0 -0
- kinemotion-0.35.2/tests/cmj/test_analysis.py +1434 -0
- kinemotion-0.35.2/tests/cmj/test_api.py +451 -0
- kinemotion-0.35.2/tests/cmj/test_joint_angles.py +1030 -0
- kinemotion-0.35.2/tests/cmj/test_kinematics.py +188 -0
- kinemotion-0.35.2/tests/cmj/test_physiological_bounds.py +558 -0
- kinemotion-0.35.2/tests/conftest.py +80 -0
- kinemotion-0.35.2/tests/core/__init__.py +0 -0
- kinemotion-0.35.2/tests/core/test_auto_tuning.py +361 -0
- kinemotion-0.35.2/tests/core/test_filtering.py +396 -0
- kinemotion-0.35.2/tests/core/test_formatting.py +179 -0
- kinemotion-0.35.2/tests/core/test_metadata.py +169 -0
- kinemotion-0.35.2/tests/core/test_pose.py +267 -0
- kinemotion-0.35.2/tests/core/test_quality.py +523 -0
- kinemotion-0.35.2/tests/core/test_smoothing.py +967 -0
- kinemotion-0.35.2/tests/core/test_validation.py +664 -0
- kinemotion-0.35.2/tests/core/test_video_io.py +448 -0
- kinemotion-0.35.2/tests/dropjump/__init__.py +0 -0
- kinemotion-0.35.2/tests/dropjump/test_adaptive_threshold.py +201 -0
- kinemotion-0.35.2/tests/dropjump/test_analysis.py +559 -0
- kinemotion-0.35.2/tests/dropjump/test_api.py +416 -0
- kinemotion-0.35.2/tests/dropjump/test_contact_detection.py +222 -0
- kinemotion-0.35.2/tests/dropjump/test_kinematics.py +85 -0
- kinemotion-0.35.2/tests/dropjump/test_physiological_bounds.py +511 -0
- kinemotion-0.35.2/tests/dropjump/test_validation_integration.py +210 -0
- kinemotion-0.35.2/uv.lock +2690 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# Basic Memory: Knowledge Base Guidelines
|
|
2
|
+
|
|
3
|
+
This directory contains your project's persistent knowledge base using [Basic Memory](https://github.com/basicmachines-co/basic-memory). Notes are stored as Markdown files and indexed in a SQLite database, enabling AI assistants to read, write, and traverse your knowledge graph.
|
|
4
|
+
|
|
5
|
+
## Quick Start
|
|
6
|
+
|
|
7
|
+
**Creating a note:**
|
|
8
|
+
```
|
|
9
|
+
"Create a note about [topic] in the [folder] folder"
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
**Reading notes:**
|
|
13
|
+
```
|
|
14
|
+
"What do I know about [topic]?"
|
|
15
|
+
"Find information about [subject]"
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**Searching:**
|
|
19
|
+
```
|
|
20
|
+
"Search for [keyword] in my notes"
|
|
21
|
+
"Build context from memory://biomechanics/*"
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## File Organization
|
|
25
|
+
|
|
26
|
+
Your knowledge base is organized into folders by domain:
|
|
27
|
+
|
|
28
|
+
### `api/` - API Reference
|
|
29
|
+
Quick commands and API documentation for kinemotion. Useful for implementation reference during coding.
|
|
30
|
+
|
|
31
|
+
- `api-reference-quick-commands.md` - CLI and Python API quick reference
|
|
32
|
+
|
|
33
|
+
### `biomechanics/` - Jump Biomechanics
|
|
34
|
+
Physiological data, metric definitions, and validation bounds for jump analysis.
|
|
35
|
+
|
|
36
|
+
- `cmj-physiological-bounds-for-validation.md` - Valid ranges for CMJ metrics
|
|
37
|
+
- `cmj-validation-implementation-complete.md` - Validation framework delivery
|
|
38
|
+
- `drop-jump-vs-cmj-key-differences.md` - Comparison of jump types
|
|
39
|
+
|
|
40
|
+
### `codebase/` - Architecture
|
|
41
|
+
High-level codebase structure, module relationships, and design patterns.
|
|
42
|
+
|
|
43
|
+
- `codebase-architecture-overview.md` - Module structure and design decisions
|
|
44
|
+
|
|
45
|
+
### `development/` - Quality Standards
|
|
46
|
+
Testing standards, coverage requirements, and code quality guidelines.
|
|
47
|
+
|
|
48
|
+
- `development-standards-quality-gates.md` - Quality gates and standards
|
|
49
|
+
- `cmj-phase-detection-testing-gap-analysis.md` - Test coverage analysis
|
|
50
|
+
|
|
51
|
+
### `project-management/` - Task Routing
|
|
52
|
+
Guidance on which specialized agent to use for different task types.
|
|
53
|
+
|
|
54
|
+
- `specialized-subagents-routing-guide.md` - When to use each agent
|
|
55
|
+
|
|
56
|
+
### `strategy/` - Roadmap
|
|
57
|
+
Strategic priorities, feature roadmap, and long-term planning.
|
|
58
|
+
|
|
59
|
+
- `strategic-priority-tasks-current-roadmap.md` - Current roadmap and priorities
|
|
60
|
+
|
|
61
|
+
## Naming Standards
|
|
62
|
+
|
|
63
|
+
**All files must follow lowercase kebab-case:**
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
✓ GOOD:
|
|
67
|
+
cmj-physiological-bounds-for-validation.md
|
|
68
|
+
api-reference-quick-commands.md
|
|
69
|
+
drop-jump-vs-cmj-key-differences.md
|
|
70
|
+
|
|
71
|
+
✗ BAD:
|
|
72
|
+
CMJ Physiological Bounds.md
|
|
73
|
+
API_REFERENCE.md
|
|
74
|
+
drop jump info.md
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Why? Kebab-case is URL-friendly, consistent, and works with basic-memory's memory:// URLs and CLI.
|
|
78
|
+
|
|
79
|
+
## Note Template
|
|
80
|
+
|
|
81
|
+
Every note should follow this structure:
|
|
82
|
+
|
|
83
|
+
```markdown
|
|
84
|
+
---
|
|
85
|
+
title: Human-Readable Title (Can Use Title Case)
|
|
86
|
+
type: note
|
|
87
|
+
permalink: folder/lowercase-kebab-case-matching-filename
|
|
88
|
+
tags:
|
|
89
|
+
- tag1
|
|
90
|
+
- tag2
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
# Main Heading
|
|
94
|
+
|
|
95
|
+
## Overview or Summary
|
|
96
|
+
Brief description of what this note covers.
|
|
97
|
+
|
|
98
|
+
## Section 1
|
|
99
|
+
Content...
|
|
100
|
+
|
|
101
|
+
## Section 2
|
|
102
|
+
Content...
|
|
103
|
+
|
|
104
|
+
## Relations
|
|
105
|
+
Links to related topics using basic-memory wiki-link format:
|
|
106
|
+
- relates_to [[Other Topic]]
|
|
107
|
+
- requires [[Prerequisites]]
|
|
108
|
+
- documented_in [[Reference Note]]
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## Observations Format
|
|
112
|
+
|
|
113
|
+
Use structured observations to capture facts about a topic:
|
|
114
|
+
|
|
115
|
+
```markdown
|
|
116
|
+
## Key Findings
|
|
117
|
+
|
|
118
|
+
- [metric] Flight time ranges from 0.4-0.8 seconds for elite athletes
|
|
119
|
+
- [formula] Jump height = g·t²/8 where t is flight time
|
|
120
|
+
- [validation] Bounds prevent false positives from noise
|
|
121
|
+
- [implementation] Added to cmj_validation_bounds.py module
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Format: `- [category] content #tag (optional context)`
|
|
125
|
+
|
|
126
|
+
**Common categories:**
|
|
127
|
+
- `[metric]` - Measurements and ranges
|
|
128
|
+
- `[formula]` - Mathematical relationships
|
|
129
|
+
- `[validation]` - Bounds and constraints
|
|
130
|
+
- `[implementation]` - Code references
|
|
131
|
+
- `[finding]` - Research discoveries
|
|
132
|
+
- `[principle]` - Biomechanical principles
|
|
133
|
+
- `[caution]` - Important gotchas
|
|
134
|
+
|
|
135
|
+
## Relations Format
|
|
136
|
+
|
|
137
|
+
Link notes together to build your knowledge graph:
|
|
138
|
+
|
|
139
|
+
```markdown
|
|
140
|
+
## Relations
|
|
141
|
+
|
|
142
|
+
- relates_to [[CMJ Analysis Algorithm]]
|
|
143
|
+
- requires [[MediaPipe Pose Detection]]
|
|
144
|
+
- depends_on [[Kinematic Calculations]]
|
|
145
|
+
- documented_in [[Technical Reference]]
|
|
146
|
+
- improves [[Triple Extension Tracking]]
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
## Creating a New Note
|
|
150
|
+
|
|
151
|
+
1. **Choose the right folder** based on topic domain
|
|
152
|
+
2. **Create filename in kebab-case** (lowercase, hyphens between words)
|
|
153
|
+
3. **Use the template above** with proper frontmatter
|
|
154
|
+
4. **Add meaningful tags** for searchability
|
|
155
|
+
5. **Link related topics** using wiki-link format
|
|
156
|
+
6. **Include observations** with structured categories
|
|
157
|
+
|
|
158
|
+
**Example workflow:**
|
|
159
|
+
|
|
160
|
+
```bash
|
|
161
|
+
# AI assistant will handle this, but here's what happens:
|
|
162
|
+
1. File created: .basic-memory/biomechanics/new-cmj-finding.md
|
|
163
|
+
2. Frontmatter added with permalink: biomechanics/new-cmj-finding
|
|
164
|
+
3. Content structured with observations and relations
|
|
165
|
+
4. SQLite database updated for search indexing
|
|
166
|
+
5. Note immediately accessible via search or build_context()
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
## Accessing Your Knowledge
|
|
170
|
+
|
|
171
|
+
**In Claude Desktop or Claude Code:**
|
|
172
|
+
|
|
173
|
+
```python
|
|
174
|
+
# Load all biomechanics notes
|
|
175
|
+
build_context("memory://biomechanics/*")
|
|
176
|
+
|
|
177
|
+
# Read a specific note
|
|
178
|
+
read_note("cmj-physiological-bounds-for-validation")
|
|
179
|
+
|
|
180
|
+
# Search across all notes
|
|
181
|
+
search_notes("flight time validation")
|
|
182
|
+
|
|
183
|
+
# Get recent activity
|
|
184
|
+
recent_activity(type="notes", timeframe="7d")
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
## Best Practices
|
|
188
|
+
|
|
189
|
+
1. **Keep notes focused** - One main topic per note
|
|
190
|
+
2. **Use descriptive titles** - Clear, searchable titles
|
|
191
|
+
3. **Add tags consistently** - Use same tags across related notes
|
|
192
|
+
4. **Link heavily** - Connect related concepts via wiki-links
|
|
193
|
+
5. **Update regularly** - Keep knowledge current as you learn
|
|
194
|
+
6. **Write for future you** - Assume you won't remember context
|
|
195
|
+
7. **Use observations** - Structured facts are more queryable
|
|
196
|
+
|
|
197
|
+
## Syncing with Cloud (Optional)
|
|
198
|
+
|
|
199
|
+
If using basic-memory cloud sync:
|
|
200
|
+
|
|
201
|
+
```bash
|
|
202
|
+
# One-time sync of local changes
|
|
203
|
+
basic-memory sync
|
|
204
|
+
|
|
205
|
+
# Real-time sync watcher (recommended)
|
|
206
|
+
basic-memory sync --watch
|
|
207
|
+
|
|
208
|
+
# Authenticate with cloud
|
|
209
|
+
basic-memory cloud login
|
|
210
|
+
|
|
211
|
+
# Bidirectional cloud sync
|
|
212
|
+
basic-memory cloud sync
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## Common Tasks
|
|
216
|
+
|
|
217
|
+
**Add findings from a coding session:**
|
|
218
|
+
```
|
|
219
|
+
"Create a note in the development folder about [what you discovered]"
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
**Review quality standards before commit:**
|
|
223
|
+
```
|
|
224
|
+
"Show me the development standards and quality gates"
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
**Load context for new feature work:**
|
|
228
|
+
```
|
|
229
|
+
"Build context from memory://strategy/* and memory://codebase/*"
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
**Find validation bounds for CMJ:**
|
|
233
|
+
```
|
|
234
|
+
"What are the physiological bounds for CMJ metrics?"
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
## Files in This Directory
|
|
238
|
+
|
|
239
|
+
- `README.md` - This file
|
|
240
|
+
- `api/` - API reference folder
|
|
241
|
+
- `biomechanics/` - Biomechanics notes folder
|
|
242
|
+
- `codebase/` - Architecture notes folder
|
|
243
|
+
- `development/` - Quality standards folder
|
|
244
|
+
- `project-management/` - Task routing folder
|
|
245
|
+
- `strategy/` - Roadmap folder
|
|
246
|
+
|
|
247
|
+
Each folder contains markdown notes organized by topic domain.
|
|
248
|
+
|
|
249
|
+
## For More Information
|
|
250
|
+
|
|
251
|
+
- [Basic Memory Documentation](https://memory.basicmachines.co/)
|
|
252
|
+
- [Basic Memory GitHub](https://github.com/basicmachines-co/basic-memory)
|
|
253
|
+
- Project: See [CLAUDE.md](../CLAUDE.md) for complete project instructions
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: api-reference-quick-commands
|
|
3
|
+
type: note
|
|
4
|
+
permalink: api/api-reference-quick-commands
|
|
5
|
+
tags:
|
|
6
|
+
- api
|
|
7
|
+
- cli
|
|
8
|
+
- quick-reference
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# API Reference & Quick Commands
|
|
12
|
+
|
|
13
|
+
## Quick Setup
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
asdf install # Install Python 3.12.7 + uv
|
|
17
|
+
uv sync # Install dependencies
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## CLI Commands
|
|
21
|
+
|
|
22
|
+
### Drop Jump Analysis
|
|
23
|
+
```bash
|
|
24
|
+
# Auto-tuned analysis
|
|
25
|
+
kinemotion dropjump-analyze video.mp4
|
|
26
|
+
|
|
27
|
+
# With debug output
|
|
28
|
+
kinemotion dropjump-analyze video.mp4 --output debug.mp4
|
|
29
|
+
|
|
30
|
+
# Batch processing
|
|
31
|
+
kinemotion dropjump-analyze videos/*.mp4 --batch --workers 4
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### CMJ Analysis
|
|
35
|
+
```bash
|
|
36
|
+
# Auto-tuned analysis
|
|
37
|
+
kinemotion cmj-analyze video.mp4
|
|
38
|
+
|
|
39
|
+
# With debug video output
|
|
40
|
+
kinemotion cmj-analyze video.mp4 --output debug.mp4
|
|
41
|
+
|
|
42
|
+
# Batch processing
|
|
43
|
+
kinemotion cmj-analyze videos/*.mp4 --batch --workers 4
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Python API
|
|
47
|
+
|
|
48
|
+
### Drop Jump
|
|
49
|
+
```python
|
|
50
|
+
from kinemotion import process_dropjump_video
|
|
51
|
+
|
|
52
|
+
metrics = process_dropjump_video(
|
|
53
|
+
"video.mp4",
|
|
54
|
+
quality="balanced" # or "fast", "quality"
|
|
55
|
+
)
|
|
56
|
+
# Returns: ground_contact_time, flight_time, rsi
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### CMJ
|
|
60
|
+
```python
|
|
61
|
+
from kinemotion import process_cmj_video
|
|
62
|
+
|
|
63
|
+
metrics = process_cmj_video(
|
|
64
|
+
"video.mp4",
|
|
65
|
+
quality="balanced" # or "fast", "quality"
|
|
66
|
+
)
|
|
67
|
+
# Returns: jump_height, flight_time, countermovement_depth, triple_extension
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Bulk Processing
|
|
71
|
+
```python
|
|
72
|
+
from kinemotion import bulk_process_videos
|
|
73
|
+
|
|
74
|
+
results = bulk_process_videos(
|
|
75
|
+
"videos/*.mp4",
|
|
76
|
+
analysis_type="cmj",
|
|
77
|
+
workers=4,
|
|
78
|
+
quality="balanced"
|
|
79
|
+
)
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Testing
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# All tests with coverage
|
|
86
|
+
uv run pytest
|
|
87
|
+
|
|
88
|
+
# Generate HTML report
|
|
89
|
+
uv run pytest --cov-report=html
|
|
90
|
+
open htmlcov/index.html
|
|
91
|
+
|
|
92
|
+
# Run specific test
|
|
93
|
+
uv run pytest tests/path/to/test_file.py::test_name
|
|
94
|
+
|
|
95
|
+
# Run with markers
|
|
96
|
+
uv run pytest -m "not slow"
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Code Quality
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
# Lint (auto-fix)
|
|
103
|
+
uv run ruff check --fix
|
|
104
|
+
|
|
105
|
+
# Type check
|
|
106
|
+
uv run pyright
|
|
107
|
+
|
|
108
|
+
# Format
|
|
109
|
+
uv run ruff format .
|
|
110
|
+
|
|
111
|
+
# All checks
|
|
112
|
+
uv run ruff check --fix && uv run pyright && uv run pytest
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## Key Dependencies
|
|
116
|
+
|
|
117
|
+
| Library | Version | Purpose |
|
|
118
|
+
|---------|---------|---------|
|
|
119
|
+
| Python | 3.12.7 | Runtime (supports >=3.10,<3.13) |
|
|
120
|
+
| MediaPipe | >=0.10.9 | Pose detection |
|
|
121
|
+
| OpenCV | >=4.9.0 | Video I/O |
|
|
122
|
+
| NumPy | >=1.26.0 | Numerical computation |
|
|
123
|
+
| SciPy | >=1.11.0 | Signal processing |
|
|
124
|
+
| pytest | 9.0.0 | Testing |
|
|
125
|
+
|
|
126
|
+
## Environment Setup
|
|
127
|
+
|
|
128
|
+
All handled by `uv`:
|
|
129
|
+
- Python 3.12.7 via asdf
|
|
130
|
+
- Virtual environment
|
|
131
|
+
- Dependencies from pyproject.toml
|
|
132
|
+
|
|
133
|
+
No manual venv needed.
|
|
134
|
+
|
|
135
|
+
## Documentation Structure
|
|
136
|
+
|
|
137
|
+
- **docs/guides/** - How-to tutorials
|
|
138
|
+
- **docs/reference/** - Technical specs
|
|
139
|
+
- **docs/technical/** - Implementation details
|
|
140
|
+
- **docs/development/** - Testing, typing, contribution
|
|
141
|
+
- **docs/research/** - Background theory
|
|
142
|
+
|
|
143
|
+
See docs/README.md for complete navigation.
|