docguard-cli 0.40.3__tar.gz → 0.40.5__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.40.3 → docguard_cli-0.40.5}/.agent/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.40.3/extensions/spec-kit-docguard → docguard_cli-0.40.5/.agent}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.40.3/extensions/spec-kit-docguard → docguard_cli-0.40.5/.agent}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.40.3/extensions/spec-kit-docguard → docguard_cli-0.40.5/.agent}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.docguard-specs.json +36 -7
- docguard_cli-0.40.5/.github/scripts/upsert-catalog-reminder.sh +50 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/scripts/validate-release-candidate.mjs +2 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/release.yml +1 -16
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/sync-speckit-catalog.yml +1 -15
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/buglog.json +94 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/cerebrum.md +2 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/CHANGELOG.md +44 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/PKG-INFO +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/ROADMAP.md +17 -12
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/CI-RECIPES.md +14 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/TEST-SPEC.md +1 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/README.md +3 -0
- docguard_cli-0.40.5/extensions/spec-kit-docguard/commands/review.md +50 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/extension.yml +16 -4
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.40.3/.agent → docguard_cli-0.40.5/extensions/spec-kit-docguard}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.40.3/.agent → docguard_cli-0.40.5/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.40.3/.agent → docguard_cli-0.40.5/extensions/spec-kit-docguard}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/package-lock.json +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/package.json +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/pyproject.toml +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/server.json +2 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/011-tokenless-scheduled-releases/plan.md +9 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/011-tokenless-scheduled-releases/spec.md +2 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/011-tokenless-scheduled-releases/tasks.md +6 -4
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ci/github-actions.yml +1 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/catalog-submission.test.mjs +65 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/freshness.test.mjs +14 -2
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/hooks-contract.test.mjs +42 -1
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/architect.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/docguard.fix.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/docguard.guard.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/docguard.review.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/docguard.score.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.analyze.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.checklist.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.clarify.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.constitution.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.implement.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.specify.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/commands/speckit.taskstoissues.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-analyze/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-checklist/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-clarify/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-constitution/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-implement/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-plan/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-specify/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-tasks/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.claude/rules/openwolf.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.claude/settings.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.docguard-archive.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.docguard.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.docguardignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/ISSUE_TEMPLATE/docguard-feedback.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/dependabot.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/scripts/speckit-submission.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/scripts/sync-release-version.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/auto-merge.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/ci.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/jules-triage.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/scheduled-release.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.github/workflows/supply-chain.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.gitignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.jules/bolt.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.jules/palette.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.jules/sentinel.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.jules-setup.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.npmignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.npmrc +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.pre-commit-hooks.yaml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/extensions/.cache/catalog-metadata.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/extensions/.cache/catalog.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/init-options.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/memory/constitution.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/scripts/bash/check-prerequisites.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/scripts/bash/common.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/scripts/bash/create-new-feature.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/scripts/bash/setup-plan.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/scripts/bash/update-agent-context.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/agent-file-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/checklist-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/constitution-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/plan-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/spec-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.specify/templates/tasks-template.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/OPENWOLF.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/anatomy.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/config.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/cron-manifest.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/cron-state.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/daemon.log +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/designqc-report.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/_session.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/_wrap_up_nudged +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/post-read.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/post-write.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/pre-read.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/pre-write.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/session-start.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/shared.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/hooks/stop.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/identity.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/memory.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/reframe-frameworks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/suggestions.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/.wolf/token-ledger.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/AGENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/CLAUDE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/CODE_OF_CONDUCT.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/COMPARISONS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/CONTRIBUTING.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/Dockerfile +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/LICENSE +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/PHILOSOPHY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/PRIVACY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/README.es.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/README.pt-BR.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/SECURITY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/STANDARD.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/SUPPLY-CHAIN-AUDIT.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/SUPPORT.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/VALIDATION.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/action.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/assets/bin/docguard +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/assets/demo.gif +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/assets/demo.tape +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/assets/docguard-logo.png +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/.docguard-specs.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/.docguard.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/AGENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/CHANGELOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/specs/001-retired-timeout/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/specs/002-timeout-options/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/src/options.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/option-migration/tests/options.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/.docguard-specs.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/.docguard.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/AGENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/CHANGELOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/config_loader.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/pyproject.toml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/specs/001-safe-config/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/python-config/tests/test_config_loader.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/.docguard-specs.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/.docguard.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/AGENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/CHANGELOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/specs/001-status-aliases/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/src/status.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/fixtures/status-alias/tests/status.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/hidden/option-migration/evaluate.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/hidden/python-config/evaluate.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/hidden/status-alias/evaluate.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/manifest.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/reference/option-migration/options.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/reference/python-config/config_loader.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/reference/status-alias/status.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/results/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/results/observed-v1.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/agent-context/run.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/baseline.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/corpus.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/generated-security-control/.docguardignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/generated-security-control/.gitignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/generated-security-control/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/generated-security-control/src/generated-client/config.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/go-todo-control/ROADMAP.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/go-todo-control/app.go +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/go-todo-control/go.mod +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/js-security-control/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/js-security-control/src/config.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/monorepo-security-control/.gitignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/monorepo-security-control/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/monorepo-security-control/packages/auth/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/monorepo-security-control/packages/auth/src/config.ts +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/python-security-control/.gitignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/python-security-control/app.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/python-security-control/pyproject.toml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/python-unsupported/app.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/python-unsupported/pyproject.toml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/sparse-doc-control/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/sparse-doc-control/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/sparse-doc-control/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/ts-security-control/.gitignore +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/ts-security-control/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/fixtures/ts-security-control/src/config.ts +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/lib/compare.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/lib/manifest.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/lib/metrics.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/lib/runner.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/benchmarks/run.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/agent.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/agents.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/badge.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/ci.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/demo.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/diagnose.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/diff.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/explain.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/feedback.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/fix.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/generate.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/guard.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/hooks.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/impact.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/init.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/llms.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/mcp.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/memory.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/publish.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/reconcile.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/report.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/retire.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/score.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/setup.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/specs.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/sync-tests.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/trace.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/upgrade.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/verify.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/commands/watch.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/config.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/docguard.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/ensure-skills.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/evidence/adapters.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/evidence/evaluate.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/evidence/manifest.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/evidence/markdown.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/feedback-fixture.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/findings.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/release-pr-policy.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/repository-root.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/agent-readability.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/api-doc.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/cdk.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/doc-tools.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/document-lifecycle.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/frontend.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/iac.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/instruction-audit.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/integrations.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/inventory.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/js-ast.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/lifecycle-context.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/memory-plan.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/project-type.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/py-ast.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/reconciliation.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/requirement-evidence.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/retirement-manifest.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/routes.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/schemas.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/semantic-claims.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/spec-registry.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/speckit.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/scanners/task-context.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-diff.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-doc-roles.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-git.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-ignore.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-ir.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-requirements.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-source.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-sync-scope.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared-trace-patterns.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/shared.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validator-coverage.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validator-markers.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/api-doc-smells.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/api-surface.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/architecture.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/canonical-sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/changelog.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/cross-reference.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/diff-suspicion.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/doc-quality.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/docs-coverage.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/docs-diff.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/docs-sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/document-lifecycle.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/drift.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/environment.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/evidence.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/freshness.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/generated-staleness.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/metadata-sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/metrics-consistency.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/reference-existence.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/schema-sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/security.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/spec-kit.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/spec-registry.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/structure.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/surface-sync.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/test-spec.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/todo-tracking.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/validators/traceability.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/api-reference.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/baseline.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/doc-generators.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/file-transaction.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/fix-memory.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/generate-io.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/history.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/junit.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/mechanical.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/sarif.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/sections.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/cli/writers/spec-outcomes.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/commands/docguard.fix.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/commands/docguard.guard.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/commands/docguard.review.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/commands/docguard.score.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/configs/fastify.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/configs/generic.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/configs/nextjs.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/configs/python.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docguard_cli/__init__.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docguard_cli/wrapper.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/ai-integration.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/commands.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/configuration.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/doc-sections.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/faq.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/installation.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/profiles.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs/quickstart.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/01-express-api/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/01-express-api/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/01-express-api/server.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/02-python-flask/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/02-python-flask/app.py +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/02-python-flask/requirements.txt +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/src/index.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/tasks.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/examples/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/LICENSE +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/brief.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/complete.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/fix.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/generate.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/guard.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/init.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/preflight.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/score.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/sync.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/commands/trace.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/glama.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/llms-full.txt +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/llms.txt +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/mcpb/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/mcpb/manifest.template.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/packaging/homebrew/docguard.rb +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/packaging/submissions.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-agent-context-benchmark.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-agent-context-result.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-benchmark.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-config.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-evidence.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-feedback-fixture.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-specs.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/schemas/docguard-task-context.schema.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/smithery.yaml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/006-document-lifecycle/plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/006-document-lifecycle/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/006-document-lifecycle/tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/007-precision-evidence-loop/plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/007-precision-evidence-loop/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/007-precision-evidence-loop/tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/008-evidence-scoped-verification/plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/008-evidence-scoped-verification/research.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/008-evidence-scoped-verification/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/008-evidence-scoped-verification/tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/009-language-repository-coverage/plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/009-language-repository-coverage/research.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/009-language-repository-coverage/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/009-language-repository-coverage/tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/010-task-specific-agent-context/plan.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/010-task-specific-agent-context/research.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/010-task-specific-agent-context/spec.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/specs/010-task-specific-agent-context/tasks.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ADR.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/AGENTS.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ARCHITECTURE.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/CHANGELOG.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/CURRENT-STATE.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/DATA-MODEL.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/DEPLOYMENT.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/DRIFT-LOG.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ENVIRONMENT.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/KNOWN-GOTCHAS.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/REQUIREMENTS.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ROADMAP.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/RUNBOOKS.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/SECURITY.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/TEST-SPEC.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/TROUBLESHOOTING.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/VENDOR-BUGS.md.template +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/ci/gitlab-component.yml +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/commands/docguard.fix.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/commands/docguard.guard.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/commands/docguard.init.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/commands/docguard.review.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/commands/docguard.update.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/.docguard.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/.env.example +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/AGENTS.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/CHANGELOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/DRIFT-LOG.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/README.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/package.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/src/api.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/src/notifier.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/src/scheduler.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/demo-fixture/src/worker.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/evidence-manifest.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/templates/feedback-fixture.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agent-context-benchmark.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agent-evidence.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agent-readability.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agent.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agents-check-readonly.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agents-command.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/agents-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/anchor-autofix.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/api-authority-precision.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/api-doc-smells.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/api-doc.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/api-surface.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/api-write.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/architecture.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/archive.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/b7-node-env-symmetry.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/backup-failure.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/badge.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/baseline.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/benchmark-manifest.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/benchmark-metrics.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/benchmark-runner.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/canonical-docs-nested-phase2.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/canonical-docs-nested.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/canonical-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/cdk-detection.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/changed-only-scoping.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/changed-only.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/changelog.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/check-coverage.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/ci-reproducibility.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/ci-scaffolder.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/commands.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/cross-reference.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/demo-command.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/diagnose-review-guidance.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/diff-suspicion.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/doc-quality.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/doc-role-boundaries.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/doc-role-mapping.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/doc-section-synonyms.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docguardignore.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docs-coverage-reference-evidence.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docs-coverage-scope.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docs-coverage.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docs-diff.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/docs-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/document-lifecycle.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/drift.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/ensure-skills-idempotent.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/env-schema-detection.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/environment.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/evidence-adapters.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/evidence-integration.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/evidence-manifest.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/explain-coverage.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/feedback-contributions.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/feedback-fixture.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-context-precision.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-diff-precision.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-report-2-cli.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-report-3-deferred.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-report-3.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/field-review-clarity.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/file-transaction.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/fix-memory.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/fix-suppression.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/fixture-projects.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/fixtures/release-workflow-probe.json +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/frontend-deep.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/frontend.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/generate-io.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/generated-staleness.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/guard-classify.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/guard-no-throw.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/history.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/hooks.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/i18n.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/impact.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/init-smart-detection.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/instruction-audit.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/integrations.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/inventory.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/js-ast.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/junit.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/llms-full-pack.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/mapped-writers.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/mcp-http.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/mcp.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/mechanical.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/memory-plan.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/metadata-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/metrics-consistency.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/metrics-dedup.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/monorepo-scanning.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/multi-spec.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/npm-pack-smoke.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/nudge-hook.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/openapi-parse-honesty.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/patch-0.11.2.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/plan-disk-cache.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/profile-flag.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/project-type.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/py-ast.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/python-import-graph.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/reconcile.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/reference-existence.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/regenerate-section.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/release-version-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/report.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/repository-root.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/requirement-scope.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/route-field-precision.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/routes-express-mounts.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/routes-fastify.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/routes-multilang.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/routes-nextjs-app-router.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/sarif.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/scheduled-release.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/schema-sync-scope.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/schema-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/schemas-multilang.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/schemas.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/scoping-extended.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/score-assurance.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/score-suggestions.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/section-na-markers.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/sections.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/security-init-injection.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/security.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/severity.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/shared-diff.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/shared-git.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/shared-ignore-functions.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/shared-ir.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/shared-source.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/spec-completion.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/spec-kit-helper-json.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/spec-registry.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/speckit-bugfix.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/speckit-phantom.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/starter-scaffold.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/stress-test.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/structure.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/surface-sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/sweep-nudge.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/sync-since.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/sync.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/task-context.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/test-spec.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/todo-tracking.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/trace-features.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/trace-multilang.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/trace-reverse.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/traceability-fixtures.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/traceability-ir.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/traceability.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/upgrade-pr-e2e.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/upgrade-pr.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/upgrade.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/v020-consolidation.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/validator-markers.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/validator-naming.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/verify-change-context.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/version-pin.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/watch-reliability.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/whats-new.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/worker-python-capability.test.mjs +0 -0
- {docguard_cli-0.40.3 → docguard_cli-0.40.5}/tests/workflow-action-pins.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.40.
|
|
9
|
+
version: 0.40.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-fix
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.40.
|
|
12
|
+
<!-- docguard:version: 0.40.5 -->
|
|
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.40.
|
|
10
|
+
version: 0.40.5
|
|
11
11
|
source: extensions/spec-kit-docguard/skills/docguard-guard
|
|
12
12
|
---
|
|
13
|
-
<!-- docguard:version: 0.40.
|
|
13
|
+
<!-- docguard:version: 0.40.5 -->
|
|
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.40.
|
|
9
|
+
version: 0.40.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-review
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.40.
|
|
12
|
+
<!-- docguard:version: 0.40.5 -->
|
|
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.40.
|
|
9
|
+
version: 0.40.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-score
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.40.
|
|
12
|
+
<!-- docguard:version: 0.40.5 -->
|
|
13
13
|
|
|
14
14
|
# DocGuard Score Skill
|
|
15
15
|
|
|
@@ -4,10 +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.40.
|
|
7
|
+
version: 0.40.5
|
|
8
8
|
source: extensions/spec-kit-docguard/skills/docguard-sync
|
|
9
9
|
---
|
|
10
|
-
<!-- docguard:version: 0.40.
|
|
10
|
+
<!-- docguard:version: 0.40.5 -->
|
|
11
11
|
|
|
12
12
|
# DocGuard Sync Skill
|
|
13
13
|
|
|
@@ -423,12 +423,12 @@
|
|
|
423
423
|
{
|
|
424
424
|
"requirementId": "FR-018",
|
|
425
425
|
"file": "tests/hooks-contract.test.mjs",
|
|
426
|
-
"line":
|
|
426
|
+
"line": 13
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"requirementId": "FR-019",
|
|
430
430
|
"file": "tests/hooks-contract.test.mjs",
|
|
431
|
-
"line":
|
|
431
|
+
"line": 14
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
434
|
"requirementId": "FR-020",
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
]
|
|
2031
2031
|
},
|
|
2032
2032
|
"reconciliation": {
|
|
2033
|
-
"lastReviewedRevision": "
|
|
2033
|
+
"lastReviewedRevision": "9e4a68f5a79d3439806396e7dcf4e5729b90bb57",
|
|
2034
2034
|
"outcomes": [
|
|
2035
2035
|
{
|
|
2036
2036
|
"revision": "46531e4918f9479b81ffb52e6e27c24b533575da",
|
|
@@ -2042,6 +2042,30 @@
|
|
|
2042
2042
|
],
|
|
2043
2043
|
"deviations": [],
|
|
2044
2044
|
"successor": null
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"revision": "f4bb00638da2d1a53ad1a67928e35e1dfe1b401d",
|
|
2048
|
+
"reason": "Verified v0.40.3 repository-token release PR #386: scheduled run 34922506777 armed native auto-merge; approved CI 34922605581 and supply-chain 34922605917 passed; merge e27d6bf triggered publication run 34922784629; npm, PyPI, GHCR, GitHub Release, extension ZIP, MCPB, and catalog reminder completed with no accepted deviations.",
|
|
2049
|
+
"evidence": [
|
|
2050
|
+
".github/scripts/validate-release-candidate.mjs",
|
|
2051
|
+
"cli/release-pr-policy.mjs",
|
|
2052
|
+
"docs-canonical/CI-RECIPES.md",
|
|
2053
|
+
"tests/scheduled-release.test.mjs"
|
|
2054
|
+
],
|
|
2055
|
+
"deviations": [],
|
|
2056
|
+
"successor": null
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"revision": "9e4a68f5a79d3439806396e7dcf4e5729b90bb57",
|
|
2060
|
+
"reason": "Finalized the v0.40.3 tokenless release evidence at durable main revision 9e4a68f: scheduled run 34922506777 created release PR #386; approved CI 34922605581 and supply-chain 34922605917 passed; native auto-merge produced e27d6bf; publication run 34922784629 completed npm, PyPI, GHCR, GitHub Release, extension ZIP, MCPB, and catalog reminder with no accepted deviations.",
|
|
2061
|
+
"evidence": [
|
|
2062
|
+
".github/scripts/validate-release-candidate.mjs",
|
|
2063
|
+
"cli/release-pr-policy.mjs",
|
|
2064
|
+
"docs-canonical/CI-RECIPES.md",
|
|
2065
|
+
"tests/scheduled-release.test.mjs"
|
|
2066
|
+
],
|
|
2067
|
+
"deviations": [],
|
|
2068
|
+
"successor": null
|
|
2045
2069
|
}
|
|
2046
2070
|
]
|
|
2047
2071
|
}
|
|
@@ -2070,19 +2094,19 @@
|
|
|
2070
2094
|
"artifacts": [
|
|
2071
2095
|
{
|
|
2072
2096
|
"path": "specs/011-tokenless-scheduled-releases/spec.md",
|
|
2073
|
-
"digest": "sha256:
|
|
2097
|
+
"digest": "sha256:a69909db1d7c93b320eb330e2fc23336eb31029c2a17aa6db09337078ac0d45a"
|
|
2074
2098
|
},
|
|
2075
2099
|
{
|
|
2076
2100
|
"path": "specs/011-tokenless-scheduled-releases/plan.md",
|
|
2077
|
-
"digest": "sha256:
|
|
2101
|
+
"digest": "sha256:c28be466978c5e7ba99229ab0c0a6c58614dc1f649039d068be3219278c9be8b"
|
|
2078
2102
|
},
|
|
2079
2103
|
{
|
|
2080
2104
|
"path": "specs/011-tokenless-scheduled-releases/tasks.md",
|
|
2081
|
-
"digest": "sha256:
|
|
2105
|
+
"digest": "sha256:2930c32b2128cb0dbfaa98a1cf84ddce037e0639fcdcb49bafdef74e2d500361"
|
|
2082
2106
|
}
|
|
2083
2107
|
],
|
|
2084
2108
|
"taskCompletion": {
|
|
2085
|
-
"checked":
|
|
2109
|
+
"checked": 15,
|
|
2086
2110
|
"total": 15
|
|
2087
2111
|
},
|
|
2088
2112
|
"implementationEvidence": [
|
|
@@ -2106,6 +2130,11 @@
|
|
|
2106
2130
|
"file": "cli/release-pr-policy.mjs",
|
|
2107
2131
|
"line": 7
|
|
2108
2132
|
},
|
|
2133
|
+
{
|
|
2134
|
+
"requirementId": "FR-009",
|
|
2135
|
+
"file": ".github/scripts/validate-release-candidate.mjs",
|
|
2136
|
+
"line": 8
|
|
2137
|
+
},
|
|
2109
2138
|
{
|
|
2110
2139
|
"requirementId": "FR-011",
|
|
2111
2140
|
"file": "cli/release-pr-policy.mjs",
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
set -euo pipefail
|
|
4
|
+
|
|
5
|
+
VERSION="${1:?usage: upsert-catalog-reminder.sh <version> <body-file>}"
|
|
6
|
+
BODY_FILE="${2:?usage: upsert-catalog-reminder.sh <version> <body-file>}"
|
|
7
|
+
REPOSITORY="${GITHUB_REPOSITORY:?GITHUB_REPOSITORY is required}"
|
|
8
|
+
TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
|
|
9
|
+
|
|
10
|
+
if [[ ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
|
11
|
+
echo "Invalid release version: $VERSION" >&2
|
|
12
|
+
exit 1
|
|
13
|
+
fi
|
|
14
|
+
if [[ ! -f "$BODY_FILE" ]]; then
|
|
15
|
+
echo "Reminder body does not exist: $BODY_FILE" >&2
|
|
16
|
+
exit 1
|
|
17
|
+
fi
|
|
18
|
+
|
|
19
|
+
reminders=$(
|
|
20
|
+
gh issue list \
|
|
21
|
+
--repo "$REPOSITORY" \
|
|
22
|
+
--state open \
|
|
23
|
+
--limit 100 \
|
|
24
|
+
--json number,title \
|
|
25
|
+
--jq '.[] | select(.title | startswith("📦 Submit DocGuard v") and endswith(" to the spec-kit community catalog")) | .number' \
|
|
26
|
+
| sort -n
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
if [[ -z "$reminders" ]]; then
|
|
30
|
+
gh issue create --repo "$REPOSITORY" --title "$TITLE" --body-file "$BODY_FILE"
|
|
31
|
+
echo "✅ Opened catalog-submission reminder issue"
|
|
32
|
+
exit 0
|
|
33
|
+
fi
|
|
34
|
+
|
|
35
|
+
current=$(printf '%s\n' "$reminders" | tail -n 1)
|
|
36
|
+
gh issue edit "$current" --repo "$REPOSITORY" --title "$TITLE" --body-file "$BODY_FILE"
|
|
37
|
+
echo "✅ Refreshed reminder issue #${current}"
|
|
38
|
+
|
|
39
|
+
while IFS= read -r duplicate; do
|
|
40
|
+
if [[ -z "$duplicate" ]]; then
|
|
41
|
+
continue
|
|
42
|
+
fi
|
|
43
|
+
if [[ "$duplicate" == "$current" ]]; then
|
|
44
|
+
continue
|
|
45
|
+
fi
|
|
46
|
+
gh issue close "$duplicate" \
|
|
47
|
+
--repo "$REPOSITORY" \
|
|
48
|
+
--comment "Superseded by the current catalog reminder #${current}."
|
|
49
|
+
echo "✅ Closed superseded reminder issue #${duplicate}"
|
|
50
|
+
done <<< "$reminders"
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
* Validate the scheduler-generated release diff before it leaves the trusted
|
|
5
5
|
* default-branch checkout. GitHub's native auto-merge then enforces the
|
|
6
6
|
* repository's required pull-request checks on every candidate revision.
|
|
7
|
+
*
|
|
8
|
+
* @implements docguard.tokenless-scheduled-releases#FR-009
|
|
7
9
|
*/
|
|
8
10
|
|
|
9
11
|
import { execFileSync } from 'node:child_process';
|
|
@@ -459,7 +459,6 @@ jobs:
|
|
|
459
459
|
run: |
|
|
460
460
|
VERSION="${{ steps.meta.outputs.version }}"
|
|
461
461
|
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
462
|
-
TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
|
|
463
462
|
|
|
464
463
|
# Compose the reminder body: one-click prefilled form link + the full
|
|
465
464
|
# field-by-field body as a paste fallback (URL prefill can truncate).
|
|
@@ -485,21 +484,7 @@ jobs:
|
|
|
485
484
|
echo "</details>"
|
|
486
485
|
} > /tmp/reminder.md
|
|
487
486
|
|
|
488
|
-
|
|
489
|
-
EXISTING=$(gh issue list \
|
|
490
|
-
--repo "$GITHUB_REPOSITORY" \
|
|
491
|
-
--state open \
|
|
492
|
-
--search "in:title \"DocGuard v${VERSION}\" spec-kit catalog" \
|
|
493
|
-
--json number,title \
|
|
494
|
-
--jq "[.[] | select(.title | contains(\"v${VERSION}\"))][0].number" 2>/dev/null || echo "")
|
|
495
|
-
|
|
496
|
-
if [ -n "$EXISTING" ] && [ "$EXISTING" != "null" ]; then
|
|
497
|
-
gh issue edit "$EXISTING" --repo "$GITHUB_REPOSITORY" --body-file /tmp/reminder.md
|
|
498
|
-
echo "✅ Refreshed reminder issue #${EXISTING}"
|
|
499
|
-
else
|
|
500
|
-
gh issue create --repo "$GITHUB_REPOSITORY" --title "$TITLE" --body-file /tmp/reminder.md
|
|
501
|
-
echo "✅ Opened catalog-submission reminder issue"
|
|
502
|
-
fi
|
|
487
|
+
bash .github/scripts/upsert-catalog-reminder.sh "$VERSION" /tmp/reminder.md
|
|
503
488
|
|
|
504
489
|
- name: Write run summary
|
|
505
490
|
run: |
|
|
@@ -58,7 +58,6 @@ jobs:
|
|
|
58
58
|
run: |
|
|
59
59
|
VERSION="${{ steps.meta.outputs.version }}"
|
|
60
60
|
SUBMIT_URL=$(cat /tmp/submit-url.txt)
|
|
61
|
-
TITLE="📦 Submit DocGuard v${VERSION} to the spec-kit community catalog"
|
|
62
61
|
|
|
63
62
|
{
|
|
64
63
|
echo "Update the spec-kit community catalog for **v${VERSION}**"
|
|
@@ -82,20 +81,7 @@ jobs:
|
|
|
82
81
|
echo "</details>"
|
|
83
82
|
} > /tmp/reminder.md
|
|
84
83
|
|
|
85
|
-
|
|
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
|
|
84
|
+
bash .github/scripts/upsert-catalog-reminder.sh "$VERSION" /tmp/reminder.md
|
|
99
85
|
|
|
100
86
|
- name: Write run summary
|
|
101
87
|
run: |
|
|
@@ -5763,6 +5763,100 @@
|
|
|
5763
5763
|
],
|
|
5764
5764
|
"occurrences": 1,
|
|
5765
5765
|
"last_seen": "2026-09-15T02:37:35.000Z"
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"id": "bug-348",
|
|
5769
|
+
"timestamp": "2026-09-15T03:05:00.000Z",
|
|
5770
|
+
"error_message": "Each successful release opened another version-specific Spec Kit catalog reminder and left all prior reminders open",
|
|
5771
|
+
"file": ".github/workflows/release.yml; .github/workflows/sync-speckit-catalog.yml; .github/scripts/upsert-catalog-reminder.sh",
|
|
5772
|
+
"root_cause": "Both workflows searched only for an open issue containing the current release version, so the documented refresh path could never find a reminder from an earlier version",
|
|
5773
|
+
"fix": "Route both workflows through one tested helper that refreshes the newest open DocGuard catalog reminder and closes every older matching reminder as superseded",
|
|
5774
|
+
"tags": [
|
|
5775
|
+
"release",
|
|
5776
|
+
"catalog",
|
|
5777
|
+
"github-issues",
|
|
5778
|
+
"idempotency",
|
|
5779
|
+
"cleanup"
|
|
5780
|
+
],
|
|
5781
|
+
"related_bugs": [],
|
|
5782
|
+
"occurrences": 5,
|
|
5783
|
+
"last_seen": "2026-09-15T03:05:00.000Z"
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"id": "bug-349",
|
|
5787
|
+
"timestamp": "2026-09-15T03:45:00.000Z",
|
|
5788
|
+
"error_message": "The published Spec Kit extension installed successfully while fix and review resolved to the wrong command files and three shipped commands were undeclared",
|
|
5789
|
+
"file": "extensions/spec-kit-docguard/extension.yml",
|
|
5790
|
+
"root_cause": "The installer validated manifest syntax and file existence but the repository had no contract test for one-to-one command identity or completeness against the shipped commands directory",
|
|
5791
|
+
"fix": "Map each namespaced command to its same-named file, declare init/sync/trace, add a read-only review command, and enforce unique complete name-to-file registration in tests",
|
|
5792
|
+
"tags": [
|
|
5793
|
+
"release",
|
|
5794
|
+
"spec-kit",
|
|
5795
|
+
"manifest",
|
|
5796
|
+
"command-routing",
|
|
5797
|
+
"packaging"
|
|
5798
|
+
],
|
|
5799
|
+
"related_bugs": [
|
|
5800
|
+
"bug-311",
|
|
5801
|
+
"bug-331"
|
|
5802
|
+
],
|
|
5803
|
+
"occurrences": 1,
|
|
5804
|
+
"last_seen": "2026-09-15T03:45:00.000Z"
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"id": "bug-350",
|
|
5808
|
+
"timestamp": "2026-09-15T03:52:00.000Z",
|
|
5809
|
+
"error_message": "The published extension manifest description exceeded Spec Kit's documented 200-character limit and differed from the catalog description",
|
|
5810
|
+
"file": "extensions/spec-kit-docguard/extension.yml; .github/scripts/speckit-submission.py",
|
|
5811
|
+
"root_cause": "The installer accepted the overlong value and the manifest and catalog generator maintained independent untested descriptions",
|
|
5812
|
+
"fix": "Use one bounded description on both surfaces and test exact parity plus the upstream length limit",
|
|
5813
|
+
"tags": [
|
|
5814
|
+
"release",
|
|
5815
|
+
"spec-kit",
|
|
5816
|
+
"manifest",
|
|
5817
|
+
"catalog",
|
|
5818
|
+
"metadata"
|
|
5819
|
+
],
|
|
5820
|
+
"related_bugs": [
|
|
5821
|
+
"bug-311",
|
|
5822
|
+
"bug-349"
|
|
5823
|
+
],
|
|
5824
|
+
"occurrences": 1,
|
|
5825
|
+
"last_seen": "2026-09-15T03:52:00.000Z"
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"id": "bug-351",
|
|
5829
|
+
"timestamp": "2026-09-15T04:00:00.000Z",
|
|
5830
|
+
"error_message": "gh pr diff rejected the unsupported --check flag during self-review",
|
|
5831
|
+
"file": "session GitHub CLI commands",
|
|
5832
|
+
"root_cause": "The whitespace-check flag belongs to git diff, not gh pr diff",
|
|
5833
|
+
"fix": "Use git diff --check for whitespace validation and gh pr diff --patch or --name-only for pull-request review",
|
|
5834
|
+
"tags": [
|
|
5835
|
+
"tooling",
|
|
5836
|
+
"github-cli",
|
|
5837
|
+
"self-review"
|
|
5838
|
+
],
|
|
5839
|
+
"related_bugs": [],
|
|
5840
|
+
"occurrences": 1,
|
|
5841
|
+
"last_seen": "2026-09-15T04:00:00.000Z"
|
|
5842
|
+
},
|
|
5843
|
+
{
|
|
5844
|
+
"id": "bug-352",
|
|
5845
|
+
"timestamp": "2026-09-15T04:15:00.000Z",
|
|
5846
|
+
"error_message": "A passing freshness assertion failed the v0.40.5 release gate when temporary Git repository cleanup raised ENOTEMPTY",
|
|
5847
|
+
"file": "tests/freshness.test.mjs",
|
|
5848
|
+
"root_cause": "The suite removed Git object directories with a single rmSync attempt even though filesystem and antivirus activity can transiently repopulate or retain entries during recursive deletion",
|
|
5849
|
+
"fix": "Use Node's bounded maxRetries and retryDelay options for recursive cleanup, matching the repository's established Git-fixture cleanup pattern",
|
|
5850
|
+
"tags": [
|
|
5851
|
+
"tests",
|
|
5852
|
+
"release",
|
|
5853
|
+
"filesystem",
|
|
5854
|
+
"flaky-test",
|
|
5855
|
+
"cleanup"
|
|
5856
|
+
],
|
|
5857
|
+
"related_bugs": [],
|
|
5858
|
+
"occurrences": 1,
|
|
5859
|
+
"last_seen": "2026-09-15T04:15:00.000Z"
|
|
5766
5860
|
}
|
|
5767
5861
|
]
|
|
5768
5862
|
}
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
## Key Learnings
|
|
16
16
|
|
|
17
|
+
- **2026-09-15 — A successful Spec Kit install does not prove manifest correctness.** The v0.40.4 ZIP passed validation and installed, yet `fix` resolved to `generate`, `review` resolved to `diagnose`, three shipped command files were absent from `provides.commands`, and its description exceeded the documented 200-character limit. Treat the manifest as an executable public API: require unique names and files, match every `speckit.docguard.<verb>` to `commands/<verb>.md`, compare declarations with the complete shipped directory, keep catalog metadata byte-aligned, and inspect the installed inventory before catalog submission.
|
|
18
|
+
|
|
17
19
|
- **2026-09-14 — Release-generated skill parity:** The scheduled release updates extension skill metadata through `fix --write`, whose headless mode correctly skips setup. It must then run an explicit managed-agent sync before tests and staging; otherwise `.agent/skills` remains one release behind. A repository parity test should compare every managed copy byte-for-byte with its extension source.
|
|
18
20
|
- **2026-09-14 — Lifecycle control plane:** Active approved prose owns behavioral intent; `.docguard-specs.json` owns reviewed lifecycle, lineage, scope, and persistence policy while regenerating observed evidence deterministically. Approval, delivery, context, retirement reason, storage, and persistence model are separate dimensions. Use immutable `specId#requirementId` identities and preserve retired tombstones; path-qualified IDs are only a migration format.
|
|
19
21
|
- **2026-09-14 — Retirement is stricter than completion:** Checked tasks and `Status: Completed` are review signals. Verification requires exact-revision implementation/test evidence plus reconciled canonical outcomes. Retirement additionally requires a retained Git ref, clean replacement/evidence docs, no live backreferences, a compatible persistence model, and fresh context. The public verb is `retire` because Spec Kit Archive already means consolidation.
|
|
@@ -7,6 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.40.5] - 2026-09-15
|
|
11
|
+
|
|
12
|
+
Automated weekly release — batches everything merged since `v0.40.4`.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- test: retry transient freshness cleanup (#393)
|
|
17
|
+
- fix: make Spec Kit command manifest complete (#392)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Retry removal of temporary Git repositories when the operating system reports
|
|
23
|
+
a transient `ENOTEMPTY`, preventing a completed freshness test from randomly
|
|
24
|
+
blocking the release gate during teardown.
|
|
25
|
+
- Register every command shipped by the Spec Kit extension, route `fix` and
|
|
26
|
+
`review` to their matching command files, keep the manifest description inside
|
|
27
|
+
Spec Kit's 200-character limit, and add release-contract tests that reject
|
|
28
|
+
missing, duplicate, mismatched, undeclared, or divergent metadata.
|
|
29
|
+
- Record the supported `git diff --check` and `gh pr diff --patch` split in the
|
|
30
|
+
project learning log so release self-review does not repeat an invalid CLI call.
|
|
31
|
+
|
|
32
|
+
## [0.40.4] - 2026-09-15
|
|
33
|
+
|
|
34
|
+
Automated weekly release — batches everything merged since `v0.40.3`.
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- fix: consolidate catalog reminders (#390)
|
|
39
|
+
- docs: finalize durable R8 outcome (#389)
|
|
40
|
+
- docs: close R8 release verification (#388)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- Reuse one open Spec Kit catalog reminder across releases and close older
|
|
46
|
+
reminders as superseded, preventing the release workflow from accumulating a
|
|
47
|
+
stale version-specific issue queue.
|
|
48
|
+
- Close the R8 living release contract with exact v0.40.3 evidence: the
|
|
49
|
+
repository-token release PR armed protected native auto-merge, passed the
|
|
50
|
+
approved CI and supply-chain checks, merged automatically, and triggered the
|
|
51
|
+
complete npm, PyPI, GHCR, GitHub Release, extension, MCPB, and catalog flow
|
|
52
|
+
through the scheduler's bounded continuation.
|
|
53
|
+
|
|
10
54
|
## [0.40.3] - 2026-09-15
|
|
11
55
|
|
|
12
56
|
Automated weekly release — batches everything merged since `v0.40.2`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: docguard-cli
|
|
3
|
-
Version: 0.40.
|
|
3
|
+
Version: 0.40.5
|
|
4
4
|
Summary: The enforcement tool for Canonical-Driven Development (CDD). Audit, generate, and guard your project documentation. No Python dependencies (requires Node.js 18+).
|
|
5
5
|
Project-URL: Homepage, https://github.com/raccioly/docguard
|
|
6
6
|
Project-URL: Documentation, https://github.com/raccioly/docguard#readme
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DocGuard Roadmap
|
|
2
2
|
|
|
3
|
-
<!-- docguard:last-reviewed 2026-09-
|
|
3
|
+
<!-- docguard:last-reviewed 2026-09-15 -->
|
|
4
4
|
|
|
5
5
|
This file contains current product intent only. Released work belongs in
|
|
6
6
|
`CHANGELOG.md`; implementation history remains recoverable from Git. Completed or
|
|
@@ -19,8 +19,7 @@ ideas below are research candidates rather than unfinished commitments.
|
|
|
19
19
|
|
|
20
20
|
## Delivered roadmap
|
|
21
21
|
|
|
22
|
-
R1–R8 are implemented
|
|
23
|
-
on `main` and will ship with the next substantive release. The maintained living
|
|
22
|
+
R1–R8 are implemented, evidence-reviewed, and released. The maintained living
|
|
24
23
|
specifications remain current verification contracts; historical implementation
|
|
25
24
|
plans are recoverable from Git and do not create a second source of truth.
|
|
26
25
|
|
|
@@ -216,7 +215,7 @@ Node 18, 20, 22, and 24. Packed-package tests run task context without the
|
|
|
216
215
|
optional parser, and the independent detector corpus remains regression-free
|
|
217
216
|
across 24 evaluable cases plus one explicit unsupported case.
|
|
218
217
|
|
|
219
|
-
### R8 — Tokenless scheduled releases (
|
|
218
|
+
### R8 — Tokenless scheduled releases (released in v0.40.3)
|
|
220
219
|
|
|
221
220
|
Governing spec: `specs/011-tokenless-scheduled-releases/spec.md`.
|
|
222
221
|
|
|
@@ -235,8 +234,8 @@ a missing tag before another version increment.
|
|
|
235
234
|
no accepted deviations.
|
|
236
235
|
- [x] Publish v0.40.1 through release PR #380 and verify npm, PyPI, GHCR, GitHub
|
|
237
236
|
release assets, and the Spec Kit catalog reminder.
|
|
238
|
-
- [
|
|
239
|
-
|
|
237
|
+
- [x] Verify the corrected repository-token native auto-merge continuation on
|
|
238
|
+
v0.40.3 and retain exact evidence.
|
|
240
239
|
|
|
241
240
|
The retained live probe used CI run `34912654565` and privileged gate run
|
|
242
241
|
`34912788971`. All Node 18, 20, 22, and 24 jobs passed. The trusted gate
|
|
@@ -247,12 +246,18 @@ evidence landed through pull requests #371, #373, and #374.
|
|
|
247
246
|
Release PR #380 passed CI run `34920481989` and supply-chain run `34920482409`,
|
|
248
247
|
merged at `5b2dfe4`, and published v0.40.1 in run `34920702346`. That run also
|
|
249
248
|
proved the final GitHub boundary: approving the held workflow does not emit a
|
|
250
|
-
second `workflow_run` completion.
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
249
|
+
second `workflow_run` completion. Release PR #383 proved the repository token
|
|
250
|
+
can arm native auto-merge and GitHub can merge after approved checks, while its
|
|
251
|
+
bot-originated push proved publication needs an explicit continuation.
|
|
252
|
+
|
|
253
|
+
Scheduled run `34922506777` created repository-token release PR #386 and armed
|
|
254
|
+
native auto-merge. After one maintainer approval, CI run `34922605581` and
|
|
255
|
+
supply-chain run `34922605917` passed; GitHub merged the exact head at
|
|
256
|
+
`e27d6bf0203708ee8206a1434eb292520f4c4494`. The bounded scheduler wait then
|
|
257
|
+
dispatched publication run `34922784629`, which passed the four-runtime matrix,
|
|
258
|
+
self-guard, npm, PyPI, GHCR, GitHub Release, extension ZIP, MCPB, and catalog
|
|
259
|
+
reminder jobs. The published npm and PyPI versions and GitHub tag all resolve to
|
|
260
|
+
v0.40.3, completing R8 without a stored release credential.
|
|
256
261
|
|
|
257
262
|
## Contribution standard
|
|
258
263
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CI Recipes
|
|
2
2
|
|
|
3
|
-
<!-- docguard:last-reviewed 2026-09-
|
|
3
|
+
<!-- docguard:last-reviewed 2026-09-15 -->
|
|
4
4
|
<!-- docguard:status active -->
|
|
5
5
|
|
|
6
6
|
## Recipe 1 — Guard (mandatory CI gate)
|
|
@@ -81,6 +81,19 @@ sole publication trigger. The bounded wait handles the normal approval path; the
|
|
|
81
81
|
hourly tag sweep supplies durable recovery without continuous polling or another
|
|
82
82
|
credential.
|
|
83
83
|
|
|
84
|
+
The v0.40.3 release is the retained end-to-end proof. Scheduled run
|
|
85
|
+
`34922506777` opened repository-token PR #386 and armed native auto-merge. After
|
|
86
|
+
one maintainer workflow approval, CI run `34922605581` and supply-chain run
|
|
87
|
+
`34922605917` passed, GitHub merged
|
|
88
|
+
`e27d6bf0203708ee8206a1434eb292520f4c4494`, and the bounded wait dispatched
|
|
89
|
+
publication run `34922784629`. That run published npm, PyPI, GHCR, the GitHub
|
|
90
|
+
Release, extension ZIP, and MCPB and refreshed the catalog reminder.
|
|
91
|
+
|
|
92
|
+
Catalog submission remains an explicit human action. The release and manual
|
|
93
|
+
catalog workflows maintain one open reminder in this repository: each run
|
|
94
|
+
refreshes the newest matching issue to the current version and closes older
|
|
95
|
+
matching reminders as superseded.
|
|
96
|
+
|
|
84
97
|
## Recipe 3b — Spec completion and post-hoc reconciliation
|
|
85
98
|
|
|
86
99
|
Run `docguard reconcile --since <merge-base> --format json` when implementation
|
|
@@ -58,6 +58,7 @@ All test files live in `tests/` and match the glob `tests/*.test.mjs` — the te
|
|
|
58
58
|
| `cli/commands/agents.mjs` | `tests/commands.test.mjs` | ✅ |
|
|
59
59
|
| `cli/commands/agent.mjs`, `cli/scanners/task-context.mjs` | `tests/agent.test.mjs`, `tests/task-context.test.mjs` | ✅ |
|
|
60
60
|
| `cli/commands/hooks.mjs` | `tests/commands.test.mjs` | ✅ |
|
|
61
|
+
| `extensions/spec-kit-docguard/extension.yml`, `extensions/spec-kit-docguard/commands/*.md` | `tests/hooks-contract.test.mjs` | ✅ |
|
|
61
62
|
| `cli/commands/diagnose.mjs` | `tests/commands.test.mjs` | ✅ |
|
|
62
63
|
| `cli/commands/badge.mjs` | `tests/commands.test.mjs` | ✅ |
|
|
63
64
|
| `cli/commands/ci.mjs` | `tests/commands.test.mjs` | ✅ |
|
|
@@ -45,12 +45,15 @@ docguard score
|
|
|
45
45
|
|
|
46
46
|
| Command | Alias | Purpose |
|
|
47
47
|
|---------|-------|---------|
|
|
48
|
+
| `speckit.docguard.init` | `docguard.init` | Initialize CDD in a project |
|
|
48
49
|
| `speckit.docguard.guard` | `docguard.guard` | Run configurable quality gate with severity triage |
|
|
49
50
|
| `speckit.docguard.fix` | `docguard.fix` | AI-driven documentation repair with codebase research |
|
|
50
51
|
| `speckit.docguard.review` | `docguard.review` | Cross-document semantic consistency analysis (read-only) |
|
|
51
52
|
| `speckit.docguard.score` | `docguard.score` | CDD maturity score with ROI improvement roadmap |
|
|
52
53
|
| `speckit.docguard.diagnose` | — | Diagnose issues + generate multi-perspective AI prompts |
|
|
53
54
|
| `speckit.docguard.generate` | — | Reverse-engineer canonical docs from codebase |
|
|
55
|
+
| `speckit.docguard.sync` | — | Refresh code-truth sections and flag prose for review |
|
|
56
|
+
| `speckit.docguard.trace` | — | Generate requirements traceability matrix |
|
|
54
57
|
| `speckit.docguard.brief` | — | Load current spec intent before specification |
|
|
55
58
|
| `speckit.docguard.preflight` | — | Gate the generated spec before task generation |
|
|
56
59
|
| `speckit.docguard.complete` | — | Plan reviewed completion and regenerate active context after verification |
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Review documentation against code without modifying the repository"
|
|
3
|
+
allowed-tools: Bash, Read
|
|
4
|
+
handoffs:
|
|
5
|
+
- label: Fix Reviewed Issues
|
|
6
|
+
agent: docguard.fix
|
|
7
|
+
prompt: Fix the documentation issues confirmed by the review
|
|
8
|
+
- label: Run Guard
|
|
9
|
+
agent: docguard.guard
|
|
10
|
+
prompt: Validate all checks after approved fixes
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# DocGuard Review
|
|
14
|
+
|
|
15
|
+
Perform a read-only semantic review of canonical documentation against the
|
|
16
|
+
repository. Report evidence and recommendations; do not edit files.
|
|
17
|
+
|
|
18
|
+
## User Input
|
|
19
|
+
|
|
20
|
+
```text
|
|
21
|
+
$ARGUMENTS
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
You **MUST** consider the user input before proceeding when it is not empty.
|
|
25
|
+
|
|
26
|
+
## Execution
|
|
27
|
+
|
|
28
|
+
1. Run the deterministic inventory and quality checks:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
npx --yes docguard-cli@latest diagnose $ARGUMENTS
|
|
32
|
+
npx --yes docguard-cli@latest diff $ARGUMENTS
|
|
33
|
+
npx --yes docguard-cli@latest score $ARGUMENTS
|
|
34
|
+
npx --yes docguard-cli@latest verify --evidence --format json $ARGUMENTS
|
|
35
|
+
npx --yes docguard-cli@latest verify --semantic $ARGUMENTS
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
2. Read the canonical documents and their cited code. Check architecture,
|
|
39
|
+
schemas, security claims, test coverage, terminology, and cross-references.
|
|
40
|
+
3. For every contradiction, identify whether approved documentation or current
|
|
41
|
+
code owns the intended behavior. A mismatch can be a code regression.
|
|
42
|
+
4. Return a severity-ranked report with exact file paths, evidence, confidence,
|
|
43
|
+
and a proposed next action. Keep unsupported claims explicitly unverified.
|
|
44
|
+
|
|
45
|
+
## Constraints
|
|
46
|
+
|
|
47
|
+
- Do not modify files or treat a clean structural guard as proof that prose is
|
|
48
|
+
factually correct.
|
|
49
|
+
- Do not rewrite canonical intent to match code until ownership is resolved.
|
|
50
|
+
- Cap the report at 50 findings and aggregate lower-priority overflow.
|