youqu-ai 2.17.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (483) hide show
  1. youqu_ai-2.17.2/.github/CODE_OF_CONDUCT.md +33 -0
  2. youqu_ai-2.17.2/.github/ISSUE_TEMPLATE/config.yml +7 -0
  3. youqu_ai-2.17.2/.github/release.yml +23 -0
  4. youqu_ai-2.17.2/.github/workflows/backup-to-gitlab.yml +15 -0
  5. youqu_ai-2.17.2/.github/workflows/call-chatOps.yml +9 -0
  6. youqu_ai-2.17.2/.github/workflows/call-clacheck.yml +15 -0
  7. youqu_ai-2.17.2/.github/workflows/call-commitlint.yml +11 -0
  8. youqu_ai-2.17.2/.gitignore +23 -0
  9. youqu_ai-2.17.2/.kilo/.gitignore +8 -0
  10. youqu_ai-2.17.2/.kilo/kilo.json +6 -0
  11. youqu_ai-2.17.2/.kilo/package-lock.json +382 -0
  12. youqu_ai-2.17.2/.kilo/package.json +5 -0
  13. youqu_ai-2.17.2/.ppt-workspace/generate_final.py +301 -0
  14. youqu_ai-2.17.2/.ppt-workspace/generate_ppt.py +522 -0
  15. youqu_ai-2.17.2/.ppt-workspace/generate_single.py +340 -0
  16. youqu_ai-2.17.2/.ppt-workspace/generate_v2.py +412 -0
  17. youqu_ai-2.17.2/.ppt-workspace/generate_v3.py +363 -0
  18. youqu_ai-2.17.2/.ppt-workspace/generate_v4.py +429 -0
  19. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-final-v2.pptx +0 -0
  20. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-final-v3.pptx +0 -0
  21. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-final-v4.pptx +0 -0
  22. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-final.pptx +0 -0
  23. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-progress-report.pptx +0 -0
  24. youqu_ai-2.17.2/.ppt-workspace/outputs/youqu-single-page.pptx +0 -0
  25. youqu_ai-2.17.2/.ppt-workspace/slide-01-prompt.json +8 -0
  26. youqu_ai-2.17.2/.ppt-workspace/youqu-presentation-plan.json +63 -0
  27. youqu_ai-2.17.2/.reuse/dep5 +20 -0
  28. youqu_ai-2.17.2/.sisyphus/plans/multica-integration.md +1079 -0
  29. youqu_ai-2.17.2/AGENTS.md +204 -0
  30. youqu_ai-2.17.2/CONTRIBUTING.md +17 -0
  31. youqu_ai-2.17.2/CURRENT +2 -0
  32. youqu_ai-2.17.2/LICENSE +339 -0
  33. youqu_ai-2.17.2/PKG-INFO +841 -0
  34. youqu_ai-2.17.2/README.md +807 -0
  35. youqu_ai-2.17.2/RELEASE.md +1013 -0
  36. youqu_ai-2.17.2/__init__.py +3 -0
  37. youqu_ai-2.17.2/cli/__init__.py +3 -0
  38. youqu_ai-2.17.2/cli/doctor.py +387 -0
  39. youqu_ai-2.17.2/cli/index.py +62 -0
  40. youqu_ai-2.17.2/cli/main.py +234 -0
  41. youqu_ai-2.17.2/cli/make.py +259 -0
  42. youqu_ai-2.17.2/cli/multica_report.py +300 -0
  43. youqu_ai-2.17.2/cli/report.py +88 -0
  44. youqu_ai-2.17.2/cli/run.py +98 -0
  45. youqu_ai-2.17.2/cli/web_spec.py +338 -0
  46. youqu_ai-2.17.2/conftest.py +1046 -0
  47. youqu_ai-2.17.2/docs/.vitepress/config.mts +211 -0
  48. youqu_ai-2.17.2/docs/.vitepress/theme/components/PageInfo.vue +41 -0
  49. youqu_ai-2.17.2/docs/.vitepress/theme/components/Statistics.Vue +28 -0
  50. youqu_ai-2.17.2/docs/.vitepress/theme/index.ts +72 -0
  51. youqu_ai-2.17.2/docs/.vitepress/theme/style/index.css +1 -0
  52. youqu_ai-2.17.2/docs/.vitepress/theme/style/main.scss +7 -0
  53. youqu_ai-2.17.2/docs/.vitepress/theme/style/var.css +53 -0
  54. youqu_ai-2.17.2/docs/CONTRIBUTING.md +1 -0
  55. youqu_ai-2.17.2/docs/RELEASE.md +1 -0
  56. youqu_ai-2.17.2/docs/SIG.md +12 -0
  57. youqu_ai-2.17.2/docs/ai-autotest-report.md +236 -0
  58. youqu_ai-2.17.2/docs/assets/favicon.ico +0 -0
  59. youqu_ai-2.17.2/docs/assets/icon/128/youqu.svg +30 -0
  60. youqu_ai-2.17.2/docs/assets/icon/16/youqu.svg +19 -0
  61. youqu_ai-2.17.2/docs/assets/icon/24/youqu.svg +30 -0
  62. youqu_ai-2.17.2/docs/assets/icon/256/youqu.svg +30 -0
  63. youqu_ai-2.17.2/docs/assets/icon/32/youqu.svg +30 -0
  64. youqu_ai-2.17.2/docs/assets/icon/48/youqu.svg +30 -0
  65. youqu_ai-2.17.2/docs/assets/icon/512/youqu.svg +30 -0
  66. youqu_ai-2.17.2/docs/assets/icon/64/youqu.svg +30 -0
  67. youqu_ai-2.17.2/docs/assets/icon/96/youqu.svg +30 -0
  68. youqu_ai-2.17.2/docs/assets/install.gif +0 -0
  69. youqu_ai-2.17.2/docs/assets/logo.png +0 -0
  70. youqu_ai-2.17.2/docs/assets/wechat.jpg +0 -0
  71. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265/DBus/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/d-feet.png +0 -0
  72. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265/WebUI/350/207/252/345/212/250/345/214/226/web_assert.png +0 -0
  73. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265/env.gif +0 -0
  74. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265/startapp.gif +0 -0
  75. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265//346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/assert.gif +0 -0
  76. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265//346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/pc_open.gif +0 -0
  77. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265//346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/rdog.png +0 -0
  78. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265//346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/remote_complete.gif +0 -0
  79. youqu_ai-2.17.2/docs/assets//345/256/236/350/267/265//346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/sniff.png +0 -0
  80. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215/youqu-ocr.png +0 -0
  81. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/assert.png +0 -0
  82. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/ruff-1.png +0 -0
  83. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/ruff-2.png +0 -0
  84. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/ruff-3.png +0 -0
  85. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/ruff-4.png +0 -0
  86. youqu_ai-2.17.2/docs/assets//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275/remote_control.png +0 -0
  87. youqu_ai-2.17.2/docs/docs_env.sh +34 -0
  88. youqu_ai-2.17.2/docs/index.md +201 -0
  89. youqu_ai-2.17.2/docs/multica-usage-guide.md +317 -0
  90. youqu_ai-2.17.2/docs/prd/baseline-incremental-test-design.md +468 -0
  91. youqu_ai-2.17.2/docs/prd/cli-and-dependencies.md +288 -0
  92. youqu_ai-2.17.2/docs/prd/multica-integration.md +684 -0
  93. youqu_ai-2.17.2/docs/prd/yaml-index-async-exec-prd.md +762 -0
  94. youqu_ai-2.17.2/docs/prd/yaml-portability-plan.md +830 -0
  95. youqu_ai-2.17.2/docs/prd/yaml-testcase-and-menu-keyboard-nav.md +499 -0
  96. youqu_ai-2.17.2/docs/prd/youqu-skill-coverage-analysis.md +84 -0
  97. youqu_ai-2.17.2/docs/superpowers/specs/2026-06-12-web-spec-integration-design.md +317 -0
  98. youqu_ai-2.17.2/docs/web-spec-development-plan.md +1167 -0
  99. youqu_ai-2.17.2/docs/youqu-deepin-mcp-merge-evaluation.md +287 -0
  100. youqu_ai-2.17.2/docs/youqu-mcp-vlm-evaluation.md +733 -0
  101. youqu_ai-2.17.2/docs/youqu-vs-deepin-mcp-analysis.md +297 -0
  102. youqu_ai-2.17.2/docs//345/256/236/350/267/265/DBus/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272APP/345/267/245/347/250/213.md +48 -0
  103. youqu_ai-2.17.2/docs//345/256/236/350/267/265/DBus/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272/344/270/200/346/235/241/345/256/214/346/225/264/347/232/204/347/224/250/344/276/213.md +82 -0
  104. youqu_ai-2.17.2/docs//345/256/236/350/267/265/DBus/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/235/345/247/213/345/214/226/351/241/271/347/233/256.md +53 -0
  105. youqu_ai-2.17.2/docs//345/256/236/350/267/265/HTTP/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272APP/345/267/245/347/250/213.md +81 -0
  106. youqu_ai-2.17.2/docs//345/256/236/350/267/265/HTTP/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272/344/270/200/346/235/241/345/256/214/346/225/264/347/232/204/347/224/250/344/276/213.md +181 -0
  107. youqu_ai-2.17.2/docs//345/256/236/350/267/265/HTTP/346/216/245/345/217/243/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/235/345/247/213/345/214/226/351/241/271/347/233/256.md +50 -0
  108. youqu_ai-2.17.2/docs//345/256/236/350/267/265/Linux/346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272APP/345/267/245/347/250/213.md +48 -0
  109. youqu_ai-2.17.2/docs//345/256/236/350/267/265/Linux/346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272/344/270/200/346/235/241/345/256/214/346/225/264/347/232/204/347/224/250/344/276/213.md +108 -0
  110. youqu_ai-2.17.2/docs//345/256/236/350/267/265/Linux/346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/235/345/247/213/345/214/226/351/241/271/347/233/256.md +53 -0
  111. youqu_ai-2.17.2/docs//345/256/236/350/267/265/Linux/346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//347/224/250/344/276/213/347/256/241/347/220/206/345/205/250/346/265/201/347/250/213.md +256 -0
  112. youqu_ai-2.17.2/docs//345/256/236/350/267/265/Linux/346/241/214/351/235/242UI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//350/277/234/347/250/213/344/272/244/344/272/222/345/274/217/346/216/247/345/210/266.md +73 -0
  113. youqu_ai-2.17.2/docs//345/256/236/350/267/265/WebUI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272APP/345/267/245/347/250/213.md +97 -0
  114. youqu_ai-2.17.2/docs//345/256/236/350/267/265/WebUI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272/344/270/200/346/235/241/345/256/214/346/225/264/347/232/204/347/224/250/344/276/213.md +117 -0
  115. youqu_ai-2.17.2/docs//345/256/236/350/267/265/WebUI/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/235/345/247/213/345/214/226/351/241/271/347/233/256.md +58 -0
  116. youqu_ai-2.17.2/docs//345/256/236/350/267/265//345/221/275/344/273/244/350/241/214/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272APP/345/267/245/347/250/213.md +48 -0
  117. youqu_ai-2.17.2/docs//345/256/236/350/267/265//345/221/275/344/273/244/350/241/214/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/233/345/273/272/344/270/200/346/235/241/345/256/214/346/225/264/347/232/204/347/224/250/344/276/213.md +61 -0
  118. youqu_ai-2.17.2/docs//345/256/236/350/267/265//345/221/275/344/273/244/350/241/214/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225//345/210/235/345/247/213/345/214/226/351/241/271/347/233/256.md +51 -0
  119. youqu_ai-2.17.2/docs//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215/OCR/350/257/206/345/210/253.md +156 -0
  120. youqu_ai-2.17.2/docs//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215//345/216/273/345/271/262/346/211/260/350/257/206/345/210/253.md +114 -0
  121. youqu_ai-2.17.2/docs//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215//345/233/276/345/203/217/350/257/206/345/210/253.md +399 -0
  122. youqu_ai-2.17.2/docs//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215//345/261/236/346/200/247/345/256/232/344/275/215.md +164 -0
  123. youqu_ai-2.17.2/docs//346/214/207/345/215/227//345/205/203/347/264/240/345/256/232/344/275/215//347/233/270/345/257/271/345/235/220/346/240/207/345/256/232/344/275/215.md +108 -0
  124. youqu_ai-2.17.2/docs//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207/Ruff/344/273/243/347/240/201/346/243/200/346/237/245.md +73 -0
  125. youqu_ai-2.17.2/docs//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207//346/211/247/350/241/214/347/256/241/347/220/206/345/231/250.md +333 -0
  126. youqu_ai-2.17.2/docs//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207//346/226/255/350/250/200.md +52 -0
  127. youqu_ai-2.17.2/docs//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207//346/265/213/350/257/225/346/212/245/345/221/212.md +68 -0
  128. youqu_ai-2.17.2/docs//346/214/207/345/215/227//346/241/206/346/236/266/345/277/205/345/244/207//351/224/256/351/274/240/346/223/215/344/275/234.md +60 -0
  129. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275/Wayland/351/200/202/351/205/215.md +33 -0
  130. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275/WebUI.md +49 -0
  131. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//345/205/250/350/207/252/345/212/250/346/227/245/345/277/227.md +117 -0
  132. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//345/244/261/350/264/245/345/275/225/345/261/217.md +28 -0
  133. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//346/225/260/346/215/256/345/233/236/345/241/253.md +98 -0
  134. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//346/240/207/347/255/276/345/214/226/347/256/241/347/220/206.md +139 -0
  135. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//346/240/207/347/255/276/345/257/274/345/207/272.md +36 -0
  136. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//346/240/207/347/255/276/350/207/252/345/212/250/345/220/214/346/255/245.md +84 -0
  137. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//350/277/234/347/250/213/344/272/244/344/272/222/345/274/217/346/216/247/345/210/266.md +158 -0
  138. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/211/271/350/211/262/345/212/237/350/203/275//351/207/215/345/220/257/347/261/273/345/234/272/346/231/257.md +74 -0
  139. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/216/257/345/242/203//345/205/250/345/261/200/351/205/215/347/275/256.md +67 -0
  140. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/216/257/345/242/203//347/216/257/345/242/203/351/203/250/347/275/262.md +141 -0
  141. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/256/200/344/273/213/YouQu/346/230/257/344/273/200/344/271/210.md +69 -0
  142. youqu_ai-2.17.2/docs//346/214/207/345/215/227//347/256/200/344/273/213//345/277/253/351/200/237/345/274/200/345/247/213.md +316 -0
  143. youqu_ai-2.17.2/docs//346/217/220/347/244/272/350/257/215/agent-prompt.md +108 -0
  144. youqu_ai-2.17.2/docs//346/217/220/347/244/272/350/257/215/issue-prompt.md +35 -0
  145. youqu_ai-2.17.2/docs//346/217/220/347/244/272/350/257/215/main-issue-prompt.md +130 -0
  146. youqu_ai-2.17.2/docs//350/247/204/345/210/222//346/234/252/346/235/245/350/247/204/345/210/222.md +41 -0
  147. youqu_ai-2.17.2/docs//350/247/204/345/210/222//346/241/206/346/236/266/350/256/276/350/256/241/AT/345/237/272/347/241/200/346/241/206/346/236/266/350/256/276/350/256/241/346/226/271/346/241/210.md +229 -0
  148. youqu_ai-2.17.2/docs//350/247/204/345/210/222//346/241/206/346/236/266/350/256/276/350/256/241/AT/345/272/224/347/224/250/345/272/223/350/256/276/350/256/241/346/226/271/346/241/210.md +301 -0
  149. youqu_ai-2.17.2/docs//350/247/204/345/210/222//346/241/206/346/236/266/350/256/276/350/256/241//350/207/252/345/212/250/345/214/226/346/265/213/350/257/225/346/236/266/346/236/204/350/256/276/350/256/241v1.0.md +339 -0
  150. youqu_ai-2.17.2/env.sh +58 -0
  151. youqu_ai-2.17.2/examples/web_spec/smoke.suite.yaml +12 -0
  152. youqu_ai-2.17.2/examples/web_spec/specs/01./344/276/247/350/276/271/346/240/217/345/270/203/345/261/200/351/252/214/350/257/201.yaml +36 -0
  153. youqu_ai-2.17.2/examples/web_spec/specs/02./346/240/207/351/242/230/346/240/217/344/270/273/350/217/234/345/215/225/351/252/214/350/257/201.yaml +35 -0
  154. youqu_ai-2.17.2/examples/web_spec/specs/03./350/201/212/345/244/251/350/276/223/345/205/245/345/214/272/344/272/244/344/272/222/351/252/214/350/257/201.yaml +56 -0
  155. youqu_ai-2.17.2/examples/web_spec/specs/04./350/201/212/345/244/251/351/241/265/351/235/242/347/273/223/346/236/204/351/252/214/350/257/201.yaml +52 -0
  156. youqu_ai-2.17.2/examples/web_spec/specs/05./346/240/207/351/242/230/346/240/217/350/217/234/345/215/225/344/272/244/344/272/222/351/252/214/350/257/201.yaml +63 -0
  157. youqu_ai-2.17.2/examples/web_spec/specs/06./345/216/206/345/217/262/350/256/260/345/275/225/351/241/265/351/235/242/347/273/223/346/236/204/351/252/214/350/257/201.yaml +44 -0
  158. youqu_ai-2.17.2/examples/web_spec/specs/07./346/226/260/344/274/232/350/257/235/345/210/233/345/273/272/351/252/214/350/257/201.yaml +44 -0
  159. youqu_ai-2.17.2/examples/web_spec/specs/08./350/276/223/345/205/245/346/241/206/345/277/253/346/215/267/351/224/256/346/215/242/350/241/214/351/252/214/350/257/201.yaml +70 -0
  160. youqu_ai-2.17.2/examples/web_spec/specs/09./346/267/261/345/272/246/346/200/235/350/200/203/345/274/200/345/205/263/346/265/213/350/257/225.yaml +76 -0
  161. youqu_ai-2.17.2/examples/web_spec/specs/100.1998193-/351/252/214/350/257/201agent/350/247/222/350/211/262.yaml +47 -0
  162. youqu_ai-2.17.2/examples/web_spec/specs/99.AI /345/206/231/344/275/234/346/265/201/347/250/213/351/252/214/350/257/201.yaml" +331 -0
  163. youqu_ai-2.17.2/examples/web_spec/specs/index.yaml +91 -0
  164. youqu_ai-2.17.2/examples/web_spec/web_spec.yaml +11 -0
  165. youqu_ai-2.17.2/index.yaml +91 -0
  166. youqu_ai-2.17.2/manage.py +143 -0
  167. youqu_ai-2.17.2/package.json +22 -0
  168. youqu_ai-2.17.2/plugin/__init__.py +66 -0
  169. youqu_ai-2.17.2/publish.sh +7 -0
  170. youqu_ai-2.17.2/pyproject.toml +68 -0
  171. youqu_ai-2.17.2/pytest-tests.ini +10 -0
  172. youqu_ai-2.17.2/pytest.ini +23 -0
  173. youqu_ai-2.17.2/report.pptx +0 -0
  174. youqu_ai-2.17.2/report_assets//346/234/252/346/235/245/350/247/204/345/210/222.png +0 -0
  175. youqu_ai-2.17.2/report_assets//351/230/266/346/256/265/346/210/220/346/236/234.png +0 -0
  176. youqu_ai-2.17.2/ruff.toml +90 -0
  177. youqu_ai-2.17.2/setting/__init__.py +1 -0
  178. youqu_ai-2.17.2/setting/globalconfig.ini +366 -0
  179. youqu_ai-2.17.2/setting/globalconfig.py +317 -0
  180. youqu_ai-2.17.2/setting/pmsmark.ini +14 -0
  181. youqu_ai-2.17.2/setting/pylintrc.cfg +616 -0
  182. youqu_ai-2.17.2/setting/skipif.py +107 -0
  183. youqu_ai-2.17.2/setting/sleepx.ini +15 -0
  184. youqu_ai-2.17.2/setting/template/app_template/${app_name}_assert.py-tpl +12 -0
  185. youqu_ai-2.17.2/setting/template/app_template/.gitignore-tpl +3 -0
  186. youqu_ai-2.17.2/setting/template/app_template/__init__.py-tpl +4 -0
  187. youqu_ai-2.17.2/setting/template/app_template/case/__init__.py-tpl +1 -0
  188. youqu_ai-2.17.2/setting/template/app_template/case/assert_res/readme +1 -0
  189. youqu_ai-2.17.2/setting/template/app_template/case/base_case.py-tpl +12 -0
  190. youqu_ai-2.17.2/setting/template/app_template/case/test_mycase_001.py-tpl +17 -0
  191. youqu_ai-2.17.2/setting/template/app_template/case/test_mycase_002.py-tpl +20 -0
  192. youqu_ai-2.17.2/setting/template/app_template/config.ini-tpl +1 -0
  193. youqu_ai-2.17.2/setting/template/app_template/config.py-tpl +76 -0
  194. youqu_ai-2.17.2/setting/template/app_template/conftest.py-tpl +9 -0
  195. youqu_ai-2.17.2/setting/template/app_template/control-tpl +2 -0
  196. youqu_ai-2.17.2/setting/template/app_template/mycase.csv-tpl +3 -0
  197. youqu_ai-2.17.2/setting/template/app_template/widget/${app_name}_widget.py-tpl +18 -0
  198. youqu_ai-2.17.2/setting/template/app_template/widget/__init__.py-tpl +1 -0
  199. youqu_ai-2.17.2/setting/template/app_template/widget/base_widget.py-tpl +60 -0
  200. youqu_ai-2.17.2/setting/template/app_template/widget/case_res/readme +1 -0
  201. youqu_ai-2.17.2/setting/template/app_template/widget/other.ini-tpl +0 -0
  202. youqu_ai-2.17.2/setting/template/app_template/widget/other_widget.py-tpl +6 -0
  203. youqu_ai-2.17.2/setting/template/app_template/widget/pic_res/readme +1 -0
  204. youqu_ai-2.17.2/setting/template/app_template/widget/ui.ini-tpl +14 -0
  205. youqu_ai-2.17.2/setting/template/ci.json +11 -0
  206. youqu_ai-2.17.2/setting/template/language.ini +8 -0
  207. youqu_ai-2.17.2/skills/youqu-case-generator/SKILL.md +672 -0
  208. youqu_ai-2.17.2/skills/youqu-case-generator/assets/case_template.py +14 -0
  209. youqu_ai-2.17.2/skills/youqu-case-generator/assets/widget_template.py +115 -0
  210. youqu_ai-2.17.2/skills/youqu-case-generator/references/atspi-tree-acquisition.md +176 -0
  211. youqu_ai-2.17.2/skills/youqu-case-generator/references/dtk-menu-guide.md +115 -0
  212. youqu_ai-2.17.2/skills/youqu-case-generator/references/mcp-tool-reference.md +156 -0
  213. youqu_ai-2.17.2/skills/youqu-case-generator/references/pitfalls.md +163 -0
  214. youqu_ai-2.17.2/skills/youqu-case-generator/references/skip-classification.md +166 -0
  215. youqu_ai-2.17.2/skills/youqu-case-generator/references/templates/elements.yaml +13 -0
  216. youqu_ai-2.17.2/skills/youqu-case-generator/references/templates/test_context_menu.yaml +24 -0
  217. youqu_ai-2.17.2/skills/youqu-case-generator/references/templates/test_main_menu.yaml +24 -0
  218. youqu_ai-2.17.2/skills/youqu-case-generator/references/yaml-schema.md +476 -0
  219. youqu_ai-2.17.2/skills/youqu-case-generator/references/youqu-po-pattern.md +181 -0
  220. youqu_ai-2.17.2/skills/youqu-case-generator/scripts/export_xlsx.py +258 -0
  221. youqu_ai-2.17.2/skills/youqu-case-runner/SKILL.md +427 -0
  222. youqu_ai-2.17.2/src/__init__.py +113 -0
  223. youqu_ai-2.17.2/src/assert_common.py +599 -0
  224. youqu_ai-2.17.2/src/atspi_inspector.py +469 -0
  225. youqu_ai-2.17.2/src/button_center.py +654 -0
  226. youqu_ai-2.17.2/src/calculate.py +57 -0
  227. youqu_ai-2.17.2/src/cmdctl.py +322 -0
  228. youqu_ai-2.17.2/src/csvctl.py +152 -0
  229. youqu_ai-2.17.2/src/custom_exception.py +201 -0
  230. youqu_ai-2.17.2/src/dbus_utils.py +85 -0
  231. youqu_ai-2.17.2/src/depends/__init__.py +0 -0
  232. youqu_ai-2.17.2/src/depends/cfonts/__init__.py +11 -0
  233. youqu_ai-2.17.2/src/depends/cfonts/__version__.py +9 -0
  234. youqu_ai-2.17.2/src/depends/cfonts/cli.py +169 -0
  235. youqu_ai-2.17.2/src/depends/cfonts/colors.py +211 -0
  236. youqu_ai-2.17.2/src/depends/cfonts/consts.py +128 -0
  237. youqu_ai-2.17.2/src/depends/cfonts/core.py +380 -0
  238. youqu_ai-2.17.2/src/depends/cfonts/fonts/3d.json +658 -0
  239. youqu_ai-2.17.2/src/depends/cfonts/fonts/block.json +481 -0
  240. youqu_ai-2.17.2/src/depends/cfonts/fonts/chrome.json +304 -0
  241. youqu_ai-2.17.2/src/depends/cfonts/fonts/grid.json +481 -0
  242. youqu_ai-2.17.2/src/depends/cfonts/fonts/huge.json +776 -0
  243. youqu_ai-2.17.2/src/depends/cfonts/fonts/pallet.json +481 -0
  244. youqu_ai-2.17.2/src/depends/cfonts/fonts/shade.json +599 -0
  245. youqu_ai-2.17.2/src/depends/cfonts/fonts/simple.json +363 -0
  246. youqu_ai-2.17.2/src/depends/cfonts/fonts/simple3d.json +540 -0
  247. youqu_ai-2.17.2/src/depends/cfonts/fonts/simpleBlock.json +540 -0
  248. youqu_ai-2.17.2/src/depends/cfonts/fonts/slick.json +481 -0
  249. youqu_ai-2.17.2/src/depends/cfonts/fonts/tiny.json +245 -0
  250. youqu_ai-2.17.2/src/depends/cfonts/py.typed +0 -0
  251. youqu_ai-2.17.2/src/depends/colorama/__init__.py +7 -0
  252. youqu_ai-2.17.2/src/depends/colorama/ansi.py +102 -0
  253. youqu_ai-2.17.2/src/depends/colorama/ansitowin32.py +277 -0
  254. youqu_ai-2.17.2/src/depends/colorama/initialise.py +121 -0
  255. youqu_ai-2.17.2/src/depends/colorama/win32.py +180 -0
  256. youqu_ai-2.17.2/src/depends/colorama/winterm.py +195 -0
  257. youqu_ai-2.17.2/src/depends/dogtail/COPYING +340 -0
  258. youqu_ai-2.17.2/src/depends/dogtail/__init__.py +39 -0
  259. youqu_ai-2.17.2/src/depends/dogtail/config.py +253 -0
  260. youqu_ai-2.17.2/src/depends/dogtail/distro.py +370 -0
  261. youqu_ai-2.17.2/src/depends/dogtail/dump.py +62 -0
  262. youqu_ai-2.17.2/src/depends/dogtail/errors.py +28 -0
  263. youqu_ai-2.17.2/src/depends/dogtail/i18n.py +254 -0
  264. youqu_ai-2.17.2/src/depends/dogtail/icons/dogtail-head-48.png +0 -0
  265. youqu_ai-2.17.2/src/depends/dogtail/icons/dogtail-head.svg +595 -0
  266. youqu_ai-2.17.2/src/depends/dogtail/icons/dogtail-tail-48.png +0 -0
  267. youqu_ai-2.17.2/src/depends/dogtail/icons/dogtail-tail.svg +336 -0
  268. youqu_ai-2.17.2/src/depends/dogtail/logging.py +221 -0
  269. youqu_ai-2.17.2/src/depends/dogtail/path.py +107 -0
  270. youqu_ai-2.17.2/src/depends/dogtail/predicate.py +454 -0
  271. youqu_ai-2.17.2/src/depends/dogtail/procedural.py +431 -0
  272. youqu_ai-2.17.2/src/depends/dogtail/rawinput.py +334 -0
  273. youqu_ai-2.17.2/src/depends/dogtail/rawinput_wayland.py +656 -0
  274. youqu_ai-2.17.2/src/depends/dogtail/sessions.py +230 -0
  275. youqu_ai-2.17.2/src/depends/dogtail/tc.py +227 -0
  276. youqu_ai-2.17.2/src/depends/dogtail/tree.py +1390 -0
  277. youqu_ai-2.17.2/src/depends/dogtail/utils.py +425 -0
  278. youqu_ai-2.17.2/src/depends/dogtail/version.py +58 -0
  279. youqu_ai-2.17.2/src/depends/dogtail/wrapped.py +35 -0
  280. youqu_ai-2.17.2/src/depends/pyautogui/LICENSE.txt +27 -0
  281. youqu_ai-2.17.2/src/depends/pyautogui/__init__.py +2164 -0
  282. youqu_ai-2.17.2/src/depends/pyautogui/__main__.py +2 -0
  283. youqu_ai-2.17.2/src/depends/pyautogui/_pyautogui_java.py +0 -0
  284. youqu_ai-2.17.2/src/depends/pyautogui/_pyautogui_osx.py +434 -0
  285. youqu_ai-2.17.2/src/depends/pyautogui/_pyautogui_wayland.py +667 -0
  286. youqu_ai-2.17.2/src/depends/pyautogui/_pyautogui_win.py +568 -0
  287. youqu_ai-2.17.2/src/depends/pyautogui/_pyautogui_x11.py +309 -0
  288. youqu_ai-2.17.2/src/depends/pygtkcompat/__init__.py +20 -0
  289. youqu_ai-2.17.2/src/depends/pygtkcompat/generictreemodel.py +423 -0
  290. youqu_ai-2.17.2/src/depends/pygtkcompat/meson.build +8 -0
  291. youqu_ai-2.17.2/src/depends/pygtkcompat/pygtkcompat.py +626 -0
  292. youqu_ai-2.17.2/src/depends/sniff/icons/button.xpm +29 -0
  293. youqu_ai-2.17.2/src/depends/sniff/icons/checkbutton.xpm +33 -0
  294. youqu_ai-2.17.2/src/depends/sniff/icons/checkmenuitem.xpm +28 -0
  295. youqu_ai-2.17.2/src/depends/sniff/icons/colorselection.xpm +35 -0
  296. youqu_ai-2.17.2/src/depends/sniff/icons/combo.xpm +34 -0
  297. youqu_ai-2.17.2/src/depends/sniff/icons/dialog.xpm +38 -0
  298. youqu_ai-2.17.2/src/depends/sniff/icons/image.xpm +39 -0
  299. youqu_ai-2.17.2/src/depends/sniff/icons/label.xpm +30 -0
  300. youqu_ai-2.17.2/src/depends/sniff/icons/menubar.xpm +34 -0
  301. youqu_ai-2.17.2/src/depends/sniff/icons/menuitem.xpm +26 -0
  302. youqu_ai-2.17.2/src/depends/sniff/icons/notebook.xpm +33 -0
  303. youqu_ai-2.17.2/src/depends/sniff/icons/scrolledwindow.xpm +28 -0
  304. youqu_ai-2.17.2/src/depends/sniff/icons/spinbutton.xpm +33 -0
  305. youqu_ai-2.17.2/src/depends/sniff/icons/statusbar.xpm +34 -0
  306. youqu_ai-2.17.2/src/depends/sniff/icons/table.xpm +31 -0
  307. youqu_ai-2.17.2/src/depends/sniff/icons/text.xpm +32 -0
  308. youqu_ai-2.17.2/src/depends/sniff/icons/toolbar.xpm +33 -0
  309. youqu_ai-2.17.2/src/depends/sniff/icons/tree.xpm +34 -0
  310. youqu_ai-2.17.2/src/depends/sniff/icons/treeitem.xpm +35 -0
  311. youqu_ai-2.17.2/src/depends/sniff/icons/unknown.xpm +33 -0
  312. youqu_ai-2.17.2/src/depends/sniff/icons/viewport.xpm +34 -0
  313. youqu_ai-2.17.2/src/depends/sniff/icons/vscrollbar.xpm +33 -0
  314. youqu_ai-2.17.2/src/depends/sniff/icons/vseparator.xpm +31 -0
  315. youqu_ai-2.17.2/src/depends/sniff/icons/window.xpm +38 -0
  316. youqu_ai-2.17.2/src/depends/sniff/sniff +806 -0
  317. youqu_ai-2.17.2/src/depends/sniff/sniff.desktop +14 -0
  318. youqu_ai-2.17.2/src/depends/sniff/sniff.ui +424 -0
  319. youqu_ai-2.17.2/src/depends/wayland_autotool/CMakeLists.txt +42 -0
  320. youqu_ai-2.17.2/src/depends/wayland_autotool/README.md +9 -0
  321. youqu_ai-2.17.2/src/depends/wayland_autotool/autotool.cpp +303 -0
  322. youqu_ai-2.17.2/src/depends/wayland_autotool/autotool.h +85 -0
  323. youqu_ai-2.17.2/src/depends/wayland_autotool/install.sh +9 -0
  324. youqu_ai-2.17.2/src/depends/wayland_autotool/main.cpp +30 -0
  325. youqu_ai-2.17.2/src/depends/ydotool/.editorconfig +10 -0
  326. youqu_ai-2.17.2/src/depends/ydotool/CMakeLists.txt +40 -0
  327. youqu_ai-2.17.2/src/depends/ydotool/Client/tool_click.c +163 -0
  328. youqu_ai-2.17.2/src/depends/ydotool/Client/tool_key.c +152 -0
  329. youqu_ai-2.17.2/src/depends/ydotool/Client/tool_mousemove.c +160 -0
  330. youqu_ai-2.17.2/src/depends/ydotool/Client/tool_type.c +317 -0
  331. youqu_ai-2.17.2/src/depends/ydotool/Client/ydotool.c +176 -0
  332. youqu_ai-2.17.2/src/depends/ydotool/Client/ydotool.h +70 -0
  333. youqu_ai-2.17.2/src/depends/ydotool/Daemon/CMakeLists.txt +5 -0
  334. youqu_ai-2.17.2/src/depends/ydotool/Daemon/ydotool.service-openrc.in +12 -0
  335. youqu_ai-2.17.2/src/depends/ydotool/Daemon/ydotool.service.in +13 -0
  336. youqu_ai-2.17.2/src/depends/ydotool/Daemon/ydotoold.c +384 -0
  337. youqu_ai-2.17.2/src/depends/ydotool/LICENSE +661 -0
  338. youqu_ai-2.17.2/src/depends/ydotool/manpage/CMakeLists.txt +9 -0
  339. youqu_ai-2.17.2/src/depends/ydotool/manpage/ydotool.1.scd +129 -0
  340. youqu_ai-2.17.2/src/depends/ydotool/manpage/ydotoold.8.scd +40 -0
  341. youqu_ai-2.17.2/src/desktop.py +46 -0
  342. youqu_ai-2.17.2/src/dogtail_utils.py +253 -0
  343. youqu_ai-2.17.2/src/filectl.py +284 -0
  344. youqu_ai-2.17.2/src/filter_image.py +59 -0
  345. youqu_ai-2.17.2/src/git/__init__.py +0 -0
  346. youqu_ai-2.17.2/src/git/_cargo.py +52 -0
  347. youqu_ai-2.17.2/src/git/check.py +12 -0
  348. youqu_ai-2.17.2/src/git/clone.py +62 -0
  349. youqu_ai-2.17.2/src/git/code_statistics.py +232 -0
  350. youqu_ai-2.17.2/src/git/commit.py +84 -0
  351. youqu_ai-2.17.2/src/image_utils.py +59 -0
  352. youqu_ai-2.17.2/src/mcp/__init__.py +4 -0
  353. youqu_ai-2.17.2/src/mcp/jobs.py +266 -0
  354. youqu_ai-2.17.2/src/mcp/server.py +1034 -0
  355. youqu_ai-2.17.2/src/menu_nav.py +336 -0
  356. youqu_ai-2.17.2/src/mouse_key.py +491 -0
  357. youqu_ai-2.17.2/src/ocr_utils.py +179 -0
  358. youqu_ai-2.17.2/src/pinyin.py +33 -0
  359. youqu_ai-2.17.2/src/plugins/__init__.py +0 -0
  360. youqu_ai-2.17.2/src/plugins/allure_report_extend.py +59 -0
  361. youqu_ai-2.17.2/src/plugins/emoji_hooks.py +45 -0
  362. youqu_ai-2.17.2/src/plugins/mng.py +46 -0
  363. youqu_ai-2.17.2/src/pms/__init__.py +0 -0
  364. youqu_ai-2.17.2/src/pms/_base.py +105 -0
  365. youqu_ai-2.17.2/src/pms/_cargo.py +69 -0
  366. youqu_ai-2.17.2/src/pms/csv2pms.py +122 -0
  367. youqu_ai-2.17.2/src/pms/pms2csv.py +265 -0
  368. youqu_ai-2.17.2/src/pms/send2pms.py +133 -0
  369. youqu_ai-2.17.2/src/pms/suite.py +42 -0
  370. youqu_ai-2.17.2/src/pms/task.py +43 -0
  371. youqu_ai-2.17.2/src/read_csv.py +47 -0
  372. youqu_ai-2.17.2/src/read_toml.py +17 -0
  373. youqu_ai-2.17.2/src/recording_screen.py +117 -0
  374. youqu_ai-2.17.2/src/remotectl/__init__.py +0 -0
  375. youqu_ai-2.17.2/src/remotectl/_base.py +199 -0
  376. youqu_ai-2.17.2/src/remotectl/_remote_dogtail_ctl.py +31 -0
  377. youqu_ai-2.17.2/src/remotectl/_remote_other_ctl.py +31 -0
  378. youqu_ai-2.17.2/src/remotectl/remote.py +198 -0
  379. youqu_ai-2.17.2/src/requestx.py +88 -0
  380. youqu_ai-2.17.2/src/rtk/__init__.py +0 -0
  381. youqu_ai-2.17.2/src/rtk/_base.py +136 -0
  382. youqu_ai-2.17.2/src/rtk/_cargo.py +282 -0
  383. youqu_ai-2.17.2/src/rtk/api_client.py +44 -0
  384. youqu_ai-2.17.2/src/rtk/json_backfill.py +81 -0
  385. youqu_ai-2.17.2/src/rtk/local_runner.py +394 -0
  386. youqu_ai-2.17.2/src/rtk/remote_runner.py +533 -0
  387. youqu_ai-2.17.2/src/shortcut.py +906 -0
  388. youqu_ai-2.17.2/src/singleton.py +33 -0
  389. youqu_ai-2.17.2/src/sleepx.py +25 -0
  390. youqu_ai-2.17.2/src/startapp.py +100 -0
  391. youqu_ai-2.17.2/src/startproject.py +47 -0
  392. youqu_ai-2.17.2/src/utils/__init__.py +0 -0
  393. youqu_ai-2.17.2/src/utils/_env_base.sh +109 -0
  394. youqu_ai-2.17.2/src/utils/check_python_source.py +66 -0
  395. youqu_ai-2.17.2/src/utils/command_complete.sh +18 -0
  396. youqu_ai-2.17.2/src/utils/env_dev.sh +137 -0
  397. youqu_ai-2.17.2/src/utils/env_vir.sh +200 -0
  398. youqu_ai-2.17.2/src/utils/pylint.sh +42 -0
  399. youqu_ai-2.17.2/src/utils/sslclone.sh +22 -0
  400. youqu_ai-2.17.2/src/utils/sub_deb.py +17 -0
  401. youqu_ai-2.17.2/src/utils/sub_depends.py +13 -0
  402. youqu_ai-2.17.2/src/utils/sub_env_cut.py +18 -0
  403. youqu_ai-2.17.2/src/utils/sub_remote.py +15 -0
  404. youqu_ai-2.17.2/src/utils/sub_sources.py +15 -0
  405. youqu_ai-2.17.2/src/utils/sub_webui.py +15 -0
  406. youqu_ai-2.17.2/src/video_utils.py +51 -0
  407. youqu_ai-2.17.2/src/vlm/__init__.py +29 -0
  408. youqu_ai-2.17.2/src/vlm/config.py +68 -0
  409. youqu_ai-2.17.2/src/vlm/screenshot.py +158 -0
  410. youqu_ai-2.17.2/src/vlm/vlm_agent.py +334 -0
  411. youqu_ai-2.17.2/src/vlm/vlm_executor.py +159 -0
  412. youqu_ai-2.17.2/src/vlm/vlm_locator.py +394 -0
  413. youqu_ai-2.17.2/src/wayland_wininfo.py +156 -0
  414. youqu_ai-2.17.2/src/web_spec/__init__.py +9 -0
  415. youqu_ai-2.17.2/src/web_spec/action_executor.py +162 -0
  416. youqu_ai-2.17.2/src/web_spec/assertion_executor.py +267 -0
  417. youqu_ai-2.17.2/src/web_spec/checker.py +379 -0
  418. youqu_ai-2.17.2/src/web_spec/config.py +237 -0
  419. youqu_ai-2.17.2/src/web_spec/index.py +137 -0
  420. youqu_ai-2.17.2/src/web_spec/kind.py +59 -0
  421. youqu_ai-2.17.2/src/web_spec/loader.py +120 -0
  422. youqu_ai-2.17.2/src/web_spec/locator_resolver.py +93 -0
  423. youqu_ai-2.17.2/src/web_spec/models.py +179 -0
  424. youqu_ai-2.17.2/src/web_spec/reporter.py +222 -0
  425. youqu_ai-2.17.2/src/web_spec/result.py +168 -0
  426. youqu_ai-2.17.2/src/web_spec/runner.py +639 -0
  427. youqu_ai-2.17.2/src/web_spec/suite.py +148 -0
  428. youqu_ai-2.17.2/src/web_spec/tui.py +253 -0
  429. youqu_ai-2.17.2/src/webui.py +64 -0
  430. youqu_ai-2.17.2/src/yaml_test/__init__.py +12 -0
  431. youqu_ai-2.17.2/src/yaml_test/assertions.py +190 -0
  432. youqu_ai-2.17.2/src/yaml_test/batch_runner.py +280 -0
  433. youqu_ai-2.17.2/src/yaml_test/collector.py +82 -0
  434. youqu_ai-2.17.2/src/yaml_test/elements.py +162 -0
  435. youqu_ai-2.17.2/src/yaml_test/executor.py +667 -0
  436. youqu_ai-2.17.2/src/yaml_test/index.py +165 -0
  437. youqu_ai-2.17.2/src/yaml_test/parser.py +225 -0
  438. youqu_ai-2.17.2/src/yaml_test/wait.py +53 -0
  439. youqu_ai-2.17.2/src/ydotool.py +226 -0
  440. youqu_ai-2.17.2/test.py +5 -0
  441. youqu_ai-2.17.2/tests/__init__.py +151 -0
  442. youqu_ai-2.17.2/tests/conftest.py +27 -0
  443. youqu_ai-2.17.2/tests/e2e/__init__.py +41 -0
  444. youqu_ai-2.17.2/tests/e2e/autotest_menu/pytest.ini +5 -0
  445. youqu_ai-2.17.2/tests/e2e/autotest_menu/yaml/elements.yaml +4 -0
  446. youqu_ai-2.17.2/tests/e2e/autotest_menu/yaml/test_e2e_context_menu.yaml +35 -0
  447. youqu_ai-2.17.2/tests/e2e/autotest_menu/yaml/test_e2e_main_menu.yaml +33 -0
  448. youqu_ai-2.17.2/tests/e2e/test_vlm_locator_e2e.py +257 -0
  449. youqu_ai-2.17.2/tests/fixtures/web_spec_app/index.html +63 -0
  450. youqu_ai-2.17.2/tests/test_atspi_inspector.py +137 -0
  451. youqu_ai-2.17.2/tests/test_batch_runner.py +521 -0
  452. youqu_ai-2.17.2/tests/test_mcp_jobs.py +207 -0
  453. youqu_ai-2.17.2/tests/test_mcp_security.py +103 -0
  454. youqu_ai-2.17.2/tests/test_menu_nav.py +304 -0
  455. youqu_ai-2.17.2/tests/test_multica_report.py +580 -0
  456. youqu_ai-2.17.2/tests/test_vlm_agent.py +172 -0
  457. youqu_ai-2.17.2/tests/test_vlm_agent_run.py +483 -0
  458. youqu_ai-2.17.2/tests/test_vlm_config.py +132 -0
  459. youqu_ai-2.17.2/tests/test_vlm_executor.py +226 -0
  460. youqu_ai-2.17.2/tests/test_vlm_locator.py +416 -0
  461. youqu_ai-2.17.2/tests/test_vlm_screenshot.py +257 -0
  462. youqu_ai-2.17.2/tests/test_web_spec_action_executor.py +172 -0
  463. youqu_ai-2.17.2/tests/test_web_spec_assertion_executor.py +265 -0
  464. youqu_ai-2.17.2/tests/test_web_spec_checker.py +258 -0
  465. youqu_ai-2.17.2/tests/test_web_spec_cli.py +639 -0
  466. youqu_ai-2.17.2/tests/test_web_spec_cli_main.py +74 -0
  467. youqu_ai-2.17.2/tests/test_web_spec_config.py +149 -0
  468. youqu_ai-2.17.2/tests/test_web_spec_e2e.py +129 -0
  469. youqu_ai-2.17.2/tests/test_web_spec_index.py +190 -0
  470. youqu_ai-2.17.2/tests/test_web_spec_loader.py +181 -0
  471. youqu_ai-2.17.2/tests/test_web_spec_locator.py +51 -0
  472. youqu_ai-2.17.2/tests/test_web_spec_models.py +121 -0
  473. youqu_ai-2.17.2/tests/test_web_spec_reporter.py +97 -0
  474. youqu_ai-2.17.2/tests/test_web_spec_runner.py +104 -0
  475. youqu_ai-2.17.2/tests/test_web_spec_suite.py +131 -0
  476. youqu_ai-2.17.2/tests/test_web_spec_suite_runner.py +379 -0
  477. youqu_ai-2.17.2/tests/test_yaml_assertions.py +138 -0
  478. youqu_ai-2.17.2/tests/test_yaml_elements.py +126 -0
  479. youqu_ai-2.17.2/tests/test_yaml_executor.py +779 -0
  480. youqu_ai-2.17.2/tests/test_yaml_index.py +323 -0
  481. youqu_ai-2.17.2/tests/test_yaml_parser.py +334 -0
  482. youqu_ai-2.17.2/tests/test_yaml_wait.py +64 -0
  483. youqu_ai-2.17.2//351/230/266/346/256/265/346/212/245/345/221/212.md +53 -0
@@ -0,0 +1,33 @@
1
+ # 行为准则 (Code of Conduct)
2
+ ## 概述
3
+ 本项目致力于为参与者提供一个开放和热情的环境。我们承诺,本项目中的所有参与者都应遵守本行为准则,以促进一个友好、包容和尊重的环境。我们不容忍任何形式的歧视、骚扰或其他不尊重行为。
4
+
5
+ ## 承诺
6
+
7
+ 为了确保本项目的开放性、友好性和包容性,我们承诺:
8
+
9
+ 1. 尊重所有人,无论其年龄、体型、种族、性别认同、性别表达、国籍、民族、地理位置、性取向、宗教信仰、社会经济地位或残疾状况。
10
+ 2. 为初学者和资深人士提供支持,鼓励合作和知识共享。
11
+ 3. 保持专业和礼貌的态度,避免侮辱性或贬低性的言论。
12
+ 尊重他人的观点和意见,即使我们不同意。
13
+ 4. 在任何情况下,都不进行或容忍任何形式的骚扰、歧视或不当行为。
14
+
15
+ ## 定义
16
+
17
+ 1. **骚扰**:包括但不限于,使用侮辱性或贬低性的语言,发布或展示带有攻击性、侮辱性或冒犯性的内容,以及对个人的持续打扰。
18
+ 2. 歧视:基于年龄、体型、种族、性别认同、性别表达、国籍、民族、地理位置、性取向、宗教信仰、社会经济地位或残疾状况的不公平对待。
19
+ 3. **不当行为**:任何违反本行为准则的行为。
20
+
21
+ ## 执行
22
+
23
+ 1. 如果您认为某人的行为违反了本行为准则,请立即告知项目维护者或管理人员。
24
+ 2. 一旦收到投诉,项目维护者或管理人员将立即调查,并采取必要的措施,包括但不限于警告、禁止参与或报告给有关机构。
25
+ 3. 项目维护者或管理人员将保密所有投诉,并保护投诉者的身份。
26
+
27
+ ## 范围
28
+
29
+ 本行为准则适用于本项目所有的交流渠道,包括但不限于邮件列表、讨论论坛、聊天室、社交媒体、会议和私人通信。
30
+
31
+ ## 致谢
32
+
33
+ 本行为准则基于 Contributor Covenant, version 2.0,可用于任何项目,不受版权限制。
@@ -0,0 +1,7 @@
1
+ ---
2
+ name: Tracking issue
3
+ about: Use this template for tracking new features.
4
+ title: "[DATE]: [FEATURE NAME]"
5
+ labels: tracking issue, needs triage
6
+ assignees: octocat
7
+ ---
@@ -0,0 +1,23 @@
1
+ changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: ' Breaking Changes'
7
+ labels:
8
+ - 'breaking'
9
+ - title: Features
10
+ labels:
11
+ - 'enhancement'
12
+ - title: ' Bug Fixes'
13
+ labels:
14
+ - 'bug'
15
+ - title: ' Deprecated'
16
+ labels:
17
+ - 'deprecation'
18
+ - title: Dependencies
19
+ labels:
20
+ - dependencies
21
+ - title: Other Changes
22
+ labels:
23
+ - "*"
@@ -0,0 +1,15 @@
1
+ name: backup to gitlab
2
+ on: [push]
3
+
4
+ concurrency:
5
+ group: ${{ github.workflow }}
6
+ cancel-in-progress: true
7
+
8
+ jobs:
9
+ backup-to-gitlabwh:
10
+ uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
11
+ secrets: inherit
12
+
13
+ backup-to-gitee:
14
+ uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
15
+ secrets: inherit
@@ -0,0 +1,9 @@
1
+ name: chatOps
2
+ on:
3
+ issue_comment:
4
+ types: [created]
5
+
6
+ jobs:
7
+ chatopt:
8
+ uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master
9
+ secrets: inherit
@@ -0,0 +1,15 @@
1
+ name: Call CLA check
2
+ on:
3
+ issue_comment:
4
+ types: [created]
5
+ pull_request_target:
6
+ types: [opened, closed, synchronize]
7
+
8
+ concurrency:
9
+ group: ${{ github.workflow }}-pull/${{ github.event.number }}
10
+ cancel-in-progress: true
11
+
12
+ jobs:
13
+ clacheck:
14
+ uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
15
+ secrets: inherit
@@ -0,0 +1,11 @@
1
+ name: Call commitlint
2
+ on:
3
+ pull_request_target:
4
+
5
+ concurrency:
6
+ group: ${{ github.workflow }}-pull/${{ github.event.number }}
7
+ cancel-in-progress: true
8
+
9
+ jobs:
10
+ check_job:
11
+ uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master
@@ -0,0 +1,23 @@
1
+ *.idea
2
+ *__pycycache_
3
+ *__pycache__*
4
+ **.pyc
5
+ .pytest_cache
6
+ .vscode
7
+ report
8
+ apps/autotest*
9
+ .push
10
+ Pipfile
11
+ Pipfile.lock
12
+ site
13
+ public
14
+ node_modules/
15
+ docs/.vitepress/cache/
16
+ pnpm-lock.yaml
17
+ dist
18
+
19
+ CLAUDE.md
20
+ uv.lock
21
+ .cache/*
22
+ .claude/*
23
+ .opencode/*
@@ -0,0 +1,8 @@
1
+ node_modules
2
+ package.json
3
+ package-lock.json
4
+ pnpm-lock.yaml
5
+ bun.lock
6
+ yarn.lock
7
+ .gitignore
8
+ agent-manager.json
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "https://app.kilo.ai/config.json",
3
+ "commit_message": {
4
+ "prompt": "你是一个专业的 Git 提交信息(Commit Message)生成专家,严格遵循 Conventional Commits(约定式提交)规范,并具备优秀的中英文技术文档撰写能力。\n\n请根据我提供的代码变更内容(Git Diff、文件列表或自然语言描述),生成符合以下严格格式的 Commit Message。\n\n### 📌 格式模板(必须严格遵守):\n<type>(<scope>): <英文简短描述,首字母小写,无句号>\n\n<英文详细描述段落。清晰说明改动内容、新增特性或修复逻辑。建议每行不超过 72 个字符,可使用项目符号。>\n\n<中文详细描述段落。对应上方英文描述的准确翻译或符合中文开发习惯的专业表述。>\n\nLog: <中文简短总结,一句话概括本次提交的核心动作>\nPMS: BUG-xxx <解决的PMS上Bug单号>\nInfluence: <中文影响说明,阐述该改动带来的业务价值、性能提升或解决的痛点>\n\n### 🏷️ Type 类型说明(根据实际变更选择最匹配的一项):\n- `feat`: 新增功能 (Feature)\n- `fix`: 修复 Bug\n- `doc`: 仅文档修改 (Documentation)\n- `style`: 代码格式修改(不影响代码逻辑,如空格、分号等)\n- `refactor`: 代码重构(既不修复 Bug 也不新增功能)\n- `perf`: 性能优化 (Performance)\n- `test`: 增加或修改测试用例\n- `chore`: 构建过程、辅助工具或日常杂项的变动(如依赖更新、配置文件修改)\n\n### ⚙️ 作用域 (Scope) 说明:\n- 使用括号包裹,表示本次修改影响的模块或范围(例如:`cli`, `ui`, `api`, `core`, `docs` 等)。如果影响全局或难以界定,可省略括号或写 `core`。\n\n### 🚫 约束条件:\n1. 只输出最终的 Commit Message 文本,**不要**包含任何额外的解释、问候语或 Markdown 代码块标记(如 ```git )。\n2. 英文和中文描述必须专业、准确、简洁,避免口语化。\n3. 确保 \"Log\" 和 \"Influence\" 字段切中要害,突出变更的实际价值。\n\n---\n### 📥 我的代码变更内容如下:\n[在此处粘贴你的 git diff、变更文件列表,或用自然语言描述你做了什么改动]"
5
+ }
6
+ }
@@ -0,0 +1,382 @@
1
+ {
2
+ "name": ".kilo",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "dependencies": {
8
+ "@kilocode/plugin": "7.3.33"
9
+ }
10
+ },
11
+ "node_modules/@kilocode/plugin": {
12
+ "version": "7.3.33",
13
+ "resolved": "https://registry.npmmirror.com/@kilocode/plugin/-/plugin-7.3.33.tgz",
14
+ "integrity": "sha512-1gZ35RxBohLEs+w18pynxhs9SdKuYbqCaYucDGIMf+QrELdJeqbXcRsCufVUSsE+3o7lG8ymF8+bur6H+6n84w==",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "@kilocode/sdk": "7.3.33",
18
+ "effect": "4.0.0-beta.59",
19
+ "zod": "4.1.8"
20
+ },
21
+ "peerDependencies": {
22
+ "@opentui/core": ">=0.2.6",
23
+ "@opentui/keymap": ">=0.2.6",
24
+ "@opentui/solid": ">=0.2.6"
25
+ },
26
+ "peerDependenciesMeta": {
27
+ "@opentui/core": {
28
+ "optional": true
29
+ },
30
+ "@opentui/keymap": {
31
+ "optional": true
32
+ },
33
+ "@opentui/solid": {
34
+ "optional": true
35
+ }
36
+ }
37
+ },
38
+ "node_modules/@kilocode/sdk": {
39
+ "version": "7.3.33",
40
+ "resolved": "https://registry.npmmirror.com/@kilocode/sdk/-/sdk-7.3.33.tgz",
41
+ "integrity": "sha512-kwRYFCAzwFkpkbgh8CLj9qe70CaelliK413L9Rax2/Q9LOegEfc8JbJhzse//rS5floFhLKZsHoyUpmsT4etdQ==",
42
+ "license": "MIT",
43
+ "dependencies": {
44
+ "cross-spawn": "7.0.6"
45
+ }
46
+ },
47
+ "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": {
48
+ "version": "3.0.4",
49
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.4.tgz",
50
+ "integrity": "sha512-LCkGo6JDfaBhgST7UpPWgNgLINpcpabaHfyz5OBx75nUYxBsaEPxjnyNjWpeb/xBup/682QnBfRBy2/LvPutZQ==",
51
+ "cpu": [
52
+ "arm64"
53
+ ],
54
+ "license": "MIT",
55
+ "optional": true,
56
+ "os": [
57
+ "darwin"
58
+ ]
59
+ },
60
+ "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
61
+ "version": "3.0.4",
62
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.4.tgz",
63
+ "integrity": "sha512-zExlW9zUJKZH/tOtVMttwjKa4Xm/3KcNjnE3dPN92uCktwavMxpgCA3MoJK/DOnTWsQgo224OaST27/mPNAf+w==",
64
+ "cpu": [
65
+ "x64"
66
+ ],
67
+ "license": "MIT",
68
+ "optional": true,
69
+ "os": [
70
+ "darwin"
71
+ ]
72
+ },
73
+ "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": {
74
+ "version": "3.0.4",
75
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.4.tgz",
76
+ "integrity": "sha512-Tg3yX65f5GbtXLkrYEHE5oibZG9epyYWas7FogTTEJeDEF9JlXJzKgXaNhT3UXlTOeA+AfZpYZYZ0uPj7Cfquw==",
77
+ "cpu": [
78
+ "arm"
79
+ ],
80
+ "license": "MIT",
81
+ "optional": true,
82
+ "os": [
83
+ "linux"
84
+ ]
85
+ },
86
+ "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": {
87
+ "version": "3.0.4",
88
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.4.tgz",
89
+ "integrity": "sha512-dgX0P/9wGPJeHFBG+ZmhgE6bmtMt7NP5CRBGyyktpopdk/mW4POnrpQsSLtKI1dwpc+pPLuXHDh6vvskyQE/sw==",
90
+ "cpu": [
91
+ "arm64"
92
+ ],
93
+ "license": "MIT",
94
+ "optional": true,
95
+ "os": [
96
+ "linux"
97
+ ]
98
+ },
99
+ "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": {
100
+ "version": "3.0.4",
101
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.4.tgz",
102
+ "integrity": "sha512-8TNXMEjJc3QEy7R/x1INhgiU+XakDAFUzBhaz7+Rbrs8NH5UQeHQxxmzsSBJGyV6I1jW79undiQm8tOI+D+8FQ==",
103
+ "cpu": [
104
+ "x64"
105
+ ],
106
+ "license": "MIT",
107
+ "optional": true,
108
+ "os": [
109
+ "linux"
110
+ ]
111
+ },
112
+ "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": {
113
+ "version": "3.0.4",
114
+ "resolved": "https://registry.npmmirror.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.4.tgz",
115
+ "integrity": "sha512-CmCXPQrkbwExx3j946/PtHWHbYJiCRBRDl4BlkRQcJB/YOwQxJRTpoo7aTsortjgoJ1x7opzTSxn7C+ASSLVjQ==",
116
+ "cpu": [
117
+ "x64"
118
+ ],
119
+ "license": "MIT",
120
+ "optional": true,
121
+ "os": [
122
+ "win32"
123
+ ]
124
+ },
125
+ "node_modules/@standard-schema/spec": {
126
+ "version": "1.1.0",
127
+ "resolved": "https://registry.npmmirror.com/@standard-schema/spec/-/spec-1.1.0.tgz",
128
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
129
+ "license": "MIT"
130
+ },
131
+ "node_modules/cross-spawn": {
132
+ "version": "7.0.6",
133
+ "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
134
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
135
+ "license": "MIT",
136
+ "dependencies": {
137
+ "path-key": "^3.1.0",
138
+ "shebang-command": "^2.0.0",
139
+ "which": "^2.0.1"
140
+ },
141
+ "engines": {
142
+ "node": ">= 8"
143
+ }
144
+ },
145
+ "node_modules/detect-libc": {
146
+ "version": "2.1.2",
147
+ "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
148
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
149
+ "license": "Apache-2.0",
150
+ "optional": true,
151
+ "engines": {
152
+ "node": ">=8"
153
+ }
154
+ },
155
+ "node_modules/effect": {
156
+ "version": "4.0.0-beta.59",
157
+ "resolved": "https://registry.npmmirror.com/effect/-/effect-4.0.0-beta.59.tgz",
158
+ "integrity": "sha512-xyUDLeHSe8d6lWGOvR6Fgn2HL6gYeTZ/S4Jzk9uc4ZUxMPPsNZlNXrvk0C7/utQFzeX7uAWcVnG2BjbA0SRoAA==",
159
+ "license": "MIT",
160
+ "dependencies": {
161
+ "@standard-schema/spec": "^1.1.0",
162
+ "fast-check": "^4.6.0",
163
+ "find-my-way-ts": "^0.1.6",
164
+ "ini": "^6.0.0",
165
+ "kubernetes-types": "^1.30.0",
166
+ "msgpackr": "^1.11.9",
167
+ "multipasta": "^0.2.7",
168
+ "toml": "^4.1.1",
169
+ "uuid": "^13.0.0",
170
+ "yaml": "^2.8.3"
171
+ }
172
+ },
173
+ "node_modules/fast-check": {
174
+ "version": "4.8.0",
175
+ "resolved": "https://registry.npmmirror.com/fast-check/-/fast-check-4.8.0.tgz",
176
+ "integrity": "sha512-GOJ158CUMnN6cSahsv4+ExARvIDuzzinFjkp0E9WtiBa5zcVeLozVkWaE4IzFcc+Y48Wp1EDlUZsXRyAztQcSg==",
177
+ "funding": [
178
+ {
179
+ "type": "individual",
180
+ "url": "https://github.com/sponsors/dubzzz"
181
+ },
182
+ {
183
+ "type": "opencollective",
184
+ "url": "https://opencollective.com/fast-check"
185
+ }
186
+ ],
187
+ "license": "MIT",
188
+ "dependencies": {
189
+ "pure-rand": "^8.0.0"
190
+ },
191
+ "engines": {
192
+ "node": ">=12.17.0"
193
+ }
194
+ },
195
+ "node_modules/find-my-way-ts": {
196
+ "version": "0.1.6",
197
+ "resolved": "https://registry.npmmirror.com/find-my-way-ts/-/find-my-way-ts-0.1.6.tgz",
198
+ "integrity": "sha512-a85L9ZoXtNAey3Y6Z+eBWW658kO/MwR7zIafkIUPUMf3isZG0NCs2pjW2wtjxAKuJPxMAsHUIP4ZPGv0o5gyTA==",
199
+ "license": "MIT"
200
+ },
201
+ "node_modules/ini": {
202
+ "version": "6.0.0",
203
+ "resolved": "https://registry.npmmirror.com/ini/-/ini-6.0.0.tgz",
204
+ "integrity": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==",
205
+ "license": "ISC",
206
+ "engines": {
207
+ "node": "^20.17.0 || >=22.9.0"
208
+ }
209
+ },
210
+ "node_modules/isexe": {
211
+ "version": "2.0.0",
212
+ "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
213
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
214
+ "license": "ISC"
215
+ },
216
+ "node_modules/kubernetes-types": {
217
+ "version": "1.30.0",
218
+ "resolved": "https://registry.npmmirror.com/kubernetes-types/-/kubernetes-types-1.30.0.tgz",
219
+ "integrity": "sha512-Dew1okvhM/SQcIa2rcgujNndZwU8VnSapDgdxlYoB84ZlpAD43U6KLAFqYo17ykSFGHNPrg0qry0bP+GJd9v7Q==",
220
+ "license": "Apache-2.0"
221
+ },
222
+ "node_modules/msgpackr": {
223
+ "version": "1.12.1",
224
+ "resolved": "https://registry.npmmirror.com/msgpackr/-/msgpackr-1.12.1.tgz",
225
+ "integrity": "sha512-4EUH9tQHnMmEgzW/MdAP0KIfa1T9AF+htl0ffe2n5vb2EKn9y2co8ccpgWko6S52Jy1PQZKwRnx5/KkYjtd9MQ==",
226
+ "license": "MIT",
227
+ "optionalDependencies": {
228
+ "msgpackr-extract": "^3.0.2"
229
+ }
230
+ },
231
+ "node_modules/msgpackr-extract": {
232
+ "version": "3.0.4",
233
+ "resolved": "https://registry.npmmirror.com/msgpackr-extract/-/msgpackr-extract-3.0.4.tgz",
234
+ "integrity": "sha512-4kmO/MdyUIkLIvTPr8VHLil4AtoKIoniWPIEk5+CDy0xnWC84azhSFmuJ7PxZdsYtiP5kEeQsORAVIeMgxT+Hw==",
235
+ "hasInstallScript": true,
236
+ "license": "MIT",
237
+ "optional": true,
238
+ "dependencies": {
239
+ "node-gyp-build-optional-packages": "5.2.2"
240
+ },
241
+ "bin": {
242
+ "download-msgpackr-prebuilds": "bin/download-prebuilds.js"
243
+ },
244
+ "optionalDependencies": {
245
+ "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.4",
246
+ "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.4",
247
+ "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.4",
248
+ "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.4",
249
+ "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.4",
250
+ "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.4"
251
+ }
252
+ },
253
+ "node_modules/multipasta": {
254
+ "version": "0.2.7",
255
+ "resolved": "https://registry.npmmirror.com/multipasta/-/multipasta-0.2.7.tgz",
256
+ "integrity": "sha512-KPA58d68KgGil15oDqXjkUBEBYc00XvbPj5/X+dyzeo/lWm9Nc25pQRlf1D+gv4OpK7NM0J1odrbu9JNNGvynA==",
257
+ "license": "MIT"
258
+ },
259
+ "node_modules/node-gyp-build-optional-packages": {
260
+ "version": "5.2.2",
261
+ "resolved": "https://registry.npmmirror.com/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz",
262
+ "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
263
+ "license": "MIT",
264
+ "optional": true,
265
+ "dependencies": {
266
+ "detect-libc": "^2.0.1"
267
+ },
268
+ "bin": {
269
+ "node-gyp-build-optional-packages": "bin.js",
270
+ "node-gyp-build-optional-packages-optional": "optional.js",
271
+ "node-gyp-build-optional-packages-test": "build-test.js"
272
+ }
273
+ },
274
+ "node_modules/path-key": {
275
+ "version": "3.1.1",
276
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
277
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
278
+ "license": "MIT",
279
+ "engines": {
280
+ "node": ">=8"
281
+ }
282
+ },
283
+ "node_modules/pure-rand": {
284
+ "version": "8.4.0",
285
+ "resolved": "https://registry.npmmirror.com/pure-rand/-/pure-rand-8.4.0.tgz",
286
+ "integrity": "sha512-IoM8YF/jY0hiugFo/wOWqfmarlE6J0wc6fDK1PhftMk7MGhVZl88sZimmqBBFomLOCSmcCCpsfj7wXASCpvK9A==",
287
+ "funding": [
288
+ {
289
+ "type": "individual",
290
+ "url": "https://github.com/sponsors/dubzzz"
291
+ },
292
+ {
293
+ "type": "opencollective",
294
+ "url": "https://opencollective.com/fast-check"
295
+ }
296
+ ],
297
+ "license": "MIT"
298
+ },
299
+ "node_modules/shebang-command": {
300
+ "version": "2.0.0",
301
+ "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
302
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
303
+ "license": "MIT",
304
+ "dependencies": {
305
+ "shebang-regex": "^3.0.0"
306
+ },
307
+ "engines": {
308
+ "node": ">=8"
309
+ }
310
+ },
311
+ "node_modules/shebang-regex": {
312
+ "version": "3.0.0",
313
+ "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
314
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
315
+ "license": "MIT",
316
+ "engines": {
317
+ "node": ">=8"
318
+ }
319
+ },
320
+ "node_modules/toml": {
321
+ "version": "4.1.1",
322
+ "resolved": "https://registry.npmmirror.com/toml/-/toml-4.1.1.tgz",
323
+ "integrity": "sha512-EBJnVBr3dTXdA89WVFoAIPUqkBjxPMwRqsfuo1r240tKFHXv3zgca4+NJib/h6TyvGF7vOawz0jGuryJCdNHrw==",
324
+ "license": "MIT",
325
+ "engines": {
326
+ "node": ">=20"
327
+ }
328
+ },
329
+ "node_modules/uuid": {
330
+ "version": "13.0.2",
331
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-13.0.2.tgz",
332
+ "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==",
333
+ "funding": [
334
+ "https://github.com/sponsors/broofa",
335
+ "https://github.com/sponsors/ctavan"
336
+ ],
337
+ "license": "MIT",
338
+ "bin": {
339
+ "uuid": "dist-node/bin/uuid"
340
+ }
341
+ },
342
+ "node_modules/which": {
343
+ "version": "2.0.2",
344
+ "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
345
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
346
+ "license": "ISC",
347
+ "dependencies": {
348
+ "isexe": "^2.0.0"
349
+ },
350
+ "bin": {
351
+ "node-which": "bin/node-which"
352
+ },
353
+ "engines": {
354
+ "node": ">= 8"
355
+ }
356
+ },
357
+ "node_modules/yaml": {
358
+ "version": "2.9.0",
359
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
360
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
361
+ "license": "ISC",
362
+ "bin": {
363
+ "yaml": "bin.mjs"
364
+ },
365
+ "engines": {
366
+ "node": ">= 14.6"
367
+ },
368
+ "funding": {
369
+ "url": "https://github.com/sponsors/eemeli"
370
+ }
371
+ },
372
+ "node_modules/zod": {
373
+ "version": "4.1.8",
374
+ "resolved": "https://registry.npmmirror.com/zod/-/zod-4.1.8.tgz",
375
+ "integrity": "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ==",
376
+ "license": "MIT",
377
+ "funding": {
378
+ "url": "https://github.com/sponsors/colinhacks"
379
+ }
380
+ }
381
+ }
382
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "dependencies": {
3
+ "@kilocode/plugin": "7.3.33"
4
+ }
5
+ }