docguard-cli 0.24.0__tar.gz → 0.25.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1465) hide show
  1. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard → docguard_cli-0.25.0/.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.0/.agent}/skills/docguard-guard/SKILL.md +2 -2
  3. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.agent/skills/docguard-review/SKILL.md +2 -2
  4. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.agent/skills/docguard-score/SKILL.md +2 -2
  5. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.agent/skills/docguard-sync/SKILL.md +2 -1
  6. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.github/workflows/release.yml +17 -10
  7. docguard_cli-0.25.0/.wolf/buglog.json +465 -0
  8. docguard_cli-0.25.0/.wolf/cerebrum.md +26 -0
  9. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/cron-state.json +1 -1
  10. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/CHANGELOG.md +47 -0
  11. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/PKG-INFO +1 -1
  12. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/ROADMAP.md +2 -1
  13. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/generate.mjs +67 -1
  14. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/init.mjs +6 -2
  15. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/sync.mjs +6 -0
  16. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/docguard.mjs +141 -6
  17. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/cli/scanners/project-type.mjs +11 -4
  18. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/shared-ignore.mjs +7 -1
  19. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/shared.mjs +32 -0
  20. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/cli/validators/generated-staleness.mjs +16 -1
  21. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/extensions/spec-kit-docguard/extension.yml +1 -1
  22. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.0/extensions/spec-kit-docguard}/skills/docguard-fix/SKILL.md +2 -2
  23. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.0/extensions/spec-kit-docguard}/skills/docguard-guard/SKILL.md +2 -2
  24. {docguard_cli-0.24.0/.agent → docguard_cli-0.25.0/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
  25. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +2 -2
  26. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -1
  27. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +2 -2
  28. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +2 -2
  29. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/package-lock.json +2 -2
  30. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/package.json +1 -1
  31. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/pyproject.toml +1 -1
  32. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/tests/commands.test.mjs +137 -0
  33. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/docguardignore.test.mjs +42 -0
  34. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/tests/generated-staleness.test.mjs +30 -0
  35. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/project-type.test.mjs +21 -0
  36. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/tests/sync.test.mjs +16 -0
  37. docguard_cli-0.24.0/.agent/skills/docguard-fix/SKILL.md +0 -229
  38. docguard_cli-0.24.0/.agent/skills/docguard-guard/SKILL.md +0 -173
  39. docguard_cli-0.24.0/.agent/skills/docguard-score/SKILL.md +0 -179
  40. docguard_cli-0.24.0/.agent/skills/docguard-sync/SKILL.md +0 -112
  41. docguard_cli-0.24.0/.claude/settings.local.json +0 -24
  42. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.analyze.md +0 -184
  43. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.checklist.md +0 -295
  44. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.clarify.md +0 -181
  45. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.constitution.md +0 -84
  46. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.implement.md +0 -198
  47. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.plan.md +0 -90
  48. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.specify.md +0 -237
  49. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.tasks.md +0 -200
  50. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.taskstoissues.md +0 -30
  51. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-fix/SKILL.md +0 -229
  52. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-guard/SKILL.md +0 -173
  53. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-analyze/SKILL.md +0 -193
  54. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-checklist/SKILL.md +0 -304
  55. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-clarify/SKILL.md +0 -186
  56. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-constitution/SKILL.md +0 -89
  57. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-implement/SKILL.md +0 -207
  58. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-plan/SKILL.md +0 -91
  59. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-specify/SKILL.md +0 -239
  60. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-tasks/SKILL.md +0 -200
  61. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  62. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/rules/openwolf.md +0 -15
  63. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.json +0 -72
  64. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.local.json +0 -24
  65. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguard.json +0 -44
  66. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguardignore +0 -33
  67. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.git +0 -1
  68. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/dependabot.yml +0 -20
  69. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/scripts/patch-catalog.py +0 -104
  70. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/ci.yml +0 -90
  71. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/sync-speckit-catalog.yml +0 -182
  72. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.gitignore +0 -36
  73. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/bolt.md +0 -7
  74. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/palette.md +0 -7
  75. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.npmignore +0 -28
  76. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.specify/memory/constitution.md +0 -76
  77. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/anatomy.md +0 -553
  78. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/buglog.json +0 -4
  79. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cerebrum.md +0 -23
  80. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cron-state.json +0 -7
  81. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/daemon.log +0 -136
  82. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/memory.md +0 -4
  83. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/token-ledger.json +0 -21
  84. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/AGENTS.md +0 -119
  85. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CHANGELOG.md +0 -1292
  86. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CONTRIBUTING.md +0 -139
  87. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/README.md +0 -676
  88. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/ROADMAP.md +0 -124
  89. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/SECURITY.md +0 -40
  90. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/action.yml +0 -331
  91. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/demo.mjs +0 -241
  92. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/diff.mjs +0 -389
  93. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/explain.mjs +0 -286
  94. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/fix.mjs +0 -820
  95. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/generate.mjs +0 -1474
  96. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/guard.mjs +0 -574
  97. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/hooks.mjs +0 -334
  98. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/init.mjs +0 -499
  99. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/memory.mjs +0 -143
  100. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/score.mjs +0 -897
  101. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/setup.mjs +0 -485
  102. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/trace.mjs +0 -490
  103. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/upgrade.mjs +0 -324
  104. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/docguard.mjs +0 -688
  105. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/ensure-skills.mjs +0 -363
  106. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/api-doc.mjs +0 -122
  107. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/doc-tools.mjs +0 -351
  108. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/frontend.mjs +0 -438
  109. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/memory-plan.mjs +0 -399
  110. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/project-type.mjs +0 -310
  111. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/routes.mjs +0 -623
  112. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/schemas.mjs +0 -765
  113. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/speckit.mjs +0 -465
  114. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-git.mjs +0 -0
  115. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-ignore.mjs +0 -196
  116. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-source.mjs +0 -269
  117. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared.mjs +0 -203
  118. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/api-surface.mjs +0 -270
  119. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/canonical-sync.mjs +0 -211
  120. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/doc-quality.mjs +0 -676
  121. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-coverage.mjs +0 -504
  122. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-diff.mjs +0 -295
  123. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-sync.mjs +0 -260
  124. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/drift.mjs +0 -120
  125. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/environment.mjs +0 -130
  126. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/freshness.mjs +0 -256
  127. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/generated-staleness.mjs +0 -219
  128. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metadata-sync.mjs +0 -196
  129. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metrics-consistency.mjs +0 -196
  130. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/security.mjs +0 -162
  131. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/structure.mjs +0 -127
  132. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/test-spec.mjs +0 -322
  133. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/todo-tracking.mjs +0 -403
  134. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/traceability.mjs +0 -376
  135. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/writers/sections.mjs +0 -148
  136. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docguard_cli/wrapper.py +0 -101
  137. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/commands.md +0 -239
  138. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/configuration.md +0 -96
  139. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/faq.md +0 -155
  140. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/quickstart.md +0 -94
  141. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ARCHITECTURE.md +0 -184
  142. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/CI-RECIPES.md +0 -216
  143. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/DATA-MODEL.md +0 -150
  144. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ENVIRONMENT.md +0 -70
  145. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/REQUIREMENTS.md +0 -68
  146. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SECURITY.md +0 -111
  147. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SURFACE-AUDIT.md +0 -334
  148. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/TEST-SPEC.md +0 -98
  149. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/README.md +0 -106
  150. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/commands/guard.md +0 -74
  151. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/extension.yml +0 -106
  152. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  153. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  154. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  155. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  156. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/package.json +0 -61
  157. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/pyproject.toml +0 -41
  158. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/schemas/docguard-config.schema.json +0 -155
  159. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/specs/002-fix-test-discovery/plan.md +0 -113
  160. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/api-doc.test.mjs +0 -103
  161. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/canonical-sync.test.mjs +0 -148
  162. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/changed-only.test.mjs +0 -77
  163. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/commands.test.mjs +0 -805
  164. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/doc-quality.test.mjs +0 -93
  165. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-coverage.test.mjs +0 -258
  166. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-diff.test.mjs +0 -62
  167. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/environment.test.mjs +0 -146
  168. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/freshness.test.mjs +0 -162
  169. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/generated-staleness.test.mjs +0 -144
  170. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metadata-sync.test.mjs +0 -138
  171. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metrics-consistency.test.mjs +0 -103
  172. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/npm-pack-smoke.test.mjs +0 -128
  173. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/plan-disk-cache.test.mjs +0 -119
  174. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/schemas.test.mjs +0 -126
  175. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sections.test.mjs +0 -116
  176. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security-init-injection.test.mjs +0 -145
  177. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security.test.mjs +0 -146
  178. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/severity.test.mjs +0 -179
  179. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-git.test.mjs +0 -190
  180. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-source.test.mjs +0 -86
  181. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sync.test.mjs +0 -104
  182. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/test-spec.test.mjs +0 -245
  183. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/traceability.test.mjs +0 -147
  184. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/upgrade.test.mjs +0 -131
  185. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/.vscodeignore +0 -4
  186. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/README.md +0 -49
  187. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/extension.js +0 -504
  188. docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/package.json +0 -93
  189. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.analyze.md +0 -184
  190. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.checklist.md +0 -295
  191. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.clarify.md +0 -181
  192. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.constitution.md +0 -84
  193. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.implement.md +0 -198
  194. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.plan.md +0 -90
  195. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.specify.md +0 -237
  196. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.tasks.md +0 -200
  197. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.taskstoissues.md +0 -30
  198. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-review/SKILL.md +0 -186
  199. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-score/SKILL.md +0 -179
  200. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-sync/SKILL.md +0 -111
  201. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-analyze/SKILL.md +0 -193
  202. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-checklist/SKILL.md +0 -304
  203. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-clarify/SKILL.md +0 -186
  204. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-constitution/SKILL.md +0 -89
  205. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-implement/SKILL.md +0 -207
  206. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-plan/SKILL.md +0 -91
  207. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-specify/SKILL.md +0 -239
  208. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-tasks/SKILL.md +0 -200
  209. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  210. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.claude/settings.local.json +0 -24
  211. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.git +0 -1
  212. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  213. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  214. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/ci.yml +0 -90
  215. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/release.yml +0 -327
  216. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/supply-chain.yml +0 -24
  217. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.jules/sentinel.md +0 -4
  218. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.npmrc +0 -7
  219. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  220. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  221. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-metadata.json +0 -4
  222. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog.json +0 -21
  223. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/init-options.json +0 -9
  224. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/check-prerequisites.sh +0 -190
  225. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/common.sh +0 -253
  226. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/create-new-feature.sh +0 -333
  227. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/setup-plan.sh +0 -73
  228. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/update-agent-context.sh +0 -808
  229. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/agent-file-template.md +0 -28
  230. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/checklist-template.md +0 -40
  231. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/constitution-template.md +0 -50
  232. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/plan-template.md +0 -104
  233. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/spec-template.md +0 -115
  234. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/tasks-template.md +0 -251
  235. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/AGENTS.md +0 -119
  236. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CHANGELOG.md +0 -1544
  237. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CODE_OF_CONDUCT.md +0 -52
  238. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/COMPARISONS.md +0 -242
  239. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/DRIFT-LOG.md +0 -15
  240. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/LICENSE +0 -21
  241. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/PHILOSOPHY.md +0 -125
  242. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/ROADMAP.md +0 -135
  243. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/STANDARD.md +0 -751
  244. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPLY-CHAIN-AUDIT.md +0 -84
  245. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPORT.md +0 -51
  246. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/bin/docguard +0 -2
  247. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.gif +0 -0
  248. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.tape +0 -27
  249. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/agents.mjs +0 -221
  250. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/badge.mjs +0 -72
  251. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/ci.mjs +0 -80
  252. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diagnose.mjs +0 -624
  253. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diff.mjs +0 -400
  254. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/explain.mjs +0 -308
  255. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/fix.mjs +0 -820
  256. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/generate.mjs +0 -1474
  257. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/guard.mjs +0 -617
  258. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/impact.mjs +0 -169
  259. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/init.mjs +0 -499
  260. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/llms.mjs +0 -159
  261. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/publish.mjs +0 -246
  262. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/score.mjs +0 -897
  263. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/setup.mjs +0 -485
  264. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/sync.mjs +0 -173
  265. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/trace.mjs +0 -392
  266. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/upgrade.mjs +0 -336
  267. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/watch.mjs +0 -143
  268. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/config.mjs +0 -228
  269. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/docguard.mjs +0 -473
  270. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/ensure-skills.mjs +0 -363
  271. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/api-doc.mjs +0 -122
  272. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/cdk.mjs +0 -10
  273. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/doc-tools.mjs +0 -351
  274. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/frontend.mjs +0 -438
  275. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/iac.mjs +0 -235
  276. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/integrations.mjs +0 -116
  277. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/js-ast.mjs +0 -182
  278. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/memory-plan.mjs +0 -399
  279. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/project-type.mjs +0 -310
  280. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/routes.mjs +0 -629
  281. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/schemas.mjs +0 -772
  282. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-ignore.mjs +0 -211
  283. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-source.mjs +0 -278
  284. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-trace-patterns.mjs +0 -105
  285. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared.mjs +0 -203
  286. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/api-surface.mjs +0 -269
  287. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/architecture.mjs +0 -396
  288. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/canonical-sync.mjs +0 -211
  289. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/changelog.mjs +0 -80
  290. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/cross-reference.mjs +0 -421
  291. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/docs-coverage.mjs +0 -504
  292. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/freshness.mjs +0 -286
  293. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/generated-staleness.mjs +0 -219
  294. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metadata-sync.mjs +0 -196
  295. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metrics-consistency.mjs +0 -196
  296. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/schema-sync.mjs +0 -228
  297. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/spec-kit.mjs +0 -14
  298. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/structure.mjs +0 -127
  299. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/surface-sync.mjs +0 -365
  300. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/test-spec.mjs +0 -322
  301. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/todo-tracking.mjs +0 -403
  302. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/traceability.mjs +0 -391
  303. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/api-reference.mjs +0 -101
  304. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/fix-memory.mjs +0 -181
  305. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/mechanical.mjs +0 -251
  306. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.fix.md +0 -81
  307. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.guard.md +0 -61
  308. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.review.md +0 -53
  309. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.score.md +0 -61
  310. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/fastify.json +0 -37
  311. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/generic.json +0 -22
  312. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/nextjs.json +0 -37
  313. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/python.json +0 -37
  314. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/__init__.py +0 -1
  315. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/wrapper.py +0 -101
  316. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/ai-integration.md +0 -179
  317. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/configuration.md +0 -96
  318. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/doc-sections.md +0 -37
  319. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/installation.md +0 -99
  320. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/profiles.md +0 -103
  321. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ARCHITECTURE.md +0 -186
  322. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/DATA-MODEL.md +0 -150
  323. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ENVIRONMENT.md +0 -71
  324. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/SECURITY.md +0 -113
  325. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/TEST-SPEC.md +0 -100
  326. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-implementation/MIGRATION-v0.20.md +0 -194
  327. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/README.md +0 -3
  328. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/package.json +0 -12
  329. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/server.js +0 -37
  330. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/README.md +0 -24
  331. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/app.py +0 -50
  332. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  333. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/requirements.txt +0 -1
  334. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  335. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/README.md +0 -35
  336. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  337. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  338. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/package.json +0 -10
  339. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/src/index.js +0 -50
  340. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  341. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/README.md +0 -44
  342. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/LICENSE +0 -21
  343. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  344. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/fix.md +0 -74
  345. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/generate.md +0 -73
  346. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/init.md +0 -38
  347. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/score.md +0 -53
  348. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/sync.md +0 -62
  349. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/trace.md +0 -56
  350. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  351. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  352. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  353. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  354. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  355. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  356. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  357. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
  358. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  359. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  360. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/package-lock.json +0 -68
  361. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pr_description.md +0 -16
  362. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pyproject.toml +0 -41
  363. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/plan.md +0 -115
  364. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/spec.md +0 -104
  365. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/tasks.md +0 -49
  366. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/spec.md +0 -87
  367. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/tasks.md +0 -40
  368. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/plan.md +0 -140
  369. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/spec.md +0 -191
  370. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/tasks.md +0 -156
  371. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ADR.md.template +0 -64
  372. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/AGENTS.md.template +0 -88
  373. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ARCHITECTURE.md.template +0 -130
  374. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CHANGELOG.md.template +0 -16
  375. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CURRENT-STATE.md.template +0 -64
  376. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DATA-MODEL.md.template +0 -66
  377. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DEPLOYMENT.md.template +0 -66
  378. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DRIFT-LOG.md.template +0 -18
  379. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ENVIRONMENT.md.template +0 -43
  380. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/KNOWN-GOTCHAS.md.template +0 -69
  381. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/REQUIREMENTS.md.template +0 -68
  382. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ROADMAP.md.template +0 -82
  383. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/RUNBOOKS.md.template +0 -115
  384. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/SECURITY.md.template +0 -42
  385. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TEST-SPEC.md.template +0 -68
  386. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TROUBLESHOOTING.md.template +0 -96
  387. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/VENDOR-BUGS.md.template +0 -74
  388. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ci/github-actions.yml +0 -39
  389. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.fix.md +0 -61
  390. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.guard.md +0 -53
  391. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.init.md +0 -69
  392. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.review.md +0 -54
  393. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.update.md +0 -55
  394. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.docguard.json +0 -8
  395. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.env.example +0 -5
  396. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/AGENTS.md +0 -14
  397. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/CHANGELOG.md +0 -13
  398. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/DRIFT-LOG.md +0 -3
  399. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/README.md +0 -17
  400. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  401. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  402. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  403. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  404. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  405. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  406. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/package.json +0 -10
  407. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/api.mjs +0 -18
  408. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/notifier.mjs +0 -23
  409. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/scheduler.mjs +0 -8
  410. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/worker.mjs +0 -15
  411. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-draft.js +0 -20
  412. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-metrics.js +0 -2
  413. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/anchor-autofix.test.mjs +0 -144
  414. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-doc.test.mjs +0 -103
  415. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-surface.test.mjs +0 -96
  416. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-write.test.mjs +0 -128
  417. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/architecture.test.mjs +0 -113
  418. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/b7-node-env-symmetry.test.mjs +0 -97
  419. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/backup-failure.test.mjs +0 -60
  420. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/canonical-sync.test.mjs +0 -148
  421. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cdk-detection.test.mjs +0 -292
  422. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changed-only-scoping.test.mjs +0 -118
  423. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changelog.test.mjs +0 -143
  424. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/commands.test.mjs +0 -805
  425. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cross-reference.test.mjs +0 -282
  426. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/demo-command.test.mjs +0 -96
  427. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docguardignore.test.mjs +0 -143
  428. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-coverage.test.mjs +0 -258
  429. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-sync.test.mjs +0 -295
  430. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/drift.test.mjs +0 -84
  431. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-memory.test.mjs +0 -141
  432. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-suppression.test.mjs +0 -129
  433. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fixture-projects.test.mjs +0 -201
  434. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/freshness.test.mjs +0 -238
  435. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend-deep.test.mjs +0 -102
  436. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend.test.mjs +0 -90
  437. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/generated-staleness.test.mjs +0 -144
  438. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-classify.test.mjs +0 -41
  439. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-no-throw.test.mjs +0 -119
  440. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/hooks.test.mjs +0 -154
  441. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/i18n.test.mjs +0 -70
  442. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/impact.test.mjs +0 -125
  443. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/init-smart-detection.test.mjs +0 -124
  444. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/integrations.test.mjs +0 -101
  445. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/js-ast.test.mjs +0 -0
  446. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/mechanical.test.mjs +0 -59
  447. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/memory-plan.test.mjs +0 -97
  448. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metadata-sync.test.mjs +0 -138
  449. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-consistency.test.mjs +0 -103
  450. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-dedup.test.mjs +0 -112
  451. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/monorepo-scanning.test.mjs +0 -64
  452. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/multi-spec.test.mjs +0 -79
  453. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/patch-0.11.2.test.mjs +0 -107
  454. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/profile-flag.test.mjs +0 -68
  455. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/project-type.test.mjs +0 -104
  456. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/regenerate-section.test.mjs +0 -134
  457. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-multilang.test.mjs +0 -110
  458. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-nextjs-app-router.test.mjs +0 -72
  459. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schema-sync.test.mjs +0 -112
  460. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas-multilang.test.mjs +0 -174
  461. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas.test.mjs +0 -126
  462. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/scoping-extended.test.mjs +0 -90
  463. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/section-na-markers.test.mjs +0 -91
  464. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/shared-source.test.mjs +0 -86
  465. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/stress-test.test.mjs +0 -111
  466. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/structure.test.mjs +0 -132
  467. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sweep-nudge.test.mjs +0 -110
  468. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync-since.test.mjs +0 -99
  469. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync.test.mjs +0 -104
  470. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/test-spec.test.mjs +0 -245
  471. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/todo-tracking.test.mjs +0 -128
  472. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-multilang.test.mjs +0 -139
  473. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-reverse.test.mjs +0 -96
  474. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/traceability.test.mjs +0 -208
  475. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr-e2e.test.mjs +0 -175
  476. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr.test.mjs +0 -79
  477. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade.test.mjs +0 -131
  478. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/v020-consolidation.test.mjs +0 -200
  479. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/validator-naming.test.mjs +0 -104
  480. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/version-pin.test.mjs +0 -91
  481. docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/whats-new.test.mjs +0 -65
  482. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.analyze.md +0 -184
  483. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.checklist.md +0 -295
  484. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.clarify.md +0 -181
  485. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.constitution.md +0 -84
  486. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.implement.md +0 -198
  487. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.plan.md +0 -90
  488. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.specify.md +0 -237
  489. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.tasks.md +0 -200
  490. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.taskstoissues.md +0 -30
  491. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-fix/SKILL.md +0 -229
  492. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-guard/SKILL.md +0 -173
  493. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-review/SKILL.md +0 -186
  494. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-score/SKILL.md +0 -179
  495. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-sync/SKILL.md +0 -111
  496. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-analyze/SKILL.md +0 -193
  497. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-checklist/SKILL.md +0 -304
  498. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-clarify/SKILL.md +0 -186
  499. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-constitution/SKILL.md +0 -89
  500. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-implement/SKILL.md +0 -207
  501. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-plan/SKILL.md +0 -91
  502. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-specify/SKILL.md +0 -239
  503. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-tasks/SKILL.md +0 -200
  504. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
  505. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/rules/openwolf.md +0 -15
  506. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.json +0 -72
  507. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.local.json +0 -24
  508. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguard.json +0 -44
  509. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguardignore +0 -33
  510. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.git +0 -1
  511. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  512. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  513. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/dependabot.yml +0 -20
  514. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/scripts/patch-catalog.py +0 -104
  515. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/ci.yml +0 -90
  516. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/release.yml +0 -327
  517. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/supply-chain.yml +0 -24
  518. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/sync-speckit-catalog.yml +0 -182
  519. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.gitignore +0 -36
  520. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/bolt.md +0 -7
  521. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/palette.md +0 -7
  522. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/sentinel.md +0 -4
  523. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmignore +0 -28
  524. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmrc +0 -7
  525. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  526. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  527. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-metadata.json +0 -4
  528. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog.json +0 -21
  529. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/init-options.json +0 -9
  530. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/memory/constitution.md +0 -76
  531. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/check-prerequisites.sh +0 -190
  532. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/common.sh +0 -253
  533. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/create-new-feature.sh +0 -333
  534. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/setup-plan.sh +0 -73
  535. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/update-agent-context.sh +0 -808
  536. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/agent-file-template.md +0 -28
  537. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/checklist-template.md +0 -40
  538. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/constitution-template.md +0 -50
  539. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/plan-template.md +0 -104
  540. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/spec-template.md +0 -115
  541. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/tasks-template.md +0 -251
  542. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/OPENWOLF.md +0 -135
  543. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/buglog.json +0 -357
  544. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cerebrum.md +0 -12
  545. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/config.json +0 -73
  546. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cron-manifest.json +0 -97
  547. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/designqc-report.json +0 -6
  548. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/package.json +0 -3
  549. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-read.js +0 -69
  550. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-write.js +0 -503
  551. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-read.js +0 -80
  552. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-write.js +0 -121
  553. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/session-start.js +0 -77
  554. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/shared.js +0 -614
  555. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/stop.js +0 -147
  556. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/identity.md +0 -9
  557. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/reframe-frameworks.md +0 -597
  558. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/suggestions.json +0 -4
  559. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/AGENTS.md +0 -119
  560. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CHANGELOG.md +0 -1292
  561. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CLAUDE.md +0 -5
  562. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CODE_OF_CONDUCT.md +0 -52
  563. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/COMPARISONS.md +0 -242
  564. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CONTRIBUTING.md +0 -139
  565. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/DRIFT-LOG.md +0 -15
  566. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/LICENSE +0 -21
  567. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/PHILOSOPHY.md +0 -125
  568. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/README.md +0 -676
  569. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/ROADMAP.md +0 -124
  570. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SECURITY.md +0 -40
  571. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/STANDARD.md +0 -751
  572. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPLY-CHAIN-AUDIT.md +0 -84
  573. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPORT.md +0 -51
  574. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/action.yml +0 -331
  575. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/bin/docguard +0 -2
  576. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.gif +0 -0
  577. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.tape +0 -27
  578. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/agents.mjs +0 -221
  579. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/badge.mjs +0 -72
  580. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/ci.mjs +0 -80
  581. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/demo.mjs +0 -241
  582. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diagnose.mjs +0 -624
  583. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diff.mjs +0 -389
  584. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/explain.mjs +0 -286
  585. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/fix.mjs +0 -820
  586. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/generate.mjs +0 -1474
  587. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/guard.mjs +0 -574
  588. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/hooks.mjs +0 -334
  589. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/impact.mjs +0 -169
  590. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/init.mjs +0 -499
  591. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/llms.mjs +0 -159
  592. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/memory.mjs +0 -143
  593. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/publish.mjs +0 -246
  594. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/score.mjs +0 -897
  595. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/setup.mjs +0 -485
  596. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/sync.mjs +0 -173
  597. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/trace.mjs +0 -490
  598. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/upgrade.mjs +0 -324
  599. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/watch.mjs +0 -143
  600. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/docguard.mjs +0 -688
  601. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/ensure-skills.mjs +0 -363
  602. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/api-doc.mjs +0 -122
  603. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/cdk.mjs +0 -10
  604. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/doc-tools.mjs +0 -351
  605. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/frontend.mjs +0 -438
  606. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/iac.mjs +0 -235
  607. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/integrations.mjs +0 -116
  608. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/memory-plan.mjs +0 -399
  609. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/routes.mjs +0 -623
  610. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/schemas.mjs +0 -765
  611. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/speckit.mjs +0 -465
  612. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-git.mjs +0 -0
  613. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-ignore.mjs +0 -196
  614. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-source.mjs +0 -269
  615. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared.mjs +0 -203
  616. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/api-surface.mjs +0 -270
  617. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/architecture.mjs +0 -396
  618. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/canonical-sync.mjs +0 -211
  619. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/changelog.mjs +0 -80
  620. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/cross-reference.mjs +0 -421
  621. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/doc-quality.mjs +0 -676
  622. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-coverage.mjs +0 -504
  623. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-diff.mjs +0 -295
  624. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-sync.mjs +0 -260
  625. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/drift.mjs +0 -120
  626. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/environment.mjs +0 -130
  627. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/freshness.mjs +0 -256
  628. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metadata-sync.mjs +0 -196
  629. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metrics-consistency.mjs +0 -196
  630. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/schema-sync.mjs +0 -228
  631. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/security.mjs +0 -162
  632. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/spec-kit.mjs +0 -14
  633. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/structure.mjs +0 -127
  634. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/test-spec.mjs +0 -322
  635. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/todo-tracking.mjs +0 -403
  636. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/traceability.mjs +0 -376
  637. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/api-reference.mjs +0 -101
  638. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/fix-memory.mjs +0 -181
  639. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/mechanical.mjs +0 -251
  640. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/sections.mjs +0 -148
  641. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.fix.md +0 -81
  642. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.guard.md +0 -61
  643. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.review.md +0 -53
  644. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.score.md +0 -61
  645. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/fastify.json +0 -37
  646. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/generic.json +0 -22
  647. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/nextjs.json +0 -37
  648. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/python.json +0 -37
  649. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/__init__.py +0 -1
  650. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/wrapper.py +0 -101
  651. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/ai-integration.md +0 -179
  652. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/commands.md +0 -239
  653. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/configuration.md +0 -96
  654. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/doc-sections.md +0 -37
  655. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/faq.md +0 -155
  656. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/installation.md +0 -99
  657. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/profiles.md +0 -103
  658. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/quickstart.md +0 -94
  659. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ARCHITECTURE.md +0 -184
  660. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/CI-RECIPES.md +0 -216
  661. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/DATA-MODEL.md +0 -150
  662. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ENVIRONMENT.md +0 -70
  663. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/REQUIREMENTS.md +0 -68
  664. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SECURITY.md +0 -111
  665. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SURFACE-AUDIT.md +0 -334
  666. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/TEST-SPEC.md +0 -98
  667. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-implementation/MIGRATION-v0.20.md +0 -194
  668. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/README.md +0 -3
  669. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/package.json +0 -12
  670. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/server.js +0 -37
  671. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/README.md +0 -24
  672. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/app.py +0 -50
  673. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  674. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/requirements.txt +0 -1
  675. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  676. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/README.md +0 -35
  677. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  678. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  679. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/package.json +0 -10
  680. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/src/index.js +0 -50
  681. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  682. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/README.md +0 -44
  683. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/LICENSE +0 -21
  684. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/README.md +0 -106
  685. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  686. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/fix.md +0 -74
  687. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/generate.md +0 -73
  688. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/guard.md +0 -74
  689. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/init.md +0 -38
  690. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/score.md +0 -53
  691. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/sync.md +0 -62
  692. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/trace.md +0 -56
  693. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/extension.yml +0 -106
  694. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  695. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  696. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  697. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  698. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  699. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  700. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  701. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  702. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
  703. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  704. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
  705. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  706. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/package.json +0 -61
  707. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/pr_description.md +0 -16
  708. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/schemas/docguard-config.schema.json +0 -155
  709. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/plan.md +0 -115
  710. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/spec.md +0 -104
  711. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/tasks.md +0 -49
  712. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/plan.md +0 -113
  713. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/spec.md +0 -87
  714. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/tasks.md +0 -40
  715. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/plan.md +0 -140
  716. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/spec.md +0 -191
  717. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/tasks.md +0 -156
  718. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ADR.md.template +0 -64
  719. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/AGENTS.md.template +0 -88
  720. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ARCHITECTURE.md.template +0 -130
  721. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CHANGELOG.md.template +0 -16
  722. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CURRENT-STATE.md.template +0 -64
  723. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DATA-MODEL.md.template +0 -66
  724. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DEPLOYMENT.md.template +0 -66
  725. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DRIFT-LOG.md.template +0 -18
  726. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ENVIRONMENT.md.template +0 -43
  727. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/KNOWN-GOTCHAS.md.template +0 -69
  728. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/REQUIREMENTS.md.template +0 -68
  729. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ROADMAP.md.template +0 -82
  730. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/RUNBOOKS.md.template +0 -115
  731. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/SECURITY.md.template +0 -42
  732. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TEST-SPEC.md.template +0 -68
  733. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TROUBLESHOOTING.md.template +0 -96
  734. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/VENDOR-BUGS.md.template +0 -74
  735. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ci/github-actions.yml +0 -39
  736. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.fix.md +0 -61
  737. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.guard.md +0 -53
  738. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.init.md +0 -69
  739. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.review.md +0 -54
  740. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.update.md +0 -55
  741. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.docguard.json +0 -8
  742. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.env.example +0 -5
  743. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/AGENTS.md +0 -14
  744. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/CHANGELOG.md +0 -13
  745. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/DRIFT-LOG.md +0 -3
  746. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/README.md +0 -17
  747. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  748. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  749. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  750. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  751. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  752. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  753. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/package.json +0 -10
  754. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/api.mjs +0 -18
  755. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/notifier.mjs +0 -23
  756. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/scheduler.mjs +0 -8
  757. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/worker.mjs +0 -15
  758. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-draft.js +0 -20
  759. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-metrics.js +0 -2
  760. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/anchor-autofix.test.mjs +0 -144
  761. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-doc.test.mjs +0 -103
  762. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-surface.test.mjs +0 -96
  763. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-write.test.mjs +0 -128
  764. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/architecture.test.mjs +0 -113
  765. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/b7-node-env-symmetry.test.mjs +0 -97
  766. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/backup-failure.test.mjs +0 -60
  767. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/canonical-sync.test.mjs +0 -148
  768. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cdk-detection.test.mjs +0 -292
  769. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only-scoping.test.mjs +0 -118
  770. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only.test.mjs +0 -77
  771. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changelog.test.mjs +0 -143
  772. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cross-reference.test.mjs +0 -282
  773. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/demo-command.test.mjs +0 -96
  774. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/doc-quality.test.mjs +0 -93
  775. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docguardignore.test.mjs +0 -143
  776. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-coverage.test.mjs +0 -258
  777. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-diff.test.mjs +0 -62
  778. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-sync.test.mjs +0 -295
  779. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/drift.test.mjs +0 -84
  780. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/environment.test.mjs +0 -146
  781. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-memory.test.mjs +0 -141
  782. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-suppression.test.mjs +0 -129
  783. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fixture-projects.test.mjs +0 -201
  784. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/freshness.test.mjs +0 -162
  785. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend-deep.test.mjs +0 -102
  786. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend.test.mjs +0 -90
  787. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-classify.test.mjs +0 -41
  788. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-no-throw.test.mjs +0 -119
  789. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/hooks.test.mjs +0 -154
  790. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/i18n.test.mjs +0 -70
  791. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/impact.test.mjs +0 -125
  792. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/init-smart-detection.test.mjs +0 -124
  793. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/integrations.test.mjs +0 -101
  794. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/mechanical.test.mjs +0 -59
  795. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/memory-plan.test.mjs +0 -97
  796. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metadata-sync.test.mjs +0 -138
  797. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-consistency.test.mjs +0 -103
  798. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-dedup.test.mjs +0 -112
  799. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/monorepo-scanning.test.mjs +0 -64
  800. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/multi-spec.test.mjs +0 -79
  801. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/npm-pack-smoke.test.mjs +0 -128
  802. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/patch-0.11.2.test.mjs +0 -107
  803. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/plan-disk-cache.test.mjs +0 -119
  804. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/profile-flag.test.mjs +0 -68
  805. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/project-type.test.mjs +0 -104
  806. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/regenerate-section.test.mjs +0 -134
  807. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/routes-multilang.test.mjs +0 -110
  808. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schema-sync.test.mjs +0 -112
  809. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas-multilang.test.mjs +0 -174
  810. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas.test.mjs +0 -126
  811. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/scoping-extended.test.mjs +0 -90
  812. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/section-na-markers.test.mjs +0 -91
  813. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sections.test.mjs +0 -116
  814. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security-init-injection.test.mjs +0 -145
  815. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security.test.mjs +0 -146
  816. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/severity.test.mjs +0 -179
  817. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-git.test.mjs +0 -190
  818. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-source.test.mjs +0 -86
  819. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/stress-test.test.mjs +0 -111
  820. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/structure.test.mjs +0 -132
  821. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sweep-nudge.test.mjs +0 -110
  822. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sync-since.test.mjs +0 -99
  823. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/test-spec.test.mjs +0 -245
  824. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/todo-tracking.test.mjs +0 -128
  825. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-multilang.test.mjs +0 -139
  826. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-reverse.test.mjs +0 -96
  827. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/traceability.test.mjs +0 -147
  828. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr-e2e.test.mjs +0 -175
  829. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr.test.mjs +0 -79
  830. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade.test.mjs +0 -131
  831. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/v020-consolidation.test.mjs +0 -200
  832. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/validator-naming.test.mjs +0 -104
  833. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/version-pin.test.mjs +0 -91
  834. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/whats-new.test.mjs +0 -65
  835. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/.vscodeignore +0 -4
  836. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/README.md +0 -49
  837. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/extension.js +0 -504
  838. docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/package.json +0 -93
  839. docguard_cli-0.24.0/.docguard.json +0 -79
  840. docguard_cli-0.24.0/.docguardignore +0 -30
  841. docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  842. docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
  843. docguard_cli-0.24.0/.github/dependabot.yml +0 -23
  844. docguard_cli-0.24.0/.github/scripts/patch-catalog.py +0 -104
  845. docguard_cli-0.24.0/.github/workflows/release.yml +0 -327
  846. docguard_cli-0.24.0/.github/workflows/supply-chain.yml +0 -24
  847. docguard_cli-0.24.0/.github/workflows/sync-speckit-catalog.yml +0 -182
  848. docguard_cli-0.24.0/.gitignore +0 -41
  849. docguard_cli-0.24.0/.jules/bolt.md +0 -10
  850. docguard_cli-0.24.0/.jules/palette.md +0 -11
  851. docguard_cli-0.24.0/.jules/sentinel.md +0 -4
  852. docguard_cli-0.24.0/.npmignore +0 -27
  853. docguard_cli-0.24.0/.npmrc +0 -7
  854. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
  855. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
  856. docguard_cli-0.24.0/.specify/extensions/.cache/catalog-metadata.json +0 -4
  857. docguard_cli-0.24.0/.specify/extensions/.cache/catalog.json +0 -21
  858. docguard_cli-0.24.0/.specify/init-options.json +0 -9
  859. docguard_cli-0.24.0/.specify/memory/constitution.md +0 -78
  860. docguard_cli-0.24.0/.specify/scripts/bash/check-prerequisites.sh +0 -190
  861. docguard_cli-0.24.0/.specify/scripts/bash/common.sh +0 -253
  862. docguard_cli-0.24.0/.specify/scripts/bash/create-new-feature.sh +0 -333
  863. docguard_cli-0.24.0/.specify/scripts/bash/setup-plan.sh +0 -73
  864. docguard_cli-0.24.0/.specify/scripts/bash/update-agent-context.sh +0 -808
  865. docguard_cli-0.24.0/.specify/templates/agent-file-template.md +0 -28
  866. docguard_cli-0.24.0/.specify/templates/checklist-template.md +0 -40
  867. docguard_cli-0.24.0/.specify/templates/constitution-template.md +0 -50
  868. docguard_cli-0.24.0/.specify/templates/plan-template.md +0 -104
  869. docguard_cli-0.24.0/.specify/templates/spec-template.md +0 -115
  870. docguard_cli-0.24.0/.specify/templates/tasks-template.md +0 -251
  871. docguard_cli-0.24.0/CLAUDE.md +0 -5
  872. docguard_cli-0.24.0/CODE_OF_CONDUCT.md +0 -52
  873. docguard_cli-0.24.0/COMPARISONS.md +0 -242
  874. docguard_cli-0.24.0/CONTRIBUTING.md +0 -138
  875. docguard_cli-0.24.0/DRIFT-LOG.md +0 -15
  876. docguard_cli-0.24.0/LICENSE +0 -21
  877. docguard_cli-0.24.0/PHILOSOPHY.md +0 -125
  878. docguard_cli-0.24.0/README.md +0 -680
  879. docguard_cli-0.24.0/SECURITY.md +0 -40
  880. docguard_cli-0.24.0/STANDARD.md +0 -751
  881. docguard_cli-0.24.0/SUPPLY-CHAIN-AUDIT.md +0 -84
  882. docguard_cli-0.24.0/SUPPORT.md +0 -51
  883. docguard_cli-0.24.0/action.yml +0 -372
  884. docguard_cli-0.24.0/assets/bin/docguard +0 -2
  885. docguard_cli-0.24.0/assets/demo.gif +0 -0
  886. docguard_cli-0.24.0/assets/demo.tape +0 -27
  887. docguard_cli-0.24.0/assets/docguard-logo.png +0 -0
  888. docguard_cli-0.24.0/cli/commands/agents.mjs +0 -221
  889. docguard_cli-0.24.0/cli/commands/badge.mjs +0 -72
  890. docguard_cli-0.24.0/cli/commands/ci.mjs +0 -80
  891. docguard_cli-0.24.0/cli/commands/demo.mjs +0 -241
  892. docguard_cli-0.24.0/cli/commands/diagnose.mjs +0 -624
  893. docguard_cli-0.24.0/cli/commands/hooks.mjs +0 -339
  894. docguard_cli-0.24.0/cli/commands/impact.mjs +0 -169
  895. docguard_cli-0.24.0/cli/commands/llms.mjs +0 -159
  896. docguard_cli-0.24.0/cli/commands/memory.mjs +0 -153
  897. docguard_cli-0.24.0/cli/commands/publish.mjs +0 -246
  898. docguard_cli-0.24.0/cli/commands/sync.mjs +0 -173
  899. docguard_cli-0.24.0/cli/commands/watch.mjs +0 -143
  900. docguard_cli-0.24.0/cli/scanners/cdk.mjs +0 -10
  901. docguard_cli-0.24.0/cli/scanners/iac.mjs +0 -235
  902. docguard_cli-0.24.0/cli/scanners/integrations.mjs +0 -116
  903. docguard_cli-0.24.0/cli/scanners/project-type.mjs +0 -310
  904. docguard_cli-0.24.0/cli/scanners/speckit.mjs +0 -479
  905. docguard_cli-0.24.0/cli/shared-git.mjs +0 -185
  906. docguard_cli-0.24.0/cli/validators/architecture.mjs +0 -396
  907. docguard_cli-0.24.0/cli/validators/changelog.mjs +0 -80
  908. docguard_cli-0.24.0/cli/validators/cross-reference.mjs +0 -421
  909. docguard_cli-0.24.0/cli/validators/doc-quality.mjs +0 -659
  910. docguard_cli-0.24.0/cli/validators/docs-diff.mjs +0 -320
  911. docguard_cli-0.24.0/cli/validators/docs-sync.mjs +0 -261
  912. docguard_cli-0.24.0/cli/validators/drift.mjs +0 -121
  913. docguard_cli-0.24.0/cli/validators/environment.mjs +0 -143
  914. docguard_cli-0.24.0/cli/validators/generated-staleness.mjs +0 -219
  915. docguard_cli-0.24.0/cli/validators/schema-sync.mjs +0 -228
  916. docguard_cli-0.24.0/cli/validators/security.mjs +0 -170
  917. docguard_cli-0.24.0/cli/validators/spec-kit.mjs +0 -14
  918. docguard_cli-0.24.0/cli/writers/api-reference.mjs +0 -101
  919. docguard_cli-0.24.0/cli/writers/fix-memory.mjs +0 -181
  920. docguard_cli-0.24.0/cli/writers/mechanical.mjs +0 -251
  921. docguard_cli-0.24.0/cli/writers/sections.mjs +0 -161
  922. docguard_cli-0.24.0/commands/docguard.fix.md +0 -81
  923. docguard_cli-0.24.0/commands/docguard.guard.md +0 -61
  924. docguard_cli-0.24.0/commands/docguard.review.md +0 -53
  925. docguard_cli-0.24.0/commands/docguard.score.md +0 -61
  926. docguard_cli-0.24.0/configs/fastify.json +0 -37
  927. docguard_cli-0.24.0/configs/generic.json +0 -22
  928. docguard_cli-0.24.0/configs/nextjs.json +0 -37
  929. docguard_cli-0.24.0/configs/python.json +0 -37
  930. docguard_cli-0.24.0/docguard_cli/__init__.py +0 -1
  931. docguard_cli-0.24.0/docs/ai-integration.md +0 -179
  932. docguard_cli-0.24.0/docs/commands.md +0 -239
  933. docguard_cli-0.24.0/docs/doc-sections.md +0 -37
  934. docguard_cli-0.24.0/docs/faq.md +0 -155
  935. docguard_cli-0.24.0/docs/installation.md +0 -99
  936. docguard_cli-0.24.0/docs/profiles.md +0 -103
  937. docguard_cli-0.24.0/docs/quickstart.md +0 -94
  938. docguard_cli-0.24.0/docs-canonical/CI-RECIPES.md +0 -218
  939. docguard_cli-0.24.0/docs-canonical/REQUIREMENTS.md +0 -68
  940. docguard_cli-0.24.0/docs-canonical/SURFACE-AUDIT.md +0 -336
  941. docguard_cli-0.24.0/docs-implementation/MIGRATION-v0.20.md +0 -194
  942. docguard_cli-0.24.0/examples/01-express-api/README.md +0 -3
  943. docguard_cli-0.24.0/examples/01-express-api/package.json +0 -12
  944. docguard_cli-0.24.0/examples/01-express-api/server.js +0 -37
  945. docguard_cli-0.24.0/examples/02-python-flask/README.md +0 -24
  946. docguard_cli-0.24.0/examples/02-python-flask/app.py +0 -50
  947. docguard_cli-0.24.0/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
  948. docguard_cli-0.24.0/examples/02-python-flask/requirements.txt +0 -1
  949. docguard_cli-0.24.0/examples/03-spec-kit-project/CHANGELOG.md +0 -9
  950. docguard_cli-0.24.0/examples/03-spec-kit-project/README.md +0 -35
  951. docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
  952. docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
  953. docguard_cli-0.24.0/examples/03-spec-kit-project/package.json +0 -10
  954. docguard_cli-0.24.0/examples/03-spec-kit-project/src/index.js +0 -50
  955. docguard_cli-0.24.0/examples/03-spec-kit-project/tests/basic.test.js +0 -23
  956. docguard_cli-0.24.0/examples/README.md +0 -44
  957. docguard_cli-0.24.0/extensions/spec-kit-docguard/LICENSE +0 -21
  958. docguard_cli-0.24.0/extensions/spec-kit-docguard/README.md +0 -106
  959. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
  960. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/fix.md +0 -74
  961. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/generate.md +0 -73
  962. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/guard.md +0 -74
  963. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/init.md +0 -38
  964. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/score.md +0 -53
  965. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/sync.md +0 -62
  966. docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/trace.md +0 -56
  967. docguard_cli-0.24.0/extensions/spec-kit-docguard/extension.yml +0 -106
  968. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
  969. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
  970. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
  971. docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
  972. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
  973. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
  974. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
  975. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
  976. docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -112
  977. docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
  978. docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
  979. docguard_cli-0.24.0/package.json +0 -63
  980. docguard_cli-0.24.0/pr_description.md +0 -16
  981. docguard_cli-0.24.0/pyproject.toml +0 -41
  982. docguard_cli-0.24.0/schemas/docguard-config.schema.json +0 -181
  983. docguard_cli-0.24.0/specs/001-fix-ignore-validators/plan.md +0 -115
  984. docguard_cli-0.24.0/specs/001-fix-ignore-validators/spec.md +0 -104
  985. docguard_cli-0.24.0/specs/001-fix-ignore-validators/tasks.md +0 -49
  986. docguard_cli-0.24.0/specs/002-fix-test-discovery/plan.md +0 -134
  987. docguard_cli-0.24.0/specs/002-fix-test-discovery/spec.md +0 -87
  988. docguard_cli-0.24.0/specs/002-fix-test-discovery/tasks.md +0 -40
  989. docguard_cli-0.24.0/specs/003-v011-false-positives/plan.md +0 -140
  990. docguard_cli-0.24.0/specs/003-v011-false-positives/spec.md +0 -191
  991. docguard_cli-0.24.0/specs/003-v011-false-positives/tasks.md +0 -156
  992. docguard_cli-0.24.0/specs/004-v020-env-var-false-negative/spec.md +0 -149
  993. docguard_cli-0.24.0/specs/005-hugocross-next-bugs/spec.md +0 -367
  994. docguard_cli-0.24.0/templates/ADR.md.template +0 -64
  995. docguard_cli-0.24.0/templates/AGENTS.md.template +0 -88
  996. docguard_cli-0.24.0/templates/ARCHITECTURE.md.template +0 -130
  997. docguard_cli-0.24.0/templates/CHANGELOG.md.template +0 -16
  998. docguard_cli-0.24.0/templates/CURRENT-STATE.md.template +0 -64
  999. docguard_cli-0.24.0/templates/DATA-MODEL.md.template +0 -66
  1000. docguard_cli-0.24.0/templates/DEPLOYMENT.md.template +0 -66
  1001. docguard_cli-0.24.0/templates/DRIFT-LOG.md.template +0 -18
  1002. docguard_cli-0.24.0/templates/ENVIRONMENT.md.template +0 -43
  1003. docguard_cli-0.24.0/templates/KNOWN-GOTCHAS.md.template +0 -69
  1004. docguard_cli-0.24.0/templates/REQUIREMENTS.md.template +0 -68
  1005. docguard_cli-0.24.0/templates/ROADMAP.md.template +0 -82
  1006. docguard_cli-0.24.0/templates/RUNBOOKS.md.template +0 -115
  1007. docguard_cli-0.24.0/templates/SECURITY.md.template +0 -42
  1008. docguard_cli-0.24.0/templates/TEST-SPEC.md.template +0 -68
  1009. docguard_cli-0.24.0/templates/TROUBLESHOOTING.md.template +0 -96
  1010. docguard_cli-0.24.0/templates/VENDOR-BUGS.md.template +0 -74
  1011. docguard_cli-0.24.0/templates/ci/github-actions.yml +0 -39
  1012. docguard_cli-0.24.0/templates/commands/docguard.fix.md +0 -61
  1013. docguard_cli-0.24.0/templates/commands/docguard.guard.md +0 -53
  1014. docguard_cli-0.24.0/templates/commands/docguard.init.md +0 -69
  1015. docguard_cli-0.24.0/templates/commands/docguard.review.md +0 -54
  1016. docguard_cli-0.24.0/templates/commands/docguard.update.md +0 -55
  1017. docguard_cli-0.24.0/templates/demo-fixture/.docguard.json +0 -8
  1018. docguard_cli-0.24.0/templates/demo-fixture/.env.example +0 -5
  1019. docguard_cli-0.24.0/templates/demo-fixture/AGENTS.md +0 -14
  1020. docguard_cli-0.24.0/templates/demo-fixture/CHANGELOG.md +0 -13
  1021. docguard_cli-0.24.0/templates/demo-fixture/DRIFT-LOG.md +0 -3
  1022. docguard_cli-0.24.0/templates/demo-fixture/README.md +0 -17
  1023. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
  1024. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
  1025. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
  1026. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
  1027. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
  1028. docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
  1029. docguard_cli-0.24.0/templates/demo-fixture/package.json +0 -10
  1030. docguard_cli-0.24.0/templates/demo-fixture/src/api.mjs +0 -18
  1031. docguard_cli-0.24.0/templates/demo-fixture/src/notifier.mjs +0 -23
  1032. docguard_cli-0.24.0/templates/demo-fixture/src/scheduler.mjs +0 -8
  1033. docguard_cli-0.24.0/templates/demo-fixture/src/worker.mjs +0 -15
  1034. docguard_cli-0.24.0/test-draft.js +0 -20
  1035. docguard_cli-0.24.0/test-metrics.js +0 -2
  1036. docguard_cli-0.24.0/tests/anchor-autofix.test.mjs +0 -144
  1037. docguard_cli-0.24.0/tests/api-surface.test.mjs +0 -96
  1038. docguard_cli-0.24.0/tests/api-write.test.mjs +0 -128
  1039. docguard_cli-0.24.0/tests/architecture.test.mjs +0 -113
  1040. docguard_cli-0.24.0/tests/b7-node-env-symmetry.test.mjs +0 -97
  1041. docguard_cli-0.24.0/tests/backup-failure.test.mjs +0 -60
  1042. docguard_cli-0.24.0/tests/cdk-detection.test.mjs +0 -292
  1043. docguard_cli-0.24.0/tests/changed-only-scoping.test.mjs +0 -118
  1044. docguard_cli-0.24.0/tests/changed-only.test.mjs +0 -109
  1045. docguard_cli-0.24.0/tests/changelog.test.mjs +0 -143
  1046. docguard_cli-0.24.0/tests/commands.test.mjs +0 -805
  1047. docguard_cli-0.24.0/tests/cross-reference.test.mjs +0 -282
  1048. docguard_cli-0.24.0/tests/demo-command.test.mjs +0 -96
  1049. docguard_cli-0.24.0/tests/doc-quality.test.mjs +0 -134
  1050. docguard_cli-0.24.0/tests/docguardignore.test.mjs +0 -143
  1051. docguard_cli-0.24.0/tests/docs-diff.test.mjs +0 -85
  1052. docguard_cli-0.24.0/tests/docs-sync.test.mjs +0 -295
  1053. docguard_cli-0.24.0/tests/drift.test.mjs +0 -84
  1054. docguard_cli-0.24.0/tests/environment.test.mjs +0 -208
  1055. docguard_cli-0.24.0/tests/fix-memory.test.mjs +0 -141
  1056. docguard_cli-0.24.0/tests/fix-suppression.test.mjs +0 -129
  1057. docguard_cli-0.24.0/tests/fixture-projects.test.mjs +0 -201
  1058. docguard_cli-0.24.0/tests/frontend-deep.test.mjs +0 -102
  1059. docguard_cli-0.24.0/tests/frontend.test.mjs +0 -90
  1060. docguard_cli-0.24.0/tests/generated-staleness.test.mjs +0 -144
  1061. docguard_cli-0.24.0/tests/guard-classify.test.mjs +0 -41
  1062. docguard_cli-0.24.0/tests/guard-no-throw.test.mjs +0 -119
  1063. docguard_cli-0.24.0/tests/hooks.test.mjs +0 -154
  1064. docguard_cli-0.24.0/tests/i18n.test.mjs +0 -70
  1065. docguard_cli-0.24.0/tests/impact.test.mjs +0 -125
  1066. docguard_cli-0.24.0/tests/init-smart-detection.test.mjs +0 -124
  1067. docguard_cli-0.24.0/tests/integrations.test.mjs +0 -101
  1068. docguard_cli-0.24.0/tests/mechanical.test.mjs +0 -59
  1069. docguard_cli-0.24.0/tests/memory-plan.test.mjs +0 -97
  1070. docguard_cli-0.24.0/tests/metrics-dedup.test.mjs +0 -112
  1071. docguard_cli-0.24.0/tests/monorepo-scanning.test.mjs +0 -64
  1072. docguard_cli-0.24.0/tests/multi-spec.test.mjs +0 -79
  1073. docguard_cli-0.24.0/tests/npm-pack-smoke.test.mjs +0 -130
  1074. docguard_cli-0.24.0/tests/patch-0.11.2.test.mjs +0 -107
  1075. docguard_cli-0.24.0/tests/plan-disk-cache.test.mjs +0 -121
  1076. docguard_cli-0.24.0/tests/profile-flag.test.mjs +0 -68
  1077. docguard_cli-0.24.0/tests/project-type.test.mjs +0 -104
  1078. docguard_cli-0.24.0/tests/regenerate-section.test.mjs +0 -134
  1079. docguard_cli-0.24.0/tests/routes-multilang.test.mjs +0 -110
  1080. docguard_cli-0.24.0/tests/schema-sync.test.mjs +0 -112
  1081. docguard_cli-0.24.0/tests/schemas-multilang.test.mjs +0 -174
  1082. docguard_cli-0.24.0/tests/scoping-extended.test.mjs +0 -90
  1083. docguard_cli-0.24.0/tests/section-na-markers.test.mjs +0 -91
  1084. docguard_cli-0.24.0/tests/sections.test.mjs +0 -162
  1085. docguard_cli-0.24.0/tests/security-init-injection.test.mjs +0 -147
  1086. docguard_cli-0.24.0/tests/security.test.mjs +0 -166
  1087. docguard_cli-0.24.0/tests/severity.test.mjs +0 -239
  1088. docguard_cli-0.24.0/tests/shared-git.test.mjs +0 -207
  1089. docguard_cli-0.24.0/tests/speckit-bugfix.test.mjs +0 -72
  1090. docguard_cli-0.24.0/tests/stress-test.test.mjs +0 -111
  1091. docguard_cli-0.24.0/tests/structure.test.mjs +0 -132
  1092. docguard_cli-0.24.0/tests/surface-sync.test.mjs +0 -339
  1093. docguard_cli-0.24.0/tests/sweep-nudge.test.mjs +0 -110
  1094. docguard_cli-0.24.0/tests/sync-since.test.mjs +0 -99
  1095. docguard_cli-0.24.0/tests/sync.test.mjs +0 -104
  1096. docguard_cli-0.24.0/tests/todo-tracking.test.mjs +0 -128
  1097. docguard_cli-0.24.0/tests/trace-multilang.test.mjs +0 -139
  1098. docguard_cli-0.24.0/tests/trace-reverse.test.mjs +0 -96
  1099. docguard_cli-0.24.0/tests/upgrade-pr-e2e.test.mjs +0 -175
  1100. docguard_cli-0.24.0/tests/upgrade-pr.test.mjs +0 -79
  1101. docguard_cli-0.24.0/tests/v020-consolidation.test.mjs +0 -200
  1102. docguard_cli-0.24.0/tests/validator-naming.test.mjs +0 -104
  1103. docguard_cli-0.24.0/tests/version-pin.test.mjs +0 -91
  1104. docguard_cli-0.24.0/tests/whats-new.test.mjs +0 -65
  1105. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/docguard.fix.md +0 -0
  1106. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/docguard.guard.md +0 -0
  1107. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/docguard.review.md +0 -0
  1108. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/docguard.score.md +0 -0
  1109. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.analyze.md +0 -0
  1110. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.checklist.md +0 -0
  1111. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.clarify.md +0 -0
  1112. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.constitution.md +0 -0
  1113. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.implement.md +0 -0
  1114. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.plan.md +0 -0
  1115. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.specify.md +0 -0
  1116. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.tasks.md +0 -0
  1117. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/commands/speckit.taskstoissues.md +0 -0
  1118. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-analyze/SKILL.md +0 -0
  1119. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-checklist/SKILL.md +0 -0
  1120. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-clarify/SKILL.md +0 -0
  1121. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-constitution/SKILL.md +0 -0
  1122. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-implement/SKILL.md +0 -0
  1123. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-plan/SKILL.md +0 -0
  1124. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-specify/SKILL.md +0 -0
  1125. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-tasks/SKILL.md +0 -0
  1126. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
  1127. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.claude/rules/openwolf.md +0 -0
  1128. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.claude/settings.json +0 -0
  1129. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.docguard.json +0 -0
  1130. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.docguardignore +0 -0
  1131. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  1132. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  1133. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.github/dependabot.yml +0 -0
  1134. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.github/scripts/patch-catalog.py +0 -0
  1135. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.github/workflows/ci.yml +0 -0
  1136. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.github/workflows/supply-chain.yml +0 -0
  1137. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.github/workflows/sync-speckit-catalog.yml +0 -0
  1138. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.gitignore +0 -0
  1139. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.jules/bolt.md +0 -0
  1140. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.jules/palette.md +0 -0
  1141. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.jules/sentinel.md +0 -0
  1142. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/.jules-setup.sh +0 -0
  1143. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.npmignore +0 -0
  1144. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.npmrc +0 -0
  1145. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
  1146. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
  1147. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/extensions/.cache/catalog-metadata.json +0 -0
  1148. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/extensions/.cache/catalog.json +0 -0
  1149. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/init-options.json +0 -0
  1150. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/.specify/memory/constitution.md +0 -0
  1151. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/scripts/bash/check-prerequisites.sh +0 -0
  1152. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/scripts/bash/common.sh +0 -0
  1153. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/scripts/bash/create-new-feature.sh +0 -0
  1154. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/scripts/bash/setup-plan.sh +0 -0
  1155. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/scripts/bash/update-agent-context.sh +0 -0
  1156. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/agent-file-template.md +0 -0
  1157. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/checklist-template.md +0 -0
  1158. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/constitution-template.md +0 -0
  1159. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/plan-template.md +0 -0
  1160. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/spec-template.md +0 -0
  1161. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.specify/templates/tasks-template.md +0 -0
  1162. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/OPENWOLF.md +0 -0
  1163. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/anatomy.md +0 -0
  1164. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/config.json +0 -0
  1165. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/cron-manifest.json +0 -0
  1166. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/daemon.log +0 -0
  1167. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/designqc-report.json +0 -0
  1168. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/hooks/_session.json +0 -0
  1169. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/hooks/_wrap_up_nudged +0 -0
  1170. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/package.json +0 -0
  1171. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/post-read.js +0 -0
  1172. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/post-write.js +0 -0
  1173. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/pre-read.js +0 -0
  1174. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/pre-write.js +0 -0
  1175. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/session-start.js +0 -0
  1176. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/shared.js +0 -0
  1177. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/hooks/stop.js +0 -0
  1178. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/identity.md +0 -0
  1179. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/memory.md +0 -0
  1180. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/reframe-frameworks.md +0 -0
  1181. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/.wolf/suggestions.json +0 -0
  1182. {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.0}/.wolf/token-ledger.json +0 -0
  1183. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/AGENTS.md +0 -0
  1184. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/CLAUDE.md +0 -0
  1185. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/CODE_OF_CONDUCT.md +0 -0
  1186. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/COMPARISONS.md +0 -0
  1187. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/CONTRIBUTING.md +0 -0
  1188. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/DRIFT-LOG.md +0 -0
  1189. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/LICENSE +0 -0
  1190. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/PHILOSOPHY.md +0 -0
  1191. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/README.md +0 -0
  1192. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/SECURITY.md +0 -0
  1193. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/STANDARD.md +0 -0
  1194. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/SUPPLY-CHAIN-AUDIT.md +0 -0
  1195. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/SUPPORT.md +0 -0
  1196. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/action.yml +0 -0
  1197. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/assets/bin/docguard +0 -0
  1198. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/assets/demo.gif +0 -0
  1199. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/assets/demo.tape +0 -0
  1200. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/assets/docguard-logo.png +0 -0
  1201. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/agents.mjs +0 -0
  1202. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/badge.mjs +0 -0
  1203. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/ci.mjs +0 -0
  1204. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/commands/demo.mjs +0 -0
  1205. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/diagnose.mjs +0 -0
  1206. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/diff.mjs +0 -0
  1207. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/explain.mjs +0 -0
  1208. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/fix.mjs +0 -0
  1209. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/guard.mjs +0 -0
  1210. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/commands/hooks.mjs +0 -0
  1211. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/impact.mjs +0 -0
  1212. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/llms.mjs +0 -0
  1213. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/commands/memory.mjs +0 -0
  1214. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/publish.mjs +0 -0
  1215. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/score.mjs +0 -0
  1216. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/setup.mjs +0 -0
  1217. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/trace.mjs +0 -0
  1218. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/commands/upgrade.mjs +0 -0
  1219. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/commands/watch.mjs +0 -0
  1220. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/config.mjs +0 -0
  1221. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/ensure-skills.mjs +0 -0
  1222. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/api-doc.mjs +0 -0
  1223. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/scanners/cdk.mjs +0 -0
  1224. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/doc-tools.mjs +0 -0
  1225. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/frontend.mjs +0 -0
  1226. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/scanners/iac.mjs +0 -0
  1227. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/scanners/integrations.mjs +0 -0
  1228. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/js-ast.mjs +0 -0
  1229. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/memory-plan.mjs +0 -0
  1230. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/py-ast.mjs +0 -0
  1231. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/routes.mjs +0 -0
  1232. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/scanners/schemas.mjs +0 -0
  1233. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/scanners/speckit.mjs +0 -0
  1234. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/shared-git.mjs +0 -0
  1235. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/shared-source.mjs +0 -0
  1236. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/shared-trace-patterns.mjs +0 -0
  1237. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validator-markers.mjs +0 -0
  1238. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/api-surface.mjs +0 -0
  1239. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/validators/architecture.mjs +0 -0
  1240. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/canonical-sync.mjs +0 -0
  1241. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/validators/changelog.mjs +0 -0
  1242. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/validators/cross-reference.mjs +0 -0
  1243. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/doc-quality.mjs +0 -0
  1244. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/docs-coverage.mjs +0 -0
  1245. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/docs-diff.mjs +0 -0
  1246. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/docs-sync.mjs +0 -0
  1247. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/drift.mjs +0 -0
  1248. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/environment.mjs +0 -0
  1249. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/freshness.mjs +0 -0
  1250. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/metadata-sync.mjs +0 -0
  1251. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/metrics-consistency.mjs +0 -0
  1252. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/validators/schema-sync.mjs +0 -0
  1253. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/validators/security.mjs +0 -0
  1254. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/validators/spec-kit.mjs +0 -0
  1255. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/structure.mjs +0 -0
  1256. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/surface-sync.mjs +0 -0
  1257. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/test-spec.mjs +0 -0
  1258. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/todo-tracking.mjs +0 -0
  1259. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/cli/validators/traceability.mjs +0 -0
  1260. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/writers/api-reference.mjs +0 -0
  1261. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/writers/fix-memory.mjs +0 -0
  1262. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/cli/writers/mechanical.mjs +0 -0
  1263. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/cli/writers/sections.mjs +0 -0
  1264. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/commands/docguard.fix.md +0 -0
  1265. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/commands/docguard.guard.md +0 -0
  1266. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/commands/docguard.review.md +0 -0
  1267. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/commands/docguard.score.md +0 -0
  1268. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/configs/fastify.json +0 -0
  1269. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/configs/generic.json +0 -0
  1270. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/configs/nextjs.json +0 -0
  1271. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/configs/python.json +0 -0
  1272. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docguard_cli/__init__.py +0 -0
  1273. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docguard_cli/wrapper.py +0 -0
  1274. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docs/ai-integration.md +0 -0
  1275. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs/commands.md +0 -0
  1276. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs/configuration.md +0 -0
  1277. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docs/doc-sections.md +0 -0
  1278. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs/faq.md +0 -0
  1279. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docs/installation.md +0 -0
  1280. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docs/profiles.md +0 -0
  1281. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs/quickstart.md +0 -0
  1282. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs-canonical/ARCHITECTURE.md +0 -0
  1283. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs-canonical/CI-RECIPES.md +0 -0
  1284. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs-canonical/DATA-MODEL.md +0 -0
  1285. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs-canonical/ENVIRONMENT.md +0 -0
  1286. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs-canonical/REQUIREMENTS.md +0 -0
  1287. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs-canonical/SECURITY.md +0 -0
  1288. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/docs-canonical/SURFACE-AUDIT.md +0 -0
  1289. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/docs-canonical/TEST-SPEC.md +0 -0
  1290. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/docs-implementation/MIGRATION-v0.20.md +0 -0
  1291. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/01-express-api/README.md +0 -0
  1292. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/01-express-api/package.json +0 -0
  1293. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/01-express-api/server.js +0 -0
  1294. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/02-python-flask/README.md +0 -0
  1295. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/02-python-flask/app.py +0 -0
  1296. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
  1297. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/02-python-flask/requirements.txt +0 -0
  1298. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
  1299. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/README.md +0 -0
  1300. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
  1301. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
  1302. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/package.json +0 -0
  1303. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/src/index.js +0 -0
  1304. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/examples/03-spec-kit-project/tasks.json +0 -0
  1305. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
  1306. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/examples/README.md +0 -0
  1307. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/LICENSE +0 -0
  1308. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/extensions/spec-kit-docguard/README.md +0 -0
  1309. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
  1310. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/fix.md +0 -0
  1311. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/generate.md +0 -0
  1312. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/guard.md +0 -0
  1313. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/init.md +0 -0
  1314. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/score.md +0 -0
  1315. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/sync.md +0 -0
  1316. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/commands/trace.md +0 -0
  1317. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
  1318. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
  1319. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
  1320. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
  1321. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
  1322. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/pr_description.md +0 -0
  1323. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/schemas/docguard-config.schema.json +0 -0
  1324. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/001-fix-ignore-validators/plan.md +0 -0
  1325. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/001-fix-ignore-validators/spec.md +0 -0
  1326. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/001-fix-ignore-validators/tasks.md +0 -0
  1327. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/specs/002-fix-test-discovery/plan.md +0 -0
  1328. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/002-fix-test-discovery/spec.md +0 -0
  1329. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/002-fix-test-discovery/tasks.md +0 -0
  1330. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/003-v011-false-positives/plan.md +0 -0
  1331. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/003-v011-false-positives/spec.md +0 -0
  1332. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/specs/003-v011-false-positives/tasks.md +0 -0
  1333. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/specs/004-v020-env-var-false-negative/spec.md +0 -0
  1334. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/specs/005-hugocross-next-bugs/spec.md +0 -0
  1335. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/ADR.md.template +0 -0
  1336. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/AGENTS.md.template +0 -0
  1337. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/ARCHITECTURE.md.template +0 -0
  1338. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/CHANGELOG.md.template +0 -0
  1339. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/CURRENT-STATE.md.template +0 -0
  1340. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/DATA-MODEL.md.template +0 -0
  1341. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/DEPLOYMENT.md.template +0 -0
  1342. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/DRIFT-LOG.md.template +0 -0
  1343. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/ENVIRONMENT.md.template +0 -0
  1344. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/KNOWN-GOTCHAS.md.template +0 -0
  1345. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/REQUIREMENTS.md.template +0 -0
  1346. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/ROADMAP.md.template +0 -0
  1347. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/RUNBOOKS.md.template +0 -0
  1348. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/SECURITY.md.template +0 -0
  1349. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/TEST-SPEC.md.template +0 -0
  1350. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/TROUBLESHOOTING.md.template +0 -0
  1351. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/VENDOR-BUGS.md.template +0 -0
  1352. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/ci/github-actions.yml +0 -0
  1353. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/commands/docguard.fix.md +0 -0
  1354. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/commands/docguard.guard.md +0 -0
  1355. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/commands/docguard.init.md +0 -0
  1356. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/commands/docguard.review.md +0 -0
  1357. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/commands/docguard.update.md +0 -0
  1358. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/.docguard.json +0 -0
  1359. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/.env.example +0 -0
  1360. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/AGENTS.md +0 -0
  1361. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/CHANGELOG.md +0 -0
  1362. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/DRIFT-LOG.md +0 -0
  1363. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/README.md +0 -0
  1364. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
  1365. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
  1366. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
  1367. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
  1368. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
  1369. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
  1370. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/package.json +0 -0
  1371. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/src/api.mjs +0 -0
  1372. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/src/notifier.mjs +0 -0
  1373. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/src/scheduler.mjs +0 -0
  1374. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/templates/demo-fixture/src/worker.mjs +0 -0
  1375. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/test-draft.js +0 -0
  1376. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/test-metrics.js +0 -0
  1377. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/anchor-autofix.test.mjs +0 -0
  1378. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/api-doc.test.mjs +0 -0
  1379. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/api-surface.test.mjs +0 -0
  1380. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/api-write.test.mjs +0 -0
  1381. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/architecture.test.mjs +0 -0
  1382. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/b7-node-env-symmetry.test.mjs +0 -0
  1383. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/backup-failure.test.mjs +0 -0
  1384. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/canonical-sync.test.mjs +0 -0
  1385. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/cdk-detection.test.mjs +0 -0
  1386. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/changed-only-scoping.test.mjs +0 -0
  1387. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/changed-only.test.mjs +0 -0
  1388. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/changelog.test.mjs +0 -0
  1389. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/cross-reference.test.mjs +0 -0
  1390. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/demo-command.test.mjs +0 -0
  1391. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/doc-quality.test.mjs +0 -0
  1392. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/doc-section-synonyms.test.mjs +0 -0
  1393. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/docs-coverage.test.mjs +0 -0
  1394. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/docs-diff.test.mjs +0 -0
  1395. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/docs-sync.test.mjs +0 -0
  1396. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/drift.test.mjs +0 -0
  1397. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/ensure-skills-idempotent.test.mjs +0 -0
  1398. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/env-schema-detection.test.mjs +0 -0
  1399. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/environment.test.mjs +0 -0
  1400. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/explain-coverage.test.mjs +0 -0
  1401. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/field-report-2-cli.test.mjs +0 -0
  1402. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/fix-memory.test.mjs +0 -0
  1403. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/fix-suppression.test.mjs +0 -0
  1404. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/fixture-projects.test.mjs +0 -0
  1405. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/freshness.test.mjs +0 -0
  1406. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/frontend-deep.test.mjs +0 -0
  1407. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/frontend.test.mjs +0 -0
  1408. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/guard-classify.test.mjs +0 -0
  1409. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/guard-no-throw.test.mjs +0 -0
  1410. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/hooks.test.mjs +0 -0
  1411. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/i18n.test.mjs +0 -0
  1412. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/impact.test.mjs +0 -0
  1413. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/init-smart-detection.test.mjs +0 -0
  1414. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/integrations.test.mjs +0 -0
  1415. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/js-ast.test.mjs +0 -0
  1416. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/mechanical.test.mjs +0 -0
  1417. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/memory-plan.test.mjs +0 -0
  1418. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/metadata-sync.test.mjs +0 -0
  1419. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/metrics-consistency.test.mjs +0 -0
  1420. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/metrics-dedup.test.mjs +0 -0
  1421. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/monorepo-scanning.test.mjs +0 -0
  1422. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/multi-spec.test.mjs +0 -0
  1423. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/npm-pack-smoke.test.mjs +0 -0
  1424. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/openapi-parse-honesty.test.mjs +0 -0
  1425. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/patch-0.11.2.test.mjs +0 -0
  1426. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/plan-disk-cache.test.mjs +0 -0
  1427. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/profile-flag.test.mjs +0 -0
  1428. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/py-ast.test.mjs +0 -0
  1429. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/regenerate-section.test.mjs +0 -0
  1430. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/routes-express-mounts.test.mjs +0 -0
  1431. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/routes-fastify.test.mjs +0 -0
  1432. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/routes-multilang.test.mjs +0 -0
  1433. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/routes-nextjs-app-router.test.mjs +0 -0
  1434. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/schema-sync.test.mjs +0 -0
  1435. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/schemas-multilang.test.mjs +0 -0
  1436. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/schemas.test.mjs +0 -0
  1437. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/scoping-extended.test.mjs +0 -0
  1438. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/score-suggestions.test.mjs +0 -0
  1439. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/section-na-markers.test.mjs +0 -0
  1440. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/sections.test.mjs +0 -0
  1441. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/security-init-injection.test.mjs +0 -0
  1442. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/security.test.mjs +0 -0
  1443. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/severity.test.mjs +0 -0
  1444. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/shared-git.test.mjs +0 -0
  1445. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/shared-source.test.mjs +0 -0
  1446. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/speckit-bugfix.test.mjs +0 -0
  1447. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/starter-scaffold.test.mjs +0 -0
  1448. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/stress-test.test.mjs +0 -0
  1449. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/structure.test.mjs +0 -0
  1450. {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.0}/tests/surface-sync.test.mjs +0 -0
  1451. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/sweep-nudge.test.mjs +0 -0
  1452. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/sync-since.test.mjs +0 -0
  1453. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/test-spec.test.mjs +0 -0
  1454. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/todo-tracking.test.mjs +0 -0
  1455. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/trace-multilang.test.mjs +0 -0
  1456. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/trace-reverse.test.mjs +0 -0
  1457. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/traceability.test.mjs +0 -0
  1458. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/upgrade-pr-e2e.test.mjs +0 -0
  1459. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/upgrade-pr.test.mjs +0 -0
  1460. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/upgrade.test.mjs +0 -0
  1461. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/v020-consolidation.test.mjs +0 -0
  1462. {docguard_cli-0.24.0 → docguard_cli-0.25.0}/tests/validator-markers.test.mjs +0 -0
  1463. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/validator-naming.test.mjs +0 -0
  1464. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/tests/version-pin.test.mjs +0 -0
  1465. {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.0}/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
 
@@ -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)
@@ -0,0 +1,465 @@
1
+ {
2
+ "version": 1,
3
+ "bugs": [
4
+ {
5
+ "id": "bug-001",
6
+ "timestamp": "2026-05-26T16:08:44.583Z",
7
+ "error_message": "Incorrect value in code",
8
+ "file": "assets/demo.tape",
9
+ "root_cause": "Had \"/Users/ricardoaccioly/.gemini/canonical-spec-kit/",
10
+ "fix": "Changed to \"/Users/ricardoaccioly/.gemini/canonical-spec-kit/",
11
+ "tags": [
12
+ "auto-detected",
13
+ "wrong-value",
14
+ "tape"
15
+ ],
16
+ "related_bugs": [],
17
+ "occurrences": 1,
18
+ "last_seen": "2026-05-26T16:08:44.583Z"
19
+ },
20
+ {
21
+ "id": "bug-002",
22
+ "timestamp": "2026-05-26T16:43:46.987Z",
23
+ "error_message": "Significant refactor of ",
24
+ "file": ".github/workflows/sync-speckit-catalog.yml",
25
+ "root_cause": "8 lines replaced/restructured",
26
+ "fix": "Rewrote 25→28 lines (8 removed)",
27
+ "tags": [
28
+ "auto-detected",
29
+ "refactor",
30
+ "yml"
31
+ ],
32
+ "related_bugs": [],
33
+ "occurrences": 1,
34
+ "last_seen": "2026-05-26T16:43:46.987Z"
35
+ },
36
+ {
37
+ "id": "bug-003",
38
+ "timestamp": "2026-05-28T23:39:41.943Z",
39
+ "error_message": "Incorrect value in code",
40
+ "file": "../../../package.json",
41
+ "root_cause": "Had \"0.21.1\"",
42
+ "fix": "Changed to \"0.22.0\"",
43
+ "tags": [
44
+ "auto-detected",
45
+ "wrong-value",
46
+ "json"
47
+ ],
48
+ "related_bugs": [],
49
+ "occurrences": 1,
50
+ "last_seen": "2026-05-28T23:39:41.943Z"
51
+ },
52
+ {
53
+ "id": "bug-004",
54
+ "timestamp": "2026-05-28T23:43:47.639Z",
55
+ "error_message": "Incorrect value in code",
56
+ "file": "../../../README.md",
57
+ "root_cause": "Had \"Validators (23)\"",
58
+ "fix": "Changed to \"Validators (24)\"",
59
+ "tags": [
60
+ "auto-detected",
61
+ "wrong-value",
62
+ "md"
63
+ ],
64
+ "related_bugs": [],
65
+ "occurrences": 2,
66
+ "last_seen": "2026-05-28T23:45:21.168Z"
67
+ },
68
+ {
69
+ "id": "bug-005",
70
+ "timestamp": "2026-05-29T14:47:36.135Z",
71
+ "error_message": "Incorrect value in code",
72
+ "file": "../../../extensions/spec-kit-docguard/commands/guard.md",
73
+ "root_cause": "Had \"Run 19-validator quality gate with severity triag",
74
+ "fix": "Changed to \"Run the full quality gate with severity triage an",
75
+ "tags": [
76
+ "auto-detected",
77
+ "wrong-value",
78
+ "md"
79
+ ],
80
+ "related_bugs": [],
81
+ "occurrences": 1,
82
+ "last_seen": "2026-05-29T14:47:36.135Z"
83
+ },
84
+ {
85
+ "id": "bug-006",
86
+ "timestamp": "2026-05-29T14:47:39.737Z",
87
+ "error_message": "Incorrect value in code",
88
+ "file": "../../../cli/validators/test-spec.mjs",
89
+ "root_cause": "Had 'TEST-SPEC.md declares no service-to-test mappings",
90
+ "fix": "Changed to 'TEST-SPEC.md declares no service-to-test mappings",
91
+ "tags": [
92
+ "auto-detected",
93
+ "wrong-value",
94
+ "mjs"
95
+ ],
96
+ "related_bugs": [],
97
+ "occurrences": 1,
98
+ "last_seen": "2026-05-29T14:47:39.737Z"
99
+ },
100
+ {
101
+ "id": "bug-007",
102
+ "timestamp": "2026-05-29T14:50:14.653Z",
103
+ "error_message": "Significant refactor of ",
104
+ "file": "../../../docs-canonical/REQUIREMENTS.md",
105
+ "root_cause": "5 lines replaced/restructured",
106
+ "fix": "Rewrote 5→5 lines (5 removed)",
107
+ "tags": [
108
+ "auto-detected",
109
+ "refactor",
110
+ "md"
111
+ ],
112
+ "related_bugs": [],
113
+ "occurrences": 1,
114
+ "last_seen": "2026-05-29T14:50:14.653Z"
115
+ },
116
+ {
117
+ "id": "bug-008",
118
+ "timestamp": "2026-05-29T14:53:55.230Z",
119
+ "error_message": "Incorrect value in code",
120
+ "file": "../../../package.json",
121
+ "root_cause": "Had \"0.22.0\"",
122
+ "fix": "Changed to \"0.22.1\"",
123
+ "tags": [
124
+ "auto-detected",
125
+ "wrong-value",
126
+ "json"
127
+ ],
128
+ "related_bugs": [],
129
+ "occurrences": 1,
130
+ "last_seen": "2026-05-29T14:53:55.230Z"
131
+ },
132
+ {
133
+ "id": "bug-009",
134
+ "timestamp": "2026-05-29T16:02:34.086Z",
135
+ "error_message": "Wrong reference: execSync should be execFileSync",
136
+ "file": "../../../vscode-extension/extension.js",
137
+ "root_cause": "Used \"execSync\" instead of \"execFileSync\"",
138
+ "fix": "Changed execSync → execFileSync",
139
+ "tags": [
140
+ "auto-detected",
141
+ "wrong-reference",
142
+ "js"
143
+ ],
144
+ "related_bugs": [],
145
+ "occurrences": 1,
146
+ "last_seen": "2026-05-29T16:02:34.086Z"
147
+ },
148
+ {
149
+ "id": "bug-010",
150
+ "timestamp": "2026-05-29T16:02:42.285Z",
151
+ "error_message": "Significant refactor of ",
152
+ "file": "../../../vscode-extension/extension.js",
153
+ "root_cause": "4 lines replaced/restructured",
154
+ "fix": "Rewrote 21→37 lines (4 removed)",
155
+ "tags": [
156
+ "auto-detected",
157
+ "refactor",
158
+ "js"
159
+ ],
160
+ "related_bugs": [],
161
+ "occurrences": 1,
162
+ "last_seen": "2026-05-29T16:02:42.285Z"
163
+ },
164
+ {
165
+ "id": "bug-011",
166
+ "timestamp": "2026-05-29T16:02:55.385Z",
167
+ "error_message": "Incorrect value in code",
168
+ "file": "../../../vscode-extension/package.json",
169
+ "root_cause": "Had \"0.4.0\"",
170
+ "fix": "Changed to \"0.4.1\"",
171
+ "tags": [
172
+ "auto-detected",
173
+ "wrong-value",
174
+ "json"
175
+ ],
176
+ "related_bugs": [],
177
+ "occurrences": 1,
178
+ "last_seen": "2026-05-29T16:02:55.385Z"
179
+ },
180
+ {
181
+ "id": "bug-012",
182
+ "timestamp": "2026-05-29T16:23:42.591Z",
183
+ "error_message": "Incorrect value in code",
184
+ "file": "../../../vscode-extension/package.json",
185
+ "root_cause": "Had \"raccioly\"",
186
+ "fix": "Changed to \"DocGuard\"",
187
+ "tags": [
188
+ "auto-detected",
189
+ "wrong-value",
190
+ "json"
191
+ ],
192
+ "related_bugs": [],
193
+ "occurrences": 1,
194
+ "last_seen": "2026-05-29T16:23:42.591Z"
195
+ },
196
+ {
197
+ "id": "bug-013",
198
+ "timestamp": "2026-05-29T17:41:52.724Z",
199
+ "error_message": "Incorrect value in code",
200
+ "file": "../../../cli/commands/demo.mjs",
201
+ "root_cause": "Had '../docguard.mjs'",
202
+ "fix": "Changed to '../config.mjs'",
203
+ "tags": [
204
+ "auto-detected",
205
+ "wrong-value",
206
+ "mjs"
207
+ ],
208
+ "related_bugs": [],
209
+ "occurrences": 1,
210
+ "last_seen": "2026-05-29T17:41:52.724Z"
211
+ },
212
+ {
213
+ "id": "bug-014",
214
+ "timestamp": "2026-05-29T17:46:42.520Z",
215
+ "error_message": "Missing guard clause",
216
+ "file": "../../../cli/validators/doc-quality.mjs",
217
+ "root_cause": "No early return/throw for edge case: !m",
218
+ "fix": "Added guard clause: if (!m)",
219
+ "tags": [
220
+ "auto-detected",
221
+ "guard-clause",
222
+ "mjs"
223
+ ],
224
+ "related_bugs": [],
225
+ "occurrences": 1,
226
+ "last_seen": "2026-05-29T17:46:42.520Z"
227
+ },
228
+ {
229
+ "id": "bug-015",
230
+ "timestamp": "2026-05-29T17:46:53.523Z",
231
+ "error_message": "Null/undefined access in ",
232
+ "file": "../../../cli/validators/doc-quality.mjs",
233
+ "root_cause": "Property access on potentially null/undefined value",
234
+ "fix": "Added null safety (optional chaining or null check)",
235
+ "tags": [
236
+ "auto-detected",
237
+ "null-safety",
238
+ "mjs"
239
+ ],
240
+ "related_bugs": [],
241
+ "occurrences": 1,
242
+ "last_seen": "2026-05-29T17:46:53.523Z"
243
+ },
244
+ {
245
+ "id": "bug-016",
246
+ "timestamp": "2026-05-29T17:47:26.119Z",
247
+ "error_message": "Missing error handling in unknown",
248
+ "file": "../../../docs-canonical/SURFACE-AUDIT.md",
249
+ "root_cause": "Code path had no error handling — exceptions would propagate uncaught",
250
+ "fix": "Added try/catch block",
251
+ "tags": [
252
+ "auto-detected",
253
+ "error-handling",
254
+ "md"
255
+ ],
256
+ "related_bugs": [],
257
+ "occurrences": 1,
258
+ "last_seen": "2026-05-29T17:47:26.119Z"
259
+ },
260
+ {
261
+ "id": "bug-017",
262
+ "timestamp": "2026-05-29T19:49:12.053Z",
263
+ "error_message": "Incorrect value in code",
264
+ "file": "../../../README.md",
265
+ "root_cause": "Had `trace`",
266
+ "fix": "Changed to `cli/shared-trace-patterns.mjs`",
267
+ "tags": [
268
+ "auto-detected",
269
+ "wrong-value",
270
+ "md"
271
+ ],
272
+ "related_bugs": [],
273
+ "occurrences": 1,
274
+ "last_seen": "2026-05-29T19:49:12.053Z"
275
+ },
276
+ {
277
+ "id": "bug-018",
278
+ "timestamp": "2026-05-29T19:52:21.944Z",
279
+ "error_message": "Significant refactor of ",
280
+ "file": "../../../docs-canonical/ARCHITECTURE.md",
281
+ "root_cause": "4 lines replaced/restructured",
282
+ "fix": "Rewrote 5→6 lines (4 removed)",
283
+ "tags": [
284
+ "auto-detected",
285
+ "refactor",
286
+ "md"
287
+ ],
288
+ "related_bugs": [],
289
+ "occurrences": 1,
290
+ "last_seen": "2026-05-29T19:52:21.944Z"
291
+ },
292
+ {
293
+ "id": "bug-019",
294
+ "timestamp": "2026-05-29T19:52:38.733Z",
295
+ "error_message": "Incorrect value in code",
296
+ "file": "../../../docs-canonical/ARCHITECTURE.md",
297
+ "root_cause": "Had `DEFAULT_IGNORE_DIRS`",
298
+ "fix": "Changed to `cli/config.mjs`",
299
+ "tags": [
300
+ "auto-detected",
301
+ "wrong-value",
302
+ "md"
303
+ ],
304
+ "related_bugs": [],
305
+ "occurrences": 1,
306
+ "last_seen": "2026-05-29T19:52:38.733Z"
307
+ },
308
+ {
309
+ "id": "bug-020",
310
+ "timestamp": "2026-05-29T19:54:57.149Z",
311
+ "error_message": "Incorrect value in code",
312
+ "file": "../../../docs-canonical/SECURITY.md",
313
+ "root_cause": "Had `git`",
314
+ "fix": "Changed to `specify init`",
315
+ "tags": [
316
+ "auto-detected",
317
+ "wrong-value",
318
+ "md"
319
+ ],
320
+ "related_bugs": [],
321
+ "occurrences": 2,
322
+ "last_seen": "2026-05-29T19:54:58.869Z"
323
+ },
324
+ {
325
+ "id": "bug-021",
326
+ "timestamp": "2026-05-29T19:55:22.428Z",
327
+ "error_message": "Incorrect value in code",
328
+ "file": "../../../ROADMAP.md",
329
+ "root_cause": "Had `0.4.0`",
330
+ "fix": "Changed to `0.5.0`",
331
+ "tags": [
332
+ "auto-detected",
333
+ "wrong-value",
334
+ "md"
335
+ ],
336
+ "related_bugs": [],
337
+ "occurrences": 1,
338
+ "last_seen": "2026-05-29T19:55:22.428Z"
339
+ },
340
+ {
341
+ "id": "bug-022",
342
+ "timestamp": "2026-05-29T19:59:24.106Z",
343
+ "error_message": "Incorrect value in code",
344
+ "file": "../../../package.json",
345
+ "root_cause": "Had \"0.22.1\"",
346
+ "fix": "Changed to \"0.23.0\"",
347
+ "tags": [
348
+ "auto-detected",
349
+ "wrong-value",
350
+ "json"
351
+ ],
352
+ "related_bugs": [],
353
+ "occurrences": 1,
354
+ "last_seen": "2026-05-29T19:59:24.106Z"
355
+ },
356
+ {
357
+ "id": "bug-023",
358
+ "timestamp": "2026-06-02T15:41:53Z",
359
+ "error_message": ".docguardignore trailing-slash dir patterns (e.g. 'tests/', 'base-research/') silently match nothing — ignored dirs were still scanned/flagged by every shouldIgnore + buildIgnoreFilter consumer",
360
+ "file": "cli/shared-ignore.mjs",
361
+ "root_cause": "globToRegex did not strip a gitignore-style trailing slash, so 'dir/' built an alternation that could only match a literal 'dir//' (double slash) — never a real path. routes.mjs and todo-tracking.mjs WERE correctly wired to shouldIgnore (fcc7264); the glob translator itself was broken. The test suite used 'dir/' forms only in loader/merge assertions and never asserted they MATCH a file, so it stayed green — a false-green coverage gap.",
362
+ "fix": "Strip a trailing slash in globToRegex (const normalized = pattern.replace trailing-slash || pattern) so 'dir', 'dir/' and 'dir/**' behave identically. Added 4 end-to-end regression tests in tests/docguardignore.test.mjs that assert trailing-slash patterns actually match and do not over-match a sibling sharing the prefix.",
363
+ "tags": ["ignore", "glob", "false-green", "security-relevant", "field-report", "websec-validator", "B1a"],
364
+ "related_bugs": [],
365
+ "occurrences": 1,
366
+ "last_seen": "2026-06-02T15:41:53Z"
367
+ },
368
+ {
369
+ "id": "bug-024",
370
+ "timestamp": "2026-06-02T15:41:53Z",
371
+ "error_message": "generate --plan --write crashes with ENOENT creating docs-implementation/KNOWN-GOTCHAS.md",
372
+ "file": "cli/commands/generate.mjs",
373
+ "root_cause": "The --plan --write loop mkdir'd only docs-canonical/, then wrote each doc with a raw writeFileSync. buildMemoryPlan unconditionally plans docs-implementation/ docs (KNOWN-GOTCHAS.md, CURRENT-STATE.md), so the first write into that not-yet-created dir threw ENOENT — docs-canonical docs written, first docs-implementation write crashed.",
374
+ "fix": "Folded mkdirSync(dirname(filePath),{recursive:true}) into the safeWrite helper and routed the --plan --write loop through safeWrite instead of raw writeFileSync (also gains the .bak backup that path previously lacked). Added a regression test in tests/commands.test.mjs running generate --plan --write in a temp project with no docs-implementation/.",
375
+ "tags": ["generate", "enoent", "mkdir", "field-report", "websec-validator", "B2"],
376
+ "related_bugs": [],
377
+ "occurrences": 1,
378
+ "last_seen": "2026-06-02T15:41:53Z"
379
+ },
380
+ {
381
+ "id": "bug-025",
382
+ "timestamp": "2026-06-02T19:16:48Z",
383
+ "error_message": "docguard init --fix drops into the interactive doc-picker (\"Which canonical docs does your project need?\") and hangs/fails with no TTY — contradicts its documented \"Auto-create missing files from templates\"",
384
+ "file": "cli/commands/init.mjs",
385
+ "root_cause": "--fix was a dead flag: documented (docguard.mjs:111) and set (docguard.mjs:186) but consumed nowhere. init.mjs never read flags.fix, so init ran its normal path; with no skeleton/skipPrompts/wizard/profile set it fell into the interactive askQuestion loop, which blocks/fails without a TTY (CI/agent use).",
386
+ "fix": "Wired flags.fix into init.mjs: shouldRunGenerate() returns false on --fix (skip the interactive scan-and-propose preview) and the non-interactive branch fires on flags.fix (use profile defaults). The create-loop already skips existing files, so --fix only fills gaps. Added a regression test asserting init --fix creates docs without entering the picker.",
387
+ "tags": ["init", "cli-flag", "dead-flag", "headless", "field-report", "websec-validator", "B3"],
388
+ "related_bugs": [],
389
+ "occurrences": 1,
390
+ "last_seen": "2026-06-02T19:16:48Z"
391
+ },
392
+ {
393
+ "id": "bug-026",
394
+ "timestamp": "2026-06-02T19:16:48Z",
395
+ "error_message": "docguard generate --plan (a read-only preview) has side effects — scaffolds .agent/skills, .agent/commands, .specify/ and runs an npm/pip step",
396
+ "file": "cli/docguard.mjs",
397
+ "root_cause": "The dispatcher runs ensureSkills() on any command that is not setup/init and not headless. headless = jsonMode||write||checkOnly||changedOnly||quiet, which excluded a bare --plan — so generate --plan triggered ensureSkills' writes. Inconsistent: generate --plan --write was already headless (flags.write) and did NOT scaffold.",
398
+ "fix": "Added flags.plan to the headless set in docguard.mjs so generate --plan suppresses the banner AND ensureSkills, matching --plan --write. Verified by a before/after probe: a non-headless generate creates .agent (YES), generate --plan does not (no). Added a regression test asserting --plan leaves .agent/ and .specify/ untouched.",
399
+ "tags": ["generate", "plan", "side-effects", "ensure-skills", "least-surprise", "field-report", "websec-validator", "B4"],
400
+ "related_bugs": [],
401
+ "occurrences": 1,
402
+ "last_seen": "2026-06-02T19:16:48Z"
403
+ },
404
+ {
405
+ "id": "bug-027",
406
+ "timestamp": "2026-06-02T19:30:13Z",
407
+ "error_message": "project-type detection (generate --plan) misclassifies a Click CLI as 'Express, Flask' — it ingests tests/fixtures/*/package.json + requirements.txt because ignored dirs are not honored",
408
+ "file": "cli/scanners/project-type.mjs",
409
+ "root_cause": "findManifests pruned only a hardcoded IGNORE_DIRS set + dot-dirs and never honored config.ignore/.docguardignore. detectEcosystems received config but marked it _config and never passed it to findManifests, so fixture/vendored manifests in user-ignored dirs polluted the detected frameworks/profile. This is the buildMemoryPlan/--plan path (generate's full path uses its own detectStack).",
410
+ "fix": "Threaded the already-arriving config into findManifests and pruned dirs + skipped manifest files via shouldIgnore(relPosix(root, child), config); detectEcosystems now passes config through (was _config). Depends on bug-023's trailing-slash glob fix so a 'tests/' pattern matches. Regression test in tests/project-type.test.mjs uses a control (fixtures pollute without ignore) + the fix (tests/ ignore drops Express/Flask, keeps the real Click).",
411
+ "tags": ["project-type", "ignore", "classification", "field-report", "websec-validator", "B1b"],
412
+ "related_bugs": ["bug-023"],
413
+ "occurrences": 1,
414
+ "last_seen": "2026-06-02T19:30:13Z"
415
+ },
416
+ {
417
+ "id": "bug-028",
418
+ "timestamp": "2026-06-03T01:32:47Z",
419
+ "error_message": "A hand-corrected source=code section (scanner mislabeled it) is flagged stale forever, and the suggested remedy `sync --write` reverts the correction — no override existed",
420
+ "file": "cli/validators/generated-staleness.mjs",
421
+ "root_cause": "Generated-Staleness compared every source=code section against scanner output with no per-section opt-out (quality checks had one; code sections didn't), and sync --write unconditionally replaced source=code sections. So a legitimately hand-maintained section had no escape from the stale-forever / auto-revert trap.",
422
+ "fix": "Honor a `pinned` attribute on the section marker (<!-- docguard:section id=… source=code pinned=\"reason\" -->), already parsed by parseSections. generated-staleness exempts pinned sections (counted as a pass, mirroring the docguard:quality opt-out) and appends a discoverability hint to the stale warning; sync.mjs skips pinned sections. Tests in generated-staleness.test.mjs (control+fix) and sync.test.mjs (don't-revert).",
423
+ "tags": ["generated-staleness", "sync", "marker", "false-positive", "field-report", "websec-validator", "B5"],
424
+ "related_bugs": [],
425
+ "occurrences": 1,
426
+ "last_seen": "2026-06-03T01:32:47Z"
427
+ },
428
+ {
429
+ "id": "bug-029",
430
+ "timestamp": "2026-06-03T01:32:47Z",
431
+ "error_message": "docguard <command> --help printed the global help, not the command's own flags — flag discovery (generate --plan --write, init --skeleton/--wizard/--with) was impossible from --help",
432
+ "file": "cli/docguard.mjs",
433
+ "root_cause": "v0.24 made <command> --help non-destructive but routed it to printHelp() (global) because there was no per-command help; the global help lists commands but not each command's full flag set + examples.",
434
+ "fix": "Added a COMMAND_HELP map (init/generate/guard/score/diff/sync/fix/trace/upgrade/ci/memory) + printCommandHelp(command); the --help dispatch now calls it. Unmapped commands fall back to global help. Flags derived from the vetted global help to avoid documenting non-existent flags. Tests assert generate/init --help show their flags and watch --help falls back without starting the watcher.",
435
+ "tags": ["cli", "help", "ux", "field-report", "websec-validator", "B6"],
436
+ "related_bugs": [],
437
+ "occurrences": 1,
438
+ "last_seen": "2026-06-03T01:32:47Z"
439
+ },
440
+ {
441
+ "id": "bug-030",
442
+ "timestamp": "2026-06-03T01:32:47Z",
443
+ "error_message": "generate emits docs-canonical/API-REFERENCE.md, then guard warns it 'exists but is not in your requiredFiles config' — the generator's own output is flagged orphaned",
444
+ "file": "cli/commands/generate.mjs",
445
+ "root_cause": "generate's standard doc set is a superset of the profile's requiredFiles.canonical, and generate never updated requiredFiles, so the traceability orphan-check (traceability.mjs:133) flagged docs the generator just created.",
446
+ "fix": "Added registerGeneratedCanonicalDocs(): after writing, generate merges the canonical docs it emitted into .docguard.json requiredFiles.canonical (additive only, only docs-canonical/*.md that exist on disk, only when a config exists, idempotent). Wired into both the full generate path and the --plan --write path. Test asserts requiredFiles.canonical gains ARCHITECTURE after generate --plan --write.",
447
+ "tags": ["generate", "traceability", "requiredFiles", "consistency", "field-report", "websec-validator", "B7"],
448
+ "related_bugs": [],
449
+ "occurrences": 1,
450
+ "last_seen": "2026-06-03T01:32:47Z"
451
+ },
452
+ {
453
+ "id": "bug-031",
454
+ "timestamp": "2026-06-03T03:44:15Z",
455
+ "error_message": "generate --plan mislabels a security/scanner tool's own pattern-strings as real surface (websec-validator flagged as using express/boto3/jwt because its recon code mentions them)",
456
+ "file": "cli/commands/generate.mjs",
457
+ "root_cause": "The route/SDK/auth source scanners match pattern-strings; for a cli/library/tool whose source CONTAINS those strings as detection patterns, the auto-extracted surface is the tool's own code, not real usage. No confidence signal existed to warn the user.",
458
+ "fix": "F1 (chosen scope: flag, don't suppress — suppression would risk a false-green). Added surfaceConfidence(kind): web kinds (webapp/api/service) = 'normal', everything else = 'low'. generate --plan --format json now emits surface.confidence; the text output prints a 'Low-confidence surface — verify, pin with pinned=...' advisory when a non-web kind has web surface. Guard detection unchanged. Test asserts cli→low, api→normal.",
459
+ "tags": ["generate", "scanner-tool", "false-positive", "confidence", "field-report", "websec-validator", "F1"],
460
+ "related_bugs": ["bug-023", "bug-028"],
461
+ "occurrences": 1,
462
+ "last_seen": "2026-06-03T03:44:15Z"
463
+ }
464
+ ]
465
+ }
@@ -0,0 +1,26 @@
1
+ # Cerebrum — docguard-cli
2
+
3
+ > OpenWolf learning memory for **docguard-cli** — the enforcement tool for Canonical-Driven Development (CDD). Audits, generates, and guards project documentation.
4
+ > Last updated: 2026-06-02
5
+
6
+ ## User Preferences
7
+
8
+ - On field/bug reports, Ricardo prefers **"triage & verify first"** over jumping to fixes — confirm each item against current code (reproduce where possible) and explicitly challenge the report's own stated root-cause before writing any fix. (Chosen on the websec-validator field report, 2026-06-02.)
9
+
10
+ ## Key Learnings
11
+
12
+ - **Ignore wiring map (as of fcc7264):** all `shared-ignore` consumers — incl. `routes.mjs:90` and `todo-tracking.mjs:307,383` — call `shouldIgnore`. `project-type.mjs` did NOT until the B1b fix (2026-06-02): its `walk()` in `findManifests` now honors config.ignore (prunes dirs + skips manifest files via shouldIgnore). It detects frameworks from **dependency manifests** (`has(deps,'express'/'flask')`), so before the fix it ingested fixture `package.json`/`requirements.txt`. Two different mechanisms: glob filtering on results vs. `DEFAULT_IGNORE_DIRS` (bare dir-name Set) during walks.
13
+ - **`globToRegex` (shared-ignore.mjs:115) silently mishandles trailing-slash dir patterns.** Verified by execution: `buildIgnoreFilter(['tests/'])('tests/fixtures/x.js')` → `false`; `['tests']` and `['tests/**']` → `true`. Gitignore-style `dir/` (the natural form) matches nothing. This makes ignore look wired-but-broken across every consumer. (Fixed 2026-06-02 by stripping the trailing slash.)
14
+ - **The dispatcher (docguard.mjs) installs DocGuard's own agent tooling as a side effect.** `ensureSkills()` runs on every command except `setup`/`init` and except when `headless` (= jsonMode||write||checkOnly||changedOnly||quiet||plan after the B4 fix). It writes `.agent/skills` + `.agent/commands` and can spawn the `specify` CLI (→ `.specify/` + pip/npm). So read-shaped commands must be added to the `headless` set to stay side-effect-free. `headless` is consumed in exactly two places: the banner and this ensureSkills gate.
15
+
16
+ ## Do-Not-Repeat
17
+
18
+ - **2026-06-02** — Don't trust a bug report's stated root cause. The websec B1 report blamed "scanners/validators skip the ignore file"; the real defect was the trailing-slash glob (above). Fixing per the report ("centralize ignore handling") would have changed nothing AND left a false-green — the exact failure mode this tool exists to prevent.
19
+ - **2026-06-02** — Don't assume a documented CLI flag is wired. `--fix` is documented (`docguard.mjs:111` "Auto-create missing files from templates") and set (`:186`) but read **nowhere** — `init.mjs` never consumes `flags.fix`. `grep` the flag's *consumption*, not just its declaration.
20
+
21
+ ## Decision Log
22
+
23
+ - **2026-06-02** — Triage-only pass on the websec-validator field report (no code changed, user's choice). Outcome that justified it: B1's reported root-cause was wrong (glob bug, not wiring), B4 is real-on-main via the dispatcher's `ensureSkills` (not the `--plan` code), B6 is partly-fixed/deferred-by-design. Full verified fix-list lives in the cross-session memory `websec-field-feedback-triage.md`.
24
+ - **2026-06-03** — F1 scope: **flag, don't suppress.** For scanner/tool false-positives, generate marks auto-extracted surface 'low' confidence for non-web kinds (cli/library/unknown) but never removes it from guard — suppressing a real surface would be a false-green, the failure mode this tool exists to prevent. User chose this over require-import (which risks false-negatives).
25
+ - **2026-06-03** — F3 scope: added `cli`/`library` **profiles** (non-web required sets) as the contained fix for the web-app-centric doc model. Deliberately did NOT build a bespoke `CLI-REFERENCE` doc *type* (template + documentTypes registry + TRACE_MAP + memory-plan + writer = 5+ files) — that's a separate larger feature. Until then `library` reuses API-REFERENCE as the module-API doc.
26
+ - **2026-06-03** — Pattern for non-trivial validator tests: provoke the deterministic always-emitted section (`tech-stack` in ARCHITECTURE, `memory-plan.mjs:243`) and assert with a **control** (unpinned→stale) + **fix** (pinned→exempt). Same control discipline used for B4 (.agent created by full generate, not by --plan) and F1 (cli→low, api→normal). Keeps tests non-vacuous.
@@ -1,5 +1,5 @@
1
1
  {
2
- "last_heartbeat": "2026-05-31T12:59:18.265Z",
2
+ "last_heartbeat": "2026-05-31T11:59:18.252Z",
3
3
  "engine_status": "running",
4
4
  "execution_log": [
5
5
  {