docguard-cli 0.24.0__tar.gz → 0.25.1__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 (1467) hide show
  1. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard → docguard_cli-0.25.1/.agent}/skills/docguard-fix/SKILL.md +2 -2
  2. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard → docguard_cli-0.25.1/.agent}/skills/docguard-guard/SKILL.md +2 -2
  3. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-review/SKILL.md +2 -2
  4. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-score/SKILL.md +2 -2
  5. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-sync/SKILL.md +2 -1
  6. docguard_cli-0.25.1/.github/scripts/speckit-submission.py +209 -0
  7. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/workflows/release.yml +85 -118
  8. docguard_cli-0.25.1/.github/workflows/sync-speckit-catalog.yml +110 -0
  9. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/anatomy.md +18 -4
  10. docguard_cli-0.25.1/.wolf/buglog.json +678 -0
  11. docguard_cli-0.25.1/.wolf/cerebrum.md +31 -0
  12. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/cron-state.json +1 -1
  13. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/hooks/_session.json +3 -3
  14. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/memory.md +38 -0
  15. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/token-ledger.json +344 -7
  16. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/CHANGELOG.md +70 -0
  17. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/PKG-INFO +1 -1
  18. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/ROADMAP.md +2 -1
  19. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/generate.mjs +67 -1
  20. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/init.mjs +6 -2
  21. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/sync.mjs +6 -0
  22. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/docguard.mjs +141 -6
  23. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/cli/scanners/project-type.mjs +11 -4
  24. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-ignore.mjs +7 -1
  25. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared.mjs +32 -0
  26. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/cli/validators/generated-staleness.mjs +16 -1
  27. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/extension.yml +1 -5
  28. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-fix/SKILL.md +2 -2
  29. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-guard/SKILL.md +2 -2
  30. {docguard_cli-0.24.0/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
  31. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +2 -2
  32. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -1
  33. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +2 -2
  34. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +2 -2
  35. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/package-lock.json +2 -2
  36. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/package.json +1 -1
  37. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/pyproject.toml +1 -1
  38. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/commands.test.mjs +137 -0
  39. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/docguardignore.test.mjs +42 -0
  40. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/generated-staleness.test.mjs +30 -0
  41. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/project-type.test.mjs +21 -0
  42. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/sync.test.mjs +16 -0
  43. docguard_cli-0.24.0/.agent/skills/docguard-fix/SKILL.md +0 -229
  44. docguard_cli-0.24.0/.agent/skills/docguard-guard/SKILL.md +0 -173
  45. docguard_cli-0.24.0/.agent/skills/docguard-score/SKILL.md +0 -179
  46. docguard_cli-0.24.0/.agent/skills/docguard-sync/SKILL.md +0 -112
  47. docguard_cli-0.24.0/.claude/settings.local.json +0 -24
  48. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.analyze.md +0 -184
  49. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.checklist.md +0 -295
  50. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.clarify.md +0 -181
  51. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.constitution.md +0 -84
  52. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.implement.md +0 -198
  53. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.plan.md +0 -90
  54. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.specify.md +0 -237
  55. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.tasks.md +0 -200
  56. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.taskstoissues.md +0 -30
  57. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-fix/SKILL.md +0 -229
  58. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-guard/SKILL.md +0 -173
  59. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-analyze/SKILL.md +0 -193
  60. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-checklist/SKILL.md +0 -304
  61. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-clarify/SKILL.md +0 -186
  62. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-constitution/SKILL.md +0 -89
  63. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-implement/SKILL.md +0 -207
  64. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-plan/SKILL.md +0 -91
  65. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-specify/SKILL.md +0 -239
  66. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-tasks/SKILL.md +0 -200
  67. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  68. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/rules/openwolf.md +0 -15
  69. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.json +0 -72
  70. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.local.json +0 -24
  71. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguard.json +0 -44
  72. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguardignore +0 -33
  73. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.git +0 -1
  74. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/dependabot.yml +0 -20
  75. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/scripts/patch-catalog.py +0 -104
  76. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/ci.yml +0 -90
  77. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/sync-speckit-catalog.yml +0 -182
  78. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.gitignore +0 -36
  79. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/bolt.md +0 -7
  80. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/palette.md +0 -7
  81. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.npmignore +0 -28
  82. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.specify/memory/constitution.md +0 -76
  83. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/anatomy.md +0 -553
  84. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/buglog.json +0 -4
  85. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cerebrum.md +0 -23
  86. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cron-state.json +0 -7
  87. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/daemon.log +0 -136
  88. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/memory.md +0 -4
  89. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/token-ledger.json +0 -21
  90. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/AGENTS.md +0 -119
  91. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CHANGELOG.md +0 -1292
  92. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CONTRIBUTING.md +0 -139
  93. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/README.md +0 -676
  94. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/ROADMAP.md +0 -124
  95. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/SECURITY.md +0 -40
  96. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/action.yml +0 -331
  97. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/demo.mjs +0 -241
  98. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/diff.mjs +0 -389
  99. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/explain.mjs +0 -286
  100. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/fix.mjs +0 -820
  101. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/generate.mjs +0 -1474
  102. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/guard.mjs +0 -574
  103. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/hooks.mjs +0 -334
  104. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/init.mjs +0 -499
  105. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/memory.mjs +0 -143
  106. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/score.mjs +0 -897
  107. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/setup.mjs +0 -485
  108. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/trace.mjs +0 -490
  109. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/upgrade.mjs +0 -324
  110. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/docguard.mjs +0 -688
  111. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/ensure-skills.mjs +0 -363
  112. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/api-doc.mjs +0 -122
  113. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/doc-tools.mjs +0 -351
  114. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/frontend.mjs +0 -438
  115. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/memory-plan.mjs +0 -399
  116. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/project-type.mjs +0 -310
  117. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/routes.mjs +0 -623
  118. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/schemas.mjs +0 -765
  119. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/speckit.mjs +0 -465
  120. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-git.mjs +0 -0
  121. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-ignore.mjs +0 -196
  122. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-source.mjs +0 -269
  123. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared.mjs +0 -203
  124. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/api-surface.mjs +0 -270
  125. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/canonical-sync.mjs +0 -211
  126. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/doc-quality.mjs +0 -676
  127. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-coverage.mjs +0 -504
  128. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-diff.mjs +0 -295
  129. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-sync.mjs +0 -260
  130. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/drift.mjs +0 -120
  131. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/environment.mjs +0 -130
  132. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/freshness.mjs +0 -256
  133. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/generated-staleness.mjs +0 -219
  134. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metadata-sync.mjs +0 -196
  135. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metrics-consistency.mjs +0 -196
  136. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/security.mjs +0 -162
  137. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/structure.mjs +0 -127
  138. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/test-spec.mjs +0 -322
  139. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/todo-tracking.mjs +0 -403
  140. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/traceability.mjs +0 -376
  141. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/writers/sections.mjs +0 -148
  142. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docguard_cli/wrapper.py +0 -101
  143. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/commands.md +0 -239
  144. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/configuration.md +0 -96
  145. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/faq.md +0 -155
  146. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/quickstart.md +0 -94
  147. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ARCHITECTURE.md +0 -184
  148. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/CI-RECIPES.md +0 -216
  149. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/DATA-MODEL.md +0 -150
  150. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ENVIRONMENT.md +0 -70
  151. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/REQUIREMENTS.md +0 -68
  152. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SECURITY.md +0 -111
  153. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SURFACE-AUDIT.md +0 -334
  154. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/TEST-SPEC.md +0 -98
  155. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/README.md +0 -106
  156. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/commands/guard.md +0 -74
  157. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/extension.yml +0 -106
  158. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  159. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  160. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  161. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  162. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/package.json +0 -61
  163. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/pyproject.toml +0 -41
  164. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/schemas/docguard-config.schema.json +0 -155
  165. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/specs/002-fix-test-discovery/plan.md +0 -113
  166. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/api-doc.test.mjs +0 -103
  167. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/canonical-sync.test.mjs +0 -148
  168. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/changed-only.test.mjs +0 -77
  169. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/commands.test.mjs +0 -805
  170. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/doc-quality.test.mjs +0 -93
  171. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-coverage.test.mjs +0 -258
  172. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-diff.test.mjs +0 -62
  173. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/environment.test.mjs +0 -146
  174. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/freshness.test.mjs +0 -162
  175. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/generated-staleness.test.mjs +0 -144
  176. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metadata-sync.test.mjs +0 -138
  177. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metrics-consistency.test.mjs +0 -103
  178. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/npm-pack-smoke.test.mjs +0 -128
  179. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/plan-disk-cache.test.mjs +0 -119
  180. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/schemas.test.mjs +0 -126
  181. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sections.test.mjs +0 -116
  182. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security-init-injection.test.mjs +0 -145
  183. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security.test.mjs +0 -146
  184. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/severity.test.mjs +0 -179
  185. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-git.test.mjs +0 -190
  186. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-source.test.mjs +0 -86
  187. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sync.test.mjs +0 -104
  188. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/test-spec.test.mjs +0 -245
  189. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/traceability.test.mjs +0 -147
  190. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/upgrade.test.mjs +0 -131
  191. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/.vscodeignore +0 -4
  192. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/README.md +0 -49
  193. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/extension.js +0 -504
  194. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/package.json +0 -93
  195. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.analyze.md +0 -184
  196. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.checklist.md +0 -295
  197. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.clarify.md +0 -181
  198. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.constitution.md +0 -84
  199. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.implement.md +0 -198
  200. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.plan.md +0 -90
  201. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.specify.md +0 -237
  202. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.tasks.md +0 -200
  203. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.taskstoissues.md +0 -30
  204. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-review/SKILL.md +0 -186
  205. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-score/SKILL.md +0 -179
  206. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-sync/SKILL.md +0 -111
  207. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-analyze/SKILL.md +0 -193
  208. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-checklist/SKILL.md +0 -304
  209. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-clarify/SKILL.md +0 -186
  210. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-constitution/SKILL.md +0 -89
  211. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-implement/SKILL.md +0 -207
  212. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-plan/SKILL.md +0 -91
  213. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-specify/SKILL.md +0 -239
  214. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-tasks/SKILL.md +0 -200
  215. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  216. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.claude/settings.local.json +0 -24
  217. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.git +0 -1
  218. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  219. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  220. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/scripts/patch-catalog.py +0 -104
  221. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/ci.yml +0 -90
  222. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/release.yml +0 -327
  223. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/supply-chain.yml +0 -24
  224. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/sync-speckit-catalog.yml +0 -182
  225. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.jules/sentinel.md +0 -4
  226. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.npmrc +0 -7
  227. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  228. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  229. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-metadata.json +0 -4
  230. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog.json +0 -21
  231. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/init-options.json +0 -9
  232. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/check-prerequisites.sh +0 -190
  233. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/common.sh +0 -253
  234. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/create-new-feature.sh +0 -333
  235. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/setup-plan.sh +0 -73
  236. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/update-agent-context.sh +0 -808
  237. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/agent-file-template.md +0 -28
  238. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/checklist-template.md +0 -40
  239. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/constitution-template.md +0 -50
  240. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/plan-template.md +0 -104
  241. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/spec-template.md +0 -115
  242. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/tasks-template.md +0 -251
  243. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/AGENTS.md +0 -119
  244. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CHANGELOG.md +0 -1544
  245. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CODE_OF_CONDUCT.md +0 -52
  246. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/COMPARISONS.md +0 -242
  247. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/DRIFT-LOG.md +0 -15
  248. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/LICENSE +0 -21
  249. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/PHILOSOPHY.md +0 -125
  250. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/ROADMAP.md +0 -135
  251. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/STANDARD.md +0 -751
  252. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPLY-CHAIN-AUDIT.md +0 -84
  253. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPORT.md +0 -51
  254. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/bin/docguard +0 -2
  255. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.gif +0 -0
  256. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.tape +0 -27
  257. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/agents.mjs +0 -221
  258. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/badge.mjs +0 -72
  259. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/ci.mjs +0 -80
  260. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diagnose.mjs +0 -624
  261. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diff.mjs +0 -400
  262. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/explain.mjs +0 -308
  263. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/fix.mjs +0 -820
  264. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/generate.mjs +0 -1474
  265. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/guard.mjs +0 -617
  266. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/impact.mjs +0 -169
  267. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/init.mjs +0 -499
  268. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/llms.mjs +0 -159
  269. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/publish.mjs +0 -246
  270. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/score.mjs +0 -897
  271. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/setup.mjs +0 -485
  272. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/sync.mjs +0 -173
  273. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/trace.mjs +0 -392
  274. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/upgrade.mjs +0 -336
  275. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/watch.mjs +0 -143
  276. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/config.mjs +0 -228
  277. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/docguard.mjs +0 -473
  278. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/ensure-skills.mjs +0 -363
  279. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/api-doc.mjs +0 -122
  280. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/cdk.mjs +0 -10
  281. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/doc-tools.mjs +0 -351
  282. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/frontend.mjs +0 -438
  283. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/iac.mjs +0 -235
  284. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/integrations.mjs +0 -116
  285. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/js-ast.mjs +0 -182
  286. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/memory-plan.mjs +0 -399
  287. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/project-type.mjs +0 -310
  288. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/routes.mjs +0 -629
  289. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/schemas.mjs +0 -772
  290. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-ignore.mjs +0 -211
  291. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-source.mjs +0 -278
  292. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-trace-patterns.mjs +0 -105
  293. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared.mjs +0 -203
  294. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/api-surface.mjs +0 -269
  295. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/architecture.mjs +0 -396
  296. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/canonical-sync.mjs +0 -211
  297. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/changelog.mjs +0 -80
  298. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/cross-reference.mjs +0 -421
  299. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/docs-coverage.mjs +0 -504
  300. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/freshness.mjs +0 -286
  301. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/generated-staleness.mjs +0 -219
  302. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metadata-sync.mjs +0 -196
  303. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metrics-consistency.mjs +0 -196
  304. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/schema-sync.mjs +0 -228
  305. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/spec-kit.mjs +0 -14
  306. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/structure.mjs +0 -127
  307. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/surface-sync.mjs +0 -365
  308. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/test-spec.mjs +0 -322
  309. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/todo-tracking.mjs +0 -403
  310. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/traceability.mjs +0 -391
  311. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/api-reference.mjs +0 -101
  312. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/fix-memory.mjs +0 -181
  313. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/mechanical.mjs +0 -251
  314. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.fix.md +0 -81
  315. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.guard.md +0 -61
  316. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.review.md +0 -53
  317. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.score.md +0 -61
  318. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/fastify.json +0 -37
  319. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/generic.json +0 -22
  320. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/nextjs.json +0 -37
  321. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/python.json +0 -37
  322. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/__init__.py +0 -1
  323. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/wrapper.py +0 -101
  324. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/ai-integration.md +0 -179
  325. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/configuration.md +0 -96
  326. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/doc-sections.md +0 -37
  327. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/installation.md +0 -99
  328. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/profiles.md +0 -103
  329. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ARCHITECTURE.md +0 -186
  330. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/DATA-MODEL.md +0 -150
  331. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ENVIRONMENT.md +0 -71
  332. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/SECURITY.md +0 -113
  333. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/TEST-SPEC.md +0 -100
  334. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-implementation/MIGRATION-v0.20.md +0 -194
  335. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/README.md +0 -3
  336. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/package.json +0 -12
  337. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/server.js +0 -37
  338. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/README.md +0 -24
  339. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/app.py +0 -50
  340. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  341. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/requirements.txt +0 -1
  342. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  343. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/README.md +0 -35
  344. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  345. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  346. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/package.json +0 -10
  347. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/src/index.js +0 -50
  348. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  349. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/README.md +0 -44
  350. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/LICENSE +0 -21
  351. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  352. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/fix.md +0 -74
  353. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/generate.md +0 -73
  354. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/init.md +0 -38
  355. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/score.md +0 -53
  356. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/sync.md +0 -62
  357. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/trace.md +0 -56
  358. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  359. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  360. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  361. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  362. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  363. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  364. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  365. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
  366. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  367. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  368. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/package-lock.json +0 -68
  369. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pr_description.md +0 -16
  370. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pyproject.toml +0 -41
  371. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/plan.md +0 -115
  372. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/spec.md +0 -104
  373. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/tasks.md +0 -49
  374. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/spec.md +0 -87
  375. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/tasks.md +0 -40
  376. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/plan.md +0 -140
  377. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/spec.md +0 -191
  378. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/tasks.md +0 -156
  379. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ADR.md.template +0 -64
  380. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/AGENTS.md.template +0 -88
  381. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ARCHITECTURE.md.template +0 -130
  382. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CHANGELOG.md.template +0 -16
  383. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CURRENT-STATE.md.template +0 -64
  384. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DATA-MODEL.md.template +0 -66
  385. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DEPLOYMENT.md.template +0 -66
  386. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DRIFT-LOG.md.template +0 -18
  387. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ENVIRONMENT.md.template +0 -43
  388. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/KNOWN-GOTCHAS.md.template +0 -69
  389. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/REQUIREMENTS.md.template +0 -68
  390. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ROADMAP.md.template +0 -82
  391. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/RUNBOOKS.md.template +0 -115
  392. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/SECURITY.md.template +0 -42
  393. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TEST-SPEC.md.template +0 -68
  394. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TROUBLESHOOTING.md.template +0 -96
  395. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/VENDOR-BUGS.md.template +0 -74
  396. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ci/github-actions.yml +0 -39
  397. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.fix.md +0 -61
  398. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.guard.md +0 -53
  399. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.init.md +0 -69
  400. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.review.md +0 -54
  401. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.update.md +0 -55
  402. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.docguard.json +0 -8
  403. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.env.example +0 -5
  404. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/AGENTS.md +0 -14
  405. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/CHANGELOG.md +0 -13
  406. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/DRIFT-LOG.md +0 -3
  407. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/README.md +0 -17
  408. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  409. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  410. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  411. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  412. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  413. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  414. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/package.json +0 -10
  415. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/api.mjs +0 -18
  416. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/notifier.mjs +0 -23
  417. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/scheduler.mjs +0 -8
  418. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/worker.mjs +0 -15
  419. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-draft.js +0 -20
  420. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-metrics.js +0 -2
  421. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/anchor-autofix.test.mjs +0 -144
  422. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-doc.test.mjs +0 -103
  423. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-surface.test.mjs +0 -96
  424. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-write.test.mjs +0 -128
  425. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/architecture.test.mjs +0 -113
  426. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/b7-node-env-symmetry.test.mjs +0 -97
  427. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/backup-failure.test.mjs +0 -60
  428. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/canonical-sync.test.mjs +0 -148
  429. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cdk-detection.test.mjs +0 -292
  430. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changed-only-scoping.test.mjs +0 -118
  431. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changelog.test.mjs +0 -143
  432. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/commands.test.mjs +0 -805
  433. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cross-reference.test.mjs +0 -282
  434. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/demo-command.test.mjs +0 -96
  435. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docguardignore.test.mjs +0 -143
  436. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-coverage.test.mjs +0 -258
  437. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-sync.test.mjs +0 -295
  438. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/drift.test.mjs +0 -84
  439. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-memory.test.mjs +0 -141
  440. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-suppression.test.mjs +0 -129
  441. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fixture-projects.test.mjs +0 -201
  442. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/freshness.test.mjs +0 -238
  443. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend-deep.test.mjs +0 -102
  444. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend.test.mjs +0 -90
  445. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/generated-staleness.test.mjs +0 -144
  446. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-classify.test.mjs +0 -41
  447. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-no-throw.test.mjs +0 -119
  448. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/hooks.test.mjs +0 -154
  449. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/i18n.test.mjs +0 -70
  450. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/impact.test.mjs +0 -125
  451. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/init-smart-detection.test.mjs +0 -124
  452. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/integrations.test.mjs +0 -101
  453. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/js-ast.test.mjs +0 -0
  454. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/mechanical.test.mjs +0 -59
  455. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/memory-plan.test.mjs +0 -97
  456. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metadata-sync.test.mjs +0 -138
  457. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-consistency.test.mjs +0 -103
  458. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-dedup.test.mjs +0 -112
  459. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/monorepo-scanning.test.mjs +0 -64
  460. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/multi-spec.test.mjs +0 -79
  461. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/patch-0.11.2.test.mjs +0 -107
  462. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/profile-flag.test.mjs +0 -68
  463. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/project-type.test.mjs +0 -104
  464. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/regenerate-section.test.mjs +0 -134
  465. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-multilang.test.mjs +0 -110
  466. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-nextjs-app-router.test.mjs +0 -72
  467. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schema-sync.test.mjs +0 -112
  468. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas-multilang.test.mjs +0 -174
  469. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas.test.mjs +0 -126
  470. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/scoping-extended.test.mjs +0 -90
  471. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/section-na-markers.test.mjs +0 -91
  472. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/shared-source.test.mjs +0 -86
  473. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/stress-test.test.mjs +0 -111
  474. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/structure.test.mjs +0 -132
  475. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sweep-nudge.test.mjs +0 -110
  476. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync-since.test.mjs +0 -99
  477. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync.test.mjs +0 -104
  478. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/test-spec.test.mjs +0 -245
  479. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/todo-tracking.test.mjs +0 -128
  480. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-multilang.test.mjs +0 -139
  481. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-reverse.test.mjs +0 -96
  482. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/traceability.test.mjs +0 -208
  483. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr-e2e.test.mjs +0 -175
  484. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr.test.mjs +0 -79
  485. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade.test.mjs +0 -131
  486. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/v020-consolidation.test.mjs +0 -200
  487. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/validator-naming.test.mjs +0 -104
  488. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/version-pin.test.mjs +0 -91
  489. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/whats-new.test.mjs +0 -65
  490. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.analyze.md +0 -184
  491. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.checklist.md +0 -295
  492. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.clarify.md +0 -181
  493. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.constitution.md +0 -84
  494. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.implement.md +0 -198
  495. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.plan.md +0 -90
  496. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.specify.md +0 -237
  497. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.tasks.md +0 -200
  498. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.taskstoissues.md +0 -30
  499. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-fix/SKILL.md +0 -229
  500. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-guard/SKILL.md +0 -173
  501. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-review/SKILL.md +0 -186
  502. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-score/SKILL.md +0 -179
  503. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-sync/SKILL.md +0 -111
  504. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-analyze/SKILL.md +0 -193
  505. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-checklist/SKILL.md +0 -304
  506. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-clarify/SKILL.md +0 -186
  507. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-constitution/SKILL.md +0 -89
  508. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-implement/SKILL.md +0 -207
  509. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-plan/SKILL.md +0 -91
  510. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-specify/SKILL.md +0 -239
  511. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-tasks/SKILL.md +0 -200
  512. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  513. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/rules/openwolf.md +0 -15
  514. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.json +0 -72
  515. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.local.json +0 -24
  516. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguard.json +0 -44
  517. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguardignore +0 -33
  518. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.git +0 -1
  519. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  520. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  521. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/dependabot.yml +0 -20
  522. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/scripts/patch-catalog.py +0 -104
  523. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/ci.yml +0 -90
  524. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/release.yml +0 -327
  525. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/supply-chain.yml +0 -24
  526. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/sync-speckit-catalog.yml +0 -182
  527. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.gitignore +0 -36
  528. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/bolt.md +0 -7
  529. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/palette.md +0 -7
  530. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/sentinel.md +0 -4
  531. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmignore +0 -28
  532. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmrc +0 -7
  533. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  534. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  535. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-metadata.json +0 -4
  536. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog.json +0 -21
  537. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/init-options.json +0 -9
  538. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/memory/constitution.md +0 -76
  539. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/check-prerequisites.sh +0 -190
  540. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/common.sh +0 -253
  541. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/create-new-feature.sh +0 -333
  542. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/setup-plan.sh +0 -73
  543. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/update-agent-context.sh +0 -808
  544. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/agent-file-template.md +0 -28
  545. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/checklist-template.md +0 -40
  546. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/constitution-template.md +0 -50
  547. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/plan-template.md +0 -104
  548. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/spec-template.md +0 -115
  549. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/tasks-template.md +0 -251
  550. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/OPENWOLF.md +0 -135
  551. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/buglog.json +0 -357
  552. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cerebrum.md +0 -12
  553. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/config.json +0 -73
  554. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cron-manifest.json +0 -97
  555. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/designqc-report.json +0 -6
  556. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/package.json +0 -3
  557. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-read.js +0 -69
  558. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-write.js +0 -503
  559. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-read.js +0 -80
  560. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-write.js +0 -121
  561. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/session-start.js +0 -77
  562. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/shared.js +0 -614
  563. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/stop.js +0 -147
  564. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/identity.md +0 -9
  565. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/reframe-frameworks.md +0 -597
  566. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/suggestions.json +0 -4
  567. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/AGENTS.md +0 -119
  568. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CHANGELOG.md +0 -1292
  569. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CLAUDE.md +0 -5
  570. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CODE_OF_CONDUCT.md +0 -52
  571. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/COMPARISONS.md +0 -242
  572. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CONTRIBUTING.md +0 -139
  573. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/DRIFT-LOG.md +0 -15
  574. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/LICENSE +0 -21
  575. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/PHILOSOPHY.md +0 -125
  576. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/README.md +0 -676
  577. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/ROADMAP.md +0 -124
  578. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SECURITY.md +0 -40
  579. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/STANDARD.md +0 -751
  580. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPLY-CHAIN-AUDIT.md +0 -84
  581. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPORT.md +0 -51
  582. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/action.yml +0 -331
  583. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/bin/docguard +0 -2
  584. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.gif +0 -0
  585. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.tape +0 -27
  586. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/agents.mjs +0 -221
  587. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/badge.mjs +0 -72
  588. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/ci.mjs +0 -80
  589. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/demo.mjs +0 -241
  590. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diagnose.mjs +0 -624
  591. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diff.mjs +0 -389
  592. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/explain.mjs +0 -286
  593. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/fix.mjs +0 -820
  594. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/generate.mjs +0 -1474
  595. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/guard.mjs +0 -574
  596. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/hooks.mjs +0 -334
  597. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/impact.mjs +0 -169
  598. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/init.mjs +0 -499
  599. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/llms.mjs +0 -159
  600. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/memory.mjs +0 -143
  601. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/publish.mjs +0 -246
  602. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/score.mjs +0 -897
  603. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/setup.mjs +0 -485
  604. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/sync.mjs +0 -173
  605. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/trace.mjs +0 -490
  606. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/upgrade.mjs +0 -324
  607. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/watch.mjs +0 -143
  608. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/docguard.mjs +0 -688
  609. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/ensure-skills.mjs +0 -363
  610. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/api-doc.mjs +0 -122
  611. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/cdk.mjs +0 -10
  612. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/doc-tools.mjs +0 -351
  613. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/frontend.mjs +0 -438
  614. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/iac.mjs +0 -235
  615. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/integrations.mjs +0 -116
  616. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/memory-plan.mjs +0 -399
  617. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/routes.mjs +0 -623
  618. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/schemas.mjs +0 -765
  619. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/speckit.mjs +0 -465
  620. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-git.mjs +0 -0
  621. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-ignore.mjs +0 -196
  622. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-source.mjs +0 -269
  623. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared.mjs +0 -203
  624. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/api-surface.mjs +0 -270
  625. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/architecture.mjs +0 -396
  626. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/canonical-sync.mjs +0 -211
  627. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/changelog.mjs +0 -80
  628. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/cross-reference.mjs +0 -421
  629. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/doc-quality.mjs +0 -676
  630. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-coverage.mjs +0 -504
  631. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-diff.mjs +0 -295
  632. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-sync.mjs +0 -260
  633. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/drift.mjs +0 -120
  634. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/environment.mjs +0 -130
  635. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/freshness.mjs +0 -256
  636. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metadata-sync.mjs +0 -196
  637. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metrics-consistency.mjs +0 -196
  638. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/schema-sync.mjs +0 -228
  639. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/security.mjs +0 -162
  640. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/spec-kit.mjs +0 -14
  641. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/structure.mjs +0 -127
  642. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/test-spec.mjs +0 -322
  643. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/todo-tracking.mjs +0 -403
  644. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/traceability.mjs +0 -376
  645. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/api-reference.mjs +0 -101
  646. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/fix-memory.mjs +0 -181
  647. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/mechanical.mjs +0 -251
  648. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/sections.mjs +0 -148
  649. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.fix.md +0 -81
  650. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.guard.md +0 -61
  651. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.review.md +0 -53
  652. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.score.md +0 -61
  653. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/fastify.json +0 -37
  654. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/generic.json +0 -22
  655. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/nextjs.json +0 -37
  656. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/python.json +0 -37
  657. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/__init__.py +0 -1
  658. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/wrapper.py +0 -101
  659. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/ai-integration.md +0 -179
  660. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/commands.md +0 -239
  661. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/configuration.md +0 -96
  662. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/doc-sections.md +0 -37
  663. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/faq.md +0 -155
  664. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/installation.md +0 -99
  665. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/profiles.md +0 -103
  666. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/quickstart.md +0 -94
  667. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ARCHITECTURE.md +0 -184
  668. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/CI-RECIPES.md +0 -216
  669. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/DATA-MODEL.md +0 -150
  670. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ENVIRONMENT.md +0 -70
  671. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/REQUIREMENTS.md +0 -68
  672. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SECURITY.md +0 -111
  673. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SURFACE-AUDIT.md +0 -334
  674. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/TEST-SPEC.md +0 -98
  675. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-implementation/MIGRATION-v0.20.md +0 -194
  676. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/README.md +0 -3
  677. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/package.json +0 -12
  678. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/server.js +0 -37
  679. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/README.md +0 -24
  680. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/app.py +0 -50
  681. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  682. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/requirements.txt +0 -1
  683. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  684. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/README.md +0 -35
  685. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  686. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  687. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/package.json +0 -10
  688. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/src/index.js +0 -50
  689. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  690. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/README.md +0 -44
  691. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/LICENSE +0 -21
  692. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/README.md +0 -106
  693. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  694. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/fix.md +0 -74
  695. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/generate.md +0 -73
  696. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/guard.md +0 -74
  697. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/init.md +0 -38
  698. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/score.md +0 -53
  699. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/sync.md +0 -62
  700. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/trace.md +0 -56
  701. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/extension.yml +0 -106
  702. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  703. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  704. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  705. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  706. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  707. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  708. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  709. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  710. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
  711. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  712. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  713. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  714. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/package.json +0 -61
  715. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/pr_description.md +0 -16
  716. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/schemas/docguard-config.schema.json +0 -155
  717. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/plan.md +0 -115
  718. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/spec.md +0 -104
  719. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/tasks.md +0 -49
  720. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/plan.md +0 -113
  721. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/spec.md +0 -87
  722. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/tasks.md +0 -40
  723. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/plan.md +0 -140
  724. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/spec.md +0 -191
  725. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/tasks.md +0 -156
  726. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ADR.md.template +0 -64
  727. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/AGENTS.md.template +0 -88
  728. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ARCHITECTURE.md.template +0 -130
  729. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CHANGELOG.md.template +0 -16
  730. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CURRENT-STATE.md.template +0 -64
  731. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DATA-MODEL.md.template +0 -66
  732. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DEPLOYMENT.md.template +0 -66
  733. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DRIFT-LOG.md.template +0 -18
  734. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ENVIRONMENT.md.template +0 -43
  735. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/KNOWN-GOTCHAS.md.template +0 -69
  736. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/REQUIREMENTS.md.template +0 -68
  737. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ROADMAP.md.template +0 -82
  738. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/RUNBOOKS.md.template +0 -115
  739. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/SECURITY.md.template +0 -42
  740. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TEST-SPEC.md.template +0 -68
  741. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TROUBLESHOOTING.md.template +0 -96
  742. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/VENDOR-BUGS.md.template +0 -74
  743. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ci/github-actions.yml +0 -39
  744. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.fix.md +0 -61
  745. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.guard.md +0 -53
  746. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.init.md +0 -69
  747. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.review.md +0 -54
  748. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.update.md +0 -55
  749. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.docguard.json +0 -8
  750. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.env.example +0 -5
  751. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/AGENTS.md +0 -14
  752. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/CHANGELOG.md +0 -13
  753. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/DRIFT-LOG.md +0 -3
  754. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/README.md +0 -17
  755. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  756. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  757. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  758. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  759. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  760. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  761. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/package.json +0 -10
  762. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/api.mjs +0 -18
  763. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/notifier.mjs +0 -23
  764. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/scheduler.mjs +0 -8
  765. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/worker.mjs +0 -15
  766. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-draft.js +0 -20
  767. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-metrics.js +0 -2
  768. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/anchor-autofix.test.mjs +0 -144
  769. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-doc.test.mjs +0 -103
  770. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-surface.test.mjs +0 -96
  771. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-write.test.mjs +0 -128
  772. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/architecture.test.mjs +0 -113
  773. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/b7-node-env-symmetry.test.mjs +0 -97
  774. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/backup-failure.test.mjs +0 -60
  775. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/canonical-sync.test.mjs +0 -148
  776. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cdk-detection.test.mjs +0 -292
  777. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only-scoping.test.mjs +0 -118
  778. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only.test.mjs +0 -77
  779. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changelog.test.mjs +0 -143
  780. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cross-reference.test.mjs +0 -282
  781. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/demo-command.test.mjs +0 -96
  782. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/doc-quality.test.mjs +0 -93
  783. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docguardignore.test.mjs +0 -143
  784. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-coverage.test.mjs +0 -258
  785. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-diff.test.mjs +0 -62
  786. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-sync.test.mjs +0 -295
  787. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/drift.test.mjs +0 -84
  788. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/environment.test.mjs +0 -146
  789. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-memory.test.mjs +0 -141
  790. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-suppression.test.mjs +0 -129
  791. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fixture-projects.test.mjs +0 -201
  792. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/freshness.test.mjs +0 -162
  793. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend-deep.test.mjs +0 -102
  794. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend.test.mjs +0 -90
  795. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-classify.test.mjs +0 -41
  796. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-no-throw.test.mjs +0 -119
  797. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/hooks.test.mjs +0 -154
  798. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/i18n.test.mjs +0 -70
  799. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/impact.test.mjs +0 -125
  800. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/init-smart-detection.test.mjs +0 -124
  801. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/integrations.test.mjs +0 -101
  802. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/mechanical.test.mjs +0 -59
  803. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/memory-plan.test.mjs +0 -97
  804. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metadata-sync.test.mjs +0 -138
  805. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-consistency.test.mjs +0 -103
  806. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-dedup.test.mjs +0 -112
  807. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/monorepo-scanning.test.mjs +0 -64
  808. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/multi-spec.test.mjs +0 -79
  809. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/npm-pack-smoke.test.mjs +0 -128
  810. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/patch-0.11.2.test.mjs +0 -107
  811. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/plan-disk-cache.test.mjs +0 -119
  812. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/profile-flag.test.mjs +0 -68
  813. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/project-type.test.mjs +0 -104
  814. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/regenerate-section.test.mjs +0 -134
  815. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/routes-multilang.test.mjs +0 -110
  816. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schema-sync.test.mjs +0 -112
  817. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas-multilang.test.mjs +0 -174
  818. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas.test.mjs +0 -126
  819. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/scoping-extended.test.mjs +0 -90
  820. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/section-na-markers.test.mjs +0 -91
  821. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sections.test.mjs +0 -116
  822. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security-init-injection.test.mjs +0 -145
  823. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security.test.mjs +0 -146
  824. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/severity.test.mjs +0 -179
  825. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-git.test.mjs +0 -190
  826. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-source.test.mjs +0 -86
  827. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/stress-test.test.mjs +0 -111
  828. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/structure.test.mjs +0 -132
  829. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sweep-nudge.test.mjs +0 -110
  830. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sync-since.test.mjs +0 -99
  831. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/test-spec.test.mjs +0 -245
  832. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/todo-tracking.test.mjs +0 -128
  833. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-multilang.test.mjs +0 -139
  834. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-reverse.test.mjs +0 -96
  835. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/traceability.test.mjs +0 -147
  836. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr-e2e.test.mjs +0 -175
  837. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr.test.mjs +0 -79
  838. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade.test.mjs +0 -131
  839. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/v020-consolidation.test.mjs +0 -200
  840. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/validator-naming.test.mjs +0 -104
  841. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/version-pin.test.mjs +0 -91
  842. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/whats-new.test.mjs +0 -65
  843. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/.vscodeignore +0 -4
  844. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/README.md +0 -49
  845. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/extension.js +0 -504
  846. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/package.json +0 -93
  847. docguard_cli-0.24.0/.docguard.json +0 -79
  848. docguard_cli-0.24.0/.docguardignore +0 -30
  849. docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  850. docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  851. docguard_cli-0.24.0/.github/dependabot.yml +0 -23
  852. docguard_cli-0.24.0/.github/scripts/patch-catalog.py +0 -104
  853. docguard_cli-0.24.0/.github/workflows/release.yml +0 -327
  854. docguard_cli-0.24.0/.github/workflows/supply-chain.yml +0 -24
  855. docguard_cli-0.24.0/.github/workflows/sync-speckit-catalog.yml +0 -182
  856. docguard_cli-0.24.0/.gitignore +0 -41
  857. docguard_cli-0.24.0/.jules/bolt.md +0 -10
  858. docguard_cli-0.24.0/.jules/palette.md +0 -11
  859. docguard_cli-0.24.0/.jules/sentinel.md +0 -4
  860. docguard_cli-0.24.0/.npmignore +0 -27
  861. docguard_cli-0.24.0/.npmrc +0 -7
  862. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  863. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  864. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-metadata.json +0 -4
  865. docguard_cli-0.24.0/.specify/extensions/.cache/catalog.json +0 -21
  866. docguard_cli-0.24.0/.specify/init-options.json +0 -9
  867. docguard_cli-0.24.0/.specify/memory/constitution.md +0 -78
  868. docguard_cli-0.24.0/.specify/scripts/bash/check-prerequisites.sh +0 -190
  869. docguard_cli-0.24.0/.specify/scripts/bash/common.sh +0 -253
  870. docguard_cli-0.24.0/.specify/scripts/bash/create-new-feature.sh +0 -333
  871. docguard_cli-0.24.0/.specify/scripts/bash/setup-plan.sh +0 -73
  872. docguard_cli-0.24.0/.specify/scripts/bash/update-agent-context.sh +0 -808
  873. docguard_cli-0.24.0/.specify/templates/agent-file-template.md +0 -28
  874. docguard_cli-0.24.0/.specify/templates/checklist-template.md +0 -40
  875. docguard_cli-0.24.0/.specify/templates/constitution-template.md +0 -50
  876. docguard_cli-0.24.0/.specify/templates/plan-template.md +0 -104
  877. docguard_cli-0.24.0/.specify/templates/spec-template.md +0 -115
  878. docguard_cli-0.24.0/.specify/templates/tasks-template.md +0 -251
  879. docguard_cli-0.24.0/CLAUDE.md +0 -5
  880. docguard_cli-0.24.0/CODE_OF_CONDUCT.md +0 -52
  881. docguard_cli-0.24.0/COMPARISONS.md +0 -242
  882. docguard_cli-0.24.0/CONTRIBUTING.md +0 -138
  883. docguard_cli-0.24.0/DRIFT-LOG.md +0 -15
  884. docguard_cli-0.24.0/LICENSE +0 -21
  885. docguard_cli-0.24.0/PHILOSOPHY.md +0 -125
  886. docguard_cli-0.24.0/README.md +0 -680
  887. docguard_cli-0.24.0/SECURITY.md +0 -40
  888. docguard_cli-0.24.0/STANDARD.md +0 -751
  889. docguard_cli-0.24.0/SUPPLY-CHAIN-AUDIT.md +0 -84
  890. docguard_cli-0.24.0/SUPPORT.md +0 -51
  891. docguard_cli-0.24.0/action.yml +0 -372
  892. docguard_cli-0.24.0/assets/bin/docguard +0 -2
  893. docguard_cli-0.24.0/assets/demo.gif +0 -0
  894. docguard_cli-0.24.0/assets/demo.tape +0 -27
  895. docguard_cli-0.24.0/assets/docguard-logo.png +0 -0
  896. docguard_cli-0.24.0/cli/commands/agents.mjs +0 -221
  897. docguard_cli-0.24.0/cli/commands/badge.mjs +0 -72
  898. docguard_cli-0.24.0/cli/commands/ci.mjs +0 -80
  899. docguard_cli-0.24.0/cli/commands/demo.mjs +0 -241
  900. docguard_cli-0.24.0/cli/commands/diagnose.mjs +0 -624
  901. docguard_cli-0.24.0/cli/commands/hooks.mjs +0 -339
  902. docguard_cli-0.24.0/cli/commands/impact.mjs +0 -169
  903. docguard_cli-0.24.0/cli/commands/llms.mjs +0 -159
  904. docguard_cli-0.24.0/cli/commands/memory.mjs +0 -153
  905. docguard_cli-0.24.0/cli/commands/publish.mjs +0 -246
  906. docguard_cli-0.24.0/cli/commands/sync.mjs +0 -173
  907. docguard_cli-0.24.0/cli/commands/watch.mjs +0 -143
  908. docguard_cli-0.24.0/cli/scanners/cdk.mjs +0 -10
  909. docguard_cli-0.24.0/cli/scanners/iac.mjs +0 -235
  910. docguard_cli-0.24.0/cli/scanners/integrations.mjs +0 -116
  911. docguard_cli-0.24.0/cli/scanners/project-type.mjs +0 -310
  912. docguard_cli-0.24.0/cli/scanners/speckit.mjs +0 -479
  913. docguard_cli-0.24.0/cli/shared-git.mjs +0 -185
  914. docguard_cli-0.24.0/cli/validators/architecture.mjs +0 -396
  915. docguard_cli-0.24.0/cli/validators/changelog.mjs +0 -80
  916. docguard_cli-0.24.0/cli/validators/cross-reference.mjs +0 -421
  917. docguard_cli-0.24.0/cli/validators/doc-quality.mjs +0 -659
  918. docguard_cli-0.24.0/cli/validators/docs-diff.mjs +0 -320
  919. docguard_cli-0.24.0/cli/validators/docs-sync.mjs +0 -261
  920. docguard_cli-0.24.0/cli/validators/drift.mjs +0 -121
  921. docguard_cli-0.24.0/cli/validators/environment.mjs +0 -143
  922. docguard_cli-0.24.0/cli/validators/generated-staleness.mjs +0 -219
  923. docguard_cli-0.24.0/cli/validators/schema-sync.mjs +0 -228
  924. docguard_cli-0.24.0/cli/validators/security.mjs +0 -170
  925. docguard_cli-0.24.0/cli/validators/spec-kit.mjs +0 -14
  926. docguard_cli-0.24.0/cli/writers/api-reference.mjs +0 -101
  927. docguard_cli-0.24.0/cli/writers/fix-memory.mjs +0 -181
  928. docguard_cli-0.24.0/cli/writers/mechanical.mjs +0 -251
  929. docguard_cli-0.24.0/cli/writers/sections.mjs +0 -161
  930. docguard_cli-0.24.0/commands/docguard.fix.md +0 -81
  931. docguard_cli-0.24.0/commands/docguard.guard.md +0 -61
  932. docguard_cli-0.24.0/commands/docguard.review.md +0 -53
  933. docguard_cli-0.24.0/commands/docguard.score.md +0 -61
  934. docguard_cli-0.24.0/configs/fastify.json +0 -37
  935. docguard_cli-0.24.0/configs/generic.json +0 -22
  936. docguard_cli-0.24.0/configs/nextjs.json +0 -37
  937. docguard_cli-0.24.0/configs/python.json +0 -37
  938. docguard_cli-0.24.0/docguard_cli/__init__.py +0 -1
  939. docguard_cli-0.24.0/docs/ai-integration.md +0 -179
  940. docguard_cli-0.24.0/docs/commands.md +0 -239
  941. docguard_cli-0.24.0/docs/doc-sections.md +0 -37
  942. docguard_cli-0.24.0/docs/faq.md +0 -155
  943. docguard_cli-0.24.0/docs/installation.md +0 -99
  944. docguard_cli-0.24.0/docs/profiles.md +0 -103
  945. docguard_cli-0.24.0/docs/quickstart.md +0 -94
  946. docguard_cli-0.24.0/docs-canonical/CI-RECIPES.md +0 -218
  947. docguard_cli-0.24.0/docs-canonical/REQUIREMENTS.md +0 -68
  948. docguard_cli-0.24.0/docs-canonical/SURFACE-AUDIT.md +0 -336
  949. docguard_cli-0.24.0/docs-implementation/MIGRATION-v0.20.md +0 -194
  950. docguard_cli-0.24.0/examples/01-express-api/README.md +0 -3
  951. docguard_cli-0.24.0/examples/01-express-api/package.json +0 -12
  952. docguard_cli-0.24.0/examples/01-express-api/server.js +0 -37
  953. docguard_cli-0.24.0/examples/02-python-flask/README.md +0 -24
  954. docguard_cli-0.24.0/examples/02-python-flask/app.py +0 -50
  955. docguard_cli-0.24.0/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  956. docguard_cli-0.24.0/examples/02-python-flask/requirements.txt +0 -1
  957. docguard_cli-0.24.0/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  958. docguard_cli-0.24.0/examples/03-spec-kit-project/README.md +0 -35
  959. docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  960. docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  961. docguard_cli-0.24.0/examples/03-spec-kit-project/package.json +0 -10
  962. docguard_cli-0.24.0/examples/03-spec-kit-project/src/index.js +0 -50
  963. docguard_cli-0.24.0/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  964. docguard_cli-0.24.0/examples/README.md +0 -44
  965. docguard_cli-0.24.0/extensions/spec-kit-docguard/LICENSE +0 -21
  966. docguard_cli-0.24.0/extensions/spec-kit-docguard/README.md +0 -106
  967. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  968. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/fix.md +0 -74
  969. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/generate.md +0 -73
  970. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/guard.md +0 -74
  971. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/init.md +0 -38
  972. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/score.md +0 -53
  973. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/sync.md +0 -62
  974. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/trace.md +0 -56
  975. docguard_cli-0.24.0/extensions/spec-kit-docguard/extension.yml +0 -106
  976. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  977. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  978. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  979. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  980. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  981. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  982. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  983. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  984. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -112
  985. docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  986. docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  987. docguard_cli-0.24.0/package.json +0 -63
  988. docguard_cli-0.24.0/pr_description.md +0 -16
  989. docguard_cli-0.24.0/pyproject.toml +0 -41
  990. docguard_cli-0.24.0/schemas/docguard-config.schema.json +0 -181
  991. docguard_cli-0.24.0/specs/001-fix-ignore-validators/plan.md +0 -115
  992. docguard_cli-0.24.0/specs/001-fix-ignore-validators/spec.md +0 -104
  993. docguard_cli-0.24.0/specs/001-fix-ignore-validators/tasks.md +0 -49
  994. docguard_cli-0.24.0/specs/002-fix-test-discovery/plan.md +0 -134
  995. docguard_cli-0.24.0/specs/002-fix-test-discovery/spec.md +0 -87
  996. docguard_cli-0.24.0/specs/002-fix-test-discovery/tasks.md +0 -40
  997. docguard_cli-0.24.0/specs/003-v011-false-positives/plan.md +0 -140
  998. docguard_cli-0.24.0/specs/003-v011-false-positives/spec.md +0 -191
  999. docguard_cli-0.24.0/specs/003-v011-false-positives/tasks.md +0 -156
  1000. docguard_cli-0.24.0/specs/004-v020-env-var-false-negative/spec.md +0 -149
  1001. docguard_cli-0.24.0/specs/005-hugocross-next-bugs/spec.md +0 -367
  1002. docguard_cli-0.24.0/templates/ADR.md.template +0 -64
  1003. docguard_cli-0.24.0/templates/AGENTS.md.template +0 -88
  1004. docguard_cli-0.24.0/templates/ARCHITECTURE.md.template +0 -130
  1005. docguard_cli-0.24.0/templates/CHANGELOG.md.template +0 -16
  1006. docguard_cli-0.24.0/templates/CURRENT-STATE.md.template +0 -64
  1007. docguard_cli-0.24.0/templates/DATA-MODEL.md.template +0 -66
  1008. docguard_cli-0.24.0/templates/DEPLOYMENT.md.template +0 -66
  1009. docguard_cli-0.24.0/templates/DRIFT-LOG.md.template +0 -18
  1010. docguard_cli-0.24.0/templates/ENVIRONMENT.md.template +0 -43
  1011. docguard_cli-0.24.0/templates/KNOWN-GOTCHAS.md.template +0 -69
  1012. docguard_cli-0.24.0/templates/REQUIREMENTS.md.template +0 -68
  1013. docguard_cli-0.24.0/templates/ROADMAP.md.template +0 -82
  1014. docguard_cli-0.24.0/templates/RUNBOOKS.md.template +0 -115
  1015. docguard_cli-0.24.0/templates/SECURITY.md.template +0 -42
  1016. docguard_cli-0.24.0/templates/TEST-SPEC.md.template +0 -68
  1017. docguard_cli-0.24.0/templates/TROUBLESHOOTING.md.template +0 -96
  1018. docguard_cli-0.24.0/templates/VENDOR-BUGS.md.template +0 -74
  1019. docguard_cli-0.24.0/templates/ci/github-actions.yml +0 -39
  1020. docguard_cli-0.24.0/templates/commands/docguard.fix.md +0 -61
  1021. docguard_cli-0.24.0/templates/commands/docguard.guard.md +0 -53
  1022. docguard_cli-0.24.0/templates/commands/docguard.init.md +0 -69
  1023. docguard_cli-0.24.0/templates/commands/docguard.review.md +0 -54
  1024. docguard_cli-0.24.0/templates/commands/docguard.update.md +0 -55
  1025. docguard_cli-0.24.0/templates/demo-fixture/.docguard.json +0 -8
  1026. docguard_cli-0.24.0/templates/demo-fixture/.env.example +0 -5
  1027. docguard_cli-0.24.0/templates/demo-fixture/AGENTS.md +0 -14
  1028. docguard_cli-0.24.0/templates/demo-fixture/CHANGELOG.md +0 -13
  1029. docguard_cli-0.24.0/templates/demo-fixture/DRIFT-LOG.md +0 -3
  1030. docguard_cli-0.24.0/templates/demo-fixture/README.md +0 -17
  1031. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  1032. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  1033. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  1034. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  1035. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  1036. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  1037. docguard_cli-0.24.0/templates/demo-fixture/package.json +0 -10
  1038. docguard_cli-0.24.0/templates/demo-fixture/src/api.mjs +0 -18
  1039. docguard_cli-0.24.0/templates/demo-fixture/src/notifier.mjs +0 -23
  1040. docguard_cli-0.24.0/templates/demo-fixture/src/scheduler.mjs +0 -8
  1041. docguard_cli-0.24.0/templates/demo-fixture/src/worker.mjs +0 -15
  1042. docguard_cli-0.24.0/test-draft.js +0 -20
  1043. docguard_cli-0.24.0/test-metrics.js +0 -2
  1044. docguard_cli-0.24.0/tests/anchor-autofix.test.mjs +0 -144
  1045. docguard_cli-0.24.0/tests/api-surface.test.mjs +0 -96
  1046. docguard_cli-0.24.0/tests/api-write.test.mjs +0 -128
  1047. docguard_cli-0.24.0/tests/architecture.test.mjs +0 -113
  1048. docguard_cli-0.24.0/tests/b7-node-env-symmetry.test.mjs +0 -97
  1049. docguard_cli-0.24.0/tests/backup-failure.test.mjs +0 -60
  1050. docguard_cli-0.24.0/tests/cdk-detection.test.mjs +0 -292
  1051. docguard_cli-0.24.0/tests/changed-only-scoping.test.mjs +0 -118
  1052. docguard_cli-0.24.0/tests/changed-only.test.mjs +0 -109
  1053. docguard_cli-0.24.0/tests/changelog.test.mjs +0 -143
  1054. docguard_cli-0.24.0/tests/commands.test.mjs +0 -805
  1055. docguard_cli-0.24.0/tests/cross-reference.test.mjs +0 -282
  1056. docguard_cli-0.24.0/tests/demo-command.test.mjs +0 -96
  1057. docguard_cli-0.24.0/tests/doc-quality.test.mjs +0 -134
  1058. docguard_cli-0.24.0/tests/docguardignore.test.mjs +0 -143
  1059. docguard_cli-0.24.0/tests/docs-diff.test.mjs +0 -85
  1060. docguard_cli-0.24.0/tests/docs-sync.test.mjs +0 -295
  1061. docguard_cli-0.24.0/tests/drift.test.mjs +0 -84
  1062. docguard_cli-0.24.0/tests/environment.test.mjs +0 -208
  1063. docguard_cli-0.24.0/tests/fix-memory.test.mjs +0 -141
  1064. docguard_cli-0.24.0/tests/fix-suppression.test.mjs +0 -129
  1065. docguard_cli-0.24.0/tests/fixture-projects.test.mjs +0 -201
  1066. docguard_cli-0.24.0/tests/frontend-deep.test.mjs +0 -102
  1067. docguard_cli-0.24.0/tests/frontend.test.mjs +0 -90
  1068. docguard_cli-0.24.0/tests/generated-staleness.test.mjs +0 -144
  1069. docguard_cli-0.24.0/tests/guard-classify.test.mjs +0 -41
  1070. docguard_cli-0.24.0/tests/guard-no-throw.test.mjs +0 -119
  1071. docguard_cli-0.24.0/tests/hooks.test.mjs +0 -154
  1072. docguard_cli-0.24.0/tests/i18n.test.mjs +0 -70
  1073. docguard_cli-0.24.0/tests/impact.test.mjs +0 -125
  1074. docguard_cli-0.24.0/tests/init-smart-detection.test.mjs +0 -124
  1075. docguard_cli-0.24.0/tests/integrations.test.mjs +0 -101
  1076. docguard_cli-0.24.0/tests/mechanical.test.mjs +0 -59
  1077. docguard_cli-0.24.0/tests/memory-plan.test.mjs +0 -97
  1078. docguard_cli-0.24.0/tests/metrics-dedup.test.mjs +0 -112
  1079. docguard_cli-0.24.0/tests/monorepo-scanning.test.mjs +0 -64
  1080. docguard_cli-0.24.0/tests/multi-spec.test.mjs +0 -79
  1081. docguard_cli-0.24.0/tests/npm-pack-smoke.test.mjs +0 -130
  1082. docguard_cli-0.24.0/tests/patch-0.11.2.test.mjs +0 -107
  1083. docguard_cli-0.24.0/tests/plan-disk-cache.test.mjs +0 -121
  1084. docguard_cli-0.24.0/tests/profile-flag.test.mjs +0 -68
  1085. docguard_cli-0.24.0/tests/project-type.test.mjs +0 -104
  1086. docguard_cli-0.24.0/tests/regenerate-section.test.mjs +0 -134
  1087. docguard_cli-0.24.0/tests/routes-multilang.test.mjs +0 -110
  1088. docguard_cli-0.24.0/tests/schema-sync.test.mjs +0 -112
  1089. docguard_cli-0.24.0/tests/schemas-multilang.test.mjs +0 -174
  1090. docguard_cli-0.24.0/tests/scoping-extended.test.mjs +0 -90
  1091. docguard_cli-0.24.0/tests/section-na-markers.test.mjs +0 -91
  1092. docguard_cli-0.24.0/tests/sections.test.mjs +0 -162
  1093. docguard_cli-0.24.0/tests/security-init-injection.test.mjs +0 -147
  1094. docguard_cli-0.24.0/tests/security.test.mjs +0 -166
  1095. docguard_cli-0.24.0/tests/severity.test.mjs +0 -239
  1096. docguard_cli-0.24.0/tests/shared-git.test.mjs +0 -207
  1097. docguard_cli-0.24.0/tests/speckit-bugfix.test.mjs +0 -72
  1098. docguard_cli-0.24.0/tests/stress-test.test.mjs +0 -111
  1099. docguard_cli-0.24.0/tests/structure.test.mjs +0 -132
  1100. docguard_cli-0.24.0/tests/surface-sync.test.mjs +0 -339
  1101. docguard_cli-0.24.0/tests/sweep-nudge.test.mjs +0 -110
  1102. docguard_cli-0.24.0/tests/sync-since.test.mjs +0 -99
  1103. docguard_cli-0.24.0/tests/sync.test.mjs +0 -104
  1104. docguard_cli-0.24.0/tests/todo-tracking.test.mjs +0 -128
  1105. docguard_cli-0.24.0/tests/trace-multilang.test.mjs +0 -139
  1106. docguard_cli-0.24.0/tests/trace-reverse.test.mjs +0 -96
  1107. docguard_cli-0.24.0/tests/upgrade-pr-e2e.test.mjs +0 -175
  1108. docguard_cli-0.24.0/tests/upgrade-pr.test.mjs +0 -79
  1109. docguard_cli-0.24.0/tests/v020-consolidation.test.mjs +0 -200
  1110. docguard_cli-0.24.0/tests/validator-naming.test.mjs +0 -104
  1111. docguard_cli-0.24.0/tests/version-pin.test.mjs +0 -91
  1112. docguard_cli-0.24.0/tests/whats-new.test.mjs +0 -65
  1113. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.fix.md +0 -0
  1114. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.guard.md +0 -0
  1115. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.review.md +0 -0
  1116. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.score.md +0 -0
  1117. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.analyze.md +0 -0
  1118. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.checklist.md +0 -0
  1119. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.clarify.md +0 -0
  1120. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.constitution.md +0 -0
  1121. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.implement.md +0 -0
  1122. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.plan.md +0 -0
  1123. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.specify.md +0 -0
  1124. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.tasks.md +0 -0
  1125. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.taskstoissues.md +0 -0
  1126. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-analyze/SKILL.md +0 -0
  1127. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-checklist/SKILL.md +0 -0
  1128. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-clarify/SKILL.md +0 -0
  1129. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-constitution/SKILL.md +0 -0
  1130. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-implement/SKILL.md +0 -0
  1131. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-plan/SKILL.md +0 -0
  1132. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-specify/SKILL.md +0 -0
  1133. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-tasks/SKILL.md +0 -0
  1134. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
  1135. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.claude/rules/openwolf.md +0 -0
  1136. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.claude/settings.json +0 -0
  1137. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.docguard.json +0 -0
  1138. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.docguardignore +0 -0
  1139. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  1140. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  1141. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.github/dependabot.yml +0 -0
  1142. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.github/workflows/ci.yml +0 -0
  1143. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/workflows/supply-chain.yml +0 -0
  1144. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.gitignore +0 -0
  1145. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.jules/bolt.md +0 -0
  1146. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.jules/palette.md +0 -0
  1147. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.jules/sentinel.md +0 -0
  1148. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.jules-setup.sh +0 -0
  1149. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.npmignore +0 -0
  1150. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.npmrc +0 -0
  1151. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
  1152. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
  1153. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-metadata.json +0 -0
  1154. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog.json +0 -0
  1155. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/init-options.json +0 -0
  1156. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.specify/memory/constitution.md +0 -0
  1157. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/check-prerequisites.sh +0 -0
  1158. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/common.sh +0 -0
  1159. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/create-new-feature.sh +0 -0
  1160. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/setup-plan.sh +0 -0
  1161. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/update-agent-context.sh +0 -0
  1162. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/agent-file-template.md +0 -0
  1163. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/checklist-template.md +0 -0
  1164. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/constitution-template.md +0 -0
  1165. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/plan-template.md +0 -0
  1166. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/spec-template.md +0 -0
  1167. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/tasks-template.md +0 -0
  1168. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/OPENWOLF.md +0 -0
  1169. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/config.json +0 -0
  1170. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/cron-manifest.json +0 -0
  1171. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/daemon.log +0 -0
  1172. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/designqc-report.json +0 -0
  1173. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/hooks/_wrap_up_nudged +0 -0
  1174. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/package.json +0 -0
  1175. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/post-read.js +0 -0
  1176. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/post-write.js +0 -0
  1177. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/pre-read.js +0 -0
  1178. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/pre-write.js +0 -0
  1179. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/session-start.js +0 -0
  1180. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/shared.js +0 -0
  1181. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/stop.js +0 -0
  1182. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/identity.md +0 -0
  1183. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/reframe-frameworks.md +0 -0
  1184. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/suggestions.json +0 -0
  1185. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/AGENTS.md +0 -0
  1186. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/CLAUDE.md +0 -0
  1187. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/CODE_OF_CONDUCT.md +0 -0
  1188. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/COMPARISONS.md +0 -0
  1189. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/CONTRIBUTING.md +0 -0
  1190. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/DRIFT-LOG.md +0 -0
  1191. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/LICENSE +0 -0
  1192. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/PHILOSOPHY.md +0 -0
  1193. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/README.md +0 -0
  1194. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/SECURITY.md +0 -0
  1195. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/STANDARD.md +0 -0
  1196. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/SUPPLY-CHAIN-AUDIT.md +0 -0
  1197. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/SUPPORT.md +0 -0
  1198. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/action.yml +0 -0
  1199. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/bin/docguard +0 -0
  1200. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/demo.gif +0 -0
  1201. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/demo.tape +0 -0
  1202. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/assets/docguard-logo.png +0 -0
  1203. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/agents.mjs +0 -0
  1204. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/badge.mjs +0 -0
  1205. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/ci.mjs +0 -0
  1206. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/demo.mjs +0 -0
  1207. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/diagnose.mjs +0 -0
  1208. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/diff.mjs +0 -0
  1209. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/explain.mjs +0 -0
  1210. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/fix.mjs +0 -0
  1211. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/guard.mjs +0 -0
  1212. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/hooks.mjs +0 -0
  1213. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/impact.mjs +0 -0
  1214. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/llms.mjs +0 -0
  1215. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/memory.mjs +0 -0
  1216. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/publish.mjs +0 -0
  1217. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/score.mjs +0 -0
  1218. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/setup.mjs +0 -0
  1219. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/trace.mjs +0 -0
  1220. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/upgrade.mjs +0 -0
  1221. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/watch.mjs +0 -0
  1222. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/config.mjs +0 -0
  1223. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/ensure-skills.mjs +0 -0
  1224. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/api-doc.mjs +0 -0
  1225. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/cdk.mjs +0 -0
  1226. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/doc-tools.mjs +0 -0
  1227. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/frontend.mjs +0 -0
  1228. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/iac.mjs +0 -0
  1229. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/integrations.mjs +0 -0
  1230. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/js-ast.mjs +0 -0
  1231. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/memory-plan.mjs +0 -0
  1232. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/py-ast.mjs +0 -0
  1233. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/routes.mjs +0 -0
  1234. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/schemas.mjs +0 -0
  1235. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/scanners/speckit.mjs +0 -0
  1236. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/shared-git.mjs +0 -0
  1237. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-source.mjs +0 -0
  1238. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-trace-patterns.mjs +0 -0
  1239. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validator-markers.mjs +0 -0
  1240. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/api-surface.mjs +0 -0
  1241. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/architecture.mjs +0 -0
  1242. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/canonical-sync.mjs +0 -0
  1243. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/changelog.mjs +0 -0
  1244. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/cross-reference.mjs +0 -0
  1245. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/doc-quality.mjs +0 -0
  1246. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/docs-coverage.mjs +0 -0
  1247. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/docs-diff.mjs +0 -0
  1248. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/docs-sync.mjs +0 -0
  1249. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/drift.mjs +0 -0
  1250. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/environment.mjs +0 -0
  1251. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/freshness.mjs +0 -0
  1252. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/metadata-sync.mjs +0 -0
  1253. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/metrics-consistency.mjs +0 -0
  1254. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/schema-sync.mjs +0 -0
  1255. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/security.mjs +0 -0
  1256. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/spec-kit.mjs +0 -0
  1257. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/structure.mjs +0 -0
  1258. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/surface-sync.mjs +0 -0
  1259. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/test-spec.mjs +0 -0
  1260. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/todo-tracking.mjs +0 -0
  1261. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/traceability.mjs +0 -0
  1262. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/api-reference.mjs +0 -0
  1263. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/fix-memory.mjs +0 -0
  1264. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/mechanical.mjs +0 -0
  1265. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/writers/sections.mjs +0 -0
  1266. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.fix.md +0 -0
  1267. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.guard.md +0 -0
  1268. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.review.md +0 -0
  1269. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.score.md +0 -0
  1270. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/fastify.json +0 -0
  1271. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/generic.json +0 -0
  1272. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/nextjs.json +0 -0
  1273. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/python.json +0 -0
  1274. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docguard_cli/__init__.py +0 -0
  1275. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docguard_cli/wrapper.py +0 -0
  1276. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/ai-integration.md +0 -0
  1277. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/commands.md +0 -0
  1278. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs/configuration.md +0 -0
  1279. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/doc-sections.md +0 -0
  1280. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/faq.md +0 -0
  1281. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/installation.md +0 -0
  1282. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/profiles.md +0 -0
  1283. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/quickstart.md +0 -0
  1284. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/ARCHITECTURE.md +0 -0
  1285. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/CI-RECIPES.md +0 -0
  1286. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/DATA-MODEL.md +0 -0
  1287. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/ENVIRONMENT.md +0 -0
  1288. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/REQUIREMENTS.md +0 -0
  1289. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/SECURITY.md +0 -0
  1290. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/SURFACE-AUDIT.md +0 -0
  1291. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/TEST-SPEC.md +0 -0
  1292. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs-implementation/MIGRATION-v0.20.md +0 -0
  1293. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/README.md +0 -0
  1294. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/package.json +0 -0
  1295. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/server.js +0 -0
  1296. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/README.md +0 -0
  1297. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/app.py +0 -0
  1298. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
  1299. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/requirements.txt +0 -0
  1300. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
  1301. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/README.md +0 -0
  1302. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
  1303. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
  1304. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/package.json +0 -0
  1305. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/src/index.js +0 -0
  1306. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/examples/03-spec-kit-project/tasks.json +0 -0
  1307. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
  1308. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/README.md +0 -0
  1309. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/LICENSE +0 -0
  1310. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/README.md +0 -0
  1311. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
  1312. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/fix.md +0 -0
  1313. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/generate.md +0 -0
  1314. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/guard.md +0 -0
  1315. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/init.md +0 -0
  1316. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/score.md +0 -0
  1317. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/sync.md +0 -0
  1318. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/trace.md +0 -0
  1319. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
  1320. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
  1321. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
  1322. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
  1323. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
  1324. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/pr_description.md +0 -0
  1325. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/schemas/docguard-config.schema.json +0 -0
  1326. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/plan.md +0 -0
  1327. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/spec.md +0 -0
  1328. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/tasks.md +0 -0
  1329. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/002-fix-test-discovery/plan.md +0 -0
  1330. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/002-fix-test-discovery/spec.md +0 -0
  1331. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/002-fix-test-discovery/tasks.md +0 -0
  1332. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/plan.md +0 -0
  1333. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/spec.md +0 -0
  1334. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/tasks.md +0 -0
  1335. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/004-v020-env-var-false-negative/spec.md +0 -0
  1336. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/005-hugocross-next-bugs/spec.md +0 -0
  1337. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ADR.md.template +0 -0
  1338. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/AGENTS.md.template +0 -0
  1339. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ARCHITECTURE.md.template +0 -0
  1340. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/CHANGELOG.md.template +0 -0
  1341. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/CURRENT-STATE.md.template +0 -0
  1342. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DATA-MODEL.md.template +0 -0
  1343. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DEPLOYMENT.md.template +0 -0
  1344. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DRIFT-LOG.md.template +0 -0
  1345. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ENVIRONMENT.md.template +0 -0
  1346. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/KNOWN-GOTCHAS.md.template +0 -0
  1347. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/REQUIREMENTS.md.template +0 -0
  1348. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ROADMAP.md.template +0 -0
  1349. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/RUNBOOKS.md.template +0 -0
  1350. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/SECURITY.md.template +0 -0
  1351. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/TEST-SPEC.md.template +0 -0
  1352. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/TROUBLESHOOTING.md.template +0 -0
  1353. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/VENDOR-BUGS.md.template +0 -0
  1354. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ci/github-actions.yml +0 -0
  1355. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.fix.md +0 -0
  1356. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.guard.md +0 -0
  1357. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.init.md +0 -0
  1358. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.review.md +0 -0
  1359. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.update.md +0 -0
  1360. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/.docguard.json +0 -0
  1361. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/.env.example +0 -0
  1362. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/AGENTS.md +0 -0
  1363. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/CHANGELOG.md +0 -0
  1364. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/DRIFT-LOG.md +0 -0
  1365. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/README.md +0 -0
  1366. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
  1367. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
  1368. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
  1369. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
  1370. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
  1371. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
  1372. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/package.json +0 -0
  1373. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/api.mjs +0 -0
  1374. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/notifier.mjs +0 -0
  1375. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/scheduler.mjs +0 -0
  1376. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/worker.mjs +0 -0
  1377. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/test-draft.js +0 -0
  1378. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/test-metrics.js +0 -0
  1379. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/anchor-autofix.test.mjs +0 -0
  1380. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/api-doc.test.mjs +0 -0
  1381. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/api-surface.test.mjs +0 -0
  1382. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/api-write.test.mjs +0 -0
  1383. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/architecture.test.mjs +0 -0
  1384. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/b7-node-env-symmetry.test.mjs +0 -0
  1385. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/backup-failure.test.mjs +0 -0
  1386. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/canonical-sync.test.mjs +0 -0
  1387. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/cdk-detection.test.mjs +0 -0
  1388. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/changed-only-scoping.test.mjs +0 -0
  1389. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/changed-only.test.mjs +0 -0
  1390. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/changelog.test.mjs +0 -0
  1391. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/cross-reference.test.mjs +0 -0
  1392. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/demo-command.test.mjs +0 -0
  1393. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/doc-quality.test.mjs +0 -0
  1394. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/doc-section-synonyms.test.mjs +0 -0
  1395. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/docs-coverage.test.mjs +0 -0
  1396. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/docs-diff.test.mjs +0 -0
  1397. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/docs-sync.test.mjs +0 -0
  1398. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/drift.test.mjs +0 -0
  1399. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/ensure-skills-idempotent.test.mjs +0 -0
  1400. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/env-schema-detection.test.mjs +0 -0
  1401. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/environment.test.mjs +0 -0
  1402. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/explain-coverage.test.mjs +0 -0
  1403. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/field-report-2-cli.test.mjs +0 -0
  1404. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fix-memory.test.mjs +0 -0
  1405. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fix-suppression.test.mjs +0 -0
  1406. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fixture-projects.test.mjs +0 -0
  1407. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/freshness.test.mjs +0 -0
  1408. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/frontend-deep.test.mjs +0 -0
  1409. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/frontend.test.mjs +0 -0
  1410. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/guard-classify.test.mjs +0 -0
  1411. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/guard-no-throw.test.mjs +0 -0
  1412. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/hooks.test.mjs +0 -0
  1413. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/i18n.test.mjs +0 -0
  1414. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/impact.test.mjs +0 -0
  1415. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/init-smart-detection.test.mjs +0 -0
  1416. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/integrations.test.mjs +0 -0
  1417. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/js-ast.test.mjs +0 -0
  1418. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/mechanical.test.mjs +0 -0
  1419. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/memory-plan.test.mjs +0 -0
  1420. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/metadata-sync.test.mjs +0 -0
  1421. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/metrics-consistency.test.mjs +0 -0
  1422. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/metrics-dedup.test.mjs +0 -0
  1423. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/monorepo-scanning.test.mjs +0 -0
  1424. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/multi-spec.test.mjs +0 -0
  1425. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/npm-pack-smoke.test.mjs +0 -0
  1426. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/openapi-parse-honesty.test.mjs +0 -0
  1427. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/patch-0.11.2.test.mjs +0 -0
  1428. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/plan-disk-cache.test.mjs +0 -0
  1429. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/profile-flag.test.mjs +0 -0
  1430. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/py-ast.test.mjs +0 -0
  1431. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/regenerate-section.test.mjs +0 -0
  1432. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-express-mounts.test.mjs +0 -0
  1433. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-fastify.test.mjs +0 -0
  1434. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/routes-multilang.test.mjs +0 -0
  1435. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-nextjs-app-router.test.mjs +0 -0
  1436. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/schema-sync.test.mjs +0 -0
  1437. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/schemas-multilang.test.mjs +0 -0
  1438. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/schemas.test.mjs +0 -0
  1439. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/scoping-extended.test.mjs +0 -0
  1440. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/score-suggestions.test.mjs +0 -0
  1441. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/section-na-markers.test.mjs +0 -0
  1442. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/sections.test.mjs +0 -0
  1443. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/security-init-injection.test.mjs +0 -0
  1444. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/security.test.mjs +0 -0
  1445. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/severity.test.mjs +0 -0
  1446. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/shared-git.test.mjs +0 -0
  1447. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/shared-source.test.mjs +0 -0
  1448. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/speckit-bugfix.test.mjs +0 -0
  1449. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/starter-scaffold.test.mjs +0 -0
  1450. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/stress-test.test.mjs +0 -0
  1451. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/structure.test.mjs +0 -0
  1452. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/surface-sync.test.mjs +0 -0
  1453. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/sweep-nudge.test.mjs +0 -0
  1454. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/sync-since.test.mjs +0 -0
  1455. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/test-spec.test.mjs +0 -0
  1456. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/todo-tracking.test.mjs +0 -0
  1457. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/trace-multilang.test.mjs +0 -0
  1458. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/trace-reverse.test.mjs +0 -0
  1459. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/traceability.test.mjs +0 -0
  1460. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/upgrade-pr-e2e.test.mjs +0 -0
  1461. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/upgrade-pr.test.mjs +0 -0
  1462. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/upgrade.test.mjs +0 -0
  1463. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/v020-consolidation.test.mjs +0 -0
  1464. {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/validator-markers.test.mjs +0 -0
  1465. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/validator-naming.test.mjs +0 -0
  1466. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/version-pin.test.mjs +0 -0
  1467. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/whats-new.test.mjs +0 -0
@@ -6,10 +6,10 @@ description: AI-driven documentation repair with structured research workflow, t
6
6
  compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
7
7
  metadata:
8
8
  author: docguard
9
- version: 0.21.1
9
+ version: 0.25.0
10
10
  source: extensions/spec-kit-docguard/skills/docguard-fix
11
11
  ---
12
- <!-- docguard:version: 0.21.1 -->
12
+ <!-- docguard:version: 0.25.0 -->
13
13
 
14
14
  # DocGuard Fix Skill
15
15
 
@@ -7,10 +7,10 @@ description: Run DocGuard guard validation against Canonical-Driven Development
7
7
  compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
8
8
  metadata:
9
9
  author: docguard
10
- version: 0.23.0
10
+ version: 0.25.0
11
11
  source: extensions/spec-kit-docguard/skills/docguard-guard
12
12
  ---
13
- <!-- docguard:version: 0.23.0 -->
13
+ <!-- docguard:version: 0.25.0 -->
14
14
 
15
15
  # DocGuard Guard Skill
16
16
 
@@ -6,10 +6,10 @@ description: Cross-document consistency analysis and quality assessment. Perform
6
6
  compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
7
7
  metadata:
8
8
  author: docguard
9
- version: 0.21.1
9
+ version: 0.25.0
10
10
  source: extensions/spec-kit-docguard/skills/docguard-review
11
11
  ---
12
- <!-- docguard:version: 0.21.1 -->
12
+ <!-- docguard:version: 0.25.0 -->
13
13
 
14
14
  # DocGuard Review Skill
15
15
 
@@ -6,10 +6,10 @@ description: CDD maturity assessment with category-aware improvement roadmap. Ru
6
6
  compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
7
7
  metadata:
8
8
  author: docguard
9
- version: 0.21.1
9
+ version: 0.25.0
10
10
  source: extensions/spec-kit-docguard/skills/docguard-score
11
11
  ---
12
- <!-- docguard:version: 0.21.1 -->
12
+ <!-- docguard:version: 0.25.0 -->
13
13
 
14
14
  # DocGuard Score Skill
15
15
 
@@ -4,9 +4,10 @@ description: Keep canonical documentation ALWAYS UP TO DATE. Refreshes code-trut
4
4
  compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
5
5
  metadata:
6
6
  author: docguard
7
- version: 0.21.1
7
+ version: 0.25.0
8
8
  source: extensions/spec-kit-docguard/skills/docguard-sync
9
9
  ---
10
+ <!-- docguard:version: 0.25.0 -->
10
11
 
11
12
  # DocGuard Sync Skill
12
13
 
@@ -0,0 +1,209 @@
1
+ #!/usr/bin/env python3
2
+ """Build a spec-kit "Extension Submission" for DocGuard.
3
+
4
+ Per github/spec-kit#2707 (maintainer mnriem) and spec-kit's Extension
5
+ Publishing Guide, a community catalog add/update MUST go through the
6
+ Extension Submission issue template
7
+ (.github/ISSUE_TEMPLATE/extension_submission.yml) — NOT a direct PR editing
8
+ catalog.community.json. This script never touches the spec-kit repo; it only
9
+ prepares the submission so a human can open it through the real form (so
10
+ GitHub auto-applies the template's labels and auto-assigns a maintainer).
11
+
12
+ Two output modes:
13
+ --url Print a prefilled issue-form URL. Open it, review, and submit
14
+ through the form. Checkbox groups can't be prefilled via URL, so
15
+ tick those by hand. Large fields may be truncated by URL length
16
+ limits — paste them from --body if so.
17
+ --body Print Markdown mirroring every form field (a reliable copy/paste
18
+ source and an audit record).
19
+
20
+ The field values live in ONE place below so --url and --body never drift.
21
+ Only the version and download URL change per release.
22
+
23
+ Usage: speckit-submission.py (--url|--body) <version> <download_url>
24
+ """
25
+ import sys
26
+ import json
27
+ from urllib.parse import urlencode, quote
28
+
29
+ FORM_URL = "https://github.com/github/spec-kit/issues/new"
30
+ TEMPLATE = "extension_submission.yml"
31
+
32
+
33
+ def changelog_section(version: str) -> str:
34
+ """Pull the release's CHANGELOG section, if available."""
35
+ try:
36
+ with open("CHANGELOG.md", encoding="utf-8") as f:
37
+ lines = f.readlines()
38
+ except FileNotFoundError:
39
+ lines = []
40
+ out, found = [], False
41
+ for line in lines:
42
+ if line.startswith(f"## [{version}]"):
43
+ found = True
44
+ continue
45
+ if found and line.startswith("## ["):
46
+ break
47
+ if found:
48
+ out.append(line.rstrip("\n"))
49
+ text = "\n".join(out).strip()
50
+ if not text:
51
+ text = (
52
+ f"See [CHANGELOG](https://github.com/raccioly/docguard/blob/main/"
53
+ f"CHANGELOG.md) for v{version} details."
54
+ )
55
+ return text
56
+
57
+
58
+ def build(version: str, download_url: str):
59
+ catalog_entry = {
60
+ "docguard": {
61
+ "name": "DocGuard — CDD Enforcement",
62
+ "id": "docguard",
63
+ "description": (
64
+ "Canonical-Driven Development enforcement. Validates, scores, "
65
+ "and traces project documentation with automated checks, "
66
+ "AI-driven workflows, and spec-kit hooks. One pinned runtime "
67
+ "dependency; pure Node.js otherwise."
68
+ ),
69
+ "author": "raccioly",
70
+ "version": version,
71
+ "download_url": download_url,
72
+ "repository": "https://github.com/raccioly/docguard",
73
+ "homepage": "https://www.npmjs.com/package/docguard-cli",
74
+ "documentation": (
75
+ "https://github.com/raccioly/docguard/blob/main/"
76
+ "extensions/spec-kit-docguard/README.md"
77
+ ),
78
+ "changelog": (
79
+ "https://github.com/raccioly/docguard/blob/main/CHANGELOG.md"
80
+ ),
81
+ "license": "MIT",
82
+ "requires": {
83
+ "speckit_version": ">=0.1.0",
84
+ "tools": [
85
+ {"name": "node", "version": ">=18.0.0", "required": True}
86
+ ],
87
+ },
88
+ "provides": {"commands": 6, "hooks": 3},
89
+ "tags": [
90
+ "documentation", "validation", "quality", "cdd",
91
+ "traceability", "ai-agents", "enforcement", "spec-kit",
92
+ ],
93
+ "verified": False,
94
+ "downloads": 0,
95
+ "stars": 0,
96
+ }
97
+ }
98
+
99
+ # (form-field-id, label, value). Order mirrors extension_submission.yml.
100
+ # `None`-valued ids are checkbox groups: rendered in --body, omitted in --url.
101
+ fields = [
102
+ ("extension-id", "Extension ID", "docguard"),
103
+ ("extension-name", "Extension Name", "DocGuard — CDD Enforcement"),
104
+ ("version", "Version", version),
105
+ ("description", "Description", catalog_entry["docguard"]["description"]),
106
+ ("author", "Author", "raccioly"),
107
+ ("repository", "Repository URL", "https://github.com/raccioly/docguard"),
108
+ ("download-url", "Download URL", download_url),
109
+ ("license", "License", "MIT"),
110
+ ("homepage", "Homepage (optional)", "https://www.npmjs.com/package/docguard-cli"),
111
+ ("documentation", "Documentation URL (optional)",
112
+ catalog_entry["docguard"]["documentation"]),
113
+ ("changelog", "Changelog URL (optional)",
114
+ "https://github.com/raccioly/docguard/blob/main/CHANGELOG.md"),
115
+ ("speckit-version", "Required Spec Kit Version", ">=0.1.0"),
116
+ ("required-tools", "Required Tools (optional)",
117
+ "- node (>=18.0.0) - required\n"
118
+ "- npx - required\n"
119
+ "- specify - optional (auto-initializes the SDD workflow during docguard init)"),
120
+ ("commands-count", "Number of Commands", "6"),
121
+ ("hooks-count", "Number of Hooks (optional)", "3"),
122
+ ("tags", "Tags",
123
+ "documentation, validation, quality, cdd, traceability, ai-agents, enforcement, spec-kit"),
124
+ ("features", "Key Features",
125
+ "- 19-validator quality gate with severity triage and a remediation plan\n"
126
+ "- AI-driven documentation repair with codebase research and validation loops\n"
127
+ "- Cross-document semantic consistency analysis (read-only review)\n"
128
+ "- CDD maturity score with an ROI-based improvement roadmap\n"
129
+ "- Reverse-engineers canonical docs from an existing codebase\n"
130
+ "- spec-kit workflow hooks (after_implement, before_tasks, after_tasks)"),
131
+ ("testing", "Testing Checklist", None),
132
+ ("requirements", "Submission Requirements", None),
133
+ ("testing-details", "Testing Details",
134
+ "**Tested on:** Linux + macOS with the spec-kit CLI.\n\n"
135
+ "**Install:**\n```bash\n"
136
+ f"specify extension add docguard --from {download_url}\n```\n\n"
137
+ "**Scenarios verified:**\n"
138
+ "1. Extension installs from the release ZIP without manifest validation errors.\n"
139
+ "2. All six `speckit.docguard.*` commands resolve and run.\n"
140
+ "3. The three workflow hooks register against spec-kit's lifecycle."),
141
+ ("example-usage", "Example Usage",
142
+ "```bash\n"
143
+ "# Install the extension\n"
144
+ f"specify extension add docguard --from {download_url}\n\n"
145
+ "# Run the documentation quality gate\n"
146
+ "/speckit.docguard.guard\n```"),
147
+ ("catalog-entry", "Proposed Catalog Entry",
148
+ "```json\n" + json.dumps(catalog_entry, indent=2) + "\n```"),
149
+ ("additional-context", "Additional Context",
150
+ "**This is an update to an existing catalog entry (`docguard`)** for a "
151
+ "new release — please bump the version and download URL on the current "
152
+ "entry rather than adding a duplicate.\n\n"
153
+ f"**Release notes (v{version}):**\n\n{changelog_section(version)}"),
154
+ ]
155
+
156
+ testing_items = [
157
+ "Extension installs successfully via download URL",
158
+ "All commands execute without errors",
159
+ "Documentation is complete and accurate",
160
+ "No security vulnerabilities identified",
161
+ "Tested on at least one real project",
162
+ ]
163
+ requirement_items = [
164
+ "Valid `extension.yml` manifest included",
165
+ "README.md with installation and usage instructions",
166
+ "LICENSE file included",
167
+ "GitHub release created with version tag",
168
+ "All command files exist and are properly formatted",
169
+ "Extension ID follows naming conventions (lowercase-with-hyphens)",
170
+ ]
171
+ checkbox_items = {"testing": testing_items, "requirements": requirement_items}
172
+ return fields, checkbox_items, catalog_entry
173
+
174
+
175
+ def render_body(fields, checkbox_items) -> str:
176
+ blocks = []
177
+ for fid, label, value in fields:
178
+ if value is None: # checkbox group
179
+ ticked = "\n".join(f"- [x] {item}" for item in checkbox_items[fid])
180
+ blocks.append(f"### {label}\n\n{ticked}")
181
+ else:
182
+ blocks.append(f"### {label}\n\n{value}")
183
+ return "\n\n".join(blocks) + "\n"
184
+
185
+
186
+ def render_url(fields, version) -> str:
187
+ params = {"template": TEMPLATE,
188
+ "title": f"[Extension]: Update DocGuard — CDD Enforcement (v{version})"}
189
+ for fid, _label, value in fields:
190
+ if value is None:
191
+ continue # checkbox groups can't be prefilled via URL
192
+ params[fid] = value
193
+ return FORM_URL + "?" + urlencode(params, quote_via=quote)
194
+
195
+
196
+ def main():
197
+ if len(sys.argv) != 4 or sys.argv[1] not in ("--url", "--body"):
198
+ print(__doc__)
199
+ sys.exit(1)
200
+ mode, version, download_url = sys.argv[1], sys.argv[2], sys.argv[3]
201
+ fields, checkbox_items, _ = build(version, download_url)
202
+ if mode == "--body":
203
+ sys.stdout.write(render_body(fields, checkbox_items))
204
+ else:
205
+ sys.stdout.write(render_url(fields, version) + "\n")
206
+
207
+
208
+ if __name__ == "__main__":
209
+ main()
@@ -21,23 +21,28 @@ jobs:
21
21
  steps:
22
22
  - uses: actions/checkout@v6
23
23
  with:
24
- fetch-depth: 2 # Need previous commit to compare
24
+ fetch-depth: 1 # only need HEAD's package.json; the tag check hits the remote
25
25
 
26
- - name: Check if version changed
26
+ - name: Check if this version needs releasing
27
27
  id: check
28
28
  run: |
29
29
  CURRENT=$(node -p "require('./package.json').version")
30
- # Get version from previous commit
31
- PREVIOUS=$(git show HEAD~1:package.json 2>/dev/null | node -p "JSON.parse(require('fs').readFileSync('/dev/stdin','utf-8')).version" 2>/dev/null || echo "0.0.0")
30
+ TAG="v${CURRENT}"
32
31
  echo "current=$CURRENT"
33
- echo "previous=$PREVIOUS"
34
- if [ "$CURRENT" != "$PREVIOUS" ]; then
32
+ # TAG-DRIVEN gate (not HEAD~1): a version needs releasing iff no tag
33
+ # v$CURRENT exists yet. The old HEAD~1 comparison skipped the release
34
+ # whenever a push carried commits AFTER the version-bump commit (the
35
+ # bump wasn't the tip) — e.g. a batched push of several commits. It saw
36
+ # HEAD and HEAD~1 both already carrying the new version and wrongly
37
+ # concluded "unchanged", silently skipping npm/PyPI/GitHub-Release.
38
+ # Checking the tag is also idempotent: a re-run won't double-publish.
39
+ if git ls-remote --tags origin "refs/tags/$TAG" | grep -q "refs/tags/$TAG$"; then
40
+ echo "changed=false" >> "$GITHUB_OUTPUT"
41
+ echo "⏭️ $TAG already released — nothing to do"
42
+ else
35
43
  echo "version=$CURRENT" >> "$GITHUB_OUTPUT"
36
44
  echo "changed=true" >> "$GITHUB_OUTPUT"
37
- echo "✅ Version changed: $PREVIOUS $CURRENT"
38
- else
39
- echo "changed=false" >> "$GITHUB_OUTPUT"
40
- echo "⏭️ Version unchanged ($CURRENT), skipping release"
45
+ echo "✅ $TAG is not yet released — releasing"
41
46
  fi
42
47
 
43
48
  # ── Step 2: Run full test suite ────────────────────────────────────────
@@ -55,6 +60,8 @@ jobs:
55
60
  - uses: actions/setup-node@v6
56
61
  with:
57
62
  node-version: ${{ matrix.node-version }}
63
+ - name: Install dependencies
64
+ run: npm ci
58
65
  - name: Run Tests
59
66
  run: npm test
60
67
  - name: Guard (self-check)
@@ -190,17 +197,22 @@ jobs:
190
197
  TWINE_USERNAME: __token__
191
198
  TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
192
199
 
193
- # ── Step 7: Sync Spec Kit community catalog ────────────────────────────
194
- # Inlined here (rather than triggered via workflow_run from a sibling
195
- # workflow) because workflow_run-triggered jobs get 401 on the
196
- # `gh repo sync --source github/spec-kit` API call even with a valid
197
- # PAT in secrets. Same-workflow secret access is consistent fixes the
198
- # auto-sync that was failing on every release since the workflow_run
199
- # auth quirk surfaced.
200
+ # ── Step 7: Prepare Spec Kit community catalog submission ──────────────
201
+ # Per spec-kit maintainer guidance (github/spec-kit#2707) and spec-kit's
202
+ # Extension Publishing Guide, a catalog add/update MUST go through the
203
+ # Extension Submission ISSUE TEMPLATE so GitHub auto-applies the template
204
+ # labels + auto-assigns a maintainer NOT a direct PR editing
205
+ # catalog.community.json (the old fork-sync + patch-catalog.py + gh pr
206
+ # flow, now removed). This job does NOT touch github/spec-kit at all: it
207
+ # builds a prefilled issue-form link and opens a one-click reminder issue
208
+ # in THIS repo. A human submits the real form (so labels/assignment fire).
200
209
  sync-catalog:
201
210
  needs: [detect-version, build-extension, publish-npm, publish-pypi]
202
211
  if: needs.detect-version.outputs.changed == 'true'
203
212
  runs-on: ubuntu-latest
213
+ permissions:
214
+ contents: read
215
+ issues: write # reminder issue in THIS repo only — never github/spec-kit
204
216
  steps:
205
217
  - name: Checkout docguard repo
206
218
  uses: actions/checkout@v6
@@ -210,118 +222,73 @@ jobs:
210
222
  run: |
211
223
  VERSION="${{ needs.detect-version.outputs.version }}"
212
224
  echo "version=$VERSION" >> "$GITHUB_OUTPUT"
213
- echo "tag=v${VERSION}" >> "$GITHUB_OUTPUT"
214
225
  echo "download_url=https://github.com/raccioly/docguard/releases/download/v${VERSION}/spec-kit-docguard-v${VERSION}.zip" >> "$GITHUB_OUTPUT"
215
- echo "updated_at=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> "$GITHUB_OUTPUT"
216
226
  echo "✅ Version: $VERSION"
217
227
 
218
- - name: Extract release notes from CHANGELOG
219
- id: notes
220
- run: |
221
- VERSION="${{ steps.meta.outputs.version }}"
222
- NOTES=$(awk "/^## \\[${VERSION}\\]/{found=1; next} /^## \\[/{if(found) exit} found{print}" CHANGELOG.md)
223
- if [ -z "$NOTES" ]; then
224
- NOTES="Updated to v${VERSION}. See [CHANGELOG](https://github.com/raccioly/docguard/blob/main/CHANGELOG.md) for details."
225
- fi
226
- echo "$NOTES" > /tmp/changelog-section.md
227
- echo "✅ Release notes extracted ($(wc -l < /tmp/changelog-section.md) lines)"
228
-
229
- - name: Sync fork with upstream
230
- env:
231
- GH_TOKEN: ${{ secrets.SPECKIT_PR_TOKEN }}
232
- run: |
233
- gh repo sync raccioly/spec-kit --source github/spec-kit --branch main --force
234
- echo "✅ Fork synced with upstream"
235
-
236
- - name: Checkout spec-kit fork (fresh after sync)
237
- uses: actions/checkout@v6
238
- with:
239
- repository: raccioly/spec-kit
240
- token: ${{ secrets.SPECKIT_PR_TOKEN }}
241
- path: spec-kit-fork
242
- ref: main
243
-
244
- - name: Update catalog.community.json
245
- working-directory: spec-kit-fork
228
+ - name: Build prefilled submission link + body
246
229
  run: |
247
230
  VERSION="${{ steps.meta.outputs.version }}"
248
231
  DOWNLOAD_URL="${{ steps.meta.outputs.download_url }}"
249
- UPDATED_AT="${{ steps.meta.outputs.updated_at }}"
250
- cp ${{ github.workspace }}/.github/scripts/patch-catalog.py /tmp/patch-catalog.py
251
- python3 /tmp/patch-catalog.py "$VERSION" "$DOWNLOAD_URL" "$UPDATED_AT"
252
-
253
- - name: Create or update branch
254
- working-directory: spec-kit-fork
255
- run: |
256
- BRANCH="update-docguard"
257
- git config user.name "github-actions[bot]"
258
- git config user.email "github-actions[bot]@users.noreply.github.com"
259
- git checkout -B "$BRANCH"
260
- git add extensions/catalog.community.json extensions/README.md
261
- git commit -m "chore: update DocGuard extension to v${{ steps.meta.outputs.version }}" || echo "No changes to commit"
262
- git push --force origin "$BRANCH"
263
- echo "✅ Branch $BRANCH pushed"
232
+ python3 .github/scripts/speckit-submission.py --url "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-url.txt
233
+ python3 .github/scripts/speckit-submission.py --body "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-body.md
234
+ echo "✅ Built prefilled form URL ($(wc -c < /tmp/submit-url.txt) bytes) + body"
264
235
 
265
- - name: Create or update PR
266
- working-directory: spec-kit-fork
236
+ - name: Open or refresh catalog-submission reminder (this repo)
267
237
  env:
268
- GH_TOKEN: ${{ secrets.SPECKIT_PR_TOKEN }}
238
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
269
239
  run: |
270
240
  VERSION="${{ steps.meta.outputs.version }}"
271
- BRANCH="update-docguard"
272
- PR_TITLE="chore: update DocGuard extension to v${VERSION}"
273
-
274
- cat > /tmp/pr-body.md << 'HEADER'
275
- ## DocGuard Community Extension Update
276
-
277
- Updates the DocGuard community extension catalog entry.
278
-
279
- ### Changes
280
- HEADER
281
-
282
- echo "- Version: **v${VERSION}**" >> /tmp/pr-body.md
283
- echo "- Download: \`spec-kit-docguard-v${VERSION}.zip\`" >> /tmp/pr-body.md
284
- echo "- Repository: https://github.com/raccioly/docguard" >> /tmp/pr-body.md
285
- echo "" >> /tmp/pr-body.md
286
- echo "### Release Notes" >> /tmp/pr-body.md
287
- echo "" >> /tmp/pr-body.md
288
- cat /tmp/changelog-section.md >> /tmp/pr-body.md
289
- echo "" >> /tmp/pr-body.md
290
- echo "---" >> /tmp/pr-body.md
291
- echo "*This PR was automatically generated by the DocGuard release pipeline.*" >> /tmp/pr-body.md
292
-
293
- EXISTING_PR=$(gh pr list \
294
- --repo github/spec-kit \
295
- --head "raccioly:${BRANCH}" \
241
+ SUBMIT_URL=$(cat /tmp/submit-url.txt)
242
+ TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
243
+
244
+ # Compose the reminder body: one-click prefilled form link + the full
245
+ # field-by-field body as a paste fallback (URL prefill can truncate).
246
+ {
247
+ echo "A new release (**v${VERSION}**) is out. Update the spec-kit"
248
+ echo "community catalog **via the Extension Submission issue template**"
249
+ echo "(NOT a PR — see github/spec-kit#2707)."
250
+ echo
251
+ echo "## 👉 One-click: open the prefilled submission form"
252
+ echo
253
+ echo "[**Open the Extension Submission form, prefilled for v${VERSION}**](${SUBMIT_URL})"
254
+ echo
255
+ echo "Then: review the fields, tick the two checkbox groups (Testing /"
256
+ echo "Requirements), and click **Submit new issue**. Submitting through"
257
+ echo "the form is what makes GitHub auto-apply labels and assign a"
258
+ echo "maintainer. If any long field came through truncated, paste it"
259
+ echo "from the copy below."
260
+ echo
261
+ echo "<details><summary>📋 Full submission body (copy/paste fallback)</summary>"
262
+ echo
263
+ cat /tmp/submit-body.md
264
+ echo
265
+ echo "</details>"
266
+ } > /tmp/reminder.md
267
+
268
+ # Idempotent per-version: refresh the existing reminder, else open one.
269
+ EXISTING=$(gh issue list \
270
+ --repo "$GITHUB_REPOSITORY" \
296
271
  --state open \
297
- --json number \
298
- --jq '.[0].number' 2>/dev/null || echo "")
299
-
300
- if [ -z "$EXISTING_PR" ] || [ "$EXISTING_PR" = "null" ]; then
301
- EXISTING_PR=$(gh pr list \
302
- --repo github/spec-kit \
303
- --state open \
304
- --search "head:raccioly:${BRANCH}" \
305
- --json number \
306
- --jq '.[0].number' 2>/dev/null || echo "")
307
- fi
272
+ --search "in:title \"DocGuard v${VERSION}\" spec-kit catalog" \
273
+ --json number,title \
274
+ --jq "[.[] | select(.title | contains(\"v${VERSION}\"))][0].number" 2>/dev/null || echo "")
308
275
 
309
- if [ -n "$EXISTING_PR" ] && [ "$EXISTING_PR" != "null" ]; then
310
- echo "Found existing PR #${EXISTING_PR} updating title and body..."
311
- gh pr edit "$EXISTING_PR" \
312
- --repo github/spec-kit \
313
- --title "$PR_TITLE" \
314
- --body-file /tmp/pr-body.md
315
- echo "✅ Updated existing PR #${EXISTING_PR} to v${VERSION}"
276
+ if [ -n "$EXISTING" ] && [ "$EXISTING" != "null" ]; then
277
+ gh issue edit "$EXISTING" --repo "$GITHUB_REPOSITORY" --body-file /tmp/reminder.md
278
+ echo "✅ Refreshed reminder issue #${EXISTING}"
316
279
  else
317
- PR_URL=$(gh pr create \
318
- --repo github/spec-kit \
319
- --head "raccioly:${BRANCH}" \
320
- --base main \
321
- --title "$PR_TITLE" \
322
- --body-file /tmp/pr-body.md 2>&1) && {
323
- echo "✅ Created new PR: $PR_URL"
324
- } || {
325
- echo "⚠️ Could not create or find PR — branch was force-pushed with v${VERSION} content"
326
- }
280
+ gh issue create --repo "$GITHUB_REPOSITORY" --title "$TITLE" --body-file /tmp/reminder.md
281
+ echo "✅ Opened catalog-submission reminder issue"
327
282
  fi
283
+
284
+ - name: Write run summary
285
+ run: |
286
+ VERSION="${{ steps.meta.outputs.version }}"
287
+ SUBMIT_URL=$(cat /tmp/submit-url.txt)
288
+ {
289
+ echo "### Spec Kit catalog submission — v${VERSION}"
290
+ echo
291
+ echo "[Open the prefilled Extension Submission form](${SUBMIT_URL})"
292
+ echo
293
+ echo "Submit it through the form (do **not** open a PR against the catalog)."
294
+ } >> "$GITHUB_STEP_SUMMARY"
@@ -0,0 +1,110 @@
1
+ name: Prepare Spec Kit Catalog Submission (Manual)
2
+
3
+ # Manual recovery only. The automatic version of this runs inside
4
+ # release.yml (the `sync-catalog` job). Use this for one-off catalog
5
+ # submissions outside the release flow, e.g. re-preparing after the
6
+ # upstream issue was closed without action, or a metadata-only refresh.
7
+ #
8
+ # Per spec-kit maintainer guidance (github/spec-kit#2707) and spec-kit's
9
+ # Extension Publishing Guide, a catalog add/update MUST go through the
10
+ # Extension Submission ISSUE TEMPLATE so GitHub auto-applies the template
11
+ # labels + auto-assigns a maintainer — NOT a direct PR editing
12
+ # catalog.community.json. This workflow does NOT touch github/spec-kit: it
13
+ # builds a prefilled issue-form link and a one-click reminder issue in THIS
14
+ # repo. A human submits the real form so labels/assignment fire.
15
+ on:
16
+ workflow_dispatch:
17
+ inputs:
18
+ version:
19
+ description: 'Override version (leave empty to read from package.json)'
20
+ required: false
21
+ type: string
22
+
23
+ permissions:
24
+ contents: read
25
+ issues: write # reminder issue in THIS repo only — never github/spec-kit
26
+
27
+ jobs:
28
+ prepare-catalog-submission:
29
+ runs-on: ubuntu-latest
30
+
31
+ steps:
32
+ - name: Checkout docguard repo
33
+ uses: actions/checkout@v6
34
+
35
+ - name: Get version and metadata
36
+ id: meta
37
+ run: |
38
+ if [ -n "${{ inputs.version }}" ]; then
39
+ VERSION="${{ inputs.version }}"
40
+ else
41
+ VERSION=$(node -p "require('./package.json').version")
42
+ fi
43
+ echo "version=$VERSION" >> "$GITHUB_OUTPUT"
44
+ echo "download_url=https://github.com/raccioly/docguard/releases/download/v${VERSION}/spec-kit-docguard-v${VERSION}.zip" >> "$GITHUB_OUTPUT"
45
+ echo "✅ Version: $VERSION"
46
+
47
+ - name: Build prefilled submission link + body
48
+ run: |
49
+ VERSION="${{ steps.meta.outputs.version }}"
50
+ DOWNLOAD_URL="${{ steps.meta.outputs.download_url }}"
51
+ python3 .github/scripts/speckit-submission.py --url "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-url.txt
52
+ python3 .github/scripts/speckit-submission.py --body "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-body.md
53
+ echo "✅ Built prefilled form URL ($(wc -c < /tmp/submit-url.txt) bytes) + body"
54
+
55
+ - name: Open or refresh catalog-submission reminder (this repo)
56
+ env:
57
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
+ run: |
59
+ VERSION="${{ steps.meta.outputs.version }}"
60
+ SUBMIT_URL=$(cat /tmp/submit-url.txt)
61
+ TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
62
+
63
+ {
64
+ echo "Update the spec-kit community catalog for **v${VERSION}**"
65
+ echo "**via the Extension Submission issue template** (NOT a PR —"
66
+ echo "see github/spec-kit#2707)."
67
+ echo
68
+ echo "## 👉 One-click: open the prefilled submission form"
69
+ echo
70
+ echo "[**Open the Extension Submission form, prefilled for v${VERSION}**](${SUBMIT_URL})"
71
+ echo
72
+ echo "Then: review the fields, tick the two checkbox groups (Testing /"
73
+ echo "Requirements), and click **Submit new issue**. Submitting through"
74
+ echo "the form is what makes GitHub auto-apply labels and assign a"
75
+ echo "maintainer. If any long field came through truncated, paste it"
76
+ echo "from the copy below."
77
+ echo
78
+ echo "<details><summary>📋 Full submission body (copy/paste fallback)</summary>"
79
+ echo
80
+ cat /tmp/submit-body.md
81
+ echo
82
+ echo "</details>"
83
+ } > /tmp/reminder.md
84
+
85
+ EXISTING=$(gh issue list \
86
+ --repo "$GITHUB_REPOSITORY" \
87
+ --state open \
88
+ --search "in:title \"DocGuard v${VERSION}\" spec-kit catalog" \
89
+ --json number,title \
90
+ --jq "[.[] | select(.title | contains(\"v${VERSION}\"))][0].number" 2>/dev/null || echo "")
91
+
92
+ if [ -n "$EXISTING" ] && [ "$EXISTING" != "null" ]; then
93
+ gh issue edit "$EXISTING" --repo "$GITHUB_REPOSITORY" --body-file /tmp/reminder.md
94
+ echo "✅ Refreshed reminder issue #${EXISTING}"
95
+ else
96
+ gh issue create --repo "$GITHUB_REPOSITORY" --title "$TITLE" --body-file /tmp/reminder.md
97
+ echo "✅ Opened catalog-submission reminder issue"
98
+ fi
99
+
100
+ - name: Write run summary
101
+ run: |
102
+ VERSION="${{ steps.meta.outputs.version }}"
103
+ SUBMIT_URL=$(cat /tmp/submit-url.txt)
104
+ {
105
+ echo "### Spec Kit catalog submission — v${VERSION}"
106
+ echo
107
+ echo "[Open the prefilled Extension Submission form](${SUBMIT_URL})"
108
+ echo
109
+ echo "Submit it through the form (do **not** open a PR against the catalog)."
110
+ } >> "$GITHUB_STEP_SUMMARY"