@duckmind/deepquark-darwin-arm64 0.9.90 → 1.0.1

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 (296) hide show
  1. package/bin/{deepquark → duckmind} +0 -0
  2. package/package.json +3 -3
  3. /package/{.deepquark → .duckmind}/skills/bundled/data-storytelling/SKILL.md +0 -0
  4. /package/{.deepquark → .duckmind}/skills/bundled/docx/LICENSE.txt +0 -0
  5. /package/{.deepquark → .duckmind}/skills/bundled/docx/SKILL.md +0 -0
  6. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/__init__.py +0 -0
  7. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/accept_changes.py +0 -0
  8. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/comment.py +0 -0
  9. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/helpers/__init__.py +0 -0
  10. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/helpers/merge_runs.py +0 -0
  11. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/helpers/simplify_redlines.py +0 -0
  12. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/pack.py +0 -0
  13. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -0
  14. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -0
  15. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -0
  16. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -0
  17. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -0
  18. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -0
  19. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -0
  20. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -0
  21. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -0
  22. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -0
  23. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -0
  24. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -0
  25. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -0
  26. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -0
  27. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -0
  28. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -0
  29. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -0
  30. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -0
  31. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -0
  32. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -0
  33. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -0
  34. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -0
  35. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -0
  36. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -0
  37. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -0
  38. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -0
  39. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -0
  40. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -0
  41. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -0
  42. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -0
  43. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -0
  44. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/mce/mc.xsd +0 -0
  45. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -0
  46. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -0
  47. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -0
  48. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -0
  49. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -0
  50. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -0
  51. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -0
  52. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/soffice.py +0 -0
  53. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/unpack.py +0 -0
  54. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validate.py +0 -0
  55. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validators/__init__.py +0 -0
  56. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validators/base.py +0 -0
  57. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validators/docx.py +0 -0
  58. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validators/pptx.py +0 -0
  59. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/office/validators/redlining.py +0 -0
  60. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/templates/comments.xml +0 -0
  61. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/templates/commentsExtended.xml +0 -0
  62. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/templates/commentsExtensible.xml +0 -0
  63. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/templates/commentsIds.xml +0 -0
  64. /package/{.deepquark → .duckmind}/skills/bundled/docx/scripts/templates/people.xml +0 -0
  65. /package/{.deepquark → .duckmind}/skills/bundled/drawio-architect/SKILL.md +0 -0
  66. /package/{.deepquark → .duckmind}/skills/bundled/drawio-architect/references/architecture-patterns.md +0 -0
  67. /package/{.deepquark → .duckmind}/skills/bundled/drawio-architect/references/branding.md +0 -0
  68. /package/{.deepquark → .duckmind}/skills/bundled/drawio-architect/references/cloud-icons.md +0 -0
  69. /package/{.deepquark → .duckmind}/skills/bundled/drawio-architect/references/style-guide.md +0 -0
  70. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/ARCHITECTURE_REVIEW.md +0 -0
  71. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/AUTONOMY_VERIFICATION.md +0 -0
  72. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/COMPETITIVE_ANALYSIS.md +0 -0
  73. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/CONTEXT_OPTIMIZATION.md +0 -0
  74. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/QUICK_START.md +0 -0
  75. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/README.md +0 -0
  76. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/SKILL.md +0 -0
  77. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/WORD_PRECISION_AUDIT.md +0 -0
  78. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/reference/methodology.md +0 -0
  79. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/requirements.txt +0 -0
  80. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/citation_manager.py +0 -0
  81. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/md_to_html.py +0 -0
  82. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/research_engine.py +0 -0
  83. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/source_evaluator.py +0 -0
  84. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/validate_report.py +0 -0
  85. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/verify_citations.py +0 -0
  86. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/scripts/verify_html.py +0 -0
  87. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/templates/mckinsey_report_template.html +0 -0
  88. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/templates/report_template.md +0 -0
  89. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/tests/fixtures/invalid_report.md +0 -0
  90. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-deep-research/tests/fixtures/valid_report.md +0 -0
  91. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-multimodal/SKILL.md +0 -0
  92. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-multimodal/references/image-generation.md +0 -0
  93. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-multimodal/references/pdf-processing.md +0 -0
  94. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-transcribe/SKILL.md +0 -0
  95. /package/{.deepquark → .duckmind}/skills/bundled/duckmind-transcribe/scripts/transcribe.sh +0 -0
  96. /package/{.deepquark → .duckmind}/skills/bundled/excel-analysis/SKILL.md +0 -0
  97. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/SKILL.md +0 -0
  98. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/STANDARDS.md +0 -0
  99. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/cli.ts +0 -0
  100. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/config.ts +0 -0
  101. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/connection-profile.ts +0 -0
  102. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/container.ts +0 -0
  103. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/mcp-client.ts +0 -0
  104. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/output-formatter.ts +0 -0
  105. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/token-metrics.ts +0 -0
  106. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/transformation-log.ts +0 -0
  107. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/lib/wrapper-config.ts +0 -0
  108. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/.env.example +0 -0
  109. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/compare-embeddings.ts +0 -0
  110. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/config-falkordb.yaml +0 -0
  111. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/config-neo4j.yaml +0 -0
  112. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/diagnose.ts +0 -0
  113. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-falkordb-dev.yml +0 -0
  114. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-falkordb.yml +0 -0
  115. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-neo4j-dev-local.yml +0 -0
  116. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-neo4j-dev.yml +0 -0
  117. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-neo4j.yml +0 -0
  118. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-production.yml +0 -0
  119. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose-test.yml +0 -0
  120. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/docker-compose.yml +0 -0
  121. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/entrypoint.sh +0 -0
  122. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/install.ts +0 -0
  123. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/podman-compose-falkordb.yml +0 -0
  124. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/podman-compose-neo4j.yml +0 -0
  125. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/podman-compose.yml +0 -0
  126. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-all-llms-mcp.ts +0 -0
  127. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-embedding-models.ts +0 -0
  128. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-embedding-providers.ts +0 -0
  129. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-graphiti-model.ts +0 -0
  130. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-grok-correct.ts +0 -0
  131. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-grok-llms-mcp.ts +0 -0
  132. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-grok-models.ts +0 -0
  133. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-llama-extraction.ts +0 -0
  134. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-mcp-final.ts +0 -0
  135. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-mcp-live.ts +0 -0
  136. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-mcp-session.ts +0 -0
  137. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-model-combinations.ts +0 -0
  138. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-ollama-models.ts +0 -0
  139. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-openrouter-models.ts +0 -0
  140. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-real-life-mcp.ts +0 -0
  141. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/server/test-search-debug.ts +0 -0
  142. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/tools/Install.md +0 -0
  143. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/tools/README.md +0 -0
  144. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/tools/knowledge-cli.ts +0 -0
  145. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/tools/server-cli.ts +0 -0
  146. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/BulkImport.md +0 -0
  147. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/CaptureEpisode.md +0 -0
  148. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/ClearGraph.md +0 -0
  149. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/GetRecent.md +0 -0
  150. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/GetStatus.md +0 -0
  151. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/HealthReport.md +0 -0
  152. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/InvestigateEntity.md +0 -0
  153. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/OntologyManagement.md +0 -0
  154. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/RunMaintenance.md +0 -0
  155. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/SearchByDate.md +0 -0
  156. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/SearchFacts.md +0 -0
  157. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/SearchKnowledge.md +0 -0
  158. /package/{.deepquark → .duckmind}/skills/bundled/knowledge-graph/workflows/StixImport.md +0 -0
  159. /package/{.deepquark → .duckmind}/skills/bundled/pdf/LICENSE.txt +0 -0
  160. /package/{.deepquark → .duckmind}/skills/bundled/pdf/SKILL.md +0 -0
  161. /package/{.deepquark → .duckmind}/skills/bundled/pdf/forms.md +0 -0
  162. /package/{.deepquark → .duckmind}/skills/bundled/pdf/reference.md +0 -0
  163. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/check_bounding_boxes.py +0 -0
  164. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/check_fillable_fields.py +0 -0
  165. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/convert_pdf_to_images.py +0 -0
  166. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/create_validation_image.py +0 -0
  167. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/extract_form_field_info.py +0 -0
  168. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/extract_form_structure.py +0 -0
  169. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/fill_fillable_fields.py +0 -0
  170. /package/{.deepquark → .duckmind}/skills/bundled/pdf/scripts/fill_pdf_form_with_annotations.py +0 -0
  171. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/SKILL.md +0 -0
  172. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/assets/.env.example +0 -0
  173. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/references/model_comparison.md +0 -0
  174. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/references/openrouter_setup.md +0 -0
  175. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/references/search_strategies.md +0 -0
  176. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/scripts/perplexity_search.py +0 -0
  177. /package/{.deepquark → .duckmind}/skills/bundled/perplexity-search/scripts/setup_env.py +0 -0
  178. /package/{.deepquark → .duckmind}/skills/bundled/pptx/LICENSE.txt +0 -0
  179. /package/{.deepquark → .duckmind}/skills/bundled/pptx/SKILL.md +0 -0
  180. /package/{.deepquark → .duckmind}/skills/bundled/pptx/editing.md +0 -0
  181. /package/{.deepquark → .duckmind}/skills/bundled/pptx/pptxgenjs.md +0 -0
  182. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/__init__.py +0 -0
  183. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/add_slide.py +0 -0
  184. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/clean.py +0 -0
  185. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/helpers/__init__.py +0 -0
  186. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/helpers/merge_runs.py +0 -0
  187. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/helpers/simplify_redlines.py +0 -0
  188. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/pack.py +0 -0
  189. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -0
  190. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -0
  191. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -0
  192. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -0
  193. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -0
  194. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -0
  195. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -0
  196. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -0
  197. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -0
  198. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -0
  199. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -0
  200. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -0
  201. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -0
  202. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -0
  203. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -0
  204. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -0
  205. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -0
  206. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -0
  207. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -0
  208. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -0
  209. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -0
  210. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -0
  211. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -0
  212. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -0
  213. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -0
  214. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -0
  215. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -0
  216. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -0
  217. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -0
  218. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -0
  219. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -0
  220. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/mce/mc.xsd +0 -0
  221. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -0
  222. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -0
  223. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -0
  224. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -0
  225. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -0
  226. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -0
  227. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -0
  228. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/soffice.py +0 -0
  229. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/unpack.py +0 -0
  230. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validate.py +0 -0
  231. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validators/__init__.py +0 -0
  232. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validators/base.py +0 -0
  233. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validators/docx.py +0 -0
  234. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validators/pptx.py +0 -0
  235. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/office/validators/redlining.py +0 -0
  236. /package/{.deepquark → .duckmind}/skills/bundled/pptx/scripts/thumbnail.py +0 -0
  237. /package/{.deepquark → .duckmind}/skills/bundled/text-to-pdf-automation/SKILL.md +0 -0
  238. /package/{.deepquark → .duckmind}/skills/bundled/web-fetch/SKILL.md +0 -0
  239. /package/{.deepquark → .duckmind}/skills/bundled/web-fetch/scripts/fetch.sh +0 -0
  240. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/LICENSE.txt +0 -0
  241. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/SKILL.md +0 -0
  242. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/helpers/__init__.py +0 -0
  243. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/helpers/merge_runs.py +0 -0
  244. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/helpers/simplify_redlines.py +0 -0
  245. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/pack.py +0 -0
  246. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -0
  247. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -0
  248. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -0
  249. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -0
  250. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -0
  251. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -0
  252. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -0
  253. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -0
  254. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -0
  255. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -0
  256. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -0
  257. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -0
  258. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -0
  259. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -0
  260. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -0
  261. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -0
  262. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -0
  263. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -0
  264. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -0
  265. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -0
  266. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -0
  267. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -0
  268. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -0
  269. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -0
  270. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -0
  271. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -0
  272. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -0
  273. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -0
  274. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -0
  275. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -0
  276. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -0
  277. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/mce/mc.xsd +0 -0
  278. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -0
  279. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -0
  280. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -0
  281. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -0
  282. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -0
  283. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -0
  284. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -0
  285. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/soffice.py +0 -0
  286. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/unpack.py +0 -0
  287. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validate.py +0 -0
  288. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validators/__init__.py +0 -0
  289. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validators/base.py +0 -0
  290. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validators/docx.py +0 -0
  291. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validators/pptx.py +0 -0
  292. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/office/validators/redlining.py +0 -0
  293. /package/{.deepquark → .duckmind}/skills/bundled/xlsx/scripts/recalc.py +0 -0
  294. /package/{.deepquark → .duckmind}/skills/bundled/youtube-downloader/SKILL.md +0 -0
  295. /package/{.deepquark → .duckmind}/skills/bundled/youtube-downloader/scripts/download_video.py +0 -0
  296. /package/{.deepquark → .duckmind}/skills/bundled/youtube-transcribe-skill/SKILL.md +0 -0
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@duckmind/deepquark-darwin-arm64",
3
- "version": "0.9.90",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
- "description": "DeepQuark native binary + bundled skills for darwin-arm64",
5
+ "description": "DuckMind native binary + bundled skills for darwin-arm64",
6
6
  "os": [
7
7
  "darwin"
8
8
  ],
@@ -11,6 +11,6 @@
11
11
  ],
12
12
  "files": [
13
13
  "bin",
14
- ".deepquark"
14
+ ".duckmind"
15
15
  ]
16
16
  }