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.

Files changed (479) hide show
  1. kinemotion-0.35.2/.basic-memory/README.md +253 -0
  2. kinemotion-0.35.2/.basic-memory/api/api-reference-quick-commands.md +143 -0
  3. kinemotion-0.35.2/.basic-memory/api/supabase-authentication-setup-guide.md +428 -0
  4. kinemotion-0.35.2/.basic-memory/authentication/auth-provider-comparison-december-2025.md +43 -0
  5. kinemotion-0.35.2/.basic-memory/authentication/auth-providers-comparison-december-2025.md +13 -0
  6. kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-quick-start.md +88 -0
  7. kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-setup-guide.md +110 -0
  8. kinemotion-0.35.2/.basic-memory/authentication/supabase-authentication-technical-guide.md +428 -0
  9. kinemotion-0.35.2/.basic-memory/authentication/supabase-google-oauth-setup-guide.md +118 -0
  10. kinemotion-0.35.2/.basic-memory/authentication/supabase-production-setup-guide.md +250 -0
  11. kinemotion-0.35.2/.basic-memory/authentication/supabase-quick-start-guide.md +247 -0
  12. kinemotion-0.35.2/.basic-memory/biomechanics/camera-perspective-analysis-45deg-vs-lateral.md +195 -0
  13. kinemotion-0.35.2/.basic-memory/biomechanics/cmj-landing-detection-window-validation.md +213 -0
  14. kinemotion-0.35.2/.basic-memory/biomechanics/cmj-physiological-bounds-for-validation.md +776 -0
  15. kinemotion-0.35.2/.basic-memory/biomechanics/cmj-validation-implementation-complete.md +388 -0
  16. kinemotion-0.35.2/.basic-memory/biomechanics/drop-jump-vs-cmj-key-differences.md +68 -0
  17. kinemotion-0.35.2/.basic-memory/biomechanics/technical-implementation-45deg-perspective-correction.md +396 -0
  18. kinemotion-0.35.2/.basic-memory/codebase/codebase-architecture-overview.md +70 -0
  19. kinemotion-0.35.2/.basic-memory/codebase/validation-architecture-visual-hierarchy-after-refactoring.md +202 -0
  20. kinemotion-0.35.2/.basic-memory/codebase/validation-code-duplication-evidence.md +258 -0
  21. kinemotion-0.35.2/.basic-memory/codebase/validation-module-architecture-analysis.md +193 -0
  22. kinemotion-0.35.2/.basic-memory/codebase/validation-refactoring-complete-architecture-improvement.md +142 -0
  23. kinemotion-0.35.2/.basic-memory/deployment/automated-deployment-setup-git-hub-actions-with-workload-identity-federation.md +267 -0
  24. kinemotion-0.35.2/.basic-memory/deployment/backend-repository-split-migration-guide.md +935 -0
  25. kinemotion-0.35.2/.basic-memory/deployment/backend-repository-split-step-by-step-execution-guide.md +938 -0
  26. kinemotion-0.35.2/.basic-memory/deployment/cloud-run-security-least-privilege-service-account-setup.md +100 -0
  27. kinemotion-0.35.2/.basic-memory/deployment/cors-and-memory-issues-production-debugging-guide.md +350 -0
  28. kinemotion-0.35.2/.basic-memory/deployment/current-kinemotion-architecture-correct-deployment-setup.md +102 -0
  29. kinemotion-0.35.2/.basic-memory/deployment/frontend-repository-split-migration-guide.md +597 -0
  30. kinemotion-0.35.2/.basic-memory/deployment/frontend-repository-split-step-by-step-execution-guide.md +849 -0
  31. kinemotion-0.35.2/.basic-memory/deployment/production-deployment-guide-vercel-google-cloud-run.md +397 -0
  32. kinemotion-0.35.2/.basic-memory/deployment/quick-deployment-commands-vercel-and-cloud-run.md +342 -0
  33. kinemotion-0.35.2/.basic-memory/deployment/vercel-monorepo-deployment-best-practice.md +52 -0
  34. kinemotion-0.35.2/.basic-memory/development/backend-authentication-and-logging-status.md +135 -0
  35. kinemotion-0.35.2/.basic-memory/development/backend-code-coverage-analysis.md +121 -0
  36. kinemotion-0.35.2/.basic-memory/development/backend-code-duplication-analysis.md +161 -0
  37. kinemotion-0.35.2/.basic-memory/development/backend-kinemotion-decoupling-strategy.md +863 -0
  38. kinemotion-0.35.2/.basic-memory/development/backend-sonar-cloud-integration-status.md +149 -0
  39. kinemotion-0.35.2/.basic-memory/development/basic-memory-naming-hook-analysis.md +148 -0
  40. kinemotion-0.35.2/.basic-memory/development/ci-caching-issue-investigation-deep-squat-test-failure.md +225 -0
  41. kinemotion-0.35.2/.basic-memory/development/ci-vs-local-test-failure-investigation.md +98 -0
  42. kinemotion-0.35.2/.basic-memory/development/claude-code-hook-configuration.md +343 -0
  43. kinemotion-0.35.2/.basic-memory/development/cmj-phase-detection-testing-gap-analysis.md +304 -0
  44. kinemotion-0.35.2/.basic-memory/development/development-standards-quality-gates.md +83 -0
  45. kinemotion-0.35.2/.basic-memory/development/frontend-dependencies-analysis-nov-2025.md +186 -0
  46. kinemotion-0.35.2/.basic-memory/development/google-oauth-setup-script-final-review-production-ready.md +135 -0
  47. kinemotion-0.35.2/.basic-memory/development/google-oauth-setup-script-review-issues-and-recommendations.md +130 -0
  48. kinemotion-0.35.2/.basic-memory/development/hook-complete-audit-summary.md +284 -0
  49. kinemotion-0.35.2/.basic-memory/development/hook-configuration-audit.md +260 -0
  50. kinemotion-0.35.2/.basic-memory/development/hook-quick-reference.md +281 -0
  51. kinemotion-0.35.2/.basic-memory/development/keyboard-interrupt-test-suite-failure-analysis.md +65 -0
  52. kinemotion-0.35.2/.basic-memory/development/p0-p1-p2-test-suite-fixes-final-report.md +11 -0
  53. kinemotion-0.35.2/.basic-memory/development/structured-logging-implementation-complete.md +7 -0
  54. kinemotion-0.35.2/.basic-memory/development/structured-logging-implementation.md +73 -0
  55. kinemotion-0.35.2/.basic-memory/development/supabase-dashboard-navigation-december-2025.md +47 -0
  56. kinemotion-0.35.2/.basic-memory/development/test-coverage-asymmetry-analysis-cmj-vs-drop-jump.md +158 -0
  57. kinemotion-0.35.2/.basic-memory/development/test-coverage-equivalence-achievement-summary.md +128 -0
  58. kinemotion-0.35.2/.basic-memory/development/test-suite-comprehensive-review-december-2025.md +304 -0
  59. kinemotion-0.35.2/.basic-memory/development/test-suite-comprehensive-review-structure-and-gaps.md +258 -0
  60. kinemotion-0.35.2/.basic-memory/development/test-suite-p0-p1-p2-fixes-complete-report.md +335 -0
  61. kinemotion-0.35.2/.basic-memory/development/test-suite-p0-p1-p2-fixes-progress-report.md +91 -0
  62. kinemotion-0.35.2/.basic-memory/development/unused-and-experimental-features-strategy.md +182 -0
  63. kinemotion-0.35.2/.basic-memory/development/unused-code-detection-prompt-template.md +265 -0
  64. kinemotion-0.35.2/.basic-memory/development/unused-code-identification-and-decorator-application-december-2025.md +322 -0
  65. kinemotion-0.35.2/.basic-memory/development/unused-code-verification-final-pass-december-2025.md +342 -0
  66. kinemotion-0.35.2/.basic-memory/development/using-multiple-mcp-reasoning-servers-simultaneously.md +304 -0
  67. kinemotion-0.35.2/.basic-memory/development/vercel-authentication-options-for-user-id-tracking.md +218 -0
  68. kinemotion-0.35.2/.basic-memory/project-management/documentation-audit-december-2025.md +157 -0
  69. kinemotion-0.35.2/.basic-memory/project-management/issue-12-mvp-scaffolding-complete.md +181 -0
  70. kinemotion-0.35.2/.basic-memory/project-management/issue-12-unblocked-tasks-breakdown.md +92 -0
  71. kinemotion-0.35.2/.basic-memory/project-management/issue-12-use-real-metrics-now.md +111 -0
  72. kinemotion-0.35.2/.basic-memory/project-management/kinemotion-project-setup-complete.md +149 -0
  73. kinemotion-0.35.2/.basic-memory/project-management/kinemotion-supabase-production-configuration.md +42 -0
  74. kinemotion-0.35.2/.basic-memory/project-management/mcp-sequential-thinking-alternatives-analysis.md +233 -0
  75. kinemotion-0.35.2/.basic-memory/project-management/project-state-summary-december-2025.md +213 -0
  76. kinemotion-0.35.2/.basic-memory/project-management/specialized-subagents-routing-guide.md +106 -0
  77. kinemotion-0.35.2/.basic-memory/project-management/supabase-setup-instructions-for-kinemotion.md +246 -0
  78. kinemotion-0.35.2/.basic-memory/strategy/deployment-decision-analysis-for-kinemotion.md +66 -0
  79. kinemotion-0.35.2/.basic-memory/strategy/mvp-feedback-collection-plan.md +101 -0
  80. kinemotion-0.35.2/.basic-memory/strategy/mvp-first-strategic-direction.md +103 -0
  81. kinemotion-0.35.2/.basic-memory/strategy/mvp-validation-checkpoints.md +77 -0
  82. kinemotion-0.35.2/.basic-memory/strategy/strategic-priority-tasks-current-roadmap.md +107 -0
  83. kinemotion-0.35.2/.basic-memory/strategy/third-party-auth-providers-with-free-tiers-december-2025.md +235 -0
  84. kinemotion-0.35.2/.claude/agents/biomechanics-specialist.md +129 -0
  85. kinemotion-0.35.2/.claude/agents/computer-vision-engineer.md +98 -0
  86. kinemotion-0.35.2/.claude/agents/devops-cicd-engineer.md +221 -0
  87. kinemotion-0.35.2/.claude/agents/frontend-developer.md +606 -0
  88. kinemotion-0.35.2/.claude/agents/ml-data-scientist.md +189 -0
  89. kinemotion-0.35.2/.claude/agents/project-manager.md +441 -0
  90. kinemotion-0.35.2/.claude/agents/python-backend-developer.md +167 -0
  91. kinemotion-0.35.2/.claude/agents/qa-test-engineer.md +305 -0
  92. kinemotion-0.35.2/.claude/agents/technical-writer.md +245 -0
  93. kinemotion-0.35.2/.claude/hooks/fix-basic-memory-names.sh +116 -0
  94. kinemotion-0.35.2/.claude/settings.local.json +85 -0
  95. kinemotion-0.35.2/.cursor/mcp.json +58 -0
  96. kinemotion-0.35.2/.dockerignore +59 -0
  97. kinemotion-0.35.2/.gitattributes +41 -0
  98. kinemotion-0.35.2/.github/ISSUE_TEMPLATE/bug_report.yml +105 -0
  99. kinemotion-0.35.2/.github/ISSUE_TEMPLATE/config.yml +11 -0
  100. kinemotion-0.35.2/.github/ISSUE_TEMPLATE/feature_request.yml +96 -0
  101. kinemotion-0.35.2/.github/dependabot.yml +54 -0
  102. kinemotion-0.35.2/.github/pull_request_template.md +103 -0
  103. kinemotion-0.35.2/.github/workflows/deploy-backend.yml +155 -0
  104. kinemotion-0.35.2/.github/workflows/docs.yml +79 -0
  105. kinemotion-0.35.2/.github/workflows/release.yml +130 -0
  106. kinemotion-0.35.2/.github/workflows/security.yml +124 -0
  107. kinemotion-0.35.2/.github/workflows/test.yml +93 -0
  108. kinemotion-0.35.2/.gitignore +85 -0
  109. kinemotion-0.35.2/.mcp.json +65 -0
  110. kinemotion-0.35.2/.pre-commit-config.yaml +47 -0
  111. kinemotion-0.35.2/.readthedocs.yml +25 -0
  112. kinemotion-0.35.2/.serena/.gitignore +1 -0
  113. kinemotion-0.35.2/.serena/memories/backend-cors-fastapi-middleware-order.md +122 -0
  114. kinemotion-0.35.2/.serena/memories/camera-perspective-validation-study.md +154 -0
  115. kinemotion-0.35.2/.serena/memories/code_style_and_conventions.md +126 -0
  116. kinemotion-0.35.2/.serena/memories/current-project-architecture.md +95 -0
  117. kinemotion-0.35.2/.serena/memories/deployment-checklist-and-known-issues.md +138 -0
  118. kinemotion-0.35.2/.serena/memories/deployment-setup-complete.md +38 -0
  119. kinemotion-0.35.2/.serena/memories/github-project-setup-summary.md +253 -0
  120. kinemotion-0.35.2/.serena/memories/mvp-first-strategy.md +124 -0
  121. kinemotion-0.35.2/.serena/memories/mvp-roadmap-and-priorities.md +138 -0
  122. kinemotion-0.35.2/.serena/memories/project_overview.md +102 -0
  123. kinemotion-0.35.2/.serena/memories/specialist-agents-routing.md +187 -0
  124. kinemotion-0.35.2/.serena/memories/suggested_commands.md +131 -0
  125. kinemotion-0.35.2/.serena/project.yml +84 -0
  126. kinemotion-0.35.2/.tool-versions +2 -0
  127. kinemotion-0.35.2/.vercelignore +1 -0
  128. kinemotion-0.35.2/CHANGELOG.md +1306 -0
  129. kinemotion-0.35.2/CLAUDE.md +592 -0
  130. kinemotion-0.35.2/CODE_OF_CONDUCT.md +133 -0
  131. kinemotion-0.35.2/CONTRIBUTING.md +330 -0
  132. kinemotion-0.35.2/Dockerfile +107 -0
  133. kinemotion-0.35.2/GEMINI.md +162 -0
  134. kinemotion-0.35.2/LICENSE +21 -0
  135. kinemotion-0.35.2/PKG-INFO +724 -0
  136. kinemotion-0.35.2/README.md +695 -0
  137. kinemotion-0.35.2/SECURITY.md +45 -0
  138. kinemotion-0.35.2/backend/.dockerignore +56 -0
  139. kinemotion-0.35.2/backend/.env.example +30 -0
  140. kinemotion-0.35.2/backend/Dockerfile +57 -0
  141. kinemotion-0.35.2/backend/README.md +526 -0
  142. kinemotion-0.35.2/backend/docs/fly-deployment.md +226 -0
  143. kinemotion-0.35.2/backend/docs/implementation-summary.md +458 -0
  144. kinemotion-0.35.2/backend/docs/setup.md +444 -0
  145. kinemotion-0.35.2/backend/docs/tests.md +503 -0
  146. kinemotion-0.35.2/backend/pyproject.toml +125 -0
  147. kinemotion-0.35.2/backend/src/kinemotion_backend/__init__.py +3 -0
  148. kinemotion-0.35.2/backend/src/kinemotion_backend/app.py +713 -0
  149. kinemotion-0.35.2/backend/src/kinemotion_backend/auth.py +181 -0
  150. kinemotion-0.35.2/backend/src/kinemotion_backend/logging_config.py +100 -0
  151. kinemotion-0.35.2/backend/src/kinemotion_backend/middleware.py +120 -0
  152. kinemotion-0.35.2/backend/tests/README.md +430 -0
  153. kinemotion-0.35.2/backend/tests/__init__.py +1 -0
  154. kinemotion-0.35.2/backend/tests/conftest.py +249 -0
  155. kinemotion-0.35.2/backend/tests/test_api_endpoints.py +311 -0
  156. kinemotion-0.35.2/backend/tests/test_error_handling.py +274 -0
  157. kinemotion-0.35.2/backend/tests/test_health.py +72 -0
  158. kinemotion-0.35.2/backend/tests/test_r2_integration.py +403 -0
  159. kinemotion-0.35.2/backend/tests/test_validation.py +301 -0
  160. kinemotion-0.35.2/backend/uv.lock +1498 -0
  161. kinemotion-0.35.2/docs/README.md +112 -0
  162. kinemotion-0.35.2/docs/api/cmj.md +88 -0
  163. kinemotion-0.35.2/docs/api/core.md +81 -0
  164. kinemotion-0.35.2/docs/api/dropjump.md +106 -0
  165. kinemotion-0.35.2/docs/api/overview.md +77 -0
  166. kinemotion-0.35.2/docs/development/agents-guide.md +396 -0
  167. kinemotion-0.35.2/docs/development/errors-findings.md +260 -0
  168. kinemotion-0.35.2/docs/development/test-suite-review-december-2025.md +356 -0
  169. kinemotion-0.35.2/docs/development/testing-standards.md +908 -0
  170. kinemotion-0.35.2/docs/development/testing.md +311 -0
  171. kinemotion-0.35.2/docs/development/type-hints.md +294 -0
  172. kinemotion-0.35.2/docs/development/validation-plan.md +726 -0
  173. kinemotion-0.35.2/docs/development/validation-roadmap.md +1741 -0
  174. kinemotion-0.35.2/docs/development/wallball-norep-detection.md +2412 -0
  175. kinemotion-0.35.2/docs/guides/bulk-processing.md +907 -0
  176. kinemotion-0.35.2/docs/guides/camera-setup.md +966 -0
  177. kinemotion-0.35.2/docs/guides/cloud-run-deployment.md +350 -0
  178. kinemotion-0.35.2/docs/guides/cmj-guide.md +451 -0
  179. kinemotion-0.35.2/docs/guides/cmj-recording-protocol-es.md +147 -0
  180. kinemotion-0.35.2/docs/guides/cmj-recording-protocol.md +147 -0
  181. kinemotion-0.35.2/docs/guides/deployment-checklist.md +290 -0
  182. kinemotion-0.35.2/docs/guides/local-testing.md +585 -0
  183. kinemotion-0.35.2/docs/guides/setup-issue-12.md +499 -0
  184. kinemotion-0.35.2/docs/index.md +54 -0
  185. kinemotion-0.35.2/docs/quick-start.md +135 -0
  186. kinemotion-0.35.2/docs/reference/cloud-run-quick-reference.md +180 -0
  187. kinemotion-0.35.2/docs/reference/json-output-format.md +554 -0
  188. kinemotion-0.35.2/docs/reference/json-structure-comparison.md +299 -0
  189. kinemotion-0.35.2/docs/reference/parameters.md +1347 -0
  190. kinemotion-0.35.2/docs/reference/pose-systems.md +257 -0
  191. kinemotion-0.35.2/docs/research/paper-downloader/HOW-TO-FIND-DOIS.md +210 -0
  192. kinemotion-0.35.2/docs/research/paper-downloader/README.md +173 -0
  193. kinemotion-0.35.2/docs/research/paper-downloader/dois.txt +37 -0
  194. kinemotion-0.35.2/docs/research/paper-downloader/download.py +209 -0
  195. kinemotion-0.35.2/docs/research/paper-downloader/pyproject.toml +15 -0
  196. kinemotion-0.35.2/docs/research/paper-downloader/uv.lock +504 -0
  197. kinemotion-0.35.2/docs/research/sports-biomechanics-pose-estimation.md +1028 -0
  198. kinemotion-0.35.2/docs/research/thirdparty/MANUAL-DOWNLOAD-GUIDE.md +124 -0
  199. kinemotion-0.35.2/docs/research/thirdparty/README.md +141 -0
  200. kinemotion-0.35.2/docs/research/thirdparty/convert_pdfs.py +80 -0
  201. kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2001_Foster_Session-RPE-Training-Monitoring.md +974 -0
  202. kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2015_Buchheit_GPS-Accelerometers-Stride-Stiffness.md +348 -0
  203. kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Flatt_HRV-Recovery-Swimmers.md +572 -0
  204. kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Saw_Training-Camps-Monitoring.md +518 -0
  205. kinemotion-0.35.2/docs/research/thirdparty/markdown/athlete-monitoring/2018_Ward_Putting-i-in-Team.md +566 -0
  206. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2011_Petersen_Nordic-Hamstring-Prevention.md +774 -0
  207. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2011_Wilk_Shoulder-GIRD-Baseball-Pitchers.md +625 -0
  208. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2012_Hewit_Multidirectional-Leg-Asymmetry.md +625 -0
  209. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Ford_Hip-Neuromuscular-Exercise-Valgus.md +1731 -0
  210. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Mosler_Hip-Groin-Pain-Factors.md +1076 -0
  211. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2015_Sconce_Nordic-Hamstring-Validity.md +629 -0
  212. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2016_Mendez-Villanueva_Hamstring-MRI-Regional.md +729 -0
  213. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2016_Read_Youth-Soccer-Injury-Risk.md +790 -0
  214. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2017_Mason-Mackay_Ankle-Dorsiflexion-Landing.md +877 -0
  215. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2017_Mendiguchia_Hamstring-Treatment-Algorithm.md +866 -0
  216. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2018_Balsalobre-Fernandez_Ankle-Dorsiflexion-App.md +496 -0
  217. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2018_Bramah_Pathological-Gait-Running-Injuries.md +789 -0
  218. kinemotion-0.35.2/docs/research/thirdparty/markdown/injury-prevention/2020_Fidai_Fatigue-Knee-Valgus-Youth.md +862 -0
  219. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2011_Harper_10-to-5-Jump-Test.md +21 -0
  220. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2012_Samozino_Optimal-Force-Velocity-Profile.md +1814 -0
  221. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2014_Samozino_FV-Imbalance.md +710 -0
  222. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2016_Jimenez-Reyes_Force-Velocity-Training.md +1463 -0
  223. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2016_Morin-Samozino_Power-Force-Velocity-Profiles.md +500 -0
  224. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2018_Garcia-Ramos_Two-Point-Method-Optimization.md +869 -0
  225. kinemotion-0.35.2/docs/research/thirdparty/markdown/jump-performance/2022_Wells_Golf-Clubhead-CMJ.md +1125 -0
  226. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2005_Morin_Running-Stiffness-Measurement.md +892 -0
  227. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2015_Balsalobre-Fernandez_Strength-Training-Running-Economy.md +1233 -0
  228. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2016_Balsalobre-Fernandez_iPhone-Running-Mechanics.md +675 -0
  229. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2016_Moore_Economical-Running-Technique.md +1545 -0
  230. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2020_Filter_Curve-Sprint-Test-Soccer.md +646 -0
  231. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2020_Harper_Horizontal-Deceleration-Radar.md +802 -0
  232. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2021_vanOeveren_Running-Biomechanics-Synthesis.md +2244 -0
  233. kinemotion-0.35.2/docs/research/thirdparty/markdown/running-biomechanics/2024_Bramah_Sprint-Mechanics-Assessment-Score.md +836 -0
  234. kinemotion-0.35.2/docs/research/thirdparty/markdown/smartphone-technology/2015_Balsalobre-Fernandez_iPhone-Vertical-Jump.md +536 -0
  235. kinemotion-0.35.2/docs/research/thirdparty/markdown/smartphone-technology/2022_Bishop_MyJumpLab-Validation.md +732 -0
  236. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2011_Jidovtseff_Load-Velocity-1RM-Prediction.md +461 -0
  237. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2016_Conceicao_Movement-Velocity-Lower-Limb.md +830 -0
  238. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2016_Pareja-Blanco_Velocity-Loss-Training.md +1137 -0
  239. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2017_Balsalobre-Fernandez_Barbell-Velocity-1RM.md +547 -0
  240. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2020_Balsalobre-Fernandez_Barbell-Trajectory-Snatch.md +566 -0
  241. kinemotion-0.35.2/docs/research/thirdparty/markdown/velocity-based-training/2023_Balsalobre-Fernandez_AI-Barbell-Velocity.md +759 -0
  242. kinemotion-0.35.2/docs/research/thirdparty/online-references-for-papers.md +519 -0
  243. kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2001_Foster_Session-RPE-Training-Monitoring.pdf +3 -0
  244. kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2015_Buchheit_GPS-Accelerometers-Stride-Stiffness.pdf +3 -0
  245. kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Flatt_HRV-Recovery-Swimmers.pdf +3 -0
  246. kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Saw_Training-Camps-Monitoring.pdf +3 -0
  247. kinemotion-0.35.2/docs/research/thirdparty/pdfs/athlete-monitoring/2018_Ward_Putting-i-in-Team.pdf +3 -0
  248. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2011_Petersen_Nordic-Hamstring-Prevention.pdf +3 -0
  249. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2011_Wilk_Shoulder-GIRD-Baseball-Pitchers.pdf +3 -0
  250. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2012_Hewit_Multidirectional-Leg-Asymmetry.pdf +3 -0
  251. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Ford_Hip-Neuromuscular-Exercise-Valgus.pdf +3 -0
  252. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Mosler_Hip-Groin-Pain-Factors.pdf +3 -0
  253. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2015_Sconce_Nordic-Hamstring-Validity.pdf +3 -0
  254. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2016_Mendez-Villanueva_Hamstring-MRI-Regional.pdf +3 -0
  255. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2016_Read_Youth-Soccer-Injury-Risk.pdf +3 -0
  256. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2017_Mason-Mackay_Ankle-Dorsiflexion-Landing.pdf +3 -0
  257. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2017_Mendiguchia_Hamstring-Treatment-Algorithm.pdf +3 -0
  258. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2018_Balsalobre-Fernandez_Ankle-Dorsiflexion-App.pdf +3 -0
  259. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2018_Bramah_Pathological-Gait-Running-Injuries.pdf +3 -0
  260. kinemotion-0.35.2/docs/research/thirdparty/pdfs/injury-prevention/2020_Fidai_Fatigue-Knee-Valgus-Youth.pdf +3 -0
  261. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2011_Harper_10-to-5-Jump-Test.pdf +3 -0
  262. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2012_Samozino_Optimal-Force-Velocity-Profile.pdf +3 -0
  263. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2014_Samozino_FV-Imbalance.pdf +3 -0
  264. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2016_Jimenez-Reyes_Force-Velocity-Training.pdf +3 -0
  265. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2016_Morin-Samozino_Power-Force-Velocity-Profiles.pdf +3 -0
  266. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2018_Garcia-Ramos_Two-Point-Method-Optimization.pdf +3 -0
  267. kinemotion-0.35.2/docs/research/thirdparty/pdfs/jump-performance/2022_Wells_Golf-Clubhead-CMJ.pdf +3 -0
  268. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2005_Morin_Running-Stiffness-Measurement.pdf +3 -0
  269. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2015_Balsalobre-Fernandez_Strength-Training-Running-Economy.pdf +3 -0
  270. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2016_Balsalobre-Fernandez_iPhone-Running-Mechanics.pdf +3 -0
  271. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2016_Moore_Economical-Running-Technique.pdf +3 -0
  272. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2020_Filter_Curve-Sprint-Test-Soccer.pdf +3 -0
  273. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2020_Harper_Horizontal-Deceleration-Radar.pdf +3 -0
  274. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2021_vanOeveren_Running-Biomechanics-Synthesis.pdf +3 -0
  275. kinemotion-0.35.2/docs/research/thirdparty/pdfs/running-biomechanics/2024_Bramah_Sprint-Mechanics-Assessment-Score.pdf +3 -0
  276. kinemotion-0.35.2/docs/research/thirdparty/pdfs/smartphone-technology/2015_Balsalobre-Fernandez_iPhone-Vertical-Jump.pdf +3 -0
  277. kinemotion-0.35.2/docs/research/thirdparty/pdfs/smartphone-technology/2022_Bishop_MyJumpLab-Validation.pdf +3 -0
  278. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2011_Jidovtseff_Load-Velocity-1RM-Prediction.pdf +3 -0
  279. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2016_Conceicao_Movement-Velocity-Lower-Limb.pdf +3 -0
  280. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2016_Pareja-Blanco_Velocity-Loss-Training.pdf +3 -0
  281. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2017_Balsalobre-Fernandez_Barbell-Velocity-1RM.pdf +3 -0
  282. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2020_Balsalobre-Fernandez_Barbell-Trajectory-Snatch.pdf +3 -0
  283. kinemotion-0.35.2/docs/research/thirdparty/pdfs/velocity-based-training/2023_Balsalobre-Fernandez_AI-Barbell-Velocity.pdf +3 -0
  284. kinemotion-0.35.2/docs/strategy/1-STRATEGIC_SUMMARY.md +255 -0
  285. kinemotion-0.35.2/docs/strategy/2-STRATEGIC_ANALYSIS.md +695 -0
  286. kinemotion-0.35.2/docs/strategy/MVP_FEEDBACK_COLLECTION.md +345 -0
  287. kinemotion-0.35.2/docs/strategy/MVP_VALIDATION_CHECKPOINTS.md +215 -0
  288. kinemotion-0.35.2/docs/strategy/README.md +262 -0
  289. kinemotion-0.35.2/docs/strategy/STYLE_GUIDE.md +431 -0
  290. kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/01-executive-summary.md +939 -0
  291. kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/02-technical-assessment.md +515 -0
  292. kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/03-refactoring-roadmap.md +491 -0
  293. kinemotion-0.35.2/docs/strategy/agent-assessments/BACKEND_ARCHITECTURE/README.md +25 -0
  294. kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/01-executive-summary.md +272 -0
  295. kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/02-technical-assessment.md +1004 -0
  296. kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/03-reference-guide.md +524 -0
  297. kinemotion-0.35.2/docs/strategy/agent-assessments/BIOMECHANICS/README.md +72 -0
  298. kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/01-executive-summary.md +235 -0
  299. kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/02-real-time-architecture.md +1042 -0
  300. kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/03-implementation-checklist.md +524 -0
  301. kinemotion-0.35.2/docs/strategy/agent-assessments/COMPUTER_VISION/README.md +36 -0
  302. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/01-agent-consensus.md +411 -0
  303. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/02-critical-findings.md +381 -0
  304. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/03-roadmap-adjustments.md +638 -0
  305. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/04-decision-points.md +443 -0
  306. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/README.md +47 -0
  307. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/risk-register.md +520 -0
  308. kinemotion-0.35.2/docs/strategy/agent-assessments/CONSOLIDATED/timeline-roadmap.md +537 -0
  309. kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/01-executive-summary.md +288 -0
  310. kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/02-infrastructure-assessment.md +1631 -0
  311. kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/03-implementation-roadmap.md +1093 -0
  312. kinemotion-0.35.2/docs/strategy/agent-assessments/DEVOPS_CI_CD/README.md +25 -0
  313. kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/01-executive-summary.md +293 -0
  314. kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/02-technical-assessment.md +1539 -0
  315. kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/03-parameter-specifications.md +510 -0
  316. kinemotion-0.35.2/docs/strategy/agent-assessments/ML_DATA_SCIENCE/README.md +25 -0
  317. kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/01-executive-summary.md +265 -0
  318. kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/02-roadmap-assessment.md +2187 -0
  319. kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/03-testing-checklists.md +799 -0
  320. kinemotion-0.35.2/docs/strategy/agent-assessments/QA_TESTING/README.md +25 -0
  321. kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/01-executive-summary.md +379 -0
  322. kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/02-documentation-strategy.md +1286 -0
  323. kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/03-action-plan.md +708 -0
  324. kinemotion-0.35.2/docs/strategy/agent-assessments/TECHNICAL_WRITING/README.md +25 -0
  325. kinemotion-0.35.2/docs/technical/framerate.md +740 -0
  326. kinemotion-0.35.2/docs/technical/implementation-details.md +80 -0
  327. kinemotion-0.35.2/docs/technical/imu-metadata.md +267 -0
  328. kinemotion-0.35.2/docs/technical/real-time-analysis.md +838 -0
  329. kinemotion-0.35.2/docs/technical/triple-extension.md +310 -0
  330. kinemotion-0.35.2/docs/translations/es/camera-setup.md +966 -0
  331. kinemotion-0.35.2/docs/validation/determinism-test.md +322 -0
  332. kinemotion-0.35.2/docs/validation/known-height-validation.md +429 -0
  333. kinemotion-0.35.2/docs/validation-status.md +457 -0
  334. kinemotion-0.35.2/examples/bulk/README.md +468 -0
  335. kinemotion-0.35.2/examples/bulk/bulk_processing.py +328 -0
  336. kinemotion-0.35.2/examples/bulk/simple_example.py +98 -0
  337. kinemotion-0.35.2/examples/programmatic_usage.py +79 -0
  338. kinemotion-0.35.2/frontend/.editorconfig +8 -0
  339. kinemotion-0.35.2/frontend/.env.example +13 -0
  340. kinemotion-0.35.2/frontend/.gitattributes +4 -0
  341. kinemotion-0.35.2/frontend/.gitignore +42 -0
  342. kinemotion-0.35.2/frontend/.yarn/releases/yarn-4.12.0.cjs +942 -0
  343. kinemotion-0.35.2/frontend/.yarnrc.yml +7 -0
  344. kinemotion-0.35.2/frontend/README.md +203 -0
  345. kinemotion-0.35.2/frontend/index.html +14 -0
  346. kinemotion-0.35.2/frontend/package.json +27 -0
  347. kinemotion-0.35.2/frontend/src/App.tsx +96 -0
  348. kinemotion-0.35.2/frontend/src/components/Auth.tsx +164 -0
  349. kinemotion-0.35.2/frontend/src/components/ErrorBoundary.tsx +54 -0
  350. kinemotion-0.35.2/frontend/src/components/ErrorDisplay.tsx +58 -0
  351. kinemotion-0.35.2/frontend/src/components/LoadingSpinner.tsx +50 -0
  352. kinemotion-0.35.2/frontend/src/components/RecentUploads.tsx +61 -0
  353. kinemotion-0.35.2/frontend/src/components/ResultsDisplay.tsx +165 -0
  354. kinemotion-0.35.2/frontend/src/components/ResultsSkeleton.tsx +28 -0
  355. kinemotion-0.35.2/frontend/src/components/UploadForm.tsx +183 -0
  356. kinemotion-0.35.2/frontend/src/hooks/useAnalysis.ts +151 -0
  357. kinemotion-0.35.2/frontend/src/hooks/useAuth.ts +130 -0
  358. kinemotion-0.35.2/frontend/src/hooks/useRecentUploads.ts +58 -0
  359. kinemotion-0.35.2/frontend/src/index.css +1119 -0
  360. kinemotion-0.35.2/frontend/src/lib/supabase.ts +16 -0
  361. kinemotion-0.35.2/frontend/src/main.tsx +13 -0
  362. kinemotion-0.35.2/frontend/src/types/api.ts +147 -0
  363. kinemotion-0.35.2/frontend/src/vite-env.d.ts +9 -0
  364. kinemotion-0.35.2/frontend/vercel.json +5 -0
  365. kinemotion-0.35.2/frontend/vite.config.ts +23 -0
  366. kinemotion-0.35.2/frontend/yarn.lock +1914 -0
  367. kinemotion-0.35.2/justfile +34 -0
  368. kinemotion-0.35.2/local_dev.sh +173 -0
  369. kinemotion-0.35.2/mkdocs.yml +99 -0
  370. kinemotion-0.35.2/presentation/.gitignore +34 -0
  371. kinemotion-0.35.2/presentation/README.md +372 -0
  372. kinemotion-0.35.2/presentation/demos/.gitignore +23 -0
  373. kinemotion-0.35.2/presentation/demos/README.md +222 -0
  374. kinemotion-0.35.2/presentation/demos/api_demo.ipynb +216 -0
  375. kinemotion-0.35.2/presentation/demos/batch_processing_demo.py +156 -0
  376. kinemotion-0.35.2/presentation/demos/sample_data/.gitkeep +10 -0
  377. kinemotion-0.35.2/presentation/presentation_guide.md +509 -0
  378. kinemotion-0.35.2/presentation/revealjs/.gitignore +16 -0
  379. kinemotion-0.35.2/presentation/revealjs/Makefile +75 -0
  380. kinemotion-0.35.2/presentation/revealjs/README.md +198 -0
  381. kinemotion-0.35.2/presentation/revealjs/slides.md +505 -0
  382. kinemotion-0.35.2/presentation/speaker_script.md +429 -0
  383. kinemotion-0.35.2/pyproject.toml +204 -0
  384. kinemotion-0.35.2/requirements-docs.txt +12 -0
  385. kinemotion-0.35.2/samples/cmjs/README.md +47 -0
  386. kinemotion-0.35.2/scripts/README.md +227 -0
  387. kinemotion-0.35.2/scripts/SCRIPTS_QUICKREF.md +211 -0
  388. kinemotion-0.35.2/scripts/analyze_determinism_variance.py +181 -0
  389. kinemotion-0.35.2/scripts/basic-memory-utils.sh +83 -0
  390. kinemotion-0.35.2/scripts/debug_contact_states.py +90 -0
  391. kinemotion-0.35.2/scripts/debug_detection.py +262 -0
  392. kinemotion-0.35.2/scripts/find_unused_features.py +141 -0
  393. kinemotion-0.35.2/scripts/generate_test_data.py +258 -0
  394. kinemotion-0.35.2/scripts/optimize_detection_params.py +380 -0
  395. kinemotion-0.35.2/scripts/plot_cmj_velocities.py +150 -0
  396. kinemotion-0.35.2/scripts/plot_validation_results.py +431 -0
  397. kinemotion-0.35.2/scripts/plot_velocities.py +127 -0
  398. kinemotion-0.35.2/scripts/prepare_ground_truth.py +101 -0
  399. kinemotion-0.35.2/scripts/project/README.md +147 -0
  400. kinemotion-0.35.2/scripts/project/add-issue.sh +197 -0
  401. kinemotion-0.35.2/scripts/project/batch-set-fields.sh +163 -0
  402. kinemotion-0.35.2/scripts/project/helpers.sh +239 -0
  403. kinemotion-0.35.2/scripts/project/list.sh +121 -0
  404. kinemotion-0.35.2/scripts/project/set-field.sh +129 -0
  405. kinemotion-0.35.2/scripts/project/set-status.sh +135 -0
  406. kinemotion-0.35.2/scripts/project/summary.sh +93 -0
  407. kinemotion-0.35.2/scripts/project.sh +60 -0
  408. kinemotion-0.35.2/scripts/setup-github-deploy.sh +195 -0
  409. kinemotion-0.35.2/scripts/setup-google-oauth.sh +335 -0
  410. kinemotion-0.35.2/scripts/setup-supabase-local.sh +53 -0
  411. kinemotion-0.35.2/scripts/setup-supabase-production.sh +81 -0
  412. kinemotion-0.35.2/scripts/test_acceleration_standing.py +77 -0
  413. kinemotion-0.35.2/scripts/test_determinism.sh +129 -0
  414. kinemotion-0.35.2/scripts/test_drop_start_debug.py +75 -0
  415. kinemotion-0.35.2/scripts/validate_known_heights.py +435 -0
  416. kinemotion-0.35.2/sonar-project.properties +42 -0
  417. kinemotion-0.35.2/src/kinemotion/__init__.py +31 -0
  418. kinemotion-0.35.2/src/kinemotion/api.py +1180 -0
  419. kinemotion-0.35.2/src/kinemotion/cli.py +22 -0
  420. kinemotion-0.35.2/src/kinemotion/cmj/__init__.py +5 -0
  421. kinemotion-0.35.2/src/kinemotion/cmj/analysis.py +532 -0
  422. kinemotion-0.35.2/src/kinemotion/cmj/cli.py +360 -0
  423. kinemotion-0.35.2/src/kinemotion/cmj/debug_overlay.py +463 -0
  424. kinemotion-0.35.2/src/kinemotion/cmj/joint_angles.py +307 -0
  425. kinemotion-0.35.2/src/kinemotion/cmj/kinematics.py +261 -0
  426. kinemotion-0.35.2/src/kinemotion/cmj/metrics_validator.py +804 -0
  427. kinemotion-0.35.2/src/kinemotion/cmj/validation_bounds.py +340 -0
  428. kinemotion-0.35.2/src/kinemotion/core/__init__.py +51 -0
  429. kinemotion-0.35.2/src/kinemotion/core/auto_tuning.py +327 -0
  430. kinemotion-0.35.2/src/kinemotion/core/cli_utils.py +240 -0
  431. kinemotion-0.35.2/src/kinemotion/core/debug_overlay_utils.py +143 -0
  432. kinemotion-0.35.2/src/kinemotion/core/experimental.py +103 -0
  433. kinemotion-0.35.2/src/kinemotion/core/filtering.py +352 -0
  434. kinemotion-0.35.2/src/kinemotion/core/formatting.py +75 -0
  435. kinemotion-0.35.2/src/kinemotion/core/metadata.py +223 -0
  436. kinemotion-0.35.2/src/kinemotion/core/pose.py +259 -0
  437. kinemotion-0.35.2/src/kinemotion/core/quality.py +397 -0
  438. kinemotion-0.35.2/src/kinemotion/core/smoothing.py +455 -0
  439. kinemotion-0.35.2/src/kinemotion/core/validation.py +198 -0
  440. kinemotion-0.35.2/src/kinemotion/core/video_io.py +203 -0
  441. kinemotion-0.35.2/src/kinemotion/dropjump/__init__.py +29 -0
  442. kinemotion-0.35.2/src/kinemotion/dropjump/analysis.py +852 -0
  443. kinemotion-0.35.2/src/kinemotion/dropjump/cli.py +552 -0
  444. kinemotion-0.35.2/src/kinemotion/dropjump/debug_overlay.py +179 -0
  445. kinemotion-0.35.2/src/kinemotion/dropjump/kinematics.py +490 -0
  446. kinemotion-0.35.2/src/kinemotion/dropjump/metrics_validator.py +252 -0
  447. kinemotion-0.35.2/src/kinemotion/dropjump/validation_bounds.py +139 -0
  448. kinemotion-0.35.2/src/kinemotion/py.typed +0 -0
  449. kinemotion-0.35.2/tests/__init__.py +1 -0
  450. kinemotion-0.35.2/tests/cli/__init__.py +0 -0
  451. kinemotion-0.35.2/tests/cli/test_cmj.py +986 -0
  452. kinemotion-0.35.2/tests/cli/test_dropjump.py +377 -0
  453. kinemotion-0.35.2/tests/cli/test_imports.py +57 -0
  454. kinemotion-0.35.2/tests/cmj/__init__.py +0 -0
  455. kinemotion-0.35.2/tests/cmj/test_analysis.py +1434 -0
  456. kinemotion-0.35.2/tests/cmj/test_api.py +451 -0
  457. kinemotion-0.35.2/tests/cmj/test_joint_angles.py +1030 -0
  458. kinemotion-0.35.2/tests/cmj/test_kinematics.py +188 -0
  459. kinemotion-0.35.2/tests/cmj/test_physiological_bounds.py +558 -0
  460. kinemotion-0.35.2/tests/conftest.py +80 -0
  461. kinemotion-0.35.2/tests/core/__init__.py +0 -0
  462. kinemotion-0.35.2/tests/core/test_auto_tuning.py +361 -0
  463. kinemotion-0.35.2/tests/core/test_filtering.py +396 -0
  464. kinemotion-0.35.2/tests/core/test_formatting.py +179 -0
  465. kinemotion-0.35.2/tests/core/test_metadata.py +169 -0
  466. kinemotion-0.35.2/tests/core/test_pose.py +267 -0
  467. kinemotion-0.35.2/tests/core/test_quality.py +523 -0
  468. kinemotion-0.35.2/tests/core/test_smoothing.py +967 -0
  469. kinemotion-0.35.2/tests/core/test_validation.py +664 -0
  470. kinemotion-0.35.2/tests/core/test_video_io.py +448 -0
  471. kinemotion-0.35.2/tests/dropjump/__init__.py +0 -0
  472. kinemotion-0.35.2/tests/dropjump/test_adaptive_threshold.py +201 -0
  473. kinemotion-0.35.2/tests/dropjump/test_analysis.py +559 -0
  474. kinemotion-0.35.2/tests/dropjump/test_api.py +416 -0
  475. kinemotion-0.35.2/tests/dropjump/test_contact_detection.py +222 -0
  476. kinemotion-0.35.2/tests/dropjump/test_kinematics.py +85 -0
  477. kinemotion-0.35.2/tests/dropjump/test_physiological_bounds.py +511 -0
  478. kinemotion-0.35.2/tests/dropjump/test_validation_integration.py +210 -0
  479. 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.