docguard-cli 0.24.0__tar.gz → 0.25.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard → docguard_cli-0.25.1/.agent}/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard → docguard_cli-0.25.1/.agent}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.agent/skills/docguard-sync/SKILL.md +2 -1
- docguard_cli-0.25.1/.github/scripts/speckit-submission.py +209 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/workflows/release.yml +85 -118
- docguard_cli-0.25.1/.github/workflows/sync-speckit-catalog.yml +110 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/anatomy.md +18 -4
- docguard_cli-0.25.1/.wolf/buglog.json +678 -0
- docguard_cli-0.25.1/.wolf/cerebrum.md +31 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/cron-state.json +1 -1
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/hooks/_session.json +3 -3
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/memory.md +38 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/token-ledger.json +344 -7
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/CHANGELOG.md +70 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/PKG-INFO +1 -1
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/ROADMAP.md +2 -1
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/generate.mjs +67 -1
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/init.mjs +6 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/sync.mjs +6 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/docguard.mjs +141 -6
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/cli/scanners/project-type.mjs +11 -4
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-ignore.mjs +7 -1
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared.mjs +32 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/cli/validators/generated-staleness.mjs +16 -1
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/extension.yml +1 -5
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.24.0/.agent → docguard_cli-0.25.1/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -1
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +2 -2
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/package-lock.json +2 -2
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/package.json +1 -1
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/pyproject.toml +1 -1
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/commands.test.mjs +137 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/docguardignore.test.mjs +42 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/generated-staleness.test.mjs +30 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/project-type.test.mjs +21 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/tests/sync.test.mjs +16 -0
- docguard_cli-0.24.0/.agent/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/.agent/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/.agent/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/.agent/skills/docguard-sync/SKILL.md +0 -112
- docguard_cli-0.24.0/.claude/settings.local.json +0 -24
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.analyze.md +0 -184
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.checklist.md +0 -295
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.clarify.md +0 -181
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.constitution.md +0 -84
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.implement.md +0 -198
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.plan.md +0 -90
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.specify.md +0 -237
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.tasks.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/commands/speckit.taskstoissues.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-analyze/SKILL.md +0 -193
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-checklist/SKILL.md +0 -304
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-clarify/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-constitution/SKILL.md +0 -89
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-implement/SKILL.md +0 -207
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-plan/SKILL.md +0 -91
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-specify/SKILL.md +0 -239
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-tasks/SKILL.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/rules/openwolf.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.json +0 -72
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.claude/settings.local.json +0 -24
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguard.json +0 -44
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.docguardignore +0 -33
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.git +0 -1
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/dependabot.yml +0 -20
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/scripts/patch-catalog.py +0 -104
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/ci.yml +0 -90
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.github/workflows/sync-speckit-catalog.yml +0 -182
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.gitignore +0 -36
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/bolt.md +0 -7
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.jules/palette.md +0 -7
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.npmignore +0 -28
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.specify/memory/constitution.md +0 -76
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/anatomy.md +0 -553
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/buglog.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cerebrum.md +0 -23
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/cron-state.json +0 -7
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/daemon.log +0 -136
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/memory.md +0 -4
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/.wolf/token-ledger.json +0 -21
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/AGENTS.md +0 -119
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CHANGELOG.md +0 -1292
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/CONTRIBUTING.md +0 -139
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/README.md +0 -676
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/ROADMAP.md +0 -124
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/SECURITY.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/action.yml +0 -331
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/demo.mjs +0 -241
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/diff.mjs +0 -389
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/explain.mjs +0 -286
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/fix.mjs +0 -820
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/generate.mjs +0 -1474
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/guard.mjs +0 -574
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/hooks.mjs +0 -334
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/init.mjs +0 -499
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/memory.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/score.mjs +0 -897
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/setup.mjs +0 -485
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/trace.mjs +0 -490
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/commands/upgrade.mjs +0 -324
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/docguard.mjs +0 -688
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/ensure-skills.mjs +0 -363
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/api-doc.mjs +0 -122
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/doc-tools.mjs +0 -351
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/frontend.mjs +0 -438
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/memory-plan.mjs +0 -399
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/project-type.mjs +0 -310
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/routes.mjs +0 -623
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/schemas.mjs +0 -765
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/scanners/speckit.mjs +0 -465
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-git.mjs +0 -0
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-ignore.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared-source.mjs +0 -269
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/shared.mjs +0 -203
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/api-surface.mjs +0 -270
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/canonical-sync.mjs +0 -211
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/doc-quality.mjs +0 -676
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-coverage.mjs +0 -504
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-diff.mjs +0 -295
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/docs-sync.mjs +0 -260
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/drift.mjs +0 -120
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/environment.mjs +0 -130
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/freshness.mjs +0 -256
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/generated-staleness.mjs +0 -219
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metadata-sync.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/metrics-consistency.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/security.mjs +0 -162
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/structure.mjs +0 -127
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/test-spec.mjs +0 -322
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/todo-tracking.mjs +0 -403
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/validators/traceability.mjs +0 -376
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/cli/writers/sections.mjs +0 -148
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docguard_cli/wrapper.py +0 -101
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/commands.md +0 -239
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/configuration.md +0 -96
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/faq.md +0 -155
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs/quickstart.md +0 -94
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ARCHITECTURE.md +0 -184
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/CI-RECIPES.md +0 -216
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/DATA-MODEL.md +0 -150
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/ENVIRONMENT.md +0 -70
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/REQUIREMENTS.md +0 -68
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SECURITY.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/SURFACE-AUDIT.md +0 -334
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/docs-canonical/TEST-SPEC.md +0 -98
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/README.md +0 -106
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/commands/guard.md +0 -74
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/extension.yml +0 -106
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/package.json +0 -61
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/pyproject.toml +0 -41
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/schemas/docguard-config.schema.json +0 -155
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/specs/002-fix-test-discovery/plan.md +0 -113
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/api-doc.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/canonical-sync.test.mjs +0 -148
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/changed-only.test.mjs +0 -77
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/commands.test.mjs +0 -805
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/doc-quality.test.mjs +0 -93
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-coverage.test.mjs +0 -258
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/docs-diff.test.mjs +0 -62
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/environment.test.mjs +0 -146
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/freshness.test.mjs +0 -162
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/generated-staleness.test.mjs +0 -144
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metadata-sync.test.mjs +0 -138
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/metrics-consistency.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/npm-pack-smoke.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/plan-disk-cache.test.mjs +0 -119
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/schemas.test.mjs +0 -126
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sections.test.mjs +0 -116
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security-init-injection.test.mjs +0 -145
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/security.test.mjs +0 -146
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/severity.test.mjs +0 -179
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-git.test.mjs +0 -190
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/shared-source.test.mjs +0 -86
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/sync.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/test-spec.test.mjs +0 -245
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/traceability.test.mjs +0 -147
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/tests/upgrade.test.mjs +0 -131
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/.vscodeignore +0 -4
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/README.md +0 -49
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/extension.js +0 -504
- docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc/vscode-extension/package.json +0 -93
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.analyze.md +0 -184
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.checklist.md +0 -295
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.clarify.md +0 -181
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.constitution.md +0 -84
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.implement.md +0 -198
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.plan.md +0 -90
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.specify.md +0 -237
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.tasks.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/commands/speckit.taskstoissues.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/docguard-sync/SKILL.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-analyze/SKILL.md +0 -193
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-checklist/SKILL.md +0 -304
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-clarify/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-constitution/SKILL.md +0 -89
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-implement/SKILL.md +0 -207
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-plan/SKILL.md +0 -91
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-specify/SKILL.md +0 -239
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-tasks/SKILL.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.claude/settings.local.json +0 -24
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.git +0 -1
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/scripts/patch-catalog.py +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/ci.yml +0 -90
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/release.yml +0 -327
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/supply-chain.yml +0 -24
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.github/workflows/sync-speckit-catalog.yml +0 -182
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.jules/sentinel.md +0 -4
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.npmrc +0 -7
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog-metadata.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/extensions/.cache/catalog.json +0 -21
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/init-options.json +0 -9
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/check-prerequisites.sh +0 -190
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/common.sh +0 -253
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/create-new-feature.sh +0 -333
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/setup-plan.sh +0 -73
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/scripts/bash/update-agent-context.sh +0 -808
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/agent-file-template.md +0 -28
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/checklist-template.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/constitution-template.md +0 -50
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/plan-template.md +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/spec-template.md +0 -115
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/.specify/templates/tasks-template.md +0 -251
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/AGENTS.md +0 -119
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CHANGELOG.md +0 -1544
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/CODE_OF_CONDUCT.md +0 -52
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/COMPARISONS.md +0 -242
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/DRIFT-LOG.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/LICENSE +0 -21
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/PHILOSOPHY.md +0 -125
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/ROADMAP.md +0 -135
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/STANDARD.md +0 -751
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPLY-CHAIN-AUDIT.md +0 -84
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/SUPPORT.md +0 -51
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/bin/docguard +0 -2
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.gif +0 -0
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/assets/demo.tape +0 -27
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/agents.mjs +0 -221
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/badge.mjs +0 -72
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/ci.mjs +0 -80
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diagnose.mjs +0 -624
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/diff.mjs +0 -400
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/explain.mjs +0 -308
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/fix.mjs +0 -820
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/generate.mjs +0 -1474
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/guard.mjs +0 -617
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/impact.mjs +0 -169
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/init.mjs +0 -499
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/llms.mjs +0 -159
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/publish.mjs +0 -246
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/score.mjs +0 -897
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/setup.mjs +0 -485
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/sync.mjs +0 -173
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/trace.mjs +0 -392
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/upgrade.mjs +0 -336
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/commands/watch.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/config.mjs +0 -228
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/docguard.mjs +0 -473
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/ensure-skills.mjs +0 -363
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/api-doc.mjs +0 -122
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/cdk.mjs +0 -10
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/doc-tools.mjs +0 -351
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/frontend.mjs +0 -438
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/iac.mjs +0 -235
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/integrations.mjs +0 -116
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/js-ast.mjs +0 -182
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/memory-plan.mjs +0 -399
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/project-type.mjs +0 -310
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/routes.mjs +0 -629
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/scanners/schemas.mjs +0 -772
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-ignore.mjs +0 -211
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-source.mjs +0 -278
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared-trace-patterns.mjs +0 -105
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/shared.mjs +0 -203
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/api-surface.mjs +0 -269
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/architecture.mjs +0 -396
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/canonical-sync.mjs +0 -211
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/changelog.mjs +0 -80
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/cross-reference.mjs +0 -421
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/docs-coverage.mjs +0 -504
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/freshness.mjs +0 -286
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/generated-staleness.mjs +0 -219
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metadata-sync.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/metrics-consistency.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/schema-sync.mjs +0 -228
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/spec-kit.mjs +0 -14
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/structure.mjs +0 -127
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/surface-sync.mjs +0 -365
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/test-spec.mjs +0 -322
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/todo-tracking.mjs +0 -403
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/validators/traceability.mjs +0 -391
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/api-reference.mjs +0 -101
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/fix-memory.mjs +0 -181
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/cli/writers/mechanical.mjs +0 -251
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.fix.md +0 -81
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.guard.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.review.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/commands/docguard.score.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/fastify.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/generic.json +0 -22
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/nextjs.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/configs/python.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/__init__.py +0 -1
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docguard_cli/wrapper.py +0 -101
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/ai-integration.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/configuration.md +0 -96
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/doc-sections.md +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/installation.md +0 -99
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs/profiles.md +0 -103
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ARCHITECTURE.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/DATA-MODEL.md +0 -150
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/ENVIRONMENT.md +0 -71
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/SECURITY.md +0 -113
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-canonical/TEST-SPEC.md +0 -100
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/docs-implementation/MIGRATION-v0.20.md +0 -194
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/README.md +0 -3
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/package.json +0 -12
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/01-express-api/server.js +0 -37
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/README.md +0 -24
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/app.py +0 -50
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/02-python-flask/requirements.txt +0 -1
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/CHANGELOG.md +0 -9
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/README.md +0 -35
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/package.json +0 -10
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/src/index.js +0 -50
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/03-spec-kit-project/tests/basic.test.js +0 -23
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/examples/README.md +0 -44
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/LICENSE +0 -21
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/fix.md +0 -74
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/generate.md +0 -73
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/init.md +0 -38
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/score.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/sync.md +0 -62
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/commands/trace.md +0 -56
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/package-lock.json +0 -68
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pr_description.md +0 -16
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/pyproject.toml +0 -41
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/plan.md +0 -115
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/spec.md +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/001-fix-ignore-validators/tasks.md +0 -49
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/spec.md +0 -87
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/002-fix-test-discovery/tasks.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/plan.md +0 -140
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/spec.md +0 -191
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/specs/003-v011-false-positives/tasks.md +0 -156
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ADR.md.template +0 -64
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/AGENTS.md.template +0 -88
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ARCHITECTURE.md.template +0 -130
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CHANGELOG.md.template +0 -16
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/CURRENT-STATE.md.template +0 -64
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DATA-MODEL.md.template +0 -66
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DEPLOYMENT.md.template +0 -66
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/DRIFT-LOG.md.template +0 -18
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ENVIRONMENT.md.template +0 -43
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/KNOWN-GOTCHAS.md.template +0 -69
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/REQUIREMENTS.md.template +0 -68
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ROADMAP.md.template +0 -82
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/RUNBOOKS.md.template +0 -115
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/SECURITY.md.template +0 -42
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TEST-SPEC.md.template +0 -68
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/TROUBLESHOOTING.md.template +0 -96
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/VENDOR-BUGS.md.template +0 -74
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/ci/github-actions.yml +0 -39
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.fix.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.guard.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.init.md +0 -69
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.review.md +0 -54
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/commands/docguard.update.md +0 -55
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.docguard.json +0 -8
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/.env.example +0 -5
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/AGENTS.md +0 -14
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/CHANGELOG.md +0 -13
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/DRIFT-LOG.md +0 -3
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/README.md +0 -17
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/package.json +0 -10
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/api.mjs +0 -18
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/notifier.mjs +0 -23
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/scheduler.mjs +0 -8
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/templates/demo-fixture/src/worker.mjs +0 -15
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-draft.js +0 -20
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/test-metrics.js +0 -2
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/anchor-autofix.test.mjs +0 -144
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-doc.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-surface.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/api-write.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/architecture.test.mjs +0 -113
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/b7-node-env-symmetry.test.mjs +0 -97
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/backup-failure.test.mjs +0 -60
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/canonical-sync.test.mjs +0 -148
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cdk-detection.test.mjs +0 -292
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changed-only-scoping.test.mjs +0 -118
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/changelog.test.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/commands.test.mjs +0 -805
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/cross-reference.test.mjs +0 -282
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/demo-command.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docguardignore.test.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-coverage.test.mjs +0 -258
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/docs-sync.test.mjs +0 -295
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/drift.test.mjs +0 -84
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-memory.test.mjs +0 -141
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fix-suppression.test.mjs +0 -129
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/fixture-projects.test.mjs +0 -201
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/freshness.test.mjs +0 -238
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend-deep.test.mjs +0 -102
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/frontend.test.mjs +0 -90
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/generated-staleness.test.mjs +0 -144
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-classify.test.mjs +0 -41
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/guard-no-throw.test.mjs +0 -119
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/hooks.test.mjs +0 -154
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/i18n.test.mjs +0 -70
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/impact.test.mjs +0 -125
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/init-smart-detection.test.mjs +0 -124
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/integrations.test.mjs +0 -101
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/js-ast.test.mjs +0 -0
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/mechanical.test.mjs +0 -59
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/memory-plan.test.mjs +0 -97
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metadata-sync.test.mjs +0 -138
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-consistency.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/metrics-dedup.test.mjs +0 -112
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/monorepo-scanning.test.mjs +0 -64
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/multi-spec.test.mjs +0 -79
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/patch-0.11.2.test.mjs +0 -107
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/profile-flag.test.mjs +0 -68
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/project-type.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/regenerate-section.test.mjs +0 -134
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-multilang.test.mjs +0 -110
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/routes-nextjs-app-router.test.mjs +0 -72
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schema-sync.test.mjs +0 -112
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas-multilang.test.mjs +0 -174
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/schemas.test.mjs +0 -126
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/scoping-extended.test.mjs +0 -90
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/section-na-markers.test.mjs +0 -91
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/shared-source.test.mjs +0 -86
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/stress-test.test.mjs +0 -111
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/structure.test.mjs +0 -132
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sweep-nudge.test.mjs +0 -110
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync-since.test.mjs +0 -99
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/sync.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/test-spec.test.mjs +0 -245
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/todo-tracking.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-multilang.test.mjs +0 -139
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/trace-reverse.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/traceability.test.mjs +0 -208
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr-e2e.test.mjs +0 -175
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade-pr.test.mjs +0 -79
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/upgrade.test.mjs +0 -131
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/v020-consolidation.test.mjs +0 -200
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/validator-naming.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/version-pin.test.mjs +0 -91
- docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179/tests/whats-new.test.mjs +0 -65
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.analyze.md +0 -184
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.checklist.md +0 -295
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.clarify.md +0 -181
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.constitution.md +0 -84
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.implement.md +0 -198
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.plan.md +0 -90
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.specify.md +0 -237
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.tasks.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/commands/speckit.taskstoissues.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/docguard-sync/SKILL.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-analyze/SKILL.md +0 -193
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-checklist/SKILL.md +0 -304
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-clarify/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-constitution/SKILL.md +0 -89
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-implement/SKILL.md +0 -207
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-plan/SKILL.md +0 -91
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-specify/SKILL.md +0 -239
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-tasks/SKILL.md +0 -200
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.agent/skills/speckit-taskstoissues/SKILL.md +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/rules/openwolf.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.json +0 -72
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.claude/settings.local.json +0 -24
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguard.json +0 -44
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.docguardignore +0 -33
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.git +0 -1
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/dependabot.yml +0 -20
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/scripts/patch-catalog.py +0 -104
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/ci.yml +0 -90
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/release.yml +0 -327
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/supply-chain.yml +0 -24
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.github/workflows/sync-speckit-catalog.yml +0 -182
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.gitignore +0 -36
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/bolt.md +0 -7
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/palette.md +0 -7
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.jules/sentinel.md +0 -4
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmignore +0 -28
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.npmrc +0 -7
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog-metadata.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/extensions/.cache/catalog.json +0 -21
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/init-options.json +0 -9
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/memory/constitution.md +0 -76
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/check-prerequisites.sh +0 -190
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/common.sh +0 -253
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/create-new-feature.sh +0 -333
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/setup-plan.sh +0 -73
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/scripts/bash/update-agent-context.sh +0 -808
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/agent-file-template.md +0 -28
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/checklist-template.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/constitution-template.md +0 -50
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/plan-template.md +0 -104
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/spec-template.md +0 -115
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.specify/templates/tasks-template.md +0 -251
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/OPENWOLF.md +0 -135
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/buglog.json +0 -357
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cerebrum.md +0 -12
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/config.json +0 -73
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/cron-manifest.json +0 -97
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/designqc-report.json +0 -6
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/package.json +0 -3
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-read.js +0 -69
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/post-write.js +0 -503
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-read.js +0 -80
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/pre-write.js +0 -121
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/session-start.js +0 -77
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/shared.js +0 -614
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/hooks/stop.js +0 -147
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/identity.md +0 -9
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/reframe-frameworks.md +0 -597
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/.wolf/suggestions.json +0 -4
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/AGENTS.md +0 -119
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CHANGELOG.md +0 -1292
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CLAUDE.md +0 -5
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CODE_OF_CONDUCT.md +0 -52
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/COMPARISONS.md +0 -242
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/CONTRIBUTING.md +0 -139
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/DRIFT-LOG.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/LICENSE +0 -21
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/PHILOSOPHY.md +0 -125
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/README.md +0 -676
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/ROADMAP.md +0 -124
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SECURITY.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/STANDARD.md +0 -751
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPLY-CHAIN-AUDIT.md +0 -84
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/SUPPORT.md +0 -51
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/action.yml +0 -331
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/bin/docguard +0 -2
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.gif +0 -0
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/assets/demo.tape +0 -27
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/agents.mjs +0 -221
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/badge.mjs +0 -72
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/ci.mjs +0 -80
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/demo.mjs +0 -241
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diagnose.mjs +0 -624
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/diff.mjs +0 -389
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/explain.mjs +0 -286
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/fix.mjs +0 -820
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/generate.mjs +0 -1474
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/guard.mjs +0 -574
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/hooks.mjs +0 -334
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/impact.mjs +0 -169
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/init.mjs +0 -499
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/llms.mjs +0 -159
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/memory.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/publish.mjs +0 -246
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/score.mjs +0 -897
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/setup.mjs +0 -485
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/sync.mjs +0 -173
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/trace.mjs +0 -490
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/upgrade.mjs +0 -324
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/commands/watch.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/docguard.mjs +0 -688
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/ensure-skills.mjs +0 -363
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/api-doc.mjs +0 -122
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/cdk.mjs +0 -10
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/doc-tools.mjs +0 -351
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/frontend.mjs +0 -438
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/iac.mjs +0 -235
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/integrations.mjs +0 -116
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/memory-plan.mjs +0 -399
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/routes.mjs +0 -623
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/schemas.mjs +0 -765
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/scanners/speckit.mjs +0 -465
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-git.mjs +0 -0
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-ignore.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared-source.mjs +0 -269
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/shared.mjs +0 -203
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/api-surface.mjs +0 -270
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/architecture.mjs +0 -396
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/canonical-sync.mjs +0 -211
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/changelog.mjs +0 -80
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/cross-reference.mjs +0 -421
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/doc-quality.mjs +0 -676
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-coverage.mjs +0 -504
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-diff.mjs +0 -295
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/docs-sync.mjs +0 -260
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/drift.mjs +0 -120
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/environment.mjs +0 -130
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/freshness.mjs +0 -256
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metadata-sync.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/metrics-consistency.mjs +0 -196
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/schema-sync.mjs +0 -228
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/security.mjs +0 -162
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/spec-kit.mjs +0 -14
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/structure.mjs +0 -127
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/test-spec.mjs +0 -322
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/todo-tracking.mjs +0 -403
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/validators/traceability.mjs +0 -376
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/api-reference.mjs +0 -101
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/fix-memory.mjs +0 -181
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/mechanical.mjs +0 -251
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/cli/writers/sections.mjs +0 -148
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.fix.md +0 -81
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.guard.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.review.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/commands/docguard.score.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/fastify.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/generic.json +0 -22
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/nextjs.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/configs/python.json +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/__init__.py +0 -1
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docguard_cli/wrapper.py +0 -101
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/ai-integration.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/commands.md +0 -239
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/configuration.md +0 -96
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/doc-sections.md +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/faq.md +0 -155
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/installation.md +0 -99
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/profiles.md +0 -103
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs/quickstart.md +0 -94
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ARCHITECTURE.md +0 -184
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/CI-RECIPES.md +0 -216
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/DATA-MODEL.md +0 -150
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/ENVIRONMENT.md +0 -70
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/REQUIREMENTS.md +0 -68
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SECURITY.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/SURFACE-AUDIT.md +0 -334
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-canonical/TEST-SPEC.md +0 -98
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/docs-implementation/MIGRATION-v0.20.md +0 -194
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/README.md +0 -3
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/package.json +0 -12
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/01-express-api/server.js +0 -37
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/README.md +0 -24
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/app.py +0 -50
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/02-python-flask/requirements.txt +0 -1
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/CHANGELOG.md +0 -9
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/README.md +0 -35
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/package.json +0 -10
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/src/index.js +0 -50
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/03-spec-kit-project/tests/basic.test.js +0 -23
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/examples/README.md +0 -44
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/LICENSE +0 -21
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/README.md +0 -106
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/fix.md +0 -74
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/generate.md +0 -73
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/guard.md +0 -74
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/init.md +0 -38
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/score.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/sync.md +0 -62
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/commands/trace.md +0 -56
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/extension.yml +0 -106
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -111
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -51
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/package.json +0 -61
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/pr_description.md +0 -16
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/schemas/docguard-config.schema.json +0 -155
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/plan.md +0 -115
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/spec.md +0 -104
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/001-fix-ignore-validators/tasks.md +0 -49
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/plan.md +0 -113
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/spec.md +0 -87
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/002-fix-test-discovery/tasks.md +0 -40
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/plan.md +0 -140
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/spec.md +0 -191
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/specs/003-v011-false-positives/tasks.md +0 -156
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ADR.md.template +0 -64
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/AGENTS.md.template +0 -88
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ARCHITECTURE.md.template +0 -130
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CHANGELOG.md.template +0 -16
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/CURRENT-STATE.md.template +0 -64
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DATA-MODEL.md.template +0 -66
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DEPLOYMENT.md.template +0 -66
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/DRIFT-LOG.md.template +0 -18
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ENVIRONMENT.md.template +0 -43
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/KNOWN-GOTCHAS.md.template +0 -69
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/REQUIREMENTS.md.template +0 -68
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ROADMAP.md.template +0 -82
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/RUNBOOKS.md.template +0 -115
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/SECURITY.md.template +0 -42
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TEST-SPEC.md.template +0 -68
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/TROUBLESHOOTING.md.template +0 -96
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/VENDOR-BUGS.md.template +0 -74
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/ci/github-actions.yml +0 -39
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.fix.md +0 -61
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.guard.md +0 -53
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.init.md +0 -69
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.review.md +0 -54
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/commands/docguard.update.md +0 -55
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.docguard.json +0 -8
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/.env.example +0 -5
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/AGENTS.md +0 -14
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/CHANGELOG.md +0 -13
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/DRIFT-LOG.md +0 -3
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/README.md +0 -17
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/package.json +0 -10
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/api.mjs +0 -18
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/notifier.mjs +0 -23
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/scheduler.mjs +0 -8
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/templates/demo-fixture/src/worker.mjs +0 -15
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-draft.js +0 -20
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/test-metrics.js +0 -2
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/anchor-autofix.test.mjs +0 -144
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-doc.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-surface.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/api-write.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/architecture.test.mjs +0 -113
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/b7-node-env-symmetry.test.mjs +0 -97
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/backup-failure.test.mjs +0 -60
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/canonical-sync.test.mjs +0 -148
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cdk-detection.test.mjs +0 -292
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only-scoping.test.mjs +0 -118
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changed-only.test.mjs +0 -77
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/changelog.test.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/cross-reference.test.mjs +0 -282
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/demo-command.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/doc-quality.test.mjs +0 -93
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docguardignore.test.mjs +0 -143
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-coverage.test.mjs +0 -258
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-diff.test.mjs +0 -62
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/docs-sync.test.mjs +0 -295
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/drift.test.mjs +0 -84
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/environment.test.mjs +0 -146
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-memory.test.mjs +0 -141
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fix-suppression.test.mjs +0 -129
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/fixture-projects.test.mjs +0 -201
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/freshness.test.mjs +0 -162
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend-deep.test.mjs +0 -102
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/frontend.test.mjs +0 -90
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-classify.test.mjs +0 -41
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/guard-no-throw.test.mjs +0 -119
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/hooks.test.mjs +0 -154
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/i18n.test.mjs +0 -70
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/impact.test.mjs +0 -125
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/init-smart-detection.test.mjs +0 -124
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/integrations.test.mjs +0 -101
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/mechanical.test.mjs +0 -59
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/memory-plan.test.mjs +0 -97
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metadata-sync.test.mjs +0 -138
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-consistency.test.mjs +0 -103
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/metrics-dedup.test.mjs +0 -112
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/monorepo-scanning.test.mjs +0 -64
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/multi-spec.test.mjs +0 -79
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/npm-pack-smoke.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/patch-0.11.2.test.mjs +0 -107
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/plan-disk-cache.test.mjs +0 -119
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/profile-flag.test.mjs +0 -68
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/project-type.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/regenerate-section.test.mjs +0 -134
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/routes-multilang.test.mjs +0 -110
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schema-sync.test.mjs +0 -112
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas-multilang.test.mjs +0 -174
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/schemas.test.mjs +0 -126
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/scoping-extended.test.mjs +0 -90
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/section-na-markers.test.mjs +0 -91
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sections.test.mjs +0 -116
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security-init-injection.test.mjs +0 -145
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/security.test.mjs +0 -146
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/severity.test.mjs +0 -179
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-git.test.mjs +0 -190
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/shared-source.test.mjs +0 -86
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/stress-test.test.mjs +0 -111
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/structure.test.mjs +0 -132
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sweep-nudge.test.mjs +0 -110
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/sync-since.test.mjs +0 -99
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/test-spec.test.mjs +0 -245
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/todo-tracking.test.mjs +0 -128
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-multilang.test.mjs +0 -139
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/trace-reverse.test.mjs +0 -96
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/traceability.test.mjs +0 -147
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr-e2e.test.mjs +0 -175
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade-pr.test.mjs +0 -79
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/upgrade.test.mjs +0 -131
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/v020-consolidation.test.mjs +0 -200
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/validator-naming.test.mjs +0 -104
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/version-pin.test.mjs +0 -91
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/tests/whats-new.test.mjs +0 -65
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/.vscodeignore +0 -4
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/README.md +0 -49
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/extension.js +0 -504
- docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d/vscode-extension/package.json +0 -93
- docguard_cli-0.24.0/.docguard.json +0 -79
- docguard_cli-0.24.0/.docguardignore +0 -30
- docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
- docguard_cli-0.24.0/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
- docguard_cli-0.24.0/.github/dependabot.yml +0 -23
- docguard_cli-0.24.0/.github/scripts/patch-catalog.py +0 -104
- docguard_cli-0.24.0/.github/workflows/release.yml +0 -327
- docguard_cli-0.24.0/.github/workflows/supply-chain.yml +0 -24
- docguard_cli-0.24.0/.github/workflows/sync-speckit-catalog.yml +0 -182
- docguard_cli-0.24.0/.gitignore +0 -41
- docguard_cli-0.24.0/.jules/bolt.md +0 -10
- docguard_cli-0.24.0/.jules/palette.md +0 -11
- docguard_cli-0.24.0/.jules/sentinel.md +0 -4
- docguard_cli-0.24.0/.npmignore +0 -27
- docguard_cli-0.24.0/.npmrc +0 -7
- docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -4
- docguard_cli-0.24.0/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -595
- docguard_cli-0.24.0/.specify/extensions/.cache/catalog-metadata.json +0 -4
- docguard_cli-0.24.0/.specify/extensions/.cache/catalog.json +0 -21
- docguard_cli-0.24.0/.specify/init-options.json +0 -9
- docguard_cli-0.24.0/.specify/memory/constitution.md +0 -78
- docguard_cli-0.24.0/.specify/scripts/bash/check-prerequisites.sh +0 -190
- docguard_cli-0.24.0/.specify/scripts/bash/common.sh +0 -253
- docguard_cli-0.24.0/.specify/scripts/bash/create-new-feature.sh +0 -333
- docguard_cli-0.24.0/.specify/scripts/bash/setup-plan.sh +0 -73
- docguard_cli-0.24.0/.specify/scripts/bash/update-agent-context.sh +0 -808
- docguard_cli-0.24.0/.specify/templates/agent-file-template.md +0 -28
- docguard_cli-0.24.0/.specify/templates/checklist-template.md +0 -40
- docguard_cli-0.24.0/.specify/templates/constitution-template.md +0 -50
- docguard_cli-0.24.0/.specify/templates/plan-template.md +0 -104
- docguard_cli-0.24.0/.specify/templates/spec-template.md +0 -115
- docguard_cli-0.24.0/.specify/templates/tasks-template.md +0 -251
- docguard_cli-0.24.0/CLAUDE.md +0 -5
- docguard_cli-0.24.0/CODE_OF_CONDUCT.md +0 -52
- docguard_cli-0.24.0/COMPARISONS.md +0 -242
- docguard_cli-0.24.0/CONTRIBUTING.md +0 -138
- docguard_cli-0.24.0/DRIFT-LOG.md +0 -15
- docguard_cli-0.24.0/LICENSE +0 -21
- docguard_cli-0.24.0/PHILOSOPHY.md +0 -125
- docguard_cli-0.24.0/README.md +0 -680
- docguard_cli-0.24.0/SECURITY.md +0 -40
- docguard_cli-0.24.0/STANDARD.md +0 -751
- docguard_cli-0.24.0/SUPPLY-CHAIN-AUDIT.md +0 -84
- docguard_cli-0.24.0/SUPPORT.md +0 -51
- docguard_cli-0.24.0/action.yml +0 -372
- docguard_cli-0.24.0/assets/bin/docguard +0 -2
- docguard_cli-0.24.0/assets/demo.gif +0 -0
- docguard_cli-0.24.0/assets/demo.tape +0 -27
- docguard_cli-0.24.0/assets/docguard-logo.png +0 -0
- docguard_cli-0.24.0/cli/commands/agents.mjs +0 -221
- docguard_cli-0.24.0/cli/commands/badge.mjs +0 -72
- docguard_cli-0.24.0/cli/commands/ci.mjs +0 -80
- docguard_cli-0.24.0/cli/commands/demo.mjs +0 -241
- docguard_cli-0.24.0/cli/commands/diagnose.mjs +0 -624
- docguard_cli-0.24.0/cli/commands/hooks.mjs +0 -339
- docguard_cli-0.24.0/cli/commands/impact.mjs +0 -169
- docguard_cli-0.24.0/cli/commands/llms.mjs +0 -159
- docguard_cli-0.24.0/cli/commands/memory.mjs +0 -153
- docguard_cli-0.24.0/cli/commands/publish.mjs +0 -246
- docguard_cli-0.24.0/cli/commands/sync.mjs +0 -173
- docguard_cli-0.24.0/cli/commands/watch.mjs +0 -143
- docguard_cli-0.24.0/cli/scanners/cdk.mjs +0 -10
- docguard_cli-0.24.0/cli/scanners/iac.mjs +0 -235
- docguard_cli-0.24.0/cli/scanners/integrations.mjs +0 -116
- docguard_cli-0.24.0/cli/scanners/project-type.mjs +0 -310
- docguard_cli-0.24.0/cli/scanners/speckit.mjs +0 -479
- docguard_cli-0.24.0/cli/shared-git.mjs +0 -185
- docguard_cli-0.24.0/cli/validators/architecture.mjs +0 -396
- docguard_cli-0.24.0/cli/validators/changelog.mjs +0 -80
- docguard_cli-0.24.0/cli/validators/cross-reference.mjs +0 -421
- docguard_cli-0.24.0/cli/validators/doc-quality.mjs +0 -659
- docguard_cli-0.24.0/cli/validators/docs-diff.mjs +0 -320
- docguard_cli-0.24.0/cli/validators/docs-sync.mjs +0 -261
- docguard_cli-0.24.0/cli/validators/drift.mjs +0 -121
- docguard_cli-0.24.0/cli/validators/environment.mjs +0 -143
- docguard_cli-0.24.0/cli/validators/generated-staleness.mjs +0 -219
- docguard_cli-0.24.0/cli/validators/schema-sync.mjs +0 -228
- docguard_cli-0.24.0/cli/validators/security.mjs +0 -170
- docguard_cli-0.24.0/cli/validators/spec-kit.mjs +0 -14
- docguard_cli-0.24.0/cli/writers/api-reference.mjs +0 -101
- docguard_cli-0.24.0/cli/writers/fix-memory.mjs +0 -181
- docguard_cli-0.24.0/cli/writers/mechanical.mjs +0 -251
- docguard_cli-0.24.0/cli/writers/sections.mjs +0 -161
- docguard_cli-0.24.0/commands/docguard.fix.md +0 -81
- docguard_cli-0.24.0/commands/docguard.guard.md +0 -61
- docguard_cli-0.24.0/commands/docguard.review.md +0 -53
- docguard_cli-0.24.0/commands/docguard.score.md +0 -61
- docguard_cli-0.24.0/configs/fastify.json +0 -37
- docguard_cli-0.24.0/configs/generic.json +0 -22
- docguard_cli-0.24.0/configs/nextjs.json +0 -37
- docguard_cli-0.24.0/configs/python.json +0 -37
- docguard_cli-0.24.0/docguard_cli/__init__.py +0 -1
- docguard_cli-0.24.0/docs/ai-integration.md +0 -179
- docguard_cli-0.24.0/docs/commands.md +0 -239
- docguard_cli-0.24.0/docs/doc-sections.md +0 -37
- docguard_cli-0.24.0/docs/faq.md +0 -155
- docguard_cli-0.24.0/docs/installation.md +0 -99
- docguard_cli-0.24.0/docs/profiles.md +0 -103
- docguard_cli-0.24.0/docs/quickstart.md +0 -94
- docguard_cli-0.24.0/docs-canonical/CI-RECIPES.md +0 -218
- docguard_cli-0.24.0/docs-canonical/REQUIREMENTS.md +0 -68
- docguard_cli-0.24.0/docs-canonical/SURFACE-AUDIT.md +0 -336
- docguard_cli-0.24.0/docs-implementation/MIGRATION-v0.20.md +0 -194
- docguard_cli-0.24.0/examples/01-express-api/README.md +0 -3
- docguard_cli-0.24.0/examples/01-express-api/package.json +0 -12
- docguard_cli-0.24.0/examples/01-express-api/server.js +0 -37
- docguard_cli-0.24.0/examples/02-python-flask/README.md +0 -24
- docguard_cli-0.24.0/examples/02-python-flask/app.py +0 -50
- docguard_cli-0.24.0/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -26
- docguard_cli-0.24.0/examples/02-python-flask/requirements.txt +0 -1
- docguard_cli-0.24.0/examples/03-spec-kit-project/CHANGELOG.md +0 -9
- docguard_cli-0.24.0/examples/03-spec-kit-project/README.md +0 -35
- docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -40
- docguard_cli-0.24.0/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -28
- docguard_cli-0.24.0/examples/03-spec-kit-project/package.json +0 -10
- docguard_cli-0.24.0/examples/03-spec-kit-project/src/index.js +0 -50
- docguard_cli-0.24.0/examples/03-spec-kit-project/tests/basic.test.js +0 -23
- docguard_cli-0.24.0/examples/README.md +0 -44
- docguard_cli-0.24.0/extensions/spec-kit-docguard/LICENSE +0 -21
- docguard_cli-0.24.0/extensions/spec-kit-docguard/README.md +0 -106
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/diagnose.md +0 -43
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/fix.md +0 -74
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/generate.md +0 -73
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/guard.md +0 -74
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/init.md +0 -38
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/score.md +0 -53
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/sync.md +0 -62
- docguard_cli-0.24.0/extensions/spec-kit-docguard/commands/trace.md +0 -56
- docguard_cli-0.24.0/extensions/spec-kit-docguard/extension.yml +0 -106
- docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -106
- docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -153
- docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -153
- docguard_cli-0.24.0/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -107
- docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +0 -229
- docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +0 -173
- docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-review/SKILL.md +0 -186
- docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-score/SKILL.md +0 -179
- docguard_cli-0.24.0/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +0 -112
- docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/extensions.yml +0 -39
- docguard_cli-0.24.0/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -48
- docguard_cli-0.24.0/package.json +0 -63
- docguard_cli-0.24.0/pr_description.md +0 -16
- docguard_cli-0.24.0/pyproject.toml +0 -41
- docguard_cli-0.24.0/schemas/docguard-config.schema.json +0 -181
- docguard_cli-0.24.0/specs/001-fix-ignore-validators/plan.md +0 -115
- docguard_cli-0.24.0/specs/001-fix-ignore-validators/spec.md +0 -104
- docguard_cli-0.24.0/specs/001-fix-ignore-validators/tasks.md +0 -49
- docguard_cli-0.24.0/specs/002-fix-test-discovery/plan.md +0 -134
- docguard_cli-0.24.0/specs/002-fix-test-discovery/spec.md +0 -87
- docguard_cli-0.24.0/specs/002-fix-test-discovery/tasks.md +0 -40
- docguard_cli-0.24.0/specs/003-v011-false-positives/plan.md +0 -140
- docguard_cli-0.24.0/specs/003-v011-false-positives/spec.md +0 -191
- docguard_cli-0.24.0/specs/003-v011-false-positives/tasks.md +0 -156
- docguard_cli-0.24.0/specs/004-v020-env-var-false-negative/spec.md +0 -149
- docguard_cli-0.24.0/specs/005-hugocross-next-bugs/spec.md +0 -367
- docguard_cli-0.24.0/templates/ADR.md.template +0 -64
- docguard_cli-0.24.0/templates/AGENTS.md.template +0 -88
- docguard_cli-0.24.0/templates/ARCHITECTURE.md.template +0 -130
- docguard_cli-0.24.0/templates/CHANGELOG.md.template +0 -16
- docguard_cli-0.24.0/templates/CURRENT-STATE.md.template +0 -64
- docguard_cli-0.24.0/templates/DATA-MODEL.md.template +0 -66
- docguard_cli-0.24.0/templates/DEPLOYMENT.md.template +0 -66
- docguard_cli-0.24.0/templates/DRIFT-LOG.md.template +0 -18
- docguard_cli-0.24.0/templates/ENVIRONMENT.md.template +0 -43
- docguard_cli-0.24.0/templates/KNOWN-GOTCHAS.md.template +0 -69
- docguard_cli-0.24.0/templates/REQUIREMENTS.md.template +0 -68
- docguard_cli-0.24.0/templates/ROADMAP.md.template +0 -82
- docguard_cli-0.24.0/templates/RUNBOOKS.md.template +0 -115
- docguard_cli-0.24.0/templates/SECURITY.md.template +0 -42
- docguard_cli-0.24.0/templates/TEST-SPEC.md.template +0 -68
- docguard_cli-0.24.0/templates/TROUBLESHOOTING.md.template +0 -96
- docguard_cli-0.24.0/templates/VENDOR-BUGS.md.template +0 -74
- docguard_cli-0.24.0/templates/ci/github-actions.yml +0 -39
- docguard_cli-0.24.0/templates/commands/docguard.fix.md +0 -61
- docguard_cli-0.24.0/templates/commands/docguard.guard.md +0 -53
- docguard_cli-0.24.0/templates/commands/docguard.init.md +0 -69
- docguard_cli-0.24.0/templates/commands/docguard.review.md +0 -54
- docguard_cli-0.24.0/templates/commands/docguard.update.md +0 -55
- docguard_cli-0.24.0/templates/demo-fixture/.docguard.json +0 -8
- docguard_cli-0.24.0/templates/demo-fixture/.env.example +0 -5
- docguard_cli-0.24.0/templates/demo-fixture/AGENTS.md +0 -14
- docguard_cli-0.24.0/templates/demo-fixture/CHANGELOG.md +0 -13
- docguard_cli-0.24.0/templates/demo-fixture/DRIFT-LOG.md +0 -3
- docguard_cli-0.24.0/templates/demo-fixture/README.md +0 -17
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -36
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -30
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -30
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -20
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/SECURITY.md +0 -15
- docguard_cli-0.24.0/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -10
- docguard_cli-0.24.0/templates/demo-fixture/package.json +0 -10
- docguard_cli-0.24.0/templates/demo-fixture/src/api.mjs +0 -18
- docguard_cli-0.24.0/templates/demo-fixture/src/notifier.mjs +0 -23
- docguard_cli-0.24.0/templates/demo-fixture/src/scheduler.mjs +0 -8
- docguard_cli-0.24.0/templates/demo-fixture/src/worker.mjs +0 -15
- docguard_cli-0.24.0/test-draft.js +0 -20
- docguard_cli-0.24.0/test-metrics.js +0 -2
- docguard_cli-0.24.0/tests/anchor-autofix.test.mjs +0 -144
- docguard_cli-0.24.0/tests/api-surface.test.mjs +0 -96
- docguard_cli-0.24.0/tests/api-write.test.mjs +0 -128
- docguard_cli-0.24.0/tests/architecture.test.mjs +0 -113
- docguard_cli-0.24.0/tests/b7-node-env-symmetry.test.mjs +0 -97
- docguard_cli-0.24.0/tests/backup-failure.test.mjs +0 -60
- docguard_cli-0.24.0/tests/cdk-detection.test.mjs +0 -292
- docguard_cli-0.24.0/tests/changed-only-scoping.test.mjs +0 -118
- docguard_cli-0.24.0/tests/changed-only.test.mjs +0 -109
- docguard_cli-0.24.0/tests/changelog.test.mjs +0 -143
- docguard_cli-0.24.0/tests/commands.test.mjs +0 -805
- docguard_cli-0.24.0/tests/cross-reference.test.mjs +0 -282
- docguard_cli-0.24.0/tests/demo-command.test.mjs +0 -96
- docguard_cli-0.24.0/tests/doc-quality.test.mjs +0 -134
- docguard_cli-0.24.0/tests/docguardignore.test.mjs +0 -143
- docguard_cli-0.24.0/tests/docs-diff.test.mjs +0 -85
- docguard_cli-0.24.0/tests/docs-sync.test.mjs +0 -295
- docguard_cli-0.24.0/tests/drift.test.mjs +0 -84
- docguard_cli-0.24.0/tests/environment.test.mjs +0 -208
- docguard_cli-0.24.0/tests/fix-memory.test.mjs +0 -141
- docguard_cli-0.24.0/tests/fix-suppression.test.mjs +0 -129
- docguard_cli-0.24.0/tests/fixture-projects.test.mjs +0 -201
- docguard_cli-0.24.0/tests/frontend-deep.test.mjs +0 -102
- docguard_cli-0.24.0/tests/frontend.test.mjs +0 -90
- docguard_cli-0.24.0/tests/generated-staleness.test.mjs +0 -144
- docguard_cli-0.24.0/tests/guard-classify.test.mjs +0 -41
- docguard_cli-0.24.0/tests/guard-no-throw.test.mjs +0 -119
- docguard_cli-0.24.0/tests/hooks.test.mjs +0 -154
- docguard_cli-0.24.0/tests/i18n.test.mjs +0 -70
- docguard_cli-0.24.0/tests/impact.test.mjs +0 -125
- docguard_cli-0.24.0/tests/init-smart-detection.test.mjs +0 -124
- docguard_cli-0.24.0/tests/integrations.test.mjs +0 -101
- docguard_cli-0.24.0/tests/mechanical.test.mjs +0 -59
- docguard_cli-0.24.0/tests/memory-plan.test.mjs +0 -97
- docguard_cli-0.24.0/tests/metrics-dedup.test.mjs +0 -112
- docguard_cli-0.24.0/tests/monorepo-scanning.test.mjs +0 -64
- docguard_cli-0.24.0/tests/multi-spec.test.mjs +0 -79
- docguard_cli-0.24.0/tests/npm-pack-smoke.test.mjs +0 -130
- docguard_cli-0.24.0/tests/patch-0.11.2.test.mjs +0 -107
- docguard_cli-0.24.0/tests/plan-disk-cache.test.mjs +0 -121
- docguard_cli-0.24.0/tests/profile-flag.test.mjs +0 -68
- docguard_cli-0.24.0/tests/project-type.test.mjs +0 -104
- docguard_cli-0.24.0/tests/regenerate-section.test.mjs +0 -134
- docguard_cli-0.24.0/tests/routes-multilang.test.mjs +0 -110
- docguard_cli-0.24.0/tests/schema-sync.test.mjs +0 -112
- docguard_cli-0.24.0/tests/schemas-multilang.test.mjs +0 -174
- docguard_cli-0.24.0/tests/scoping-extended.test.mjs +0 -90
- docguard_cli-0.24.0/tests/section-na-markers.test.mjs +0 -91
- docguard_cli-0.24.0/tests/sections.test.mjs +0 -162
- docguard_cli-0.24.0/tests/security-init-injection.test.mjs +0 -147
- docguard_cli-0.24.0/tests/security.test.mjs +0 -166
- docguard_cli-0.24.0/tests/severity.test.mjs +0 -239
- docguard_cli-0.24.0/tests/shared-git.test.mjs +0 -207
- docguard_cli-0.24.0/tests/speckit-bugfix.test.mjs +0 -72
- docguard_cli-0.24.0/tests/stress-test.test.mjs +0 -111
- docguard_cli-0.24.0/tests/structure.test.mjs +0 -132
- docguard_cli-0.24.0/tests/surface-sync.test.mjs +0 -339
- docguard_cli-0.24.0/tests/sweep-nudge.test.mjs +0 -110
- docguard_cli-0.24.0/tests/sync-since.test.mjs +0 -99
- docguard_cli-0.24.0/tests/sync.test.mjs +0 -104
- docguard_cli-0.24.0/tests/todo-tracking.test.mjs +0 -128
- docguard_cli-0.24.0/tests/trace-multilang.test.mjs +0 -139
- docguard_cli-0.24.0/tests/trace-reverse.test.mjs +0 -96
- docguard_cli-0.24.0/tests/upgrade-pr-e2e.test.mjs +0 -175
- docguard_cli-0.24.0/tests/upgrade-pr.test.mjs +0 -79
- docguard_cli-0.24.0/tests/v020-consolidation.test.mjs +0 -200
- docguard_cli-0.24.0/tests/validator-naming.test.mjs +0 -104
- docguard_cli-0.24.0/tests/version-pin.test.mjs +0 -91
- docguard_cli-0.24.0/tests/whats-new.test.mjs +0 -65
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.fix.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.guard.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.review.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/docguard.score.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.analyze.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.checklist.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.clarify.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.constitution.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.implement.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.plan.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.specify.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.tasks.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/commands/speckit.taskstoissues.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-analyze/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-checklist/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-clarify/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-constitution/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-implement/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-plan/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-specify/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-tasks/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.claude/rules/openwolf.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.claude/settings.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.docguard.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.docguardignore +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.github/dependabot.yml +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.github/workflows/ci.yml +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.github/workflows/supply-chain.yml +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.gitignore +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.jules/bolt.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.jules/palette.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.jules/sentinel.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/.jules-setup.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.npmignore +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.npmrc +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog-metadata.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/extensions/.cache/catalog.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/init-options.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/.specify/memory/constitution.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/check-prerequisites.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/common.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/create-new-feature.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/setup-plan.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/scripts/bash/update-agent-context.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/agent-file-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/checklist-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/constitution-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/plan-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/spec-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.specify/templates/tasks-template.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/OPENWOLF.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/config.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/cron-manifest.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/daemon.log +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/designqc-report.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/zealous-ardinghelli-facf7d → docguard_cli-0.25.1}/.wolf/hooks/_wrap_up_nudged +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/package.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/post-read.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/post-write.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/pre-read.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/pre-write.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/session-start.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/shared.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/hooks/stop.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/identity.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/reframe-frameworks.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/.wolf/suggestions.json +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/AGENTS.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/CLAUDE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/CODE_OF_CONDUCT.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/COMPARISONS.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/CONTRIBUTING.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/DRIFT-LOG.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/LICENSE +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/PHILOSOPHY.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/SECURITY.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/STANDARD.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/SUPPLY-CHAIN-AUDIT.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/SUPPORT.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/action.yml +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/bin/docguard +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/demo.gif +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/assets/demo.tape +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/assets/docguard-logo.png +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/agents.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/badge.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/ci.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/demo.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/diagnose.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/diff.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/explain.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/fix.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/guard.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/hooks.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/impact.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/llms.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/commands/memory.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/publish.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/score.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/setup.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/trace.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/commands/upgrade.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/commands/watch.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/config.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/ensure-skills.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/api-doc.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/cdk.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/doc-tools.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/frontend.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/iac.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/scanners/integrations.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/js-ast.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/memory-plan.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/py-ast.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/routes.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/scanners/schemas.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/scanners/speckit.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/shared-git.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-source.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/shared-trace-patterns.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validator-markers.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/api-surface.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/architecture.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/canonical-sync.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/changelog.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/cross-reference.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/doc-quality.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/docs-coverage.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/docs-diff.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/docs-sync.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/drift.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/environment.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/freshness.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/metadata-sync.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/metrics-consistency.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/schema-sync.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/validators/security.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/validators/spec-kit.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/structure.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/surface-sync.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/test-spec.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/todo-tracking.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/cli/validators/traceability.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/api-reference.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/fix-memory.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/cli/writers/mechanical.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/cli/writers/sections.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.fix.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.guard.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.review.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/commands/docguard.score.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/fastify.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/generic.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/nextjs.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/configs/python.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docguard_cli/__init__.py +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docguard_cli/wrapper.py +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/ai-integration.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/commands.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs/configuration.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/doc-sections.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/faq.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/installation.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs/profiles.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs/quickstart.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/CI-RECIPES.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/docs-canonical/SURFACE-AUDIT.md +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/docs-implementation/MIGRATION-v0.20.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/package.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/01-express-api/server.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/app.py +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/02-python-flask/requirements.txt +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/package.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/src/index.js +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/examples/03-spec-kit-project/tasks.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/examples/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/LICENSE +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/fix.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/generate.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/guard.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/init.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/score.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/sync.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/commands/trace.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/pr_description.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/schemas/docguard-config.schema.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/plan.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/spec.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/001-fix-ignore-validators/tasks.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/002-fix-test-discovery/plan.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/002-fix-test-discovery/spec.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/002-fix-test-discovery/tasks.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/plan.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/spec.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/specs/003-v011-false-positives/tasks.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/004-v020-env-var-false-negative/spec.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/specs/005-hugocross-next-bugs/spec.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ADR.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/AGENTS.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ARCHITECTURE.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/CHANGELOG.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/CURRENT-STATE.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DATA-MODEL.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DEPLOYMENT.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/DRIFT-LOG.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ENVIRONMENT.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/KNOWN-GOTCHAS.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/REQUIREMENTS.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ROADMAP.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/RUNBOOKS.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/SECURITY.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/TEST-SPEC.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/TROUBLESHOOTING.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/VENDOR-BUGS.md.template +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/ci/github-actions.yml +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.fix.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.guard.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.init.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.review.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/commands/docguard.update.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/.docguard.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/.env.example +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/AGENTS.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/CHANGELOG.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/DRIFT-LOG.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/README.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/package.json +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/api.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/notifier.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/scheduler.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/templates/demo-fixture/src/worker.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/test-draft.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/test-metrics.js +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/anchor-autofix.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/api-doc.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/api-surface.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/api-write.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/architecture.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/b7-node-env-symmetry.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/backup-failure.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/canonical-sync.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/cdk-detection.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/changed-only-scoping.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/changed-only.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/changelog.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/cross-reference.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/demo-command.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/doc-quality.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/doc-section-synonyms.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/docs-coverage.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/docs-diff.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/docs-sync.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/drift.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/ensure-skills-idempotent.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/env-schema-detection.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/environment.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/explain-coverage.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/field-report-2-cli.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fix-memory.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fix-suppression.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/fixture-projects.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/freshness.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/frontend-deep.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/frontend.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/guard-classify.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/guard-no-throw.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/hooks.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/i18n.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/impact.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/init-smart-detection.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/integrations.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/js-ast.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/mechanical.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/memory-plan.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/metadata-sync.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/metrics-consistency.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/metrics-dedup.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/monorepo-scanning.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/multi-spec.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/npm-pack-smoke.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/openapi-parse-honesty.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/patch-0.11.2.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/plan-disk-cache.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/profile-flag.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/py-ast.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/regenerate-section.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-express-mounts.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-fastify.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/routes-multilang.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/routes-nextjs-app-router.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/schema-sync.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/schemas-multilang.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/schemas.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/scoping-extended.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/score-suggestions.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/section-na-markers.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/sections.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/security-init-injection.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/security.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/severity.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/shared-git.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/shared-source.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/speckit-bugfix.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/starter-scaffold.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/stress-test.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/structure.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/objective-robinson-841179 → docguard_cli-0.25.1}/tests/surface-sync.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/sweep-nudge.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/sync-since.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/test-spec.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/todo-tracking.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/trace-multilang.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/trace-reverse.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/traceability.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/upgrade-pr-e2e.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/upgrade-pr.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/upgrade.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/v020-consolidation.test.mjs +0 -0
- {docguard_cli-0.24.0 → docguard_cli-0.25.1}/tests/validator-markers.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/validator-naming.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/version-pin.test.mjs +0 -0
- {docguard_cli-0.24.0/.claude/worktrees/gallant-bhabha-0b72fc → docguard_cli-0.25.1}/tests/whats-new.test.mjs +0 -0
|
@@ -6,10 +6,10 @@ description: AI-driven documentation repair with structured research workflow, t
|
|
|
6
6
|
compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
|
|
7
7
|
metadata:
|
|
8
8
|
author: docguard
|
|
9
|
-
version: 0.
|
|
9
|
+
version: 0.25.0
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-fix
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.
|
|
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.
|
|
10
|
+
version: 0.25.0
|
|
11
11
|
source: extensions/spec-kit-docguard/skills/docguard-guard
|
|
12
12
|
---
|
|
13
|
-
<!-- docguard:version: 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.
|
|
9
|
+
version: 0.25.0
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-review
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.
|
|
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.
|
|
9
|
+
version: 0.25.0
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-score
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.
|
|
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.
|
|
7
|
+
version: 0.25.0
|
|
8
8
|
source: extensions/spec-kit-docguard/skills/docguard-sync
|
|
9
9
|
---
|
|
10
|
+
<!-- docguard:version: 0.25.0 -->
|
|
10
11
|
|
|
11
12
|
# DocGuard Sync Skill
|
|
12
13
|
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""Build a spec-kit "Extension Submission" for DocGuard.
|
|
3
|
+
|
|
4
|
+
Per github/spec-kit#2707 (maintainer mnriem) and spec-kit's Extension
|
|
5
|
+
Publishing Guide, a community catalog add/update MUST go through the
|
|
6
|
+
Extension Submission issue template
|
|
7
|
+
(.github/ISSUE_TEMPLATE/extension_submission.yml) — NOT a direct PR editing
|
|
8
|
+
catalog.community.json. This script never touches the spec-kit repo; it only
|
|
9
|
+
prepares the submission so a human can open it through the real form (so
|
|
10
|
+
GitHub auto-applies the template's labels and auto-assigns a maintainer).
|
|
11
|
+
|
|
12
|
+
Two output modes:
|
|
13
|
+
--url Print a prefilled issue-form URL. Open it, review, and submit
|
|
14
|
+
through the form. Checkbox groups can't be prefilled via URL, so
|
|
15
|
+
tick those by hand. Large fields may be truncated by URL length
|
|
16
|
+
limits — paste them from --body if so.
|
|
17
|
+
--body Print Markdown mirroring every form field (a reliable copy/paste
|
|
18
|
+
source and an audit record).
|
|
19
|
+
|
|
20
|
+
The field values live in ONE place below so --url and --body never drift.
|
|
21
|
+
Only the version and download URL change per release.
|
|
22
|
+
|
|
23
|
+
Usage: speckit-submission.py (--url|--body) <version> <download_url>
|
|
24
|
+
"""
|
|
25
|
+
import sys
|
|
26
|
+
import json
|
|
27
|
+
from urllib.parse import urlencode, quote
|
|
28
|
+
|
|
29
|
+
FORM_URL = "https://github.com/github/spec-kit/issues/new"
|
|
30
|
+
TEMPLATE = "extension_submission.yml"
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def changelog_section(version: str) -> str:
|
|
34
|
+
"""Pull the release's CHANGELOG section, if available."""
|
|
35
|
+
try:
|
|
36
|
+
with open("CHANGELOG.md", encoding="utf-8") as f:
|
|
37
|
+
lines = f.readlines()
|
|
38
|
+
except FileNotFoundError:
|
|
39
|
+
lines = []
|
|
40
|
+
out, found = [], False
|
|
41
|
+
for line in lines:
|
|
42
|
+
if line.startswith(f"## [{version}]"):
|
|
43
|
+
found = True
|
|
44
|
+
continue
|
|
45
|
+
if found and line.startswith("## ["):
|
|
46
|
+
break
|
|
47
|
+
if found:
|
|
48
|
+
out.append(line.rstrip("\n"))
|
|
49
|
+
text = "\n".join(out).strip()
|
|
50
|
+
if not text:
|
|
51
|
+
text = (
|
|
52
|
+
f"See [CHANGELOG](https://github.com/raccioly/docguard/blob/main/"
|
|
53
|
+
f"CHANGELOG.md) for v{version} details."
|
|
54
|
+
)
|
|
55
|
+
return text
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def build(version: str, download_url: str):
|
|
59
|
+
catalog_entry = {
|
|
60
|
+
"docguard": {
|
|
61
|
+
"name": "DocGuard — CDD Enforcement",
|
|
62
|
+
"id": "docguard",
|
|
63
|
+
"description": (
|
|
64
|
+
"Canonical-Driven Development enforcement. Validates, scores, "
|
|
65
|
+
"and traces project documentation with automated checks, "
|
|
66
|
+
"AI-driven workflows, and spec-kit hooks. One pinned runtime "
|
|
67
|
+
"dependency; pure Node.js otherwise."
|
|
68
|
+
),
|
|
69
|
+
"author": "raccioly",
|
|
70
|
+
"version": version,
|
|
71
|
+
"download_url": download_url,
|
|
72
|
+
"repository": "https://github.com/raccioly/docguard",
|
|
73
|
+
"homepage": "https://www.npmjs.com/package/docguard-cli",
|
|
74
|
+
"documentation": (
|
|
75
|
+
"https://github.com/raccioly/docguard/blob/main/"
|
|
76
|
+
"extensions/spec-kit-docguard/README.md"
|
|
77
|
+
),
|
|
78
|
+
"changelog": (
|
|
79
|
+
"https://github.com/raccioly/docguard/blob/main/CHANGELOG.md"
|
|
80
|
+
),
|
|
81
|
+
"license": "MIT",
|
|
82
|
+
"requires": {
|
|
83
|
+
"speckit_version": ">=0.1.0",
|
|
84
|
+
"tools": [
|
|
85
|
+
{"name": "node", "version": ">=18.0.0", "required": True}
|
|
86
|
+
],
|
|
87
|
+
},
|
|
88
|
+
"provides": {"commands": 6, "hooks": 3},
|
|
89
|
+
"tags": [
|
|
90
|
+
"documentation", "validation", "quality", "cdd",
|
|
91
|
+
"traceability", "ai-agents", "enforcement", "spec-kit",
|
|
92
|
+
],
|
|
93
|
+
"verified": False,
|
|
94
|
+
"downloads": 0,
|
|
95
|
+
"stars": 0,
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
# (form-field-id, label, value). Order mirrors extension_submission.yml.
|
|
100
|
+
# `None`-valued ids are checkbox groups: rendered in --body, omitted in --url.
|
|
101
|
+
fields = [
|
|
102
|
+
("extension-id", "Extension ID", "docguard"),
|
|
103
|
+
("extension-name", "Extension Name", "DocGuard — CDD Enforcement"),
|
|
104
|
+
("version", "Version", version),
|
|
105
|
+
("description", "Description", catalog_entry["docguard"]["description"]),
|
|
106
|
+
("author", "Author", "raccioly"),
|
|
107
|
+
("repository", "Repository URL", "https://github.com/raccioly/docguard"),
|
|
108
|
+
("download-url", "Download URL", download_url),
|
|
109
|
+
("license", "License", "MIT"),
|
|
110
|
+
("homepage", "Homepage (optional)", "https://www.npmjs.com/package/docguard-cli"),
|
|
111
|
+
("documentation", "Documentation URL (optional)",
|
|
112
|
+
catalog_entry["docguard"]["documentation"]),
|
|
113
|
+
("changelog", "Changelog URL (optional)",
|
|
114
|
+
"https://github.com/raccioly/docguard/blob/main/CHANGELOG.md"),
|
|
115
|
+
("speckit-version", "Required Spec Kit Version", ">=0.1.0"),
|
|
116
|
+
("required-tools", "Required Tools (optional)",
|
|
117
|
+
"- node (>=18.0.0) - required\n"
|
|
118
|
+
"- npx - required\n"
|
|
119
|
+
"- specify - optional (auto-initializes the SDD workflow during docguard init)"),
|
|
120
|
+
("commands-count", "Number of Commands", "6"),
|
|
121
|
+
("hooks-count", "Number of Hooks (optional)", "3"),
|
|
122
|
+
("tags", "Tags",
|
|
123
|
+
"documentation, validation, quality, cdd, traceability, ai-agents, enforcement, spec-kit"),
|
|
124
|
+
("features", "Key Features",
|
|
125
|
+
"- 19-validator quality gate with severity triage and a remediation plan\n"
|
|
126
|
+
"- AI-driven documentation repair with codebase research and validation loops\n"
|
|
127
|
+
"- Cross-document semantic consistency analysis (read-only review)\n"
|
|
128
|
+
"- CDD maturity score with an ROI-based improvement roadmap\n"
|
|
129
|
+
"- Reverse-engineers canonical docs from an existing codebase\n"
|
|
130
|
+
"- spec-kit workflow hooks (after_implement, before_tasks, after_tasks)"),
|
|
131
|
+
("testing", "Testing Checklist", None),
|
|
132
|
+
("requirements", "Submission Requirements", None),
|
|
133
|
+
("testing-details", "Testing Details",
|
|
134
|
+
"**Tested on:** Linux + macOS with the spec-kit CLI.\n\n"
|
|
135
|
+
"**Install:**\n```bash\n"
|
|
136
|
+
f"specify extension add docguard --from {download_url}\n```\n\n"
|
|
137
|
+
"**Scenarios verified:**\n"
|
|
138
|
+
"1. Extension installs from the release ZIP without manifest validation errors.\n"
|
|
139
|
+
"2. All six `speckit.docguard.*` commands resolve and run.\n"
|
|
140
|
+
"3. The three workflow hooks register against spec-kit's lifecycle."),
|
|
141
|
+
("example-usage", "Example Usage",
|
|
142
|
+
"```bash\n"
|
|
143
|
+
"# Install the extension\n"
|
|
144
|
+
f"specify extension add docguard --from {download_url}\n\n"
|
|
145
|
+
"# Run the documentation quality gate\n"
|
|
146
|
+
"/speckit.docguard.guard\n```"),
|
|
147
|
+
("catalog-entry", "Proposed Catalog Entry",
|
|
148
|
+
"```json\n" + json.dumps(catalog_entry, indent=2) + "\n```"),
|
|
149
|
+
("additional-context", "Additional Context",
|
|
150
|
+
"**This is an update to an existing catalog entry (`docguard`)** for a "
|
|
151
|
+
"new release — please bump the version and download URL on the current "
|
|
152
|
+
"entry rather than adding a duplicate.\n\n"
|
|
153
|
+
f"**Release notes (v{version}):**\n\n{changelog_section(version)}"),
|
|
154
|
+
]
|
|
155
|
+
|
|
156
|
+
testing_items = [
|
|
157
|
+
"Extension installs successfully via download URL",
|
|
158
|
+
"All commands execute without errors",
|
|
159
|
+
"Documentation is complete and accurate",
|
|
160
|
+
"No security vulnerabilities identified",
|
|
161
|
+
"Tested on at least one real project",
|
|
162
|
+
]
|
|
163
|
+
requirement_items = [
|
|
164
|
+
"Valid `extension.yml` manifest included",
|
|
165
|
+
"README.md with installation and usage instructions",
|
|
166
|
+
"LICENSE file included",
|
|
167
|
+
"GitHub release created with version tag",
|
|
168
|
+
"All command files exist and are properly formatted",
|
|
169
|
+
"Extension ID follows naming conventions (lowercase-with-hyphens)",
|
|
170
|
+
]
|
|
171
|
+
checkbox_items = {"testing": testing_items, "requirements": requirement_items}
|
|
172
|
+
return fields, checkbox_items, catalog_entry
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
def render_body(fields, checkbox_items) -> str:
|
|
176
|
+
blocks = []
|
|
177
|
+
for fid, label, value in fields:
|
|
178
|
+
if value is None: # checkbox group
|
|
179
|
+
ticked = "\n".join(f"- [x] {item}" for item in checkbox_items[fid])
|
|
180
|
+
blocks.append(f"### {label}\n\n{ticked}")
|
|
181
|
+
else:
|
|
182
|
+
blocks.append(f"### {label}\n\n{value}")
|
|
183
|
+
return "\n\n".join(blocks) + "\n"
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
def render_url(fields, version) -> str:
|
|
187
|
+
params = {"template": TEMPLATE,
|
|
188
|
+
"title": f"[Extension]: Update DocGuard — CDD Enforcement (v{version})"}
|
|
189
|
+
for fid, _label, value in fields:
|
|
190
|
+
if value is None:
|
|
191
|
+
continue # checkbox groups can't be prefilled via URL
|
|
192
|
+
params[fid] = value
|
|
193
|
+
return FORM_URL + "?" + urlencode(params, quote_via=quote)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
def main():
|
|
197
|
+
if len(sys.argv) != 4 or sys.argv[1] not in ("--url", "--body"):
|
|
198
|
+
print(__doc__)
|
|
199
|
+
sys.exit(1)
|
|
200
|
+
mode, version, download_url = sys.argv[1], sys.argv[2], sys.argv[3]
|
|
201
|
+
fields, checkbox_items, _ = build(version, download_url)
|
|
202
|
+
if mode == "--body":
|
|
203
|
+
sys.stdout.write(render_body(fields, checkbox_items))
|
|
204
|
+
else:
|
|
205
|
+
sys.stdout.write(render_url(fields, version) + "\n")
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
if __name__ == "__main__":
|
|
209
|
+
main()
|
|
@@ -21,23 +21,28 @@ jobs:
|
|
|
21
21
|
steps:
|
|
22
22
|
- uses: actions/checkout@v6
|
|
23
23
|
with:
|
|
24
|
-
fetch-depth:
|
|
24
|
+
fetch-depth: 1 # only need HEAD's package.json; the tag check hits the remote
|
|
25
25
|
|
|
26
|
-
- name: Check if version
|
|
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
|
-
|
|
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
|
-
|
|
34
|
-
|
|
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 "✅
|
|
38
|
-
else
|
|
39
|
-
echo "changed=false" >> "$GITHUB_OUTPUT"
|
|
40
|
-
echo "⏭️ Version unchanged ($CURRENT), skipping release"
|
|
45
|
+
echo "✅ $TAG is not yet released — releasing"
|
|
41
46
|
fi
|
|
42
47
|
|
|
43
48
|
# ── Step 2: Run full test suite ────────────────────────────────────────
|
|
@@ -55,6 +60,8 @@ jobs:
|
|
|
55
60
|
- uses: actions/setup-node@v6
|
|
56
61
|
with:
|
|
57
62
|
node-version: ${{ matrix.node-version }}
|
|
63
|
+
- name: Install dependencies
|
|
64
|
+
run: npm ci
|
|
58
65
|
- name: Run Tests
|
|
59
66
|
run: npm test
|
|
60
67
|
- name: Guard (self-check)
|
|
@@ -190,17 +197,22 @@ jobs:
|
|
|
190
197
|
TWINE_USERNAME: __token__
|
|
191
198
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
|
192
199
|
|
|
193
|
-
# ── Step 7:
|
|
194
|
-
#
|
|
195
|
-
#
|
|
196
|
-
#
|
|
197
|
-
#
|
|
198
|
-
#
|
|
199
|
-
#
|
|
200
|
+
# ── Step 7: Prepare Spec Kit community catalog submission ──────────────
|
|
201
|
+
# Per spec-kit maintainer guidance (github/spec-kit#2707) and spec-kit's
|
|
202
|
+
# Extension Publishing Guide, a catalog add/update MUST go through the
|
|
203
|
+
# Extension Submission ISSUE TEMPLATE so GitHub auto-applies the template
|
|
204
|
+
# labels + auto-assigns a maintainer — NOT a direct PR editing
|
|
205
|
+
# catalog.community.json (the old fork-sync + patch-catalog.py + gh pr
|
|
206
|
+
# flow, now removed). This job does NOT touch github/spec-kit at all: it
|
|
207
|
+
# builds a prefilled issue-form link and opens a one-click reminder issue
|
|
208
|
+
# in THIS repo. A human submits the real form (so labels/assignment fire).
|
|
200
209
|
sync-catalog:
|
|
201
210
|
needs: [detect-version, build-extension, publish-npm, publish-pypi]
|
|
202
211
|
if: needs.detect-version.outputs.changed == 'true'
|
|
203
212
|
runs-on: ubuntu-latest
|
|
213
|
+
permissions:
|
|
214
|
+
contents: read
|
|
215
|
+
issues: write # reminder issue in THIS repo only — never github/spec-kit
|
|
204
216
|
steps:
|
|
205
217
|
- name: Checkout docguard repo
|
|
206
218
|
uses: actions/checkout@v6
|
|
@@ -210,118 +222,73 @@ jobs:
|
|
|
210
222
|
run: |
|
|
211
223
|
VERSION="${{ needs.detect-version.outputs.version }}"
|
|
212
224
|
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
|
213
|
-
echo "tag=v${VERSION}" >> "$GITHUB_OUTPUT"
|
|
214
225
|
echo "download_url=https://github.com/raccioly/docguard/releases/download/v${VERSION}/spec-kit-docguard-v${VERSION}.zip" >> "$GITHUB_OUTPUT"
|
|
215
|
-
echo "updated_at=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> "$GITHUB_OUTPUT"
|
|
216
226
|
echo "✅ Version: $VERSION"
|
|
217
227
|
|
|
218
|
-
- name:
|
|
219
|
-
id: notes
|
|
220
|
-
run: |
|
|
221
|
-
VERSION="${{ steps.meta.outputs.version }}"
|
|
222
|
-
NOTES=$(awk "/^## \\[${VERSION}\\]/{found=1; next} /^## \\[/{if(found) exit} found{print}" CHANGELOG.md)
|
|
223
|
-
if [ -z "$NOTES" ]; then
|
|
224
|
-
NOTES="Updated to v${VERSION}. See [CHANGELOG](https://github.com/raccioly/docguard/blob/main/CHANGELOG.md) for details."
|
|
225
|
-
fi
|
|
226
|
-
echo "$NOTES" > /tmp/changelog-section.md
|
|
227
|
-
echo "✅ Release notes extracted ($(wc -l < /tmp/changelog-section.md) lines)"
|
|
228
|
-
|
|
229
|
-
- name: Sync fork with upstream
|
|
230
|
-
env:
|
|
231
|
-
GH_TOKEN: ${{ secrets.SPECKIT_PR_TOKEN }}
|
|
232
|
-
run: |
|
|
233
|
-
gh repo sync raccioly/spec-kit --source github/spec-kit --branch main --force
|
|
234
|
-
echo "✅ Fork synced with upstream"
|
|
235
|
-
|
|
236
|
-
- name: Checkout spec-kit fork (fresh after sync)
|
|
237
|
-
uses: actions/checkout@v6
|
|
238
|
-
with:
|
|
239
|
-
repository: raccioly/spec-kit
|
|
240
|
-
token: ${{ secrets.SPECKIT_PR_TOKEN }}
|
|
241
|
-
path: spec-kit-fork
|
|
242
|
-
ref: main
|
|
243
|
-
|
|
244
|
-
- name: Update catalog.community.json
|
|
245
|
-
working-directory: spec-kit-fork
|
|
228
|
+
- name: Build prefilled submission link + body
|
|
246
229
|
run: |
|
|
247
230
|
VERSION="${{ steps.meta.outputs.version }}"
|
|
248
231
|
DOWNLOAD_URL="${{ steps.meta.outputs.download_url }}"
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
- name: Create or update branch
|
|
254
|
-
working-directory: spec-kit-fork
|
|
255
|
-
run: |
|
|
256
|
-
BRANCH="update-docguard"
|
|
257
|
-
git config user.name "github-actions[bot]"
|
|
258
|
-
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
259
|
-
git checkout -B "$BRANCH"
|
|
260
|
-
git add extensions/catalog.community.json extensions/README.md
|
|
261
|
-
git commit -m "chore: update DocGuard extension to v${{ steps.meta.outputs.version }}" || echo "No changes to commit"
|
|
262
|
-
git push --force origin "$BRANCH"
|
|
263
|
-
echo "✅ Branch $BRANCH pushed"
|
|
232
|
+
python3 .github/scripts/speckit-submission.py --url "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-url.txt
|
|
233
|
+
python3 .github/scripts/speckit-submission.py --body "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-body.md
|
|
234
|
+
echo "✅ Built prefilled form URL ($(wc -c < /tmp/submit-url.txt) bytes) + body"
|
|
264
235
|
|
|
265
|
-
- name:
|
|
266
|
-
working-directory: spec-kit-fork
|
|
236
|
+
- name: Open or refresh catalog-submission reminder (this repo)
|
|
267
237
|
env:
|
|
268
|
-
GH_TOKEN: ${{ secrets.
|
|
238
|
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
269
239
|
run: |
|
|
270
240
|
VERSION="${{ steps.meta.outputs.version }}"
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
241
|
+
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
242
|
+
TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
|
|
243
|
+
|
|
244
|
+
# Compose the reminder body: one-click prefilled form link + the full
|
|
245
|
+
# field-by-field body as a paste fallback (URL prefill can truncate).
|
|
246
|
+
{
|
|
247
|
+
echo "A new release (**v${VERSION}**) is out. Update the spec-kit"
|
|
248
|
+
echo "community catalog **via the Extension Submission issue template**"
|
|
249
|
+
echo "(NOT a PR — see github/spec-kit#2707)."
|
|
250
|
+
echo
|
|
251
|
+
echo "## 👉 One-click: open the prefilled submission form"
|
|
252
|
+
echo
|
|
253
|
+
echo "[**Open the Extension Submission form, prefilled for v${VERSION}**](${SUBMIT_URL})"
|
|
254
|
+
echo
|
|
255
|
+
echo "Then: review the fields, tick the two checkbox groups (Testing /"
|
|
256
|
+
echo "Requirements), and click **Submit new issue**. Submitting through"
|
|
257
|
+
echo "the form is what makes GitHub auto-apply labels and assign a"
|
|
258
|
+
echo "maintainer. If any long field came through truncated, paste it"
|
|
259
|
+
echo "from the copy below."
|
|
260
|
+
echo
|
|
261
|
+
echo "<details><summary>📋 Full submission body (copy/paste fallback)</summary>"
|
|
262
|
+
echo
|
|
263
|
+
cat /tmp/submit-body.md
|
|
264
|
+
echo
|
|
265
|
+
echo "</details>"
|
|
266
|
+
} > /tmp/reminder.md
|
|
267
|
+
|
|
268
|
+
# Idempotent per-version: refresh the existing reminder, else open one.
|
|
269
|
+
EXISTING=$(gh issue list \
|
|
270
|
+
--repo "$GITHUB_REPOSITORY" \
|
|
296
271
|
--state open \
|
|
297
|
-
--
|
|
298
|
-
--
|
|
299
|
-
|
|
300
|
-
if [ -z "$EXISTING_PR" ] || [ "$EXISTING_PR" = "null" ]; then
|
|
301
|
-
EXISTING_PR=$(gh pr list \
|
|
302
|
-
--repo github/spec-kit \
|
|
303
|
-
--state open \
|
|
304
|
-
--search "head:raccioly:${BRANCH}" \
|
|
305
|
-
--json number \
|
|
306
|
-
--jq '.[0].number' 2>/dev/null || echo "")
|
|
307
|
-
fi
|
|
272
|
+
--search "in:title \"DocGuard v${VERSION}\" spec-kit catalog" \
|
|
273
|
+
--json number,title \
|
|
274
|
+
--jq "[.[] | select(.title | contains(\"v${VERSION}\"))][0].number" 2>/dev/null || echo "")
|
|
308
275
|
|
|
309
|
-
if [ -n "$
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
--repo github/spec-kit \
|
|
313
|
-
--title "$PR_TITLE" \
|
|
314
|
-
--body-file /tmp/pr-body.md
|
|
315
|
-
echo "✅ Updated existing PR #${EXISTING_PR} to v${VERSION}"
|
|
276
|
+
if [ -n "$EXISTING" ] && [ "$EXISTING" != "null" ]; then
|
|
277
|
+
gh issue edit "$EXISTING" --repo "$GITHUB_REPOSITORY" --body-file /tmp/reminder.md
|
|
278
|
+
echo "✅ Refreshed reminder issue #${EXISTING}"
|
|
316
279
|
else
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
--head "raccioly:${BRANCH}" \
|
|
320
|
-
--base main \
|
|
321
|
-
--title "$PR_TITLE" \
|
|
322
|
-
--body-file /tmp/pr-body.md 2>&1) && {
|
|
323
|
-
echo "✅ Created new PR: $PR_URL"
|
|
324
|
-
} || {
|
|
325
|
-
echo "⚠️ Could not create or find PR — branch was force-pushed with v${VERSION} content"
|
|
326
|
-
}
|
|
280
|
+
gh issue create --repo "$GITHUB_REPOSITORY" --title "$TITLE" --body-file /tmp/reminder.md
|
|
281
|
+
echo "✅ Opened catalog-submission reminder issue"
|
|
327
282
|
fi
|
|
283
|
+
|
|
284
|
+
- name: Write run summary
|
|
285
|
+
run: |
|
|
286
|
+
VERSION="${{ steps.meta.outputs.version }}"
|
|
287
|
+
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
288
|
+
{
|
|
289
|
+
echo "### Spec Kit catalog submission — v${VERSION}"
|
|
290
|
+
echo
|
|
291
|
+
echo "[Open the prefilled Extension Submission form](${SUBMIT_URL})"
|
|
292
|
+
echo
|
|
293
|
+
echo "Submit it through the form (do **not** open a PR against the catalog)."
|
|
294
|
+
} >> "$GITHUB_STEP_SUMMARY"
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
name: Prepare Spec Kit Catalog Submission (Manual)
|
|
2
|
+
|
|
3
|
+
# Manual recovery only. The automatic version of this runs inside
|
|
4
|
+
# release.yml (the `sync-catalog` job). Use this for one-off catalog
|
|
5
|
+
# submissions outside the release flow, e.g. re-preparing after the
|
|
6
|
+
# upstream issue was closed without action, or a metadata-only refresh.
|
|
7
|
+
#
|
|
8
|
+
# Per spec-kit maintainer guidance (github/spec-kit#2707) and spec-kit's
|
|
9
|
+
# Extension Publishing Guide, a catalog add/update MUST go through the
|
|
10
|
+
# Extension Submission ISSUE TEMPLATE so GitHub auto-applies the template
|
|
11
|
+
# labels + auto-assigns a maintainer — NOT a direct PR editing
|
|
12
|
+
# catalog.community.json. This workflow does NOT touch github/spec-kit: it
|
|
13
|
+
# builds a prefilled issue-form link and a one-click reminder issue in THIS
|
|
14
|
+
# repo. A human submits the real form so labels/assignment fire.
|
|
15
|
+
on:
|
|
16
|
+
workflow_dispatch:
|
|
17
|
+
inputs:
|
|
18
|
+
version:
|
|
19
|
+
description: 'Override version (leave empty to read from package.json)'
|
|
20
|
+
required: false
|
|
21
|
+
type: string
|
|
22
|
+
|
|
23
|
+
permissions:
|
|
24
|
+
contents: read
|
|
25
|
+
issues: write # reminder issue in THIS repo only — never github/spec-kit
|
|
26
|
+
|
|
27
|
+
jobs:
|
|
28
|
+
prepare-catalog-submission:
|
|
29
|
+
runs-on: ubuntu-latest
|
|
30
|
+
|
|
31
|
+
steps:
|
|
32
|
+
- name: Checkout docguard repo
|
|
33
|
+
uses: actions/checkout@v6
|
|
34
|
+
|
|
35
|
+
- name: Get version and metadata
|
|
36
|
+
id: meta
|
|
37
|
+
run: |
|
|
38
|
+
if [ -n "${{ inputs.version }}" ]; then
|
|
39
|
+
VERSION="${{ inputs.version }}"
|
|
40
|
+
else
|
|
41
|
+
VERSION=$(node -p "require('./package.json').version")
|
|
42
|
+
fi
|
|
43
|
+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
|
44
|
+
echo "download_url=https://github.com/raccioly/docguard/releases/download/v${VERSION}/spec-kit-docguard-v${VERSION}.zip" >> "$GITHUB_OUTPUT"
|
|
45
|
+
echo "✅ Version: $VERSION"
|
|
46
|
+
|
|
47
|
+
- name: Build prefilled submission link + body
|
|
48
|
+
run: |
|
|
49
|
+
VERSION="${{ steps.meta.outputs.version }}"
|
|
50
|
+
DOWNLOAD_URL="${{ steps.meta.outputs.download_url }}"
|
|
51
|
+
python3 .github/scripts/speckit-submission.py --url "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-url.txt
|
|
52
|
+
python3 .github/scripts/speckit-submission.py --body "$VERSION" "$DOWNLOAD_URL" > /tmp/submit-body.md
|
|
53
|
+
echo "✅ Built prefilled form URL ($(wc -c < /tmp/submit-url.txt) bytes) + body"
|
|
54
|
+
|
|
55
|
+
- name: Open or refresh catalog-submission reminder (this repo)
|
|
56
|
+
env:
|
|
57
|
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
58
|
+
run: |
|
|
59
|
+
VERSION="${{ steps.meta.outputs.version }}"
|
|
60
|
+
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
61
|
+
TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
|
|
62
|
+
|
|
63
|
+
{
|
|
64
|
+
echo "Update the spec-kit community catalog for **v${VERSION}**"
|
|
65
|
+
echo "**via the Extension Submission issue template** (NOT a PR —"
|
|
66
|
+
echo "see github/spec-kit#2707)."
|
|
67
|
+
echo
|
|
68
|
+
echo "## 👉 One-click: open the prefilled submission form"
|
|
69
|
+
echo
|
|
70
|
+
echo "[**Open the Extension Submission form, prefilled for v${VERSION}**](${SUBMIT_URL})"
|
|
71
|
+
echo
|
|
72
|
+
echo "Then: review the fields, tick the two checkbox groups (Testing /"
|
|
73
|
+
echo "Requirements), and click **Submit new issue**. Submitting through"
|
|
74
|
+
echo "the form is what makes GitHub auto-apply labels and assign a"
|
|
75
|
+
echo "maintainer. If any long field came through truncated, paste it"
|
|
76
|
+
echo "from the copy below."
|
|
77
|
+
echo
|
|
78
|
+
echo "<details><summary>📋 Full submission body (copy/paste fallback)</summary>"
|
|
79
|
+
echo
|
|
80
|
+
cat /tmp/submit-body.md
|
|
81
|
+
echo
|
|
82
|
+
echo "</details>"
|
|
83
|
+
} > /tmp/reminder.md
|
|
84
|
+
|
|
85
|
+
EXISTING=$(gh issue list \
|
|
86
|
+
--repo "$GITHUB_REPOSITORY" \
|
|
87
|
+
--state open \
|
|
88
|
+
--search "in:title \"DocGuard v${VERSION}\" spec-kit catalog" \
|
|
89
|
+
--json number,title \
|
|
90
|
+
--jq "[.[] | select(.title | contains(\"v${VERSION}\"))][0].number" 2>/dev/null || echo "")
|
|
91
|
+
|
|
92
|
+
if [ -n "$EXISTING" ] && [ "$EXISTING" != "null" ]; then
|
|
93
|
+
gh issue edit "$EXISTING" --repo "$GITHUB_REPOSITORY" --body-file /tmp/reminder.md
|
|
94
|
+
echo "✅ Refreshed reminder issue #${EXISTING}"
|
|
95
|
+
else
|
|
96
|
+
gh issue create --repo "$GITHUB_REPOSITORY" --title "$TITLE" --body-file /tmp/reminder.md
|
|
97
|
+
echo "✅ Opened catalog-submission reminder issue"
|
|
98
|
+
fi
|
|
99
|
+
|
|
100
|
+
- name: Write run summary
|
|
101
|
+
run: |
|
|
102
|
+
VERSION="${{ steps.meta.outputs.version }}"
|
|
103
|
+
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
104
|
+
{
|
|
105
|
+
echo "### Spec Kit catalog submission — v${VERSION}"
|
|
106
|
+
echo
|
|
107
|
+
echo "[Open the prefilled Extension Submission form](${SUBMIT_URL})"
|
|
108
|
+
echo
|
|
109
|
+
echo "Submit it through the form (do **not** open a PR against the catalog)."
|
|
110
|
+
} >> "$GITHUB_STEP_SUMMARY"
|