sspec 2.3.0__tar.gz → 2.4.0__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 (1945) hide show
  1. sspec-2.4.0/.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/design.md +291 -0
  2. sspec-2.4.0/.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/memory.md +49 -0
  3. sspec-2.4.0/.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/spec.md +75 -0
  4. sspec-2.4.0/.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/tasks.md +44 -0
  5. {sspec-2.3.0 → sspec-2.4.0}/PKG-INFO +1 -1
  6. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/apply_patch.py +2 -2
  7. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/cli.py +2 -1
  8. sspec-2.4.0/src/sspec/commands/portable.py +31 -0
  9. sspec-2.4.0/src/sspec/services/portable_service.py +326 -0
  10. sspec-2.4.0/tests/test_portable_command.py +114 -0
  11. sspec-2.4.0/tests/test_portable_service.py +112 -0
  12. sspec-2.4.0/tmp/test_portable_cli/portable.txt +138 -0
  13. sspec-2.4.0/tmp/test_portable_cli/rule.txt +141 -0
  14. sspec-2.4.0/tmp/test_portable_cli/skill.txt +149 -0
  15. {sspec-2.3.0 → sspec-2.4.0}/.agents/.gitignore +0 -0
  16. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-align/SKILL.md +0 -0
  17. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-clarify/SKILL.md +0 -0
  18. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-design/SKILL.md +0 -0
  19. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-design/examples-docs.md +0 -0
  20. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-design/examples-feature.md +0 -0
  21. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-design/examples-refactor.md +0 -0
  22. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-design/examples-root.md +0 -0
  23. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-implement/SKILL.md +0 -0
  24. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  25. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-plan/SKILL.md +0 -0
  26. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-plan/examples.md +0 -0
  27. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/sspec-review/SKILL.md +0 -0
  28. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/update-readme/SKILL.md +0 -0
  29. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/write-agents/SKILL.md +0 -0
  30. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/write-patch/SKILL.md +0 -0
  31. {sspec-2.3.0 → sspec-2.4.0}/.agents/skills/write-spec-doc/SKILL.md +0 -0
  32. {sspec-2.3.0 → sspec-2.4.0}/.claude/.gitignore +0 -0
  33. {sspec-2.3.0 → sspec-2.4.0}/.env.template +0 -0
  34. {sspec-2.3.0 → sspec-2.4.0}/.github/.gitignore +0 -0
  35. {sspec-2.3.0 → sspec-2.4.0}/.gitignore +0 -0
  36. {sspec-2.3.0 → sspec-2.4.0}/.ignore +0 -0
  37. {sspec-2.3.0 → sspec-2.4.0}/.sspec/.gitignore +0 -0
  38. {sspec-2.3.0 → sspec-2.4.0}/.sspec/.meta.json +0 -0
  39. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260204161152_cli-error.md +0 -0
  40. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260204161918_testerror.md +0 -0
  41. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260204202250_final_review.md +0 -0
  42. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205144154_reference_design_confirm.md +0 -0
  43. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205145659_plan_approval.md +0 -0
  44. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205152205_skill_update_design.md +0 -0
  45. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205155942_completion_check.md +0 -0
  46. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205162724_list_improvement_requirements.md +0 -0
  47. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260205184012_archive_fix_completion.md +0 -0
  48. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260210191337_ask_archive_behavior.md +0 -0
  49. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260211033221_debug_sspec_setup.md +0 -0
  50. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260211234456_skill_command_refactor.md +0 -0
  51. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212012158_tools_design_approval.md +0 -0
  52. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212012656_tools_redesign_philosophy.md +0 -0
  53. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212013642_tool_interface_spec.md +0 -0
  54. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212021901_tools_completion_review.md +0 -0
  55. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212105944_new_skill_not_installed.md +0 -0
  56. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212105944_new_skill_not_installed.py +0 -0
  57. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212145845_prompt_patch_ux.md +0 -0
  58. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260212153402_prompt_patch_done.md +0 -0
  59. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260213203325_skill_sync_strategy.md +0 -0
  60. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260213212348_install_skill_execution_review.md +0 -0
  61. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260213220331_install_skill_repair_review_v2.md +0 -0
  62. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260213225719_install_skill_final_review_v3.md +0 -0
  63. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260213232710_install_skill_bugfix_review_v4.md +0 -0
  64. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260214002722_install_skill_cleanup_review_v5.md +0 -0
  65. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260215212826_spec_vs_task_solution.md +0 -0
  66. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260215214603_spec_redesign_b_vs_c.md +0 -0
  67. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260225012645_tmp.md +0 -0
  68. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260225013405_tmp.yml +0 -0
  69. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260225113448_tmp.yml +0 -0
  70. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260225113503_design_align.md +0 -0
  71. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260226170614_design_align_better_spec.md +0 -0
  72. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260226172353_design_align_v2.md +0 -0
  73. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260309235001_add_howto_cli_design.md +0 -0
  74. {sspec-2.3.0 → sspec-2.4.0}/.sspec/asks/archive/260310201917_handover_memory_design.md +0 -0
  75. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-13T18-07_improve-revision-activation/design.md +0 -0
  76. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-13T18-07_improve-revision-activation/memory.md +0 -0
  77. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-13T18-07_improve-revision-activation/spec.md +0 -0
  78. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-13T18-07_improve-revision-activation/tasks.md +0 -0
  79. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/design.md +0 -0
  80. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/memory.md +0 -0
  81. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/revisions/001-shorten-patch-prompt-and-add-installed-skill-reference.md +0 -0
  82. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/revisions/002-fix-create-idempotence-and-clean-unused-patch-status.md +0 -0
  83. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/spec.md +0 -0
  84. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-18T15-46_patch-create-overwrite/tasks.md +0 -0
  85. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-19T16-29_add-prompt-assemble-tool/design.md +0 -0
  86. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-19T16-29_add-prompt-assemble-tool/memory.md +0 -0
  87. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-19T16-29_add-prompt-assemble-tool/spec.md +0 -0
  88. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/26-04-19T16-29_add-prompt-assemble-tool/tasks.md +0 -0
  89. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-11T21-25_command-patch/handover.md +0 -0
  90. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-11T21-25_command-patch/reference/design.md +0 -0
  91. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-11T21-25_command-patch/spec.md +0 -0
  92. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-11T21-25_command-patch/tasks.md +0 -0
  93. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-12T01-19_tools/handover.md +0 -0
  94. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-12T01-19_tools/reference/redesign-philosophy.md +0 -0
  95. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-12T01-19_tools/reference/tool-interface-spec.md +0 -0
  96. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-12T01-19_tools/spec.md +0 -0
  97. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-12T01-19_tools/tasks.md +0 -0
  98. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-13T20-29_install-skill/handover.md +0 -0
  99. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-13T20-29_install-skill/reference/skill-sync-research.md +0 -0
  100. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-13T20-29_install-skill/spec.md +0 -0
  101. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-13T20-29_install-skill/tasks.md +0 -0
  102. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-14T15-18_replace-archived-link-path/handover.md +0 -0
  103. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-14T15-18_replace-archived-link-path/reference/feedback-to-5.3codex.md +0 -0
  104. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-14T15-18_replace-archived-link-path/spec.md +0 -0
  105. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-14T15-18_replace-archived-link-path/tasks.md +0 -0
  106. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-22T15-11_built-in-toc/handover.md +0 -0
  107. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-22T15-11_built-in-toc/spec.md +0 -0
  108. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-22T15-11_built-in-toc/tasks.md +0 -0
  109. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-24T21-47_refactor-to-perf-workflow/handover.md +0 -0
  110. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-24T21-47_refactor-to-perf-workflow/reference/feedback_r1.md +0 -0
  111. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-24T21-47_refactor-to-perf-workflow/reference/session-ses_36fa.md +0 -0
  112. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-24T21-47_refactor-to-perf-workflow/spec.md +0 -0
  113. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-24T21-47_refactor-to-perf-workflow/tasks.md +0 -0
  114. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T01-14_ask-yml-migration/handover.md +0 -0
  115. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T01-14_ask-yml-migration/spec.md +0 -0
  116. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T01-14_ask-yml-migration/tasks.md +0 -0
  117. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T11-32_clarify-ask-and-research/handover.md +0 -0
  118. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T11-32_clarify-ask-and-research/spec.md +0 -0
  119. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-25T11-32_clarify-ask-and-research/tasks.md +0 -0
  120. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-26T16-56_better-spec-design/handover.md +0 -0
  121. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-26T16-56_better-spec-design/spec.md +0 -0
  122. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-02-26T16-56_better-spec-design/tasks.md +0 -0
  123. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T00-46_analyse-project-level/handover.md +0 -0
  124. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T00-46_analyse-project-level/spec.md +0 -0
  125. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T00-46_analyse-project-level/tasks.md +0 -0
  126. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T22-19_meta-update-hardening/handover.md +0 -0
  127. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T22-19_meta-update-hardening/reference/last-audit-report.md +0 -0
  128. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T22-19_meta-update-hardening/spec.md +0 -0
  129. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-03T22-19_meta-update-hardening/tasks.md +0 -0
  130. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-07_skill-dominate/handover.md +0 -0
  131. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-07_skill-dominate/spec.md +0 -0
  132. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-07_skill-dominate/tasks.md +0 -0
  133. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-50_simplify-skill-install/handover.md +0 -0
  134. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-50_simplify-skill-install/spec.md +0 -0
  135. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-04T19-50_simplify-skill-install/tasks.md +0 -0
  136. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T00-34_handover-template-v2/handover.md +0 -0
  137. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T00-34_handover-template-v2/spec.md +0 -0
  138. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T00-34_handover-template-v2/tasks.md +0 -0
  139. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T13-27_local-change-status-strategy/handover.md +0 -0
  140. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T13-27_local-change-status-strategy/reference/status-research.md +0 -0
  141. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T13-27_local-change-status-strategy/spec.md +0 -0
  142. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T13-27_local-change-status-strategy/tasks.md +0 -0
  143. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T16-25_rename-ask/handover.md +0 -0
  144. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T16-25_rename-ask/spec.md +0 -0
  145. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T16-25_rename-ask/tasks.md +0 -0
  146. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T23-39_refresh-spec-docs/handover.md +0 -0
  147. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T23-39_refresh-spec-docs/reference/doc-audit.md +0 -0
  148. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T23-39_refresh-spec-docs/spec.md +0 -0
  149. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-06T23-39_refresh-spec-docs/tasks.md +0 -0
  150. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-07T01-48_record-git-id/handover.md +0 -0
  151. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-07T01-48_record-git-id/spec.md +0 -0
  152. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-07T01-48_record-git-id/tasks.md +0 -0
  153. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-09T23-41_add-howto-cli/handover.md +0 -0
  154. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-09T23-41_add-howto-cli/spec.md +0 -0
  155. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-09T23-41_add-howto-cli/tasks.md +0 -0
  156. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T14-16_howto-integration-optimize/handover.md +0 -0
  157. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T14-16_howto-integration-optimize/reference/analysis.md +0 -0
  158. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T14-16_howto-integration-optimize/spec.md +0 -0
  159. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T14-16_howto-integration-optimize/tasks.md +0 -0
  160. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T20-00_handover-memory-structure/handover.md +0 -0
  161. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T20-00_handover-memory-structure/reference/analysis.md +0 -0
  162. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T20-00_handover-memory-structure/spec.md +0 -0
  163. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T20-00_handover-memory-structure/tasks.md +0 -0
  164. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T22-06_review-feedback-sync/handover.md +0 -0
  165. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T22-06_review-feedback-sync/spec.md +0 -0
  166. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-10T22-06_review-feedback-sync/tasks.md +0 -0
  167. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T00-57_generalize-align-interaction/handover.md +0 -0
  168. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T00-57_generalize-align-interaction/spec.md +0 -0
  169. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T00-57_generalize-align-interaction/tasks.md +0 -0
  170. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T15-12_patch-tool-agent-hardening/handover.md +0 -0
  171. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T15-12_patch-tool-agent-hardening/spec.md +0 -0
  172. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T15-12_patch-tool-agent-hardening/tasks.md +0 -0
  173. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T20-28_design-template/handover.md +0 -0
  174. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T20-28_design-template/spec.md +0 -0
  175. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-17T20-28_design-template/tasks.md +0 -0
  176. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-27T17-40_bcp14-rule-normalization/handover.md +0 -0
  177. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-27T17-40_bcp14-rule-normalization/reference/bcp14-audit.md +0 -0
  178. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-27T17-40_bcp14-rule-normalization/spec.md +0 -0
  179. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-03-27T17-40_bcp14-rule-normalization/tasks.md +0 -0
  180. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-37_sspec-vnext/handover.md +0 -0
  181. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-37_sspec-vnext/reference/agent-session-1.xml +0 -0
  182. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-37_sspec-vnext/spec.md +0 -0
  183. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-37_sspec-vnext/tasks.md +0 -0
  184. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-47_template-change-structure/handover.md +0 -0
  185. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-47_template-change-structure/spec.md +0 -0
  186. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T17-47_template-change-structure/tasks.md +0 -0
  187. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T18-15_skill-slimdown/handover.md +0 -0
  188. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T18-15_skill-slimdown/spec.md +0 -0
  189. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T18-15_skill-slimdown/tasks.md +0 -0
  190. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T19-53_agents-rewrite/handover.md +0 -0
  191. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T19-53_agents-rewrite/spec.md +0 -0
  192. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T19-53_agents-rewrite/tasks.md +0 -0
  193. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T21-03_cli-adaptation/handover.md +0 -0
  194. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T21-03_cli-adaptation/spec.md +0 -0
  195. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-08T21-03_cli-adaptation/tasks.md +0 -0
  196. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T02-13_rename-research-to-clarify/design.md +0 -0
  197. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T02-13_rename-research-to-clarify/handover.md +0 -0
  198. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T02-13_rename-research-to-clarify/spec.md +0 -0
  199. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T02-13_rename-research-to-clarify/tasks.md +0 -0
  200. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T19-28_pareto-cleanup/design.md +0 -0
  201. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T19-28_pareto-cleanup/memory.md +0 -0
  202. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T19-28_pareto-cleanup/spec.md +0 -0
  203. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-09T19-28_pareto-cleanup/tasks.md +0 -0
  204. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-11T19-12_fix-pi-skill-discovery-hub-gitignore-conflict/memory.md +0 -0
  205. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-11T19-12_fix-pi-skill-discovery-hub-gitignore-conflict/spec.md +0 -0
  206. {sspec-2.3.0 → sspec-2.4.0}/.sspec/changes/archive/26-04-11T19-12_fix-pi-skill-discovery-hub-gitignore-conflict/tasks.md +0 -0
  207. {sspec-2.3.0 → sspec-2.4.0}/.sspec/commands/pack-zip.ps1 +0 -0
  208. {sspec-2.3.0 → sspec-2.4.0}/.sspec/commands/registry.yaml +0 -0
  209. {sspec-2.3.0 → sspec-2.4.0}/.sspec/commands/run_sspec_temp.ps1 +0 -0
  210. {sspec-2.3.0 → sspec-2.4.0}/.sspec/project.md +0 -0
  211. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/26-03-17T19-42_design-template.md +0 -0
  212. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/26-04-19T16-14_add-prompt-assemble-tool.md +0 -0
  213. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/26-04-20T16-21_context-tool.md +0 -0
  214. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/26-05-02T17-42_patch-method.md +0 -0
  215. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-05T18-04_fix-match.md +0 -0
  216. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-05T18-58_test-request-archive.md +0 -0
  217. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-05T19-25_refactor-clean-code.md +0 -0
  218. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-07T18-02_add-cmd.md +0 -0
  219. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-11T03-45_test-a.md +0 -0
  220. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-11T03-55_test-a.md +0 -0
  221. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-11T18-38_fix-skill-install-update.md +0 -0
  222. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-11T22-41_cmd.md +0 -0
  223. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-12T00-50_tools.md +0 -0
  224. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-13T20-04_install-skill.md +0 -0
  225. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-14T15-12_replace-archived-link-path.md +0 -0
  226. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-15T18-51_spec-vs-task.md +0 -0
  227. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-22T15-02_built-in-toc.md +0 -0
  228. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-24T21-19_refactor-to-perf-workflow.md +0 -0
  229. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-25T10-55_ask.md +0 -0
  230. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-02-26T16-42_better-spec-design.md +0 -0
  231. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-02T22-43_analyse-project-level.md +0 -0
  232. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-04T12-07_about-gitignore-skill.md +0 -0
  233. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-04T18-37_skill-dominate.md +0 -0
  234. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-04T19-40_simplify-skill-install.md +0 -0
  235. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-06T16-07_rename-ask.md +0 -0
  236. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-07T01-04_record-git-id.md +0 -0
  237. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-03-09T23-23_add-howto-cli.md +0 -0
  238. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/26-04-11T19-07_pi-skill-discovery-hub-gitignore-conflict.md +0 -0
  239. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260128183055-spec-to-doc.md +0 -0
  240. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260128195612-improve-cli.md +0 -0
  241. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260203192043-misc.md +0 -0
  242. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260203201822-archive.md +0 -0
  243. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260203230228-20260203-230228.md +0 -0
  244. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260203230249-cli-choice.md +0 -0
  245. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204000416-refactor-request.md +0 -0
  246. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204003340-test-request.md +0 -0
  247. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204011159-better-code.md +0 -0
  248. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204151213-built-in-ask-prompt.md +0 -0
  249. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204191932-modify-sspec-ask.md +0 -0
  250. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260204191932-modify-sspec-ask_1.md +0 -0
  251. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive/260205014156-add-reference-in-spec.md +0 -0
  252. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive//351/207/215/346/236/204 CLI /344/275/223/347/263/273.md" +0 -0
  253. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive//351/207/215/346/236/204 SKILL /347/232/204/350/246/201/346/261/202.md" +0 -0
  254. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive//351/207/215/346/236/204 SKILL /350/241/214/345/212/250/346/226/271/346/241/210.md" +0 -0
  255. {sspec-2.3.0 → sspec-2.4.0}/.sspec/requests/archive//351/207/215/346/236/204/344/277/256/346/224/271/350/246/201/346/261/202.md" +0 -0
  256. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/agents-sync.md +0 -0
  257. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/builtin-tools.md +0 -0
  258. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/change-lifecycle.md +0 -0
  259. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/cmd-registry.md +0 -0
  260. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/interaction-records.md +0 -0
  261. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/meta-json.md +0 -0
  262. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/skill-installation.md +0 -0
  263. {sspec-2.3.0 → sspec-2.4.0}/.sspec/spec-docs/testing-standards.md +0 -0
  264. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-03-06T00-36_howto-cli.md +0 -0
  265. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-03-06T00-44-20.md +0 -0
  266. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-03-06T22-18-28.md +0 -0
  267. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-03-17T16-10-36.md +0 -0
  268. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T15-22.md +0 -0
  269. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T15-22_claude /345/217/215/351/246/210/347/232/204/344/277/241/346/201/257.md" +0 -0
  270. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T15-25_claude /345/217/215/351/246/210/347/232/204/344/277/241/346/201/257.md" +0 -0
  271. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T15-26_claude /345/217/215/351/246/210/347/232/204/344/277/241/346/201/257.md" +0 -0
  272. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T15-38_claude /345/217/215/351/246/210/347/232/204/344/277/241/346/201/257.md" +0 -0
  273. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T16-12_prompt/346/213/274/346/216/245/350/265/267/346/235/245/347/232/204demo.md" +0 -0
  274. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T19-23_prompt.prompt.txt +0 -0
  275. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-19T20-00_prompt.prompt.txt +0 -0
  276. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-20T16-23_context.txt +0 -0
  277. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-20T16-46_context.txt +0 -0
  278. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-20T16-55_context.txt +0 -0
  279. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-30T17-09_patch.md +0 -0
  280. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-30T17-58_patch.md +0 -0
  281. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-04-30T18-23_patch.md +0 -0
  282. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/26-05-02_patch-two-phase-design.md +0 -0
  283. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/audit-cached.diff +0 -0
  284. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/audit-main-head.diff +0 -0
  285. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/config-schema-design.md +0 -0
  286. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/failed-patches/2026-04-30T16-58-19.md +0 -0
  287. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/failed-patches/2026-04-30T16-59-47.md +0 -0
  288. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/gpt/345/257/271report/347/232/204/350/247/243/351/207/212.md" +0 -0
  289. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/howto-analysis-draft.md +0 -0
  290. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/input.md +0 -0
  291. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/prompts/opsx-apply.prompt.md +0 -0
  292. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/prompts/opsx-archive.prompt.md +0 -0
  293. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/prompts/opsx-explore.prompt.md +0 -0
  294. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/prompts/opsx-propose.prompt.md +0 -0
  295. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/skills/openspec-apply-change/SKILL.md +0 -0
  296. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/skills/openspec-archive-change/SKILL.md +0 -0
  297. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/skills/openspec-explore/SKILL.md +0 -0
  298. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/.github/skills/openspec-propose/SKILL.md +0 -0
  299. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/openspec/changes/demo/.openspec.yaml +0 -0
  300. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/openspec-v1-demo/openspec/config.yaml +0 -0
  301. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/review.md +0 -0
  302. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004201/.claude_skills/sspec-change/SKILL.md +0 -0
  303. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004201/.claude_skills/sspec-change/references/doc-standards.md +0 -0
  304. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004201/.claude_skills/sspec-change/references/multi-change.md +0 -0
  305. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004201/.claude_skills/sspec-memory/SKILL.md +0 -0
  306. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004201/.claude_skills/sspec-memory/references/handover-standards.md +0 -0
  307. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/sspec-change/SKILL.md +0 -0
  308. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/sspec-change/references/doc-standards.md +0 -0
  309. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/sspec-change/references/multi-change.md +0 -0
  310. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/sspec-memory/SKILL.md +0 -0
  311. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/sspec-memory/references/handover-standards.md +0 -0
  312. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/update-readme/SKILL.md +0 -0
  313. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/skills-backup/20260214004202/.github_skills/write-agents/SKILL.md +0 -0
  314. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/sspec-9.0-supplement/README.md +0 -0
  315. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/sspec-9.0-supplement/patches/sspec-design-skill.patch.md +0 -0
  316. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/sspec-9.0-supplement/patches/sspec-plan-skill.patch.md +0 -0
  317. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/sspec-9.0-supplement/standalone/.claude/skills/sspec-design/references/examples.md +0 -0
  318. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/sspec-9.0-supplement/standalone/.claude/skills/sspec-plan/references/examples.md +0 -0
  319. {sspec-2.3.0 → sspec-2.4.0}/.sspec/tmp/test.md +0 -0
  320. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/.gitignore +0 -0
  321. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/.lock +0 -0
  322. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/CACHEDIR.TAG +0 -0
  323. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/_distutils_hack/__init__.py +0 -0
  324. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/_distutils_hack/override.py +0 -0
  325. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/distutils-precedence.pth +0 -0
  326. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/__init__.py +0 -0
  327. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_core_metadata.py +0 -0
  328. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_discovery.py +0 -0
  329. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/__init__.py +0 -0
  330. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/_log.py +0 -0
  331. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/_macos_compat.py +0 -0
  332. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/_modified.py +0 -0
  333. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/_msvccompiler.py +0 -0
  334. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/archive_util.py +0 -0
  335. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/ccompiler.py +0 -0
  336. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/cmd.py +0 -0
  337. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/__init__.py +0 -0
  338. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/_framework_compat.py +0 -0
  339. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/bdist.py +0 -0
  340. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/bdist_dumb.py +0 -0
  341. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/bdist_rpm.py +0 -0
  342. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/build.py +0 -0
  343. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/build_clib.py +0 -0
  344. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/build_ext.py +0 -0
  345. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/build_py.py +0 -0
  346. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/build_scripts.py +0 -0
  347. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/check.py +0 -0
  348. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/clean.py +0 -0
  349. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/config.py +0 -0
  350. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install.py +0 -0
  351. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install_data.py +0 -0
  352. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install_egg_info.py +0 -0
  353. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install_headers.py +0 -0
  354. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install_lib.py +0 -0
  355. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/install_scripts.py +0 -0
  356. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/command/sdist.py +0 -0
  357. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compat/__init__.py +0 -0
  358. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compat/numpy.py +0 -0
  359. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compat/py39.py +0 -0
  360. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/base.py +0 -0
  361. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/cygwin.py +0 -0
  362. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/errors.py +0 -0
  363. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/msvc.py +0 -0
  364. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/tests/test_base.py +0 -0
  365. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/tests/test_cygwin.py +0 -0
  366. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/tests/test_mingw.py +0 -0
  367. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/tests/test_msvc.py +0 -0
  368. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/tests/test_unix.py +0 -0
  369. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/unix.py +0 -0
  370. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/compilers/C/zos.py +0 -0
  371. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/core.py +0 -0
  372. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/cygwinccompiler.py +0 -0
  373. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/debug.py +0 -0
  374. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/dep_util.py +0 -0
  375. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/dir_util.py +0 -0
  376. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/dist.py +0 -0
  377. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/errors.py +0 -0
  378. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/extension.py +0 -0
  379. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/fancy_getopt.py +0 -0
  380. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/file_util.py +0 -0
  381. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/filelist.py +0 -0
  382. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/log.py +0 -0
  383. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/spawn.py +0 -0
  384. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/sysconfig.py +0 -0
  385. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/__init__.py +0 -0
  386. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/compat/__init__.py +0 -0
  387. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/compat/py39.py +0 -0
  388. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/support.py +0 -0
  389. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_archive_util.py +0 -0
  390. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_bdist.py +0 -0
  391. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_bdist_dumb.py +0 -0
  392. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_bdist_rpm.py +0 -0
  393. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_build.py +0 -0
  394. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_build_clib.py +0 -0
  395. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_build_ext.py +0 -0
  396. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_build_py.py +0 -0
  397. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_build_scripts.py +0 -0
  398. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_check.py +0 -0
  399. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_clean.py +0 -0
  400. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_cmd.py +0 -0
  401. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_config_cmd.py +0 -0
  402. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_core.py +0 -0
  403. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_dir_util.py +0 -0
  404. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_dist.py +0 -0
  405. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_extension.py +0 -0
  406. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_file_util.py +0 -0
  407. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_filelist.py +0 -0
  408. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_install.py +0 -0
  409. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_install_data.py +0 -0
  410. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_install_headers.py +0 -0
  411. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_install_lib.py +0 -0
  412. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_install_scripts.py +0 -0
  413. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_log.py +0 -0
  414. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_modified.py +0 -0
  415. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_sdist.py +0 -0
  416. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_spawn.py +0 -0
  417. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_sysconfig.py +0 -0
  418. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_text_file.py +0 -0
  419. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_util.py +0 -0
  420. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_version.py +0 -0
  421. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/test_versionpredicate.py +0 -0
  422. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/tests/unix_compat.py +0 -0
  423. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/text_file.py +0 -0
  424. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/unixccompiler.py +0 -0
  425. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/util.py +0 -0
  426. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/version.py +0 -0
  427. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/versionpredicate.py +0 -0
  428. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_distutils/zosccompiler.py +0 -0
  429. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_entry_points.py +0 -0
  430. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_imp.py +0 -0
  431. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_importlib.py +0 -0
  432. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_itertools.py +0 -0
  433. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_normalization.py +0 -0
  434. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_path.py +0 -0
  435. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_reqs.py +0 -0
  436. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_scripts.py +0 -0
  437. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_shutil.py +0 -0
  438. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_static.py +0 -0
  439. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/.lock +0 -0
  440. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/__init__.py +0 -0
  441. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/autoasync.py +0 -0
  442. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/autocommand.py +0 -0
  443. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/automain.py +0 -0
  444. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/autoparse.py +0 -0
  445. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand/errors.py +0 -0
  446. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +0 -0
  447. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +0 -0
  448. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +0 -0
  449. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +0 -0
  450. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/REQUESTED +0 -0
  451. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +0 -0
  452. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +0 -0
  453. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports/__init__.py +0 -0
  454. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports/tarfile/__init__.py +0 -0
  455. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports/tarfile/__main__.py +0 -0
  456. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
  457. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports/tarfile/compat/py38.py +0 -0
  458. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +0 -0
  459. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +0 -0
  460. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +0 -0
  461. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +0 -0
  462. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
  463. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +0 -0
  464. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +0 -0
  465. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/__init__.py +0 -0
  466. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_adapters.py +0 -0
  467. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_collections.py +0 -0
  468. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_compat.py +0 -0
  469. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_functools.py +0 -0
  470. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_itertools.py +0 -0
  471. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_meta.py +0 -0
  472. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_text.py +0 -0
  473. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/_typing.py +0 -0
  474. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
  475. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/compat/py311.py +0 -0
  476. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/compat/py39.py +0 -0
  477. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/diagnose.py +0 -0
  478. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  479. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/INSTALLER +0 -0
  480. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/METADATA +0 -0
  481. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/RECORD +0 -0
  482. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/REQUESTED +0 -0
  483. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/WHEEL +0 -0
  484. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/licenses/LICENSE +0 -0
  485. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/importlib_metadata-8.7.1.dist-info/top_level.txt +0 -0
  486. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/context/__init__.py +0 -0
  487. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/context/py.typed +0 -0
  488. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/functools/__init__.py +0 -0
  489. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/functools/__init__.pyi +0 -0
  490. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  491. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +0 -0
  492. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/__init__.py +0 -0
  493. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/layouts.py +0 -0
  494. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/show-newlines.py +0 -0
  495. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/strip-prefix.py +0 -0
  496. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/to-dvorak.py +0 -0
  497. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco/text/to-qwerty.py +0 -0
  498. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/INSTALLER +0 -0
  499. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/LICENSE +0 -0
  500. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/METADATA +0 -0
  501. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/RECORD +0 -0
  502. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/REQUESTED +0 -0
  503. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/WHEEL +0 -0
  504. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco.text-4.0.0.dist-info/top_level.txt +0 -0
  505. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/INSTALLER +0 -0
  506. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/METADATA +0 -0
  507. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/RECORD +0 -0
  508. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/REQUESTED +0 -0
  509. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/WHEEL +0 -0
  510. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/licenses/LICENSE +0 -0
  511. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_context-6.1.0.dist-info/top_level.txt +0 -0
  512. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/INSTALLER +0 -0
  513. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/METADATA +0 -0
  514. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/RECORD +0 -0
  515. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/REQUESTED +0 -0
  516. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/WHEEL +0 -0
  517. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/licenses/LICENSE +0 -0
  518. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/jaraco_functools-4.4.0.dist-info/top_level.txt +0 -0
  519. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/__init__.py +0 -0
  520. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/__init__.pyi +0 -0
  521. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/more.py +0 -0
  522. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/more.pyi +0 -0
  523. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/py.typed +0 -0
  524. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/recipes.py +0 -0
  525. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools/recipes.pyi +0 -0
  526. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/INSTALLER +0 -0
  527. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/METADATA +0 -0
  528. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/RECORD +0 -0
  529. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/REQUESTED +0 -0
  530. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/WHEEL +0 -0
  531. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/more_itertools-10.8.0.dist-info/licenses/LICENSE +0 -0
  532. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/__init__.py +0 -0
  533. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_elffile.py +0 -0
  534. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_manylinux.py +0 -0
  535. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_musllinux.py +0 -0
  536. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_parser.py +0 -0
  537. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_structures.py +0 -0
  538. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/_tokenizer.py +0 -0
  539. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/licenses/__init__.py +0 -0
  540. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/licenses/_spdx.py +0 -0
  541. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/markers.py +0 -0
  542. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/metadata.py +0 -0
  543. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/py.typed +0 -0
  544. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/pylock.py +0 -0
  545. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/requirements.py +0 -0
  546. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/specifiers.py +0 -0
  547. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/tags.py +0 -0
  548. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/utils.py +0 -0
  549. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging/version.py +0 -0
  550. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/INSTALLER +0 -0
  551. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/METADATA +0 -0
  552. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/RECORD +0 -0
  553. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/REQUESTED +0 -0
  554. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/WHEEL +0 -0
  555. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/licenses/LICENSE +0 -0
  556. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/licenses/LICENSE.APACHE +0 -0
  557. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/packaging-26.0.dist-info/licenses/LICENSE.BSD +0 -0
  558. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/__init__.py +0 -0
  559. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/__main__.py +0 -0
  560. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/android.py +0 -0
  561. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/api.py +0 -0
  562. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/macos.py +0 -0
  563. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/py.typed +0 -0
  564. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/unix.py +0 -0
  565. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/version.py +0 -0
  566. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs/windows.py +0 -0
  567. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/INSTALLER +0 -0
  568. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/METADATA +0 -0
  569. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/RECORD +0 -0
  570. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/REQUESTED +0 -0
  571. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/WHEEL +0 -0
  572. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/platformdirs-4.4.0.dist-info/licenses/LICENSE +0 -0
  573. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli/__init__.py +0 -0
  574. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli/_parser.py +0 -0
  575. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli/_re.py +0 -0
  576. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli/_types.py +0 -0
  577. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli/py.typed +0 -0
  578. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/INSTALLER +0 -0
  579. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/METADATA +0 -0
  580. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/RECORD +0 -0
  581. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/REQUESTED +0 -0
  582. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/WHEEL +0 -0
  583. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/tomli-2.4.0.dist-info/licenses/LICENSE +0 -0
  584. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/__init__.py +0 -0
  585. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/__main__.py +0 -0
  586. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_bdist_wheel.py +0 -0
  587. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_commands/__init__.py +0 -0
  588. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_commands/convert.py +0 -0
  589. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_commands/pack.py +0 -0
  590. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_commands/tags.py +0 -0
  591. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_commands/unpack.py +0 -0
  592. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_metadata.py +0 -0
  593. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/_setuptools_logging.py +0 -0
  594. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/bdist_wheel.py +0 -0
  595. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/macosx_libfile.py +0 -0
  596. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/metadata.py +0 -0
  597. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel/wheelfile.py +0 -0
  598. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/INSTALLER +0 -0
  599. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/METADATA +0 -0
  600. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/RECORD +0 -0
  601. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/REQUESTED +0 -0
  602. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/WHEEL +0 -0
  603. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/entry_points.txt +0 -0
  604. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/wheel-0.46.3.dist-info/licenses/LICENSE.txt +0 -0
  605. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/__init__.py +0 -0
  606. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/_functools.py +0 -0
  607. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/compat/__init__.py +0 -0
  608. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/compat/overlay.py +0 -0
  609. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/compat/py310.py +0 -0
  610. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/compat/py313.py +0 -0
  611. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp/glob.py +0 -0
  612. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/INSTALLER +0 -0
  613. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/METADATA +0 -0
  614. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/RECORD +0 -0
  615. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/REQUESTED +0 -0
  616. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/WHEEL +0 -0
  617. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/licenses/LICENSE +0 -0
  618. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/_vendor/zipp-3.23.0.dist-info/top_level.txt +0 -0
  619. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/archive_util.py +0 -0
  620. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/build_meta.py +0 -0
  621. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/cli-32.exe +0 -0
  622. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/cli-64.exe +0 -0
  623. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/cli-arm64.exe +0 -0
  624. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/cli.exe +0 -0
  625. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/__init__.py +0 -0
  626. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/_requirestxt.py +0 -0
  627. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/alias.py +0 -0
  628. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/bdist_egg.py +0 -0
  629. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/bdist_rpm.py +0 -0
  630. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/bdist_wheel.py +0 -0
  631. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/build.py +0 -0
  632. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/build_clib.py +0 -0
  633. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/build_ext.py +0 -0
  634. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/build_py.py +0 -0
  635. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/develop.py +0 -0
  636. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/dist_info.py +0 -0
  637. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/easy_install.py +0 -0
  638. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/editable_wheel.py +0 -0
  639. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/egg_info.py +0 -0
  640. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/install.py +0 -0
  641. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/install_egg_info.py +0 -0
  642. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/install_lib.py +0 -0
  643. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/install_scripts.py +0 -0
  644. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/launcher manifest.xml +0 -0
  645. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/rotate.py +0 -0
  646. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/saveopts.py +0 -0
  647. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/sdist.py +0 -0
  648. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/setopt.py +0 -0
  649. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/command/test.py +0 -0
  650. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/compat/__init__.py +0 -0
  651. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/compat/py310.py +0 -0
  652. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/compat/py311.py +0 -0
  653. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/compat/py312.py +0 -0
  654. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/compat/py39.py +0 -0
  655. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/NOTICE +0 -0
  656. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/__init__.py +0 -0
  657. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_apply_pyprojecttoml.py +0 -0
  658. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/NOTICE +0 -0
  659. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/__init__.py +0 -0
  660. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/error_reporting.py +0 -0
  661. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/extra_validations.py +0 -0
  662. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +0 -0
  663. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +0 -0
  664. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/_validate_pyproject/formats.py +0 -0
  665. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/distutils.schema.json +0 -0
  666. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/expand.py +0 -0
  667. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/pyprojecttoml.py +0 -0
  668. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/setupcfg.py +0 -0
  669. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/config/setuptools.schema.json +0 -0
  670. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/depends.py +0 -0
  671. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/discovery.py +0 -0
  672. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/dist.py +0 -0
  673. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/errors.py +0 -0
  674. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/extension.py +0 -0
  675. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/glob.py +0 -0
  676. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/gui-32.exe +0 -0
  677. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/gui-64.exe +0 -0
  678. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/gui-arm64.exe +0 -0
  679. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/gui.exe +0 -0
  680. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/installer.py +0 -0
  681. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/launch.py +0 -0
  682. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/logging.py +0 -0
  683. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/modified.py +0 -0
  684. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/monkey.py +0 -0
  685. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/msvc.py +0 -0
  686. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/namespaces.py +0 -0
  687. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/script (dev).tmpl +0 -0
  688. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/script.tmpl +0 -0
  689. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/__init__.py +0 -0
  690. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/compat/__init__.py +0 -0
  691. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/compat/py39.py +0 -0
  692. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/__init__.py +0 -0
  693. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/setupcfg_examples.txt +0 -0
  694. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/test_apply_pyprojecttoml.py +0 -0
  695. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/test_expand.py +0 -0
  696. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/test_pyprojecttoml.py +0 -0
  697. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py +0 -0
  698. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/config/test_setupcfg.py +0 -0
  699. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/contexts.py +0 -0
  700. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/environment.py +0 -0
  701. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/fixtures.py +0 -0
  702. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/indexes/test_links_priority/external.html +0 -0
  703. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html +0 -0
  704. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/integration/__init__.py +0 -0
  705. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/integration/helpers.py +0 -0
  706. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/integration/test_pbr.py +0 -0
  707. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/integration/test_pip_install_sdist.py +0 -0
  708. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/mod_with_constant.py +0 -0
  709. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/namespaces.py +0 -0
  710. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/script-with-bom.py +0 -0
  711. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_archive_util.py +0 -0
  712. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_bdist_deprecations.py +0 -0
  713. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_bdist_egg.py +0 -0
  714. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_bdist_wheel.py +0 -0
  715. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_build.py +0 -0
  716. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_build_clib.py +0 -0
  717. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_build_ext.py +0 -0
  718. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_build_meta.py +0 -0
  719. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_build_py.py +0 -0
  720. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_config_discovery.py +0 -0
  721. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_core_metadata.py +0 -0
  722. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_depends.py +0 -0
  723. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_develop.py +0 -0
  724. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_dist.py +0 -0
  725. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_dist_info.py +0 -0
  726. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_distutils_adoption.py +0 -0
  727. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_editable_install.py +0 -0
  728. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_egg_info.py +0 -0
  729. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_extern.py +0 -0
  730. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_find_packages.py +0 -0
  731. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_find_py_modules.py +0 -0
  732. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_glob.py +0 -0
  733. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_install_scripts.py +0 -0
  734. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_logging.py +0 -0
  735. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_manifest.py +0 -0
  736. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_namespaces.py +0 -0
  737. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_scripts.py +0 -0
  738. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_sdist.py +0 -0
  739. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_setopt.py +0 -0
  740. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_setuptools.py +0 -0
  741. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_shutil_wrapper.py +0 -0
  742. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_unicode_utils.py +0 -0
  743. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_virtualenv.py +0 -0
  744. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_warnings.py +0 -0
  745. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_wheel.py +0 -0
  746. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/test_windows_wrappers.py +0 -0
  747. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/text.py +0 -0
  748. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/tests/textwrap.py +0 -0
  749. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/unicode_utils.py +0 -0
  750. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/version.py +0 -0
  751. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/warnings.py +0 -0
  752. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/wheel.py +0 -0
  753. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools/windows_support.py +0 -0
  754. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/METADATA +0 -0
  755. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/RECORD +0 -0
  756. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/WHEEL +0 -0
  757. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/entry_points.txt +0 -0
  758. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/licenses/LICENSE +0 -0
  759. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/-j7KLzTVgye4fq5lDWE_w/setuptools-82.0.0.dist-info/top_level.txt +0 -0
  760. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/__init__.py +0 -0
  761. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_elffile.py +0 -0
  762. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_manylinux.py +0 -0
  763. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_musllinux.py +0 -0
  764. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_parser.py +0 -0
  765. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_structures.py +0 -0
  766. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/_tokenizer.py +0 -0
  767. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/licenses/__init__.py +0 -0
  768. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/licenses/_spdx.py +0 -0
  769. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/markers.py +0 -0
  770. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/metadata.py +0 -0
  771. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/py.typed +0 -0
  772. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/pylock.py +0 -0
  773. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/requirements.py +0 -0
  774. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/specifiers.py +0 -0
  775. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/tags.py +0 -0
  776. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/utils.py +0 -0
  777. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging/version.py +0 -0
  778. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/METADATA +0 -0
  779. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/RECORD +0 -0
  780. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/WHEEL +0 -0
  781. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/licenses/LICENSE +0 -0
  782. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/licenses/LICENSE.APACHE +0 -0
  783. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/12q0t2BXuUrnKyrONPFP-/packaging-26.0.dist-info/licenses/LICENSE.BSD +0 -0
  784. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/__init__.py +0 -0
  785. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_callers.py +0 -0
  786. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_hooks.py +0 -0
  787. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_manager.py +0 -0
  788. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_result.py +0 -0
  789. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_tracing.py +0 -0
  790. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_version.py +0 -0
  791. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/_warnings.py +0 -0
  792. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy/py.typed +0 -0
  793. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy-1.6.0.dist-info/METADATA +0 -0
  794. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy-1.6.0.dist-info/RECORD +0 -0
  795. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy-1.6.0.dist-info/WHEEL +0 -0
  796. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy-1.6.0.dist-info/licenses/LICENSE +0 -0
  797. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3W_Mps-zBA8BgsUTf_KOz/pluggy-1.6.0.dist-info/top_level.txt +0 -0
  798. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli/__init__.py +0 -0
  799. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli/_parser.py +0 -0
  800. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli/_re.py +0 -0
  801. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli/_types.py +0 -0
  802. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli/py.typed +0 -0
  803. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli-2.4.0.dist-info/METADATA +0 -0
  804. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli-2.4.0.dist-info/RECORD +0 -0
  805. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli-2.4.0.dist-info/WHEEL +0 -0
  806. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/3qqCCiUuw9C79HoItPiw3/tomli-2.4.0.dist-info/licenses/LICENSE +0 -0
  807. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/__about__.py +0 -0
  808. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/__init__.py +0 -0
  809. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/build_hook.py +0 -0
  810. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/hooks.py +0 -0
  811. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/metadata_hook.py +0 -0
  812. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/vcs_utils.py +0 -0
  813. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs/version_source.py +0 -0
  814. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs-0.5.0.dist-info/METADATA +0 -0
  815. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs-0.5.0.dist-info/RECORD +0 -0
  816. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs-0.5.0.dist-info/WHEEL +0 -0
  817. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs-0.5.0.dist-info/entry_points.txt +0 -0
  818. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/6hE1tPXuCuACQ3Rc_CsIJ/hatch_vcs-0.5.0.dist-info/licenses/LICENSE.txt +0 -0
  819. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/.git_archival.txt +0 -0
  820. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/__init__.py +0 -0
  821. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/__main__.py +0 -0
  822. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_cli.py +0 -0
  823. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_compat.py +0 -0
  824. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_config.py +0 -0
  825. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_entrypoints.py +0 -0
  826. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_file_finders/__init__.py +0 -0
  827. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_file_finders/git.py +0 -0
  828. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_file_finders/hg.py +0 -0
  829. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_file_finders/pathtools.py +0 -0
  830. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_get_version_impl.py +0 -0
  831. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/__init__.py +0 -0
  832. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/deprecation.py +0 -0
  833. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/dump_version.py +0 -0
  834. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/pyproject_reading.py +0 -0
  835. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/setup_cfg.py +0 -0
  836. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/setuptools.py +0 -0
  837. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/toml.py +0 -0
  838. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_integration/version_inference.py +0 -0
  839. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_log.py +0 -0
  840. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_modify_version.py +0 -0
  841. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_node_utils.py +0 -0
  842. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_overrides.py +0 -0
  843. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_requirement_cls.py +0 -0
  844. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_run_cmd.py +0 -0
  845. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_types.py +0 -0
  846. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/_version_cls.py +0 -0
  847. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/discover.py +0 -0
  848. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/fallbacks.py +0 -0
  849. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/git.py +0 -0
  850. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/hg.py +0 -0
  851. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/hg_git.py +0 -0
  852. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/integration.py +0 -0
  853. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/py.typed +0 -0
  854. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/scm_workdir.py +0 -0
  855. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm/version.py +0 -0
  856. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/METADATA +0 -0
  857. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/RECORD +0 -0
  858. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/WHEEL +0 -0
  859. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/entry_points.txt +0 -0
  860. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/licenses/LICENSE +0 -0
  861. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/K6WnV4OF64mGVJNgQZMke/setuptools_scm-9.2.2.dist-info/top_level.txt +0 -0
  862. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/__about__.py +0 -0
  863. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/__init__.py +0 -0
  864. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/__main__.py +0 -0
  865. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/bridge/__init__.py +0 -0
  866. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/bridge/app.py +0 -0
  867. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/build.py +0 -0
  868. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/__init__.py +0 -0
  869. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/app.py +0 -0
  870. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/binary.py +0 -0
  871. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/config.py +0 -0
  872. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/constants.py +0 -0
  873. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/custom.py +0 -0
  874. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/__init__.py +0 -0
  875. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/custom.py +0 -0
  876. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/plugin/__init__.py +0 -0
  877. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/plugin/hooks.py +0 -0
  878. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/plugin/interface.py +0 -0
  879. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/hooks/version.py +0 -0
  880. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/macos.py +0 -0
  881. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/plugin/__init__.py +0 -0
  882. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/plugin/hooks.py +0 -0
  883. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/plugin/interface.py +0 -0
  884. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/sdist.py +0 -0
  885. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/utils.py +0 -0
  886. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/builders/wheel.py +0 -0
  887. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/cli/__init__.py +0 -0
  888. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/cli/dep/__init__.py +0 -0
  889. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/cli/dep/core.py +0 -0
  890. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/cli/metadata/__init__.py +0 -0
  891. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/cli/version/__init__.py +0 -0
  892. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/dep/__init__.py +0 -0
  893. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/dep/core.py +0 -0
  894. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/licenses/__init__.py +0 -0
  895. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/licenses/supported.py +0 -0
  896. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/__init__.py +0 -0
  897. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/core.py +0 -0
  898. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/custom.py +0 -0
  899. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/plugin/__init__.py +0 -0
  900. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/plugin/hooks.py +0 -0
  901. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/plugin/interface.py +0 -0
  902. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/spec.py +0 -0
  903. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/metadata/utils.py +0 -0
  904. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/ouroboros.py +0 -0
  905. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/plugin/__init__.py +0 -0
  906. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/plugin/exceptions.py +0 -0
  907. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/plugin/manager.py +0 -0
  908. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/plugin/specs.py +0 -0
  909. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/plugin/utils.py +0 -0
  910. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/py.typed +0 -0
  911. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/utils/__init__.py +0 -0
  912. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/utils/constants.py +0 -0
  913. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/utils/context.py +0 -0
  914. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/utils/fs.py +0 -0
  915. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/__init__.py +0 -0
  916. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/core.py +0 -0
  917. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/scheme/__init__.py +0 -0
  918. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/scheme/plugin/__init__.py +0 -0
  919. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/scheme/plugin/hooks.py +0 -0
  920. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/scheme/plugin/interface.py +0 -0
  921. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/scheme/standard.py +0 -0
  922. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/__init__.py +0 -0
  923. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/code.py +0 -0
  924. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/env.py +0 -0
  925. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/plugin/__init__.py +0 -0
  926. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/plugin/hooks.py +0 -0
  927. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/plugin/interface.py +0 -0
  928. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling/version/source/regex.py +0 -0
  929. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling-1.29.0.dist-info/METADATA +0 -0
  930. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling-1.29.0.dist-info/RECORD +0 -0
  931. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling-1.29.0.dist-info/WHEEL +0 -0
  932. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling-1.29.0.dist-info/entry_points.txt +0 -0
  933. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/NLEnI0LziYcXQGxALPA40/hatchling-1.29.0.dist-info/licenses/LICENSE.txt +0 -0
  934. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers/__init__.py +0 -0
  935. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers/__main__.py +0 -0
  936. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers/py.typed +0 -0
  937. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/METADATA +0 -0
  938. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/RECORD +0 -0
  939. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/WHEEL +0 -0
  940. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/entry_points.txt +0 -0
  941. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/licenses/LICENSE +0 -0
  942. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/On9LYkP8T6AL-rHs6e2Zl/trove_classifiers-2026.1.14.14.dist-info/top_level.txt +0 -0
  943. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/_sspec.pth +0 -0
  944. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/sspec-1.2.5.dev16+gf118418f9.d20260307.dist-info/METADATA +0 -0
  945. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/sspec-1.2.5.dev16+gf118418f9.d20260307.dist-info/RECORD +0 -0
  946. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/sspec-1.2.5.dev16+gf118418f9.d20260307.dist-info/WHEEL +0 -0
  947. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/sspec-1.2.5.dev16+gf118418f9.d20260307.dist-info/entry_points.txt +0 -0
  948. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/Sz_SiflA_Mmi-bFB0uZF3/sspec-1.2.5.dev16+gf118418f9.d20260307.dist-info/licenses/LICENSE +0 -0
  949. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables/__init__.py +0 -0
  950. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables/py.typed +0 -0
  951. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables/redirector.py +0 -0
  952. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables-0.5.dist-info/LICENSE.txt +0 -0
  953. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables-0.5.dist-info/METADATA +0 -0
  954. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables-0.5.dist-info/RECORD +0 -0
  955. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/XGCxLM2V-VQdVruRv-PAC/editables-0.5.dist-info/WHEEL +0 -0
  956. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/__init__.py +0 -0
  957. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/__init__.py +0 -0
  958. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/_utils.py +0 -0
  959. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/agg.py +0 -0
  960. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/hyperscan/__init__.py +0 -0
  961. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/hyperscan/_base.py +0 -0
  962. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/hyperscan/base.py +0 -0
  963. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/hyperscan/gitignore.py +0 -0
  964. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/hyperscan/pathspec.py +0 -0
  965. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/re2/__init__.py +0 -0
  966. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/re2/_base.py +0 -0
  967. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/re2/base.py +0 -0
  968. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/re2/gitignore.py +0 -0
  969. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/re2/pathspec.py +0 -0
  970. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/simple/__init__.py +0 -0
  971. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/simple/gitignore.py +0 -0
  972. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_backends/simple/pathspec.py +0 -0
  973. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_meta.py +0 -0
  974. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_typing.py +0 -0
  975. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/_version.py +0 -0
  976. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/backend.py +0 -0
  977. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/gitignore.py +0 -0
  978. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/pathspec.py +0 -0
  979. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/pattern.py +0 -0
  980. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/__init__.py +0 -0
  981. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/gitignore/__init__.py +0 -0
  982. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/gitignore/base.py +0 -0
  983. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/gitignore/basic.py +0 -0
  984. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/gitignore/spec.py +0 -0
  985. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/patterns/gitwildmatch.py +0 -0
  986. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/py.typed +0 -0
  987. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec/util.py +0 -0
  988. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec-1.0.4.dist-info/METADATA +0 -0
  989. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec-1.0.4.dist-info/RECORD +0 -0
  990. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec-1.0.4.dist-info/WHEEL +0 -0
  991. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/bWCjTen1PyGstg2SNpvlp/pathspec-1.0.4.dist-info/licenses/LICENSE +0 -0
  992. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/_sspec.pth +0 -0
  993. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/sspec-1.2.5.dev17+g24f1def34.d20260307.dist-info/METADATA +0 -0
  994. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/sspec-1.2.5.dev17+g24f1def34.d20260307.dist-info/RECORD +0 -0
  995. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/sspec-1.2.5.dev17+g24f1def34.d20260307.dist-info/WHEEL +0 -0
  996. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/sspec-1.2.5.dev17+g24f1def34.d20260307.dist-info/entry_points.txt +0 -0
  997. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/archive-v0/jOEimUa0YKYpknSwoN615/sspec-1.2.5.dev17+g24f1def34.d20260307.dist-info/licenses/LICENSE +0 -0
  998. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/interpreter-v4/1a1aa9d69d2587dd/b3e70518bed52c93.msgpack +0 -0
  999. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/.git +0 -0
  1000. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/.gitignore +0 -0
  1001. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/.lock +0 -0
  1002. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/_xfF_Yne0WYxbVQYzisTw/metadata.msgpack +0 -0
  1003. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/_xfF_Yne0WYxbVQYzisTw/sspec-1.2.5.dev17+g24f1def34.d20260307-py3-none-any +0 -0
  1004. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/_xfF_Yne0WYxbVQYzisTw/sspec-1.2.5.dev17+g24f1def34.d20260307-py3-none-any.lock +0 -0
  1005. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/_xfF_Yne0WYxbVQYzisTw/sspec-1.2.5.dev17+g24f1def34.d20260307-py3-none-any.whl +0 -0
  1006. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/revision.rev +0 -0
  1007. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/uXnZPfS9gEI3q3Lp_xZZy/metadata.msgpack +0 -0
  1008. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/uXnZPfS9gEI3q3Lp_xZZy/sspec-1.2.5.dev16+gf118418f9.d20260307-py3-none-any +0 -0
  1009. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/uXnZPfS9gEI3q3Lp_xZZy/sspec-1.2.5.dev16+gf118418f9.d20260307-py3-none-any.lock +0 -0
  1010. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/sdists-v9/editable/815283a040f0ecc0/uXnZPfS9gEI3q3Lp_xZZy/sspec-1.2.5.dev16+gf118418f9.d20260307-py3-none-any.whl +0 -0
  1011. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/click.lock +0 -0
  1012. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/click.rkyv +0 -0
  1013. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/colorama.lock +0 -0
  1014. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/colorama.rkyv +0 -0
  1015. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/editables.lock +0 -0
  1016. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/editables.rkyv +0 -0
  1017. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/hatch-vcs.lock +0 -0
  1018. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/hatch-vcs.rkyv +0 -0
  1019. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/hatchling.lock +0 -0
  1020. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/hatchling.rkyv +0 -0
  1021. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/markdown-it-py.lock +0 -0
  1022. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/markdown-it-py.rkyv +0 -0
  1023. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/mdurl.lock +0 -0
  1024. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/mdurl.rkyv +0 -0
  1025. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/packaging.lock +0 -0
  1026. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/packaging.rkyv +0 -0
  1027. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pathspec.lock +0 -0
  1028. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pathspec.rkyv +0 -0
  1029. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pluggy.lock +0 -0
  1030. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pluggy.rkyv +0 -0
  1031. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/prompt-toolkit.lock +0 -0
  1032. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/prompt-toolkit.rkyv +0 -0
  1033. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pygments.lock +0 -0
  1034. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pygments.rkyv +0 -0
  1035. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/python-dotenv.lock +0 -0
  1036. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/python-dotenv.rkyv +0 -0
  1037. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pyyaml.lock +0 -0
  1038. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/pyyaml.rkyv +0 -0
  1039. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/questionary.lock +0 -0
  1040. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/questionary.rkyv +0 -0
  1041. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/rich.lock +0 -0
  1042. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/rich.rkyv +0 -0
  1043. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/setuptools-scm.lock +0 -0
  1044. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/setuptools-scm.rkyv +0 -0
  1045. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/setuptools.lock +0 -0
  1046. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/setuptools.rkyv +0 -0
  1047. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/tomli.lock +0 -0
  1048. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/tomli.rkyv +0 -0
  1049. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/trove-classifiers.lock +0 -0
  1050. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/trove-classifiers.rkyv +0 -0
  1051. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/wcwidth.lock +0 -0
  1052. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/simple-v18/pypi/wcwidth.rkyv +0 -0
  1053. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/editables/0.5-py3-none-any +0 -0
  1054. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/editables/0.5-py3-none-any.http +0 -0
  1055. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/editables/0.5-py3-none-any.msgpack +0 -0
  1056. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/editables/editables-0.5-py3-none-any.lock +0 -0
  1057. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatch-vcs/0.5.0-py3-none-any +0 -0
  1058. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatch-vcs/0.5.0-py3-none-any.http +0 -0
  1059. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatch-vcs/0.5.0-py3-none-any.msgpack +0 -0
  1060. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatch-vcs/hatch_vcs-0.5.0-py3-none-any.lock +0 -0
  1061. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatchling/1.29.0-py3-none-any +0 -0
  1062. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatchling/1.29.0-py3-none-any.http +0 -0
  1063. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatchling/1.29.0-py3-none-any.msgpack +0 -0
  1064. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/hatchling/hatchling-1.29.0-py3-none-any.lock +0 -0
  1065. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/packaging/26.0-py3-none-any +0 -0
  1066. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/packaging/26.0-py3-none-any.http +0 -0
  1067. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/packaging/26.0-py3-none-any.msgpack +0 -0
  1068. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/packaging/packaging-26.0-py3-none-any.lock +0 -0
  1069. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pathspec/1.0.4-py3-none-any +0 -0
  1070. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pathspec/1.0.4-py3-none-any.http +0 -0
  1071. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pathspec/1.0.4-py3-none-any.msgpack +0 -0
  1072. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pathspec/pathspec-1.0.4-py3-none-any.lock +0 -0
  1073. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pluggy/1.6.0-py3-none-any +0 -0
  1074. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pluggy/1.6.0-py3-none-any.http +0 -0
  1075. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pluggy/1.6.0-py3-none-any.msgpack +0 -0
  1076. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/pluggy/pluggy-1.6.0-py3-none-any.lock +0 -0
  1077. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools/82.0.0-py3-none-any +0 -0
  1078. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools/82.0.0-py3-none-any.http +0 -0
  1079. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools/82.0.0-py3-none-any.msgpack +0 -0
  1080. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools/setuptools-82.0.0-py3-none-any.lock +0 -0
  1081. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools-scm/9.2.2-py3-none-any +0 -0
  1082. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools-scm/9.2.2-py3-none-any.http +0 -0
  1083. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools-scm/9.2.2-py3-none-any.msgpack +0 -0
  1084. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/setuptools-scm/setuptools_scm-9.2.2-py3-none-any.lock +0 -0
  1085. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/tomli/2.4.0-py3-none-any +0 -0
  1086. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/tomli/2.4.0-py3-none-any.http +0 -0
  1087. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/tomli/2.4.0-py3-none-any.msgpack +0 -0
  1088. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/tomli/tomli-2.4.0-py3-none-any.lock +0 -0
  1089. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/trove-classifiers/2026.1.14.14-py3-none-any +0 -0
  1090. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/trove-classifiers/2026.1.14.14-py3-none-any.http +0 -0
  1091. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/trove-classifiers/2026.1.14.14-py3-none-any.msgpack +0 -0
  1092. {sspec-2.3.0 → sspec-2.4.0}/.uv-cache/wheels-v5/pypi/trove-classifiers/trove_classifiers-2026.1.14.14-py3-none-any.lock +0 -0
  1093. {sspec-2.3.0 → sspec-2.4.0}/AGENTS.md +0 -0
  1094. {sspec-2.3.0 → sspec-2.4.0}/DEBUG.md +0 -0
  1095. {sspec-2.3.0 → sspec-2.4.0}/LICENSE +0 -0
  1096. {sspec-2.3.0 → sspec-2.4.0}/README.md +0 -0
  1097. {sspec-2.3.0 → sspec-2.4.0}/README_zh-CN.md +0 -0
  1098. {sspec-2.3.0 → sspec-2.4.0}/i18n-glossary.md +0 -0
  1099. {sspec-2.3.0 → sspec-2.4.0}/pyproject.toml +0 -0
  1100. {sspec-2.3.0 → sspec-2.4.0}/sample/.gitignore +0 -0
  1101. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/.gitignore +0 -0
  1102. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/AGENTS.md +0 -0
  1103. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/handover.md +0 -0
  1104. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/knowledge/index.md +0 -0
  1105. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/archive.md +0 -0
  1106. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/context.md +0 -0
  1107. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/handover.md +0 -0
  1108. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/pivot.md +0 -0
  1109. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/propose.md +0 -0
  1110. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/requests.md +0 -0
  1111. {sspec-2.3.0 → sspec-2.4.0}/sample/.sspec/prompts/status.md +0 -0
  1112. {sspec-2.3.0 → sspec-2.4.0}/sample/AGENTS.md +0 -0
  1113. {sspec-2.3.0 → sspec-2.4.0}/scripts/build_install.ps1 +0 -0
  1114. {sspec-2.3.0 → sspec-2.4.0}/scripts/debug_runner.py +0 -0
  1115. {sspec-2.3.0 → sspec-2.4.0}/scripts/test-replace-link.ps1 +0 -0
  1116. {sspec-2.3.0 → sspec-2.4.0}/scripts/uv_publish.ps1 +0 -0
  1117. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/__init__.py +0 -0
  1118. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/__init__.py +0 -0
  1119. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/ask.py +0 -0
  1120. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/context.py +0 -0
  1121. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/context_service.py +0 -0
  1122. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/fileinfo.py +0 -0
  1123. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/mdtoc.py +0 -0
  1124. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/now.py +0 -0
  1125. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/pack_zip.py +0 -0
  1126. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/treesitter.py +0 -0
  1127. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/view_tree.py +0 -0
  1128. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/builtin_tools/write.py +0 -0
  1129. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/__init__.py +0 -0
  1130. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/change.py +0 -0
  1131. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/cmd.py +0 -0
  1132. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/doc.py +0 -0
  1133. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/howto.py +0 -0
  1134. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/project.py +0 -0
  1135. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/request.py +0 -0
  1136. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/skill.py +0 -0
  1137. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/tmp.py +0 -0
  1138. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/commands/tool.py +0 -0
  1139. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/core.py +0 -0
  1140. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/find-change.md +0 -0
  1141. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/get-current-time.md +0 -0
  1142. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/handle-obsolete-memory.md +0 -0
  1143. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/handle-review-scope-change.md +0 -0
  1144. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/make-subagent-audit.md +0 -0
  1145. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/read-long-mdfile.md +0 -0
  1146. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/resume-change.md +0 -0
  1147. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/review-git-baseline.md +0 -0
  1148. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/update-change-status.md +0 -0
  1149. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/use-sspec-cli.md +0 -0
  1150. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-behavioral-spec.md +0 -0
  1151. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-content-outline.md +0 -0
  1152. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-data-architecture.md +0 -0
  1153. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-interface-contract.md +0 -0
  1154. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-migration-path.md +0 -0
  1155. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-outcome-preview.md +0 -0
  1156. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-dim-structural-blueprint.md +0 -0
  1157. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-howto.md +0 -0
  1158. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/howto/write-memory.md +0 -0
  1159. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/libs/__init__.py +0 -0
  1160. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/libs/echo.py +0 -0
  1161. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/libs/hashing.py +0 -0
  1162. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/libs/md_yaml.py +0 -0
  1163. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/libs/path_refs.py +0 -0
  1164. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/__init__.py +0 -0
  1165. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/agents_service.py +0 -0
  1166. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/ask_service.py +0 -0
  1167. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/change_service.py +0 -0
  1168. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/cmd_service.py +0 -0
  1169. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/editor_service.py +0 -0
  1170. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/howto_service.py +0 -0
  1171. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/meta_service.py +0 -0
  1172. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/project_init_service.py +0 -0
  1173. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/project_update_service.py +0 -0
  1174. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/request_service.py +0 -0
  1175. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/skill_service.py +0 -0
  1176. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/services/tmp_service.py +0 -0
  1177. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/skill_installer.py +0 -0
  1178. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/AGENTS.md +0 -0
  1179. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change/design.md +0 -0
  1180. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change/memory.md +0 -0
  1181. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change/revision.md +0 -0
  1182. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change/spec.md +0 -0
  1183. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change/tasks.md +0 -0
  1184. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change-root/memory.md +0 -0
  1185. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change-root/spec.md +0 -0
  1186. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/change-root/tasks.md +0 -0
  1187. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/project.md +0 -0
  1188. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/requests/requests.md +0 -0
  1189. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-align/SKILL.md +0 -0
  1190. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-clarify/SKILL.md +0 -0
  1191. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-design/SKILL.md +0 -0
  1192. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-design/examples-docs.md +0 -0
  1193. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-design/examples-feature.md +0 -0
  1194. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-design/examples-refactor.md +0 -0
  1195. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-design/examples-root.md +0 -0
  1196. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-implement/SKILL.md +0 -0
  1197. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-mdtoc/SKILL.md +0 -0
  1198. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-plan/SKILL.md +0 -0
  1199. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-plan/examples.md +0 -0
  1200. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/sspec-review/SKILL.md +0 -0
  1201. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/write-patch/SKILL.md +0 -0
  1202. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/skills/write-spec-doc/SKILL.md +0 -0
  1203. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/spec-docs/index.md +0 -0
  1204. {sspec-2.3.0 → sspec-2.4.0}/src/sspec/templates/spec-docs/template.md +0 -0
  1205. {sspec-2.3.0 → sspec-2.4.0}/tests/__init__.py +0 -0
  1206. {sspec-2.3.0 → sspec-2.4.0}/tests/conftest.py +0 -0
  1207. {sspec-2.3.0 → sspec-2.4.0}/tests/test_agents_service.py +0 -0
  1208. {sspec-2.3.0 → sspec-2.4.0}/tests/test_apply_patch.py +0 -0
  1209. {sspec-2.3.0 → sspec-2.4.0}/tests/test_archive_linked_commands.py +0 -0
  1210. {sspec-2.3.0 → sspec-2.4.0}/tests/test_ask_command.py +0 -0
  1211. {sspec-2.3.0 → sspec-2.4.0}/tests/test_ask_service.py +0 -0
  1212. {sspec-2.3.0 → sspec-2.4.0}/tests/test_change_command.py +0 -0
  1213. {sspec-2.3.0 → sspec-2.4.0}/tests/test_change_service.py +0 -0
  1214. {sspec-2.3.0 → sspec-2.4.0}/tests/test_cmd_service.py +0 -0
  1215. {sspec-2.3.0 → sspec-2.4.0}/tests/test_core.py +0 -0
  1216. {sspec-2.3.0 → sspec-2.4.0}/tests/test_editor_service.py +0 -0
  1217. {sspec-2.3.0 → sspec-2.4.0}/tests/test_gitignore_parser.py +0 -0
  1218. {sspec-2.3.0 → sspec-2.4.0}/tests/test_hashing.py +0 -0
  1219. {sspec-2.3.0 → sspec-2.4.0}/tests/test_howto_command.py +0 -0
  1220. {sspec-2.3.0 → sspec-2.4.0}/tests/test_md_yaml.py +0 -0
  1221. {sspec-2.3.0 → sspec-2.4.0}/tests/test_meta_service.py +0 -0
  1222. {sspec-2.3.0 → sspec-2.4.0}/tests/test_path_refs.py +0 -0
  1223. {sspec-2.3.0 → sspec-2.4.0}/tests/test_project_command.py +0 -0
  1224. {sspec-2.3.0 → sspec-2.4.0}/tests/test_project_init_service.py +0 -0
  1225. {sspec-2.3.0 → sspec-2.4.0}/tests/test_project_init_skill_sync.py +0 -0
  1226. {sspec-2.3.0 → sspec-2.4.0}/tests/test_project_skill_loc_validation.py +0 -0
  1227. {sspec-2.3.0 → sspec-2.4.0}/tests/test_project_update_service.py +0 -0
  1228. {sspec-2.3.0 → sspec-2.4.0}/tests/test_request_service.py +0 -0
  1229. {sspec-2.3.0 → sspec-2.4.0}/tests/test_skill_command_error_handling.py +0 -0
  1230. {sspec-2.3.0 → sspec-2.4.0}/tests/test_skill_create_validation.py +0 -0
  1231. {sspec-2.3.0 → sspec-2.4.0}/tests/test_skill_dominate_service.py +0 -0
  1232. {sspec-2.3.0 → sspec-2.4.0}/tests/test_skill_installer.py +0 -0
  1233. {sspec-2.3.0 → sspec-2.4.0}/tests/test_tmp_service.py +0 -0
  1234. {sspec-2.3.0 → sspec-2.4.0}/tests/test_tool_command.py +0 -0
  1235. {sspec-2.3.0 → sspec-2.4.0}/tests/test_treesitter_render.py +0 -0
  1236. {sspec-2.3.0 → sspec-2.4.0}/tmp/.gitignore +0 -0
  1237. {sspec-2.3.0 → sspec-2.4.0}/tmp/Agents.md +0 -0
  1238. {sspec-2.3.0 → sspec-2.4.0}/tmp/REQUEST-to-claude.md +0 -0
  1239. {sspec-2.3.0 → sspec-2.4.0}/tmp/agent-prompt-guide.md +0 -0
  1240. {sspec-2.3.0 → sspec-2.4.0}/tmp/debug_match.py +0 -0
  1241. {sspec-2.3.0 → sspec-2.4.0}/tmp/diff.txt +0 -0
  1242. {sspec-2.3.0 → sspec-2.4.0}/tmp/legacy-sspec-8.0.zip +0 -0
  1243. {sspec-2.3.0 → sspec-2.4.0}/tmp/list_style_unification.md +0 -0
  1244. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/.gitignore +0 -0
  1245. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/.gitignore +0 -0
  1246. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-ask/SKILL.md +0 -0
  1247. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-design/SKILL.md +0 -0
  1248. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-design/examples-root.md +0 -0
  1249. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-design/examples-single.md +0 -0
  1250. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-handover/SKILL.md +0 -0
  1251. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-implement/SKILL.md +0 -0
  1252. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-mdtoc/SKILL.md +0 -0
  1253. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-plan/SKILL.md +0 -0
  1254. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-plan/examples.md +0 -0
  1255. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-research/SKILL.md +0 -0
  1256. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/sspec-review/SKILL.md +0 -0
  1257. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/use-powershell/SKILL.md +0 -0
  1258. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/use-powershell/references/patterns.md +0 -0
  1259. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/write-patch/SKILL.md +0 -0
  1260. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.claude/skills/write-spec-doc/SKILL.md +0 -0
  1261. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/.gitignore +0 -0
  1262. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/.meta.json +0 -0
  1263. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test/handover.md +0 -0
  1264. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test/spec.md +0 -0
  1265. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test/tasks.md +0 -0
  1266. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test-root/handover.md +0 -0
  1267. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test-root/spec.md +0 -0
  1268. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/changes/26-02-25T00-45_test-root/tasks.md +0 -0
  1269. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/project.md +0 -0
  1270. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/.sspec/spec-docs/README.md +0 -0
  1271. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0/AGENTS.md +0 -0
  1272. {sspec-2.3.0 → sspec-2.4.0}/tmp/new-sspec-9.0.zip +0 -0
  1273. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/changes/26-04-09T19-10_demo/design.md +0 -0
  1274. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/changes/26-04-09T19-10_demo/memory.md +0 -0
  1275. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/changes/26-04-09T19-10_demo/revisions/001-tune-flow.md +0 -0
  1276. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/changes/26-04-09T19-10_demo/spec.md +0 -0
  1277. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/changes/26-04-09T19-10_demo/tasks.md +0 -0
  1278. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_cli/.sspec/project.md +0 -0
  1279. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_root/.sspec/changes/26-04-09T19-11_root-demo/memory.md +0 -0
  1280. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_root/.sspec/changes/26-04-09T19-11_root-demo/spec.md +0 -0
  1281. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_root/.sspec/changes/26-04-09T19-11_root-demo/tasks.md +0 -0
  1282. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_check_root/.sspec/project.md +0 -0
  1283. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/.sspec/changes/26-04-09T20-05_root-demo/memory.md +0 -0
  1284. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/.sspec/changes/26-04-09T20-05_root-demo/spec.md +0 -0
  1285. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/.sspec/changes/26-04-09T20-05_root-demo/tasks.md +0 -0
  1286. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/.sspec/project.md +0 -0
  1287. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/tmp/legacy_status.txt +0 -0
  1288. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/tmp/pareto_cutover_legacy/.sspec/changes/26-04-01T10-00_legacy/handover.md +0 -0
  1289. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/tmp/pareto_cutover_legacy/.sspec/changes/26-04-01T10-00_legacy/spec.md +0 -0
  1290. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/tmp/pareto_cutover_legacy/.sspec/changes/26-04-01T10-00_legacy/tasks.md +0 -0
  1291. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_root/tmp/pareto_cutover_legacy/.sspec/project.md +0 -0
  1292. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_single/.sspec/changes/26-04-09T20-04_demo/memory.md +0 -0
  1293. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_single/.sspec/changes/26-04-09T20-04_demo/spec.md +0 -0
  1294. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_single/.sspec/changes/26-04-09T20-04_demo/tasks.md +0 -0
  1295. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_cutover_single/.sspec/project.md +0 -0
  1296. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/legacy/.sspec/changes/26-04-01T10-00_legacy/handover.md +0 -0
  1297. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/legacy/.sspec/changes/26-04-01T10-00_legacy/spec.md +0 -0
  1298. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/legacy/.sspec/changes/26-04-01T10-00_legacy/tasks.md +0 -0
  1299. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/legacy/.sspec/project.md +0 -0
  1300. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/root/.sspec/changes/26-04-09T21-17_root-demo/memory.md +0 -0
  1301. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/root/.sspec/changes/26-04-09T21-17_root-demo/spec.md +0 -0
  1302. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/root/.sspec/changes/26-04-09T21-17_root-demo/tasks.md +0 -0
  1303. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/root/.sspec/project.md +0 -0
  1304. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/single/.sspec/changes/26-04-09T21-17_demo/memory.md +0 -0
  1305. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/single/.sspec/changes/26-04-09T21-17_demo/spec.md +0 -0
  1306. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/single/.sspec/changes/26-04-09T21-17_demo/tasks.md +0 -0
  1307. {sspec-2.3.0 → sspec-2.4.0}/tmp/pareto_phase4/single/.sspec/project.md +0 -0
  1308. {sspec-2.3.0 → sspec-2.4.0}/tmp/phase4_legacy_status.txt +0 -0
  1309. {sspec-2.3.0 → sspec-2.4.0}/tmp/phase4_root_new.txt +0 -0
  1310. {sspec-2.3.0 → sspec-2.4.0}/tmp/phase4_root_status.txt +0 -0
  1311. {sspec-2.3.0 → sspec-2.4.0}/tmp/phase4_single_new.txt +0 -0
  1312. {sspec-2.3.0 → sspec-2.4.0}/tmp/phase4_single_status.txt +0 -0
  1313. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/prompts/opsx-apply.prompt.md +0 -0
  1314. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/prompts/opsx-archive.prompt.md +0 -0
  1315. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/prompts/opsx-explore.prompt.md +0 -0
  1316. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/prompts/opsx-propose.prompt.md +0 -0
  1317. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/skills/openspec-apply-change/SKILL.md +0 -0
  1318. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/skills/openspec-archive-change/SKILL.md +0 -0
  1319. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/skills/openspec-explore/SKILL.md +0 -0
  1320. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.github/skills/openspec-propose/SKILL.md +0 -0
  1321. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/command/opsx-apply.md +0 -0
  1322. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/command/opsx-archive.md +0 -0
  1323. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/command/opsx-explore.md +0 -0
  1324. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/command/opsx-propose.md +0 -0
  1325. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/skills/openspec-apply-change/SKILL.md +0 -0
  1326. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/skills/openspec-archive-change/SKILL.md +0 -0
  1327. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/skills/openspec-explore/SKILL.md +0 -0
  1328. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/.opencode/skills/openspec-propose/SKILL.md +0 -0
  1329. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/demo-change/.openspec.yaml +0 -0
  1330. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/demo-change/design.md +0 -0
  1331. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/demo-change/proposal.md +0 -0
  1332. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/demo-change/specs/demo-cap/spec.md +0 -0
  1333. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/demo-change/tasks.md +0 -0
  1334. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_openspec/openspec/changes/user-auth/.openspec.yaml +0 -0
  1335. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/.gitignore +0 -0
  1336. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/.gitignore +0 -0
  1337. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-align/SKILL.md +0 -0
  1338. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-design/SKILL.md +0 -0
  1339. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-design/examples-root.md +0 -0
  1340. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-design/examples-single.md +0 -0
  1341. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-handover/SKILL.md +0 -0
  1342. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-implement/SKILL.md +0 -0
  1343. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1344. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-plan/SKILL.md +0 -0
  1345. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-plan/examples.md +0 -0
  1346. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-research/SKILL.md +0 -0
  1347. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/sspec-review/SKILL.md +0 -0
  1348. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/use-powershell/SKILL.md +0 -0
  1349. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/use-powershell/references/patterns.md +0 -0
  1350. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/write-patch/SKILL.md +0 -0
  1351. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1352. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/.gitignore +0 -0
  1353. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/.meta.json +0 -0
  1354. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/changes/26-03-04T23-59_demo-change/handover.md +0 -0
  1355. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/changes/26-03-04T23-59_demo-change/spec.md +0 -0
  1356. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/changes/26-03-04T23-59_demo-change/tasks.md +0 -0
  1357. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/project.md +0 -0
  1358. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/requests/26-03-04T23-59_demo-change.md +0 -0
  1359. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/.sspec/spec-docs/README.md +0 -0
  1360. {sspec-2.3.0 → sspec-2.4.0}/tmp/quicktest_sspec/AGENTS.md +0 -0
  1361. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/.gitignore +0 -0
  1362. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/.gitignore +0 -0
  1363. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-align/SKILL.md +0 -0
  1364. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-clarify/SKILL.md +0 -0
  1365. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-design/SKILL.md +0 -0
  1366. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-design/examples-docs.md +0 -0
  1367. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-design/examples-feature.md +0 -0
  1368. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-design/examples-refactor.md +0 -0
  1369. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-design/examples-root.md +0 -0
  1370. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-implement/SKILL.md +0 -0
  1371. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1372. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-plan/SKILL.md +0 -0
  1373. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-plan/examples.md +0 -0
  1374. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/sspec-review/SKILL.md +0 -0
  1375. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/use-powershell/SKILL.md +0 -0
  1376. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/use-powershell/references/patterns.md +0 -0
  1377. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/write-patch/SKILL.md +0 -0
  1378. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1379. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.sspec/.gitignore +0 -0
  1380. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.sspec/.meta.json +0 -0
  1381. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.sspec/project.md +0 -0
  1382. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/.sspec/spec-docs/README.md +0 -0
  1383. {sspec-2.3.0 → sspec-2.4.0}/tmp/readme_sync/AGENTS.md +0 -0
  1384. {sspec-2.3.0 → sspec-2.4.0}/tmp/root_new.txt +0 -0
  1385. {sspec-2.3.0 → sspec-2.4.0}/tmp/root_status.txt +0 -0
  1386. {sspec-2.3.0 → sspec-2.4.0}/tmp/single_new.txt +0 -0
  1387. {sspec-2.3.0 → sspec-2.4.0}/tmp/single_status.txt +0 -0
  1388. {sspec-2.3.0 → sspec-2.4.0}/tmp/sspec-completion.ps1 +0 -0
  1389. {sspec-2.3.0 → sspec-2.4.0}/tmp/sspec_20260430_164641.zip.docx +0 -0
  1390. {sspec-2.3.0 → sspec-2.4.0}/tmp/stdout.txt +0 -0
  1391. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/.gitignore +0 -0
  1392. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/.gitignore +0 -0
  1393. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-ask/SKILL.md +0 -0
  1394. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-change/SKILL.md +0 -0
  1395. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-change/references/doc-standards.md +0 -0
  1396. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-change/references/multi-change.md +0 -0
  1397. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-memory/SKILL.md +0 -0
  1398. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/sspec-memory/references/handover-standards.md +0 -0
  1399. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/use-powershell/SKILL.md +0 -0
  1400. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/use-powershell/references/patterns.md +0 -0
  1401. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/write-patch/SKILL.md +0 -0
  1402. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.agent/skills/write-spec-doc/SKILL.md +0 -0
  1403. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/.gitignore +0 -0
  1404. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/.meta.json +0 -0
  1405. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_260215002509a98431.md +0 -0
  1406. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_2602150033089c9290.md +0 -0
  1407. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_2602150043338f3143.md +0 -0
  1408. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_260215005101e3ab60.md +0 -0
  1409. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_260215005158ba45e3.md +0 -0
  1410. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/archive/replace_ask_26021500542756deb9.md +0 -0
  1411. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/replace_ask_260215004951e4dbfa.md +0 -0
  1412. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/asks/replace_ask_2602150052442a0098.md +0 -0
  1413. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-49_replace-link-260215004951-e4dbfa/handover.md +0 -0
  1414. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-49_replace-link-260215004951-e4dbfa/reference/link-check.md +0 -0
  1415. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-49_replace-link-260215004951-e4dbfa/spec.md +0 -0
  1416. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-49_replace-link-260215004951-e4dbfa/tasks.md +0 -0
  1417. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-52_replace-link-260215005244-2a0098/handover.md +0 -0
  1418. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-52_replace-link-260215005244-2a0098/reference/link-check.md +0 -0
  1419. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-52_replace-link-260215005244-2a0098/spec.md +0 -0
  1420. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/26-02-15T00-52_replace-link-260215005244-2a0098/tasks.md +0 -0
  1421. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-25_replace-link-260215002509-a98431/handover.md +0 -0
  1422. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-25_replace-link-260215002509-a98431/reference/link-check.md +0 -0
  1423. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-25_replace-link-260215002509-a98431/spec.md +0 -0
  1424. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-25_replace-link-260215002509-a98431/tasks.md +0 -0
  1425. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-33_replace-link-260215003308-9c9290/handover.md +0 -0
  1426. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-33_replace-link-260215003308-9c9290/reference/link-check.md +0 -0
  1427. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-33_replace-link-260215003308-9c9290/spec.md +0 -0
  1428. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-33_replace-link-260215003308-9c9290/tasks.md +0 -0
  1429. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-43_replace-link-260215004333-8f3143/handover.md +0 -0
  1430. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-43_replace-link-260215004333-8f3143/reference/link-check.md +0 -0
  1431. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-43_replace-link-260215004333-8f3143/spec.md +0 -0
  1432. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-43_replace-link-260215004333-8f3143/tasks.md +0 -0
  1433. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-51_replace-link-260215005101-e3ab60/handover.md +0 -0
  1434. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-51_replace-link-260215005101-e3ab60/reference/link-check.md +0 -0
  1435. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-51_replace-link-260215005101-e3ab60/spec.md +0 -0
  1436. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-51_replace-link-260215005101-e3ab60/tasks.md +0 -0
  1437. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-52_replace-link-260215005158-ba45e3/handover.md +0 -0
  1438. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-52_replace-link-260215005158-ba45e3/reference/link-check.md +0 -0
  1439. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-52_replace-link-260215005158-ba45e3/spec.md +0 -0
  1440. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-52_replace-link-260215005158-ba45e3/tasks.md +0 -0
  1441. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-54_replace-link-260215005427-56deb9/handover.md +0 -0
  1442. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-54_replace-link-260215005427-56deb9/reference/link-check.md +0 -0
  1443. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-54_replace-link-260215005427-56deb9/spec.md +0 -0
  1444. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/changes/archive/26-02-15T00-54_replace-link-260215005427-56deb9/tasks.md +0 -0
  1445. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/project.md +0 -0
  1446. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-25_replace-link-260215002509-a98431.md +0 -0
  1447. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-33_replace-link-260215003308-9c9290.md +0 -0
  1448. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-43_replace-link-260215004333-8f3143.md +0 -0
  1449. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-49_replace-link-260215004951-e4dbfa.md +0 -0
  1450. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-51_replace-link-260215005101-e3ab60.md +0 -0
  1451. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-52_replace-link-260215005158-ba45e3.md +0 -0
  1452. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-52_replace-link-260215005244-2a0098.md +0 -0
  1453. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/requests/archive/26-02-15T00-54_replace-link-260215005427-56deb9.md +0 -0
  1454. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/spec-docs/README.md +0 -0
  1455. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/.sspec/tmp/link-check.md +0 -0
  1456. {sspec-2.3.0 → sspec-2.4.0}/tmp/test-replace-archive-link-project/AGENTS.md +0 -0
  1457. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_batch/README.md +0 -0
  1458. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_batch/patch-ambiguous.md +0 -0
  1459. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_batch/patch-overlap.md +0 -0
  1460. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_batch/source-test.txt +0 -0
  1461. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/.gitignore +0 -0
  1462. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/.gitignore +0 -0
  1463. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-ask/SKILL.md +0 -0
  1464. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-design/SKILL.md +0 -0
  1465. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-design/examples-root.md +0 -0
  1466. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-design/examples-single.md +0 -0
  1467. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-handover/SKILL.md +0 -0
  1468. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-implement/SKILL.md +0 -0
  1469. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1470. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-plan/SKILL.md +0 -0
  1471. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-plan/examples.md +0 -0
  1472. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-research/SKILL.md +0 -0
  1473. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/sspec-review/SKILL.md +0 -0
  1474. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/use-powershell/SKILL.md +0 -0
  1475. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/use-powershell/references/patterns.md +0 -0
  1476. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/write-patch/SKILL.md +0 -0
  1477. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1478. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/.gitignore +0 -0
  1479. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/.meta.json +0 -0
  1480. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status/handover.md +0 -0
  1481. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status/spec.md +0 -0
  1482. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status/tasks.md +0 -0
  1483. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status-root/handover.md +0 -0
  1484. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status-root/spec.md +0 -0
  1485. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-05_demo-status-root/tasks.md +0 -0
  1486. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-06_demo-status-root-2/handover.md +0 -0
  1487. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-06_demo-status-root-2/spec.md +0 -0
  1488. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/changes/26-03-06T14-06_demo-status-root-2/tasks.md +0 -0
  1489. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/project.md +0 -0
  1490. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/.sspec/spec-docs/README.md +0 -0
  1491. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_change_status_dashboard/AGENTS.md +0 -0
  1492. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/.gitignore +0 -0
  1493. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/.gitignore +0 -0
  1494. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-align/SKILL.md +0 -0
  1495. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-design/SKILL.md +0 -0
  1496. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-design/examples-docs.md +0 -0
  1497. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-design/examples-feature.md +0 -0
  1498. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-design/examples-refactor.md +0 -0
  1499. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-design/examples-root.md +0 -0
  1500. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-handover/SKILL.md +0 -0
  1501. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-implement/SKILL.md +0 -0
  1502. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1503. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-plan/SKILL.md +0 -0
  1504. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-plan/examples.md +0 -0
  1505. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-research/SKILL.md +0 -0
  1506. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/sspec-review/SKILL.md +0 -0
  1507. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/use-powershell/SKILL.md +0 -0
  1508. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/use-powershell/references/patterns.md +0 -0
  1509. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/write-patch/SKILL.md +0 -0
  1510. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1511. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.sspec/.gitignore +0 -0
  1512. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.sspec/.meta.json +0 -0
  1513. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.sspec/project.md +0 -0
  1514. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/.sspec/spec-docs/README.md +0 -0
  1515. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_audit_followup/AGENTS.md +0 -0
  1516. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/.gitignore +0 -0
  1517. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/.gitignore +0 -0
  1518. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-align/SKILL.md +0 -0
  1519. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-design/SKILL.md +0 -0
  1520. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-design/examples-docs.md +0 -0
  1521. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-design/examples-feature.md +0 -0
  1522. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-design/examples-refactor.md +0 -0
  1523. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-design/examples-root.md +0 -0
  1524. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-handover/SKILL.md +0 -0
  1525. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-implement/SKILL.md +0 -0
  1526. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1527. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-plan/SKILL.md +0 -0
  1528. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-plan/examples.md +0 -0
  1529. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-research/SKILL.md +0 -0
  1530. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/sspec-review/SKILL.md +0 -0
  1531. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/use-powershell/SKILL.md +0 -0
  1532. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/use-powershell/references/patterns.md +0 -0
  1533. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/write-patch/SKILL.md +0 -0
  1534. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1535. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.sspec/.gitignore +0 -0
  1536. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.sspec/.meta.json +0 -0
  1537. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.sspec/project.md +0 -0
  1538. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/.sspec/spec-docs/README.md +0 -0
  1539. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_followup/AGENTS.md +0 -0
  1540. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/.gitignore +0 -0
  1541. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/.gitignore +0 -0
  1542. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-align/SKILL.md +0 -0
  1543. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-design/SKILL.md +0 -0
  1544. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-design/examples-docs.md +0 -0
  1545. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-design/examples-feature.md +0 -0
  1546. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-design/examples-refactor.md +0 -0
  1547. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-design/examples-root.md +0 -0
  1548. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-handover/SKILL.md +0 -0
  1549. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-implement/SKILL.md +0 -0
  1550. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1551. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-plan/SKILL.md +0 -0
  1552. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-plan/examples.md +0 -0
  1553. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-research/SKILL.md +0 -0
  1554. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/sspec-review/SKILL.md +0 -0
  1555. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/use-powershell/SKILL.md +0 -0
  1556. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/use-powershell/references/patterns.md +0 -0
  1557. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/write-patch/SKILL.md +0 -0
  1558. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1559. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.sspec/.gitignore +0 -0
  1560. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.sspec/.meta.json +0 -0
  1561. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.sspec/project.md +0 -0
  1562. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/.sspec/spec-docs/README.md +0 -0
  1563. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_design_skill_minor_polish/AGENTS.md +0 -0
  1564. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_exclude.py +0 -0
  1565. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/.gitignore +0 -0
  1566. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/.gitignore +0 -0
  1567. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-align/SKILL.md +0 -0
  1568. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-design/SKILL.md +0 -0
  1569. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-design/examples-root.md +0 -0
  1570. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-design/examples-single.md +0 -0
  1571. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-handover/SKILL.md +0 -0
  1572. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-implement/SKILL.md +0 -0
  1573. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1574. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-plan/SKILL.md +0 -0
  1575. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-plan/examples.md +0 -0
  1576. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-research/SKILL.md +0 -0
  1577. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/sspec-review/SKILL.md +0 -0
  1578. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/use-powershell/SKILL.md +0 -0
  1579. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/use-powershell/references/patterns.md +0 -0
  1580. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/write-patch/SKILL.md +0 -0
  1581. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1582. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/.gitignore +0 -0
  1583. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/.meta.json +0 -0
  1584. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_memory-shape/handover.md +0 -0
  1585. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_memory-shape/spec.md +0 -0
  1586. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_memory-shape/tasks.md +0 -0
  1587. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_root-memory-shape/handover.md +0 -0
  1588. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_root-memory-shape/spec.md +0 -0
  1589. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-30_root-memory-shape/tasks.md +0 -0
  1590. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_memory-shape-v2/handover.md +0 -0
  1591. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_memory-shape-v2/spec.md +0 -0
  1592. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_memory-shape-v2/tasks.md +0 -0
  1593. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_root-memory-shape-v2/handover.md +0 -0
  1594. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_root-memory-shape-v2/spec.md +0 -0
  1595. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T20-40_root-memory-shape-v2/tasks.md +0 -0
  1596. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_memory-shape-v3/handover.md +0 -0
  1597. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_memory-shape-v3/spec.md +0 -0
  1598. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_memory-shape-v3/tasks.md +0 -0
  1599. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_root-memory-shape-v3/handover.md +0 -0
  1600. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_root-memory-shape-v3/spec.md +0 -0
  1601. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/changes/26-03-10T21-06_root-memory-shape-v3/tasks.md +0 -0
  1602. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/project.md +0 -0
  1603. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/.sspec/spec-docs/README.md +0 -0
  1604. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_memory_structure/AGENTS.md +0 -0
  1605. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/.gitignore +0 -0
  1606. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/.gitignore +0 -0
  1607. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-ask/SKILL.md +0 -0
  1608. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-design/SKILL.md +0 -0
  1609. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-design/examples-root.md +0 -0
  1610. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-design/examples-single.md +0 -0
  1611. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-handover/SKILL.md +0 -0
  1612. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-implement/SKILL.md +0 -0
  1613. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1614. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-plan/SKILL.md +0 -0
  1615. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-plan/examples.md +0 -0
  1616. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-research/SKILL.md +0 -0
  1617. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/sspec-review/SKILL.md +0 -0
  1618. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/use-powershell/SKILL.md +0 -0
  1619. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/use-powershell/references/patterns.md +0 -0
  1620. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/write-patch/SKILL.md +0 -0
  1621. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1622. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/.gitignore +0 -0
  1623. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/.meta.json +0 -0
  1624. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo/handover.md +0 -0
  1625. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo/spec.md +0 -0
  1626. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo/tasks.md +0 -0
  1627. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo-root/handover.md +0 -0
  1628. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo-root/spec.md +0 -0
  1629. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/changes/26-03-06T01-23_demo-root/tasks.md +0 -0
  1630. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/project.md +0 -0
  1631. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/.sspec/spec-docs/README.md +0 -0
  1632. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_handover_template_v2/AGENTS.md +0 -0
  1633. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_match.py +0 -0
  1634. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/.gitignore +0 -0
  1635. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-ask/SKILL.md +0 -0
  1636. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-design/SKILL.md +0 -0
  1637. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-design/examples-root.md +0 -0
  1638. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-design/examples-single.md +0 -0
  1639. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-handover/SKILL.md +0 -0
  1640. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-implement/SKILL.md +0 -0
  1641. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-mdtoc/SKILL.md +0 -0
  1642. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-plan/SKILL.md +0 -0
  1643. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-plan/examples.md +0 -0
  1644. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-research/SKILL.md +0 -0
  1645. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/sspec-review/SKILL.md +0 -0
  1646. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/use-powershell/SKILL.md +0 -0
  1647. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/use-powershell/references/patterns.md +0 -0
  1648. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/write-patch/SKILL.md +0 -0
  1649. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.claude/skills/write-spec-doc/SKILL.md +0 -0
  1650. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.github/.gitignore +0 -0
  1651. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.sspec/.gitignore +0 -0
  1652. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.sspec/.meta.json +0 -0
  1653. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.sspec/project.md +0 -0
  1654. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/.sspec/spec-docs/README.md +0 -0
  1655. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_new/AGENTS.md +0 -0
  1656. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_patch_create_crlf_idempotence/note.txt +0 -0
  1657. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_patch_create_overwrite/docs/conflict.md +0 -0
  1658. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_patch_create_overwrite/docs/existing.md +0 -0
  1659. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_patch_create_overwrite/docs/new-file.md +0 -0
  1660. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/.gitignore +0 -0
  1661. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/.gitignore +0 -0
  1662. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/custom-user-skill/SKILL.md +0 -0
  1663. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-align/SKILL.md +0 -0
  1664. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-clarify/SKILL.md +0 -0
  1665. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-design/SKILL.md +0 -0
  1666. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-design/examples-docs.md +0 -0
  1667. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-design/examples-feature.md +0 -0
  1668. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-design/examples-refactor.md +0 -0
  1669. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-design/examples-root.md +0 -0
  1670. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-implement/SKILL.md +0 -0
  1671. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1672. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-plan/SKILL.md +0 -0
  1673. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-plan/examples.md +0 -0
  1674. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/sspec-review/SKILL.md +0 -0
  1675. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/use-powershell/SKILL.md +0 -0
  1676. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/use-powershell/references/patterns.md +0 -0
  1677. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/write-patch/SKILL.md +0 -0
  1678. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1679. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.sspec/.gitignore +0 -0
  1680. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.sspec/.meta.json +0 -0
  1681. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.sspec/project.md +0 -0
  1682. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/.sspec/spec-docs/README.md +0 -0
  1683. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_pi_skill_gitignore_smoke/AGENTS.md +0 -0
  1684. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_prompt_tool/.sspec/project.md +0 -0
  1685. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_prompt_tool/.sspec/prompts/demo_context.yml +0 -0
  1686. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_prompt_tool/inline_output.txt +0 -0
  1687. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_prompt_tool/preset_output.txt +0 -0
  1688. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_prompt_tool/src/demo.py +0 -0
  1689. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/.gitignore +0 -0
  1690. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/.gitignore +0 -0
  1691. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-align/SKILL.md +0 -0
  1692. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-design/SKILL.md +0 -0
  1693. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-design/examples-root.md +0 -0
  1694. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-design/examples-single.md +0 -0
  1695. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-handover/SKILL.md +0 -0
  1696. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-implement/SKILL.md +0 -0
  1697. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1698. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-plan/SKILL.md +0 -0
  1699. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-plan/examples.md +0 -0
  1700. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-research/SKILL.md +0 -0
  1701. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/sspec-review/SKILL.md +0 -0
  1702. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/use-powershell/SKILL.md +0 -0
  1703. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/use-powershell/references/patterns.md +0 -0
  1704. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/write-patch/SKILL.md +0 -0
  1705. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1706. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/.gitignore +0 -0
  1707. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/.meta.json +0 -0
  1708. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/changes/26-03-07T02-10_git-baseline/handover.md +0 -0
  1709. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/changes/26-03-07T02-10_git-baseline/spec.md +0 -0
  1710. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/changes/26-03-07T02-10_git-baseline/tasks.md +0 -0
  1711. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/project.md +0 -0
  1712. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/.sspec/spec-docs/README.md +0 -0
  1713. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/AGENTS.md +0 -0
  1714. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli/tracked.txt +0 -0
  1715. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/.gitignore +0 -0
  1716. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/.gitignore +0 -0
  1717. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-align/SKILL.md +0 -0
  1718. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-design/SKILL.md +0 -0
  1719. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-design/examples-root.md +0 -0
  1720. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-design/examples-single.md +0 -0
  1721. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-handover/SKILL.md +0 -0
  1722. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-implement/SKILL.md +0 -0
  1723. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1724. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-plan/SKILL.md +0 -0
  1725. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-plan/examples.md +0 -0
  1726. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-research/SKILL.md +0 -0
  1727. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/sspec-review/SKILL.md +0 -0
  1728. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/use-powershell/SKILL.md +0 -0
  1729. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/use-powershell/references/patterns.md +0 -0
  1730. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/write-patch/SKILL.md +0 -0
  1731. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1732. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/.gitignore +0 -0
  1733. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/.meta.json +0 -0
  1734. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/changes/26-03-07T02-18_git-baseline/handover.md +0 -0
  1735. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/changes/26-03-07T02-18_git-baseline/spec.md +0 -0
  1736. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/changes/26-03-07T02-18_git-baseline/tasks.md +0 -0
  1737. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/project.md +0 -0
  1738. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/.sspec/spec-docs/README.md +0 -0
  1739. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/AGENTS.md +0 -0
  1740. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_record_git_id_cli_v2/tracked.txt +0 -0
  1741. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/.gitignore +0 -0
  1742. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/.gitignore +0 -0
  1743. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-align/SKILL.md +0 -0
  1744. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-design/SKILL.md +0 -0
  1745. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-design/examples-root.md +0 -0
  1746. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-design/examples-single.md +0 -0
  1747. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-handover/SKILL.md +0 -0
  1748. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-implement/SKILL.md +0 -0
  1749. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1750. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-plan/SKILL.md +0 -0
  1751. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-plan/examples.md +0 -0
  1752. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-research/SKILL.md +0 -0
  1753. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/sspec-review/SKILL.md +0 -0
  1754. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/use-powershell/SKILL.md +0 -0
  1755. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/use-powershell/references/patterns.md +0 -0
  1756. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/write-patch/SKILL.md +0 -0
  1757. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1758. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/.gitignore +0 -0
  1759. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/.meta.json +0 -0
  1760. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/changes/26-03-10T22-52_review-scope-demo/handover.md +0 -0
  1761. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/changes/26-03-10T22-52_review-scope-demo/spec.md +0 -0
  1762. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/changes/26-03-10T22-52_review-scope-demo/tasks.md +0 -0
  1763. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/project.md +0 -0
  1764. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/.sspec/spec-docs/README.md +0 -0
  1765. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_review_feedback_sync/AGENTS.md +0 -0
  1766. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/.gitignore +0 -0
  1767. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/.gitignore +0 -0
  1768. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-align/SKILL.md +0 -0
  1769. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-design/SKILL.md +0 -0
  1770. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-design/examples-root.md +0 -0
  1771. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-design/examples-single.md +0 -0
  1772. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-handover/SKILL.md +0 -0
  1773. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-implement/SKILL.md +0 -0
  1774. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1775. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-plan/SKILL.md +0 -0
  1776. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-plan/examples.md +0 -0
  1777. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-research/SKILL.md +0 -0
  1778. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/sspec-review/SKILL.md +0 -0
  1779. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/use-powershell/SKILL.md +0 -0
  1780. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/use-powershell/references/patterns.md +0 -0
  1781. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/write-patch/SKILL.md +0 -0
  1782. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1783. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.sspec/.gitignore +0 -0
  1784. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.sspec/.meta.json +0 -0
  1785. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.sspec/project.md +0 -0
  1786. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/.sspec/spec-docs/README.md +0 -0
  1787. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_git_baseline/AGENTS.md +0 -0
  1788. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/.gitignore +0 -0
  1789. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/.gitignore +0 -0
  1790. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-ask/SKILL.md +0 -0
  1791. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-design/SKILL.md +0 -0
  1792. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-design/examples-root.md +0 -0
  1793. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-design/examples-single.md +0 -0
  1794. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-handover/SKILL.md +0 -0
  1795. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-implement/SKILL.md +0 -0
  1796. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1797. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-plan/SKILL.md +0 -0
  1798. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-plan/examples.md +0 -0
  1799. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-research/SKILL.md +0 -0
  1800. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/sspec-review/SKILL.md +0 -0
  1801. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/use-powershell/SKILL.md +0 -0
  1802. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/use-powershell/references/patterns.md +0 -0
  1803. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/write-patch/SKILL.md +0 -0
  1804. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1805. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.sspec/.gitignore +0 -0
  1806. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.sspec/.meta.json +0 -0
  1807. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.sspec/project.md +0 -0
  1808. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/.sspec/spec-docs/README.md +0 -0
  1809. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_examples_anchor/AGENTS.md +0 -0
  1810. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/.gitignore +0 -0
  1811. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/.gitignore +0 -0
  1812. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-ask/SKILL.md +0 -0
  1813. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-design/SKILL.md +0 -0
  1814. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-design/examples-root.md +0 -0
  1815. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-design/examples-single.md +0 -0
  1816. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-handover/SKILL.md +0 -0
  1817. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-implement/SKILL.md +0 -0
  1818. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1819. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-plan/SKILL.md +0 -0
  1820. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-plan/examples.md +0 -0
  1821. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-research/SKILL.md +0 -0
  1822. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/sspec-review/SKILL.md +0 -0
  1823. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/use-powershell/SKILL.md +0 -0
  1824. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/use-powershell/references/patterns.md +0 -0
  1825. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/write-patch/SKILL.md +0 -0
  1826. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1827. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.sspec/.gitignore +0 -0
  1828. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.sspec/.meta.json +0 -0
  1829. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.sspec/project.md +0 -0
  1830. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/.sspec/spec-docs/README.md +0 -0
  1831. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_noanchors/AGENTS.md +0 -0
  1832. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/.gitignore +0 -0
  1833. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/.gitignore +0 -0
  1834. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-ask/SKILL.md +0 -0
  1835. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-design/SKILL.md +0 -0
  1836. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-design/examples-root.md +0 -0
  1837. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-design/examples-single.md +0 -0
  1838. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-handover/SKILL.md +0 -0
  1839. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-implement/SKILL.md +0 -0
  1840. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1841. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-plan/SKILL.md +0 -0
  1842. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-plan/examples.md +0 -0
  1843. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-research/SKILL.md +0 -0
  1844. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/sspec-review/SKILL.md +0 -0
  1845. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/use-powershell/SKILL.md +0 -0
  1846. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/use-powershell/references/patterns.md +0 -0
  1847. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/write-patch/SKILL.md +0 -0
  1848. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1849. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.sspec/.gitignore +0 -0
  1850. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.sspec/.meta.json +0 -0
  1851. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.sspec/project.md +0 -0
  1852. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/.sspec/spec-docs/README.md +0 -0
  1853. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_rework/AGENTS.md +0 -0
  1854. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/.gitignore +0 -0
  1855. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/.gitignore +0 -0
  1856. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-ask/SKILL.md +0 -0
  1857. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-design/SKILL.md +0 -0
  1858. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-design/examples-root.md +0 -0
  1859. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-design/examples-single.md +0 -0
  1860. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-handover/SKILL.md +0 -0
  1861. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-implement/SKILL.md +0 -0
  1862. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1863. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-plan/SKILL.md +0 -0
  1864. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-plan/examples.md +0 -0
  1865. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-research/SKILL.md +0 -0
  1866. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/sspec-review/SKILL.md +0 -0
  1867. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/use-powershell/SKILL.md +0 -0
  1868. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/use-powershell/references/patterns.md +0 -0
  1869. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/write-patch/SKILL.md +0 -0
  1870. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1871. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.sspec/.gitignore +0 -0
  1872. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.sspec/.meta.json +0 -0
  1873. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.sspec/project.md +0 -0
  1874. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/.sspec/spec-docs/README.md +0 -0
  1875. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_plan_structure/AGENTS.md +0 -0
  1876. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/.gitignore +0 -0
  1877. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/.gitignore +0 -0
  1878. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-ask/SKILL.md +0 -0
  1879. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-design/SKILL.md +0 -0
  1880. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-design/examples-root.md +0 -0
  1881. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-design/examples-single.md +0 -0
  1882. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-handover/SKILL.md +0 -0
  1883. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-implement/SKILL.md +0 -0
  1884. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-mdtoc/SKILL.md +0 -0
  1885. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-plan/SKILL.md +0 -0
  1886. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-plan/examples.md +0 -0
  1887. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-research/SKILL.md +0 -0
  1888. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/sspec-review/SKILL.md +0 -0
  1889. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/use-powershell/SKILL.md +0 -0
  1890. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/use-powershell/references/patterns.md +0 -0
  1891. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/write-patch/SKILL.md +0 -0
  1892. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.claude/skills/write-spec-doc/SKILL.md +0 -0
  1893. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.github/.gitignore +0 -0
  1894. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.sspec/.gitignore +0 -0
  1895. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.sspec/.meta.json +0 -0
  1896. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.sspec/project.md +0 -0
  1897. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/.sspec/spec-docs/README.md +0 -0
  1898. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_strategy_research/AGENTS.md +0 -0
  1899. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/.gitignore +0 -0
  1900. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/.gitignore +0 -0
  1901. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-ask/SKILL.md +0 -0
  1902. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-design/SKILL.md +0 -0
  1903. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-design/examples-root.md +0 -0
  1904. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-design/examples-single.md +0 -0
  1905. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-handover/SKILL.md +0 -0
  1906. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-implement/SKILL.md +0 -0
  1907. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1908. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-plan/SKILL.md +0 -0
  1909. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-plan/examples.md +0 -0
  1910. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-research/SKILL.md +0 -0
  1911. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/sspec-review/SKILL.md +0 -0
  1912. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/use-powershell/SKILL.md +0 -0
  1913. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/use-powershell/references/patterns.md +0 -0
  1914. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/write-patch/SKILL.md +0 -0
  1915. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1916. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.sspec/.gitignore +0 -0
  1917. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.sspec/.meta.json +0 -0
  1918. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.sspec/project.md +0 -0
  1919. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/.sspec/spec-docs/README.md +0 -0
  1920. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_skill_text_reduced/AGENTS.md +0 -0
  1921. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/.gitignore +0 -0
  1922. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/.gitignore +0 -0
  1923. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-align/SKILL.md +0 -0
  1924. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-design/SKILL.md +0 -0
  1925. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-design/examples-root.md +0 -0
  1926. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-design/examples-single.md +0 -0
  1927. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-handover/SKILL.md +0 -0
  1928. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-implement/SKILL.md +0 -0
  1929. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-mdtoc/SKILL.md +0 -0
  1930. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-plan/SKILL.md +0 -0
  1931. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-plan/examples.md +0 -0
  1932. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-research/SKILL.md +0 -0
  1933. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/sspec-review/SKILL.md +0 -0
  1934. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/use-powershell/SKILL.md +0 -0
  1935. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/use-powershell/references/patterns.md +0 -0
  1936. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/write-patch/SKILL.md +0 -0
  1937. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.agents/skills/write-spec-doc/SKILL.md +0 -0
  1938. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.sspec/.gitignore +0 -0
  1939. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.sspec/.meta.json +0 -0
  1940. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.sspec/project.md +0 -0
  1941. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/.sspec/spec-docs/README.md +0 -0
  1942. {sspec-2.3.0 → sspec-2.4.0}/tmp/test_write_patch_skill_refresh/AGENTS.md +0 -0
  1943. {sspec-2.3.0 → sspec-2.4.0}/tmp/tests.zip +0 -0
  1944. {sspec-2.3.0 → sspec-2.4.0}/tmp/write-spec-doc-v4-draft.md +0 -0
  1945. {sspec-2.3.0 → sspec-2.4.0}/wip/analysis-report.md +0 -0
@@ -0,0 +1,291 @@
1
+ ---
2
+ change: "portable-mode-agent-resources"
3
+ created: 2026-05-09T20:59:30
4
+ ---
5
+
6
+ # Design: portable-mode-agent-resources
7
+
8
+ ## 1. CLI Contract
9
+
10
+ ```text
11
+ sspec portable
12
+ sspec portable read <scope:slug>
13
+ ```
14
+
15
+ | Command | Purpose | Project required | Writes files |
16
+ |---|---|---:|---:|
17
+ | `sspec portable` | Print portable Agent bootstrap + indexes | No | No |
18
+ | `sspec portable read rule:sspec` | Read rendered built-in sspec agent protocol with source metadata | No | No |
19
+ | `sspec portable read skill:sspec-design` | Read built-in SKILL.md with source metadata | No | No |
20
+ | `sspec portable read skill:sspec-design/examples-feature.md` | Read skill attachment with source metadata | No | No |
21
+ | `sspec portable read howto:write-memory` | Read built-in HOWTO with source metadata | No | No |
22
+ | `sspec portable read template:change/spec.md` | Read built-in template with source metadata | No | No |
23
+
24
+ No options in MVP. Keep the surface intentionally small.
25
+
26
+ ## 2. Output Contract: `sspec portable`
27
+
28
+ `sspec portable` prints XML-like, Agent-readable bootstrap text. It assumes the consuming Agent may know nothing about sspec.
29
+
30
+ ````xml
31
+ <sspec-portable schema="6.0">
32
+
33
+ <what_is_this>
34
+ sspec is a spec-driven working protocol for AI coding agents.
35
+ It provides:
36
+ - rules: general behavior for clarifying, designing, planning, implementing,
37
+ reviewing, and aligning with the user;
38
+ - skills: task-specific instructions loaded only when relevant;
39
+ - templates: optional files used by full sspec projects to persist specs,
40
+ tasks, memory, requests, and docs.
41
+
42
+ You are using sspec in portable mode.
43
+ Portable mode means: use sspec rules and skills as behavioral guidance,
44
+ but do not initialize or manage sspec project state in the current workspace.
45
+ </what_is_this>
46
+
47
+ <portable_constraints>
48
+ Unless the user explicitly asks to install or manage sspec in this project:
49
+ - do not run `sspec project init`;
50
+ - do not run `sspec change new`, `sspec request new`, `sspec doc new`, or `sspec skill dominate`;
51
+ - do not create `.sspec/`, `AGENTS.md`, `spec.md`, `tasks.md`, or `memory.md` as sspec-managed files;
52
+ - do not treat missing `.sspec/project.md` as an error;
53
+ - do not load all SKILLs eagerly.
54
+ </portable_constraints>
55
+
56
+ <required_next_steps>
57
+ 1. First read the sspec rule:
58
+ sspec portable read rule:sspec
59
+
60
+ 2. Classify the user request using the rule.
61
+
62
+ 3. If the task matches a listed SKILL, read that SKILL before acting:
63
+ sspec portable read skill:<name>
64
+
65
+ 4. If a loaded SKILL references a relative file, read it with:
66
+ sspec portable read skill:<name>/<relative-path>
67
+
68
+ 5. If a loaded rule or SKILL references a HOWTO or template, read it with:
69
+ sspec portable read howto:<name>
70
+ sspec portable read template:<path>
71
+ </required_next_steps>
72
+
73
+ <project_to_portable_behavior_mapping>
74
+ - If sspec says to read `.sspec/project.md`:
75
+ If it exists and is relevant, you may read it. If missing, continue using the
76
+ user's request and codebase context.
77
+ - If sspec says to run `sspec change new ...`:
78
+ Do not run it. Produce a structured design/spec draft in chat or in a
79
+ user-approved file.
80
+ - If sspec says to write `spec.md`:
81
+ Output sections such as Problem Statement, Approach, Key Changes, and Scope Summary.
82
+ - If sspec says to write `design.md`:
83
+ Output technical design details: interfaces, diagrams, tables, data shapes, or
84
+ behavior specs.
85
+ - If sspec says to write `tasks.md`:
86
+ Output an execution plan/checklist with verification criteria.
87
+ - If sspec says to write `memory.md`:
88
+ Keep concise session notes only when needed; do not persist `.sspec` memory unless
89
+ user asks.
90
+ - If sspec says to create `revisions/`:
91
+ Write an explicit Revision Note in chat unless user asks for files.
92
+ - If sspec uses `@align gate`:
93
+ Stop and ask the user for confirmation before proceeding.
94
+ - If sspec uses `@align report`:
95
+ Give a structured progress summary; continue if safe.
96
+ - If sspec says to run `sspec howto <name>`:
97
+ Use `sspec portable read howto:<name>` to inspect the built-in HOWTO.
98
+ - If a SKILL references `./examples.md`:
99
+ Use `sspec portable read skill:<skill>/<relative-path>`.
100
+ </project_to_portable_behavior_mapping>
101
+
102
+ <rule_index>
103
+ <rule>
104
+ <name>sspec</name>
105
+ <description>Rendered sspec agent protocol from the built-in AGENTS.md template.</description>
106
+ <read>sspec portable read rule:sspec</read>
107
+ </rule>
108
+ </rule_index>
109
+
110
+ <available_skills>
111
+ <skill>
112
+ <name>sspec-design</name>
113
+ <description>Assess scale, create change, fill spec.md + design.md, align with user. Use after clarify when ready to define the solution.</description>
114
+ <location>builtin:sspec-design</location>
115
+ <read>sspec portable read skill:sspec-design</read>
116
+ </skill>
117
+ </available_skills>
118
+
119
+ </sspec-portable>
120
+ ````
121
+
122
+ ### Priority Rule
123
+
124
+ The portable bootstrap is the highest-priority instruction for portable usage. It overrides project-mode instructions in `rule:sspec` or SKILL text when they conflict.
125
+
126
+ Decision logic:
127
+
128
+ ```text
129
+ if user explicitly asks to initialize/manage sspec project:
130
+ use normal sspec project workflow
131
+ elif current task uses sspec portable output:
132
+ do not create sspec project state
133
+ map project-mode instructions through project_to_portable_behavior_mapping
134
+ read matching SKILL/HOWTO/template on demand
135
+ else:
136
+ normal agent behavior
137
+ ```
138
+
139
+ ### Disclosure Policy
140
+
141
+ `sspec portable` uses progressive disclosure:
142
+
143
+ | Resource | Included by default? | Why |
144
+ |---|---:|---|
145
+ | portable bootstrap | Yes | Agent needs zero-context orientation and constraints first |
146
+ | `rule:sspec` body | No | Large and project-mode oriented; read after constraints are known |
147
+ | SKILL bodies | No | Preserve standard SKILL on-demand loading |
148
+ | templates/HOWTOs | No | Read only when referenced |
149
+
150
+ ## 3. `read <scope:slug>` Contract
151
+
152
+ ### Grammar
153
+
154
+ ```text
155
+ resource_ref := scope ":" slug
156
+ scope := "rule" | "skill" | "template" | "howto"
157
+ slug := safe relative resource identifier
158
+ ```
159
+
160
+ ### Supported refs
161
+
162
+ | Ref | Source | Rendering |
163
+ |---|---|---|
164
+ | `rule:sspec` | `sspec/templates/AGENTS.md` | render `{{SCHEMA_VERSION}}` |
165
+ | `skill:<name>` | `sspec/templates/skills/<name>/SKILL.md` | content unchanged |
166
+ | `skill:<name>/<file>` | `sspec/templates/skills/<name>/<file>` | content unchanged |
167
+ | `template:<path>` | `sspec/templates/<path>` | content unchanged |
168
+ | `howto:<name>` | `sspec/howto/<name>.md` | content unchanged |
169
+
170
+ No `rule:portable`: portable rules are already the bootstrap output of `sspec portable`.
171
+
172
+ ### Read output wrapper
173
+
174
+ `read` output is wrapped so the consuming Agent can see where the content came from. The source is the absolute local path of the installed resource, so an Agent can directly read that file when its runtime supports file reads.
175
+
176
+ ````xml
177
+ <sspec-portable-resource>
178
+ <ref>skill:sspec-design</ref>
179
+ <source>H:\\SrcCode\\playground\\sspec\\src\\sspec\\templates\\skills\\sspec-design\\SKILL.md</source>
180
+ <read_command>sspec portable read skill:sspec-design</read_command>
181
+ <content>
182
+ ---
183
+ name: sspec-design
184
+ ...
185
+ ---
186
+
187
+ # SSPEC Design
188
+ ...
189
+ </content>
190
+ </sspec-portable-resource>
191
+ ````
192
+
193
+ ### Error behavior
194
+
195
+ | Input | Error |
196
+ |---|---|
197
+ | missing `:` | `Invalid resource ref. Expected <scope:slug>.` |
198
+ | unknown scope | `Unknown portable resource scope: <scope>` |
199
+ | unsupported rule slug | `Unknown portable rule: <slug>` |
200
+ | absolute path | `Unsafe resource path.` |
201
+ | contains `..` | `Unsafe resource path.` |
202
+ | unknown skill | `Portable resource not found: skill:<name>` |
203
+ | unknown howto/template | `Portable resource not found: <scope>:<slug>` |
204
+ | directory target | `Portable resource is a directory, not a readable file.` |
205
+
206
+ ## 4. Internal Interfaces
207
+
208
+ ```python
209
+ @dataclass(frozen=True, slots=True)
210
+ class PortableSkillEntry:
211
+ name: str
212
+ description: str
213
+ location: str
214
+ read_command: str
215
+
216
+
217
+ def render_portable_index() -> str: ...
218
+
219
+ def read_portable_resource(ref: str) -> str: ...
220
+
221
+ def list_builtin_skills() -> list[PortableSkillEntry]: ...
222
+ ```
223
+
224
+ Call flow:
225
+
226
+ ```text
227
+ CLI portable
228
+ → portable_service.render_portable_index()
229
+ → print
230
+
231
+ CLI portable read ref
232
+ → portable_service.read_portable_resource(ref)
233
+ → print
234
+ ```
235
+
236
+ ## 5. Resource Access Strategy
237
+
238
+ Use `importlib.resources.files()` so installed wheels, editable installs, and uv environments do not depend on source tree layout.
239
+
240
+ ```python
241
+ from importlib import resources
242
+
243
+ TEMPLATES = resources.files("sspec.templates")
244
+ HOWTO = resources.files("sspec.howto")
245
+ ```
246
+
247
+ Skill index extraction:
248
+
249
+ ```text
250
+ templates/skills/*/SKILL.md
251
+ → parse YAML frontmatter fields: name, description
252
+ → fallback name = directory name
253
+ → fallback description = ""
254
+ ```
255
+
256
+ Security constraints:
257
+
258
+ ```text
259
+ - Reject absolute slugs
260
+ - Reject any path part equal to ".."
261
+ - Only read files under the resolved package resource root for the requested scope
262
+ - Do not execute shell commands
263
+ - Do not inspect cwd for `.sspec/`
264
+ ```
265
+
266
+ ## 6. Test Matrix
267
+
268
+ | Test | Expected |
269
+ |---|---|
270
+ | `sspec portable` in tmp dir without `.sspec/` | exits 0, no files created |
271
+ | portable output | contains `<what_is_this>`, `<portable_constraints>`, `<available_skills>` |
272
+ | portable output explains sspec | contains `sspec is a spec-driven working protocol` |
273
+ | portable output skill XML | contains `<skill><name>sspec-design</name>` pattern |
274
+ | portable output does not include rule body | does not contain `# .sspec Agent Protocol` |
275
+ | `read rule:sspec` | contains rendered `SSPEC_SCHEMA::6.0` and absolute `<source>` path |
276
+ | `read skill:sspec-design` | contains `# SSPEC Design` and absolute `<source>` path |
277
+ | `read skill:sspec-design/examples-feature.md` | returns file contents |
278
+ | `read howto:write-memory` | returns HOWTO contents |
279
+ | `read template:change/spec.md` | returns spec template |
280
+ | `read rule:portable` | rejects as unknown rule |
281
+ | `read skill:../core.py` | rejects as unsafe |
282
+ | `read unknown:x` | clear ClickException |
283
+
284
+ ## 7. Non-Goals
285
+
286
+ - No interactive wizard.
287
+ - No `--install`, no sync to `.agents/skills`.
288
+ - No JSON output in MVP.
289
+ - No auto-loading all SKILL contents.
290
+ - No default inline AGENTS.md body.
291
+ - No changes to project lifecycle commands.
@@ -0,0 +1,49 @@
1
+ # Memory: portable-mode-agent-resources
2
+
3
+ **Updated**: 2026-05-09T22:05+08:00
4
+
5
+ ## Git Baseline (Immutable)
6
+ <!-- Captured during `sspec change new` before any change files are written.
7
+ This section records the change starting point in git and MUST NOT be edited or refreshed later. -->
8
+
9
+ - Captured: before change file creation
10
+ - Repository: `H:/SrcCode/playground/sspec`
11
+ - Branch: `main`
12
+ - HEAD: `9ebe4700946c8261e5f35af6b2bc47030d31b9de`
13
+ - Worktree: `clean`
14
+ - Status Snapshot: raw `git status --short --branch` output
15
+
16
+ ```text
17
+ ## main...origin/main
18
+ ```
19
+
20
+ ## State
21
+
22
+ Implementation complete; change is in REVIEW. Next: user reviews `sspec portable` behavior and either accepts or requests adjustments.
23
+
24
+ ## Key Files
25
+
26
+ - `.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/spec.md` — product scope and behavior contract
27
+ - `.sspec/changes/26-05-09T20-59_portable-mode-agent-resources/design.md` — CLI contract, output format, resource read semantics, safety rules
28
+ - `src/sspec/templates/AGENTS.md` — source for `rule:project`
29
+ - `src/sspec/templates/skills/` — source for builtin SKILL index and `skill:` reads
30
+ - `src/sspec/services/portable_service.py` — portable bootstrap rendering and safe resource reader
31
+ - `src/sspec/commands/portable.py` — CLI command group for portable mode
32
+ - `tests/test_portable_service.py` — service-level coverage for portable resources
33
+ - `tests/test_portable_command.py` — command-level coverage for no-project portable usage
34
+
35
+ ## Knowledge
36
+
37
+ - [2026-05-09T20:59+08:00] Decision: Command name is `portable`, not `resource` or `guide`; `portable` communicates no-project/no-state use and avoids implying normal sspec workflow.
38
+ - [2026-05-09T20:59+08:00] Constraint: `sspec portable` must not output all SKILL bodies; it should expose a standard `<available_skills>` index and rely on `sspec portable read skill:<name>` for on-demand loading.
39
+ - [2026-05-09T20:59+08:00] Constraint: Portable mode overlay wins over project rule/SKILL instructions when they conflict; no implicit `project init`, `change new`, or `.sspec/` writes.
40
+ - [2026-05-09T21:09+08:00] Decision: `sspec portable` must assume zero sspec context and first explain what sspec is before stating portable constraints.
41
+ - [2026-05-09T21:09+08:00] Decision: Rename read target `rule:project` to `rule:sspec`; do not expose `rule:portable` because portable guidance is the bootstrap itself.
42
+ - [2026-05-09T21:09+08:00] Decision: Default output uses progressive disclosure; it does not inline AGENTS.md/rule body and instead instructs `sspec portable read rule:sspec`.
43
+
44
+ ## Milestones
45
+
46
+ - [2026-05-09T20:59+08:00] Created change and drafted spec/design for portable Agent resource mode.
47
+ - [2026-05-09T21:09+08:00] Revised design to add zero-context explanation, behavior mapping, `rule:sspec`, HOWTO reads, and progressive disclosure.
48
+ - [2026-05-09T21:57+08:00] Implemented portable command and moved change to REVIEW; focused tests and smoke checks passed.
49
+ - [2026-05-09T22:05+08:00] Updated portable read source metadata from package-relative logical paths to absolute local paths for direct Agent reads.
@@ -0,0 +1,75 @@
1
+ ---
2
+ name: portable-mode-agent-resources
3
+ status: REVIEW
4
+ change-type: single
5
+ created: 2026-05-09T20:59:30
6
+ reference: null
7
+ ---
8
+
9
+ # portable-mode-agent-resources
10
+
11
+ ## Problem Statement
12
+
13
+ sspec 的核心资产(Agent protocol + 内置 SKILL)目前主要通过 `project init` 安装到项目后被 Agent 发现,导致一次性、轻量、非项目化场景无法稳定复用 sspec 的规范。用户如果只是想让第三方 Agent “参考 sspec-design 风格出方案”,现状容易出现三类失败:Agent 不知道 sspec 是什么、误以为必须初始化 `.sspec/` 或创建 change、或者一次性暴露大量 SKILL 原文造成上下文成本上升。
14
+
15
+ ## Proposed Solution
16
+
17
+ ### Approach
18
+
19
+ 新增 portable mode CLI:`sspec portable` 与 `sspec portable read <scope:slug>`。该模式不依赖当前目录存在 `.sspec/`,也不写入任何项目状态;它向零 sspec 上下文的 Agent 输出一份 portable bootstrap:先简要解释 sspec 是一套面向 AI coding agent 的规则、SKILL 与模板规范,再说明当前是“只借用规范、不进入完整项目工作流”的 portable 使用模式。
20
+
21
+ `sspec portable` 是启动说明与索引,不输出完整 AGENTS.md,也不输出全部 SKILL 原文。它采用渐进披露:引导 Agent 先读取 `rule:sspec`,再根据任务按需读取匹配的 SKILL、HOWTO 或模板。`sspec portable read ...` 是按需读取入口。
22
+
23
+ 选择 `portable` 而不是 `resource/guide`:`resource` 过于像资源浏览器,`guide` 过于像正常 sspec 工作流指南;`portable` 明确表达“脱离项目安装,只借用 sspec 核心规范”。
24
+
25
+ ### Key Change
26
+
27
+ **Feat A: Portable Bootstrap Command**
28
+
29
+ 新增顶层命令 `sspec portable`,输出 portable-mode Agent bootstrap,包括:
30
+ - sspec 零上下文简介:rules / skills / templates 分别是什么;
31
+ - portable mode 定义:遵循 sspec 规范,但不初始化、不管理当前项目的 sspec 状态;
32
+ - do / do_not 约束;
33
+ - 渐进披露步骤:先 `read rule:sspec`,再按需读取 SKILL/HOWTO/template;
34
+ - 标准 `<available_skills>` SKILL 索引;
35
+ - project-to-portable behavior mapping:当原始规则/SKILL 提到 sspec 项目文件或命令时,在 portable mode 下如何改写行为。
36
+
37
+ **Feat B: Scoped Builtin Resource Reader**
38
+
39
+ 新增 `sspec portable read <scope:slug>`,支持按需读取内置资源,并在输出 wrapper 中暴露当前安装环境中的绝对 source path,方便 Agent 直接读取源文件:
40
+ - `rule:sspec` — 渲染后的内置 AGENTS/project protocol rule;
41
+ - `skill:<name>` — 内置 SKILL.md;
42
+ - `skill:<name>/<relative-path>` — SKILL 附属文件;
43
+ - `howto:<name>` — 内置 HOWTO 文档;
44
+ - `template:<path>` — 内置模板文件。
45
+
46
+ 不提供 `rule:portable`:portable overlay 已经直接包含在 `sspec portable` bootstrap 中,重复暴露会制造概念噪音。
47
+
48
+ **Guard C: No-Project / No-State Safety**
49
+
50
+ portable command 不调用 `get_sspec_root()`,不要求当前目录已初始化 sspec,不创建 `.sspec/`、`AGENTS.md`、change、request、doc 或 skill link。输出必须明确:除非用户显式要求正式初始化或管理 sspec 项目,否则 Agent 不应运行项目写入命令。
51
+
52
+ **Guard D: Safe Resource Resolution**
53
+
54
+ 资源读取使用 package resource API,而不是源码路径假设;拒绝绝对路径、`..` path traversal、未知 scope、未知 skill、目录读取等不安全或不明确输入。
55
+
56
+ ### Scope Summary
57
+
58
+ | File | Change |
59
+ |---|---|
60
+ | `src/sspec/cli.py` | 注册新的 `portable` 顶层命令 |
61
+ | `src/sspec/commands/portable.py` | 新增 CLI wiring:`sspec portable` / `sspec portable read` |
62
+ | `src/sspec/services/portable_service.py` | 新增 portable bootstrap 渲染、resource 解析与读取逻辑 |
63
+ | `tests/test_portable_command.py` | 覆盖 CLI 行为、非 sspec 项目运行、输出结构、read 成功/失败路径 |
64
+ | `tests/test_portable_service.py` | 覆盖资源解析、安全校验、skill index 构建、rule 渲染 |
65
+
66
+ What stays unchanged:
67
+ - 不改变 `project init/update` 行为。
68
+ - 不改变 `.sspec/skills` hub-spoke 安装模型。
69
+ - 不改变现有 `skill list/new/dominate` 项目内 skill 管理语义。
70
+ - 不自动把 portable resources 安装到任何 Agent 目录。
71
+ - 不默认输出完整 AGENTS.md 或所有 SKILL 正文。
72
+
73
+ ### Design Reference
74
+
75
+ → See [design.md](./design.md)
@@ -0,0 +1,44 @@
1
+ ---
2
+ change: "portable-mode-agent-resources"
3
+ updated: "2026-05-09T21:20+08:00"
4
+ ---
5
+
6
+ # Tasks
7
+
8
+ ## Legend
9
+ `[ ]` Todo | `[x]` Done
10
+
11
+ ## Tasks
12
+
13
+ ### Phase 1: Service + CLI ✅
14
+ - [x] Create `src/sspec/services/portable_service.py` — implement bootstrap rendering, skill index extraction, safe resource resolution, and read wrapper.
15
+ - [x] Create `src/sspec/commands/portable.py` — wire `sspec portable` and `sspec portable read <scope:slug>`.
16
+ - [x] Update `src/sspec/cli.py` — register portable command.
17
+ **Verification**: `uv run sspec portable` and representative `read` commands exit 0 outside an sspec project.
18
+
19
+ ### Phase 2: Tests ✅
20
+ - [x] Add `tests/test_portable_service.py` — cover index shape, source metadata, rule rendering, safety errors.
21
+ - [x] Add `tests/test_portable_command.py` — cover CLI no-project behavior and read success/failure.
22
+ **Verification**: `uv run pytest tests/test_portable_service.py tests/test_portable_command.py` passes.
23
+
24
+ ### Phase 3: Quality Gate ✅
25
+ - [x] Run focused CLI smoke checks in `tmp/`.
26
+ - [x] Run lint/format for changed source.
27
+ **Verification**: focused pytest passes; ruff check/format completes for changed files. Full `ruff check src/` currently reports pre-existing unrelated issues in `builtin_tools/context.py` and `builtin_tools/treesitter.py`.
28
+
29
+ ---
30
+
31
+ ## Progress
32
+
33
+ **Overall**: 100%
34
+
35
+ | Phase | Progress | Status |
36
+ |-------|----------|--------|
37
+ | Phase 1 | 100% | ✅ |
38
+ | Phase 2 | 100% | ✅ |
39
+ | Phase 3 | 100% | ✅ |
40
+
41
+ **Recent**:
42
+ - 2026-05-09T21:13+08:00 — Plan created after design approval.
43
+ - 2026-05-09T21:20+08:00 — Implemented portable command, resource reader, tests, focused lint/format, and CLI smoke checks.
44
+ - 2026-05-09T22:05+08:00 — Adjusted `read` source metadata to absolute local paths and re-ran focused tests.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sspec
3
- Version: 2.3.0
3
+ Version: 2.4.0
4
4
  Summary: Lightweight AI collaboration spec for solo/small projects
5
5
  Author-email: frostime <frostime@foxmail.com>
6
6
  License: AGPL-V3
@@ -746,12 +746,12 @@ def _match_patch(
746
746
  raise ValueError('Resolved line range is empty')
747
747
  scope_start, scope_end = normalized_range
748
748
  except ValueError as e:
749
- return _fail('search_not_found', str(e))
749
+ return _fail('invalid_line_range', str(e))
750
750
  start_idx = scope_start - 1
751
751
  end_idx_excl = scope_end
752
752
  if start_idx < 0 or end_idx_excl > total_lines:
753
753
  return _fail(
754
- 'search_not_found',
754
+ 'out_of_range',
755
755
  f'Line range {format_line_range(patch.line_range)} is outside file bounds (1-{total_lines})',
756
756
  )
757
757
  prefix_len = start_idx
@@ -4,7 +4,7 @@ import click
4
4
  from rich.console import Console
5
5
 
6
6
  from sspec.builtin_tools import ask
7
- from sspec.commands import change, cmd, doc, howto, project, request, skill, tmp, tool
7
+ from sspec.commands import change, cmd, doc, howto, portable, project, request, skill, tmp, tool
8
8
  from sspec.core import configure_stdio_error_fallback
9
9
 
10
10
  configure_stdio_error_fallback()
@@ -30,6 +30,7 @@ def main(ctx: click.Context) -> None:
30
30
  main.add_command(project.project)
31
31
  main.add_command(change.change)
32
32
  main.add_command(howto.howto)
33
+ main.add_command(portable.portable)
33
34
  main.add_command(skill.skill)
34
35
  main.add_command(request.request)
35
36
  main.add_command(doc.doc)
@@ -0,0 +1,31 @@
1
+ """sspec portable command - no-project Agent workflow resources."""
2
+
3
+ from __future__ import annotations
4
+
5
+ import click
6
+
7
+ from sspec.services.portable_service import (
8
+ PortableResourceError,
9
+ read_portable_resource,
10
+ render_portable_index,
11
+ )
12
+
13
+
14
+ @click.group(invoke_without_command=True)
15
+ @click.pass_context
16
+ def portable(ctx: click.Context) -> None:
17
+ """Print portable sspec Agent instructions without initializing a project."""
18
+
19
+ if ctx.invoked_subcommand is None:
20
+ click.echo(render_portable_index(), nl=False)
21
+
22
+
23
+ @portable.command(name='read')
24
+ @click.argument('resource_ref')
25
+ def read_cmd(resource_ref: str) -> None:
26
+ """Read a built-in portable resource by <scope:slug>."""
27
+
28
+ try:
29
+ click.echo(read_portable_resource(resource_ref), nl=False)
30
+ except PortableResourceError as e:
31
+ raise click.ClickException(str(e)) from None