docguard-cli 0.41.0__tar.gz → 0.41.2__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.41.0 → docguard_cli-0.41.2}/.agent/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.41.0/extensions/spec-kit-docguard → docguard_cli-0.41.2/.agent}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.41.0/extensions/spec-kit-docguard → docguard_cli-0.41.2/.agent}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.41.0/extensions/spec-kit-docguard → docguard_cli-0.41.2/.agent}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.docguard-specs.json +162 -6
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/buglog.json +54 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/cerebrum.md +3 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/memory.md +1 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/CHANGELOG.md +43 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/PKG-INFO +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/ROADMAP.md +30 -16
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/specs.mjs +15 -4
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/ARCHITECTURE.md +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/CI-RECIPES.md +4 -3
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/DATA-MODEL.md +12 -8
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/extension.yml +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.41.0/.agent → docguard_cli-0.41.2/extensions/spec-kit-docguard}/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.41.0/.agent → docguard_cli-0.41.2/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.41.0/.agent → docguard_cli-0.41.2/extensions/spec-kit-docguard}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/package-lock.json +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/package.json +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/pyproject.toml +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/server.json +2 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/006-document-lifecycle/spec.md +10 -4
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/012-adoption-workflow-integrity/spec.md +7 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ci/github-actions.yml +1 -1
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/npm-pack-smoke.test.mjs +4 -3
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/spec-completion.test.mjs +40 -2
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/architect.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/docguard.fix.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/docguard.guard.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/docguard.review.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/docguard.score.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.analyze.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.checklist.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.clarify.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.constitution.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.implement.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.specify.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/commands/speckit.taskstoissues.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-analyze/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-checklist/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-clarify/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-constitution/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-implement/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-plan/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-specify/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-tasks/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.claude/rules/openwolf.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.claude/settings.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.docguard-archive.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.docguard.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.docguardignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/ISSUE_TEMPLATE/docguard-feedback.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/dependabot.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/scripts/speckit-submission.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/scripts/sync-release-version.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/scripts/upsert-catalog-reminder.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/scripts/validate-release-candidate.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/auto-merge.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/ci.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/jules-triage.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/release.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/scheduled-release.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/supply-chain.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.github/workflows/sync-speckit-catalog.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.gitignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.jules/bolt.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.jules/palette.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.jules/sentinel.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.jules-setup.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.npmignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.npmrc +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.pre-commit-hooks.yaml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/extensions/.cache/catalog-metadata.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/extensions/.cache/catalog.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/init-options.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/memory/constitution.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/scripts/bash/check-prerequisites.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/scripts/bash/common.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/scripts/bash/create-new-feature.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/scripts/bash/setup-plan.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/scripts/bash/update-agent-context.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/agent-file-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/checklist-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/constitution-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/plan-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/spec-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.specify/templates/tasks-template.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/OPENWOLF.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/anatomy.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/config.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/cron-manifest.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/cron-state.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/daemon.log +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/designqc-report.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/_session.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/_wrap_up_nudged +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/post-read.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/post-write.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/pre-read.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/pre-write.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/session-start.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/shared.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/hooks/stop.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/identity.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/reframe-frameworks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/suggestions.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/.wolf/token-ledger.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/AGENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/CLAUDE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/CODE_OF_CONDUCT.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/COMPARISONS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/CONTRIBUTING.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/Dockerfile +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/LICENSE +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/PHILOSOPHY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/PRIVACY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/README.es.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/README.pt-BR.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/SECURITY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/STANDARD.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/SUPPLY-CHAIN-AUDIT.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/SUPPORT.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/VALIDATION.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/action.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/assets/bin/docguard +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/assets/demo.gif +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/assets/demo.tape +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/assets/docguard-logo.png +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/.docguard-specs.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/.docguard.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/AGENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/CHANGELOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/specs/001-retired-timeout/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/specs/002-timeout-options/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/src/options.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/option-migration/tests/options.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/.docguard-specs.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/.docguard.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/AGENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/CHANGELOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/config_loader.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/pyproject.toml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/specs/001-safe-config/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/python-config/tests/test_config_loader.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/.docguard-specs.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/.docguard.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/AGENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/CHANGELOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/specs/001-status-aliases/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/src/status.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/fixtures/status-alias/tests/status.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/hidden/option-migration/evaluate.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/hidden/python-config/evaluate.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/hidden/status-alias/evaluate.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/manifest.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/reference/option-migration/options.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/reference/python-config/config_loader.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/reference/status-alias/status.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/results/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/results/observed-v1.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/agent-context/run.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/baseline.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/corpus.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/generated-security-control/.docguardignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/generated-security-control/.gitignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/generated-security-control/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/generated-security-control/src/generated-client/config.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/go-todo-control/ROADMAP.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/go-todo-control/app.go +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/go-todo-control/go.mod +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/js-security-control/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/js-security-control/src/config.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/monorepo-security-control/.gitignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/monorepo-security-control/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/monorepo-security-control/packages/auth/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/monorepo-security-control/packages/auth/src/config.ts +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/python-security-control/.gitignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/python-security-control/app.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/python-security-control/pyproject.toml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/python-unsupported/app.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/python-unsupported/pyproject.toml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/sparse-doc-control/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/sparse-doc-control/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/sparse-doc-control/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/ts-security-control/.gitignore +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/ts-security-control/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/fixtures/ts-security-control/src/config.ts +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/lib/compare.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/lib/manifest.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/lib/metrics.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/lib/runner.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/benchmarks/run.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/assessment.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/agent.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/agents.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/badge.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/ci.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/demo.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/diagnose.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/diff.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/explain.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/feedback.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/fix.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/generate.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/guard.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/hooks.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/impact.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/init.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/llms.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/mcp.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/memory.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/publish.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/reconcile.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/report.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/retire.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/score.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/setup.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/sync-tests.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/trace.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/upgrade.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/verify.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/commands/watch.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/config.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/docguard.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/ensure-skills.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/evidence/adapters.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/evidence/evaluate.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/evidence/manifest.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/evidence/markdown.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/evidence/python-literal.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/feedback-fixture.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/findings.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/release-pr-policy.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/repository-root.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/agent-readability.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/api-doc.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/cdk.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/doc-tools.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/document-lifecycle.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/frontend.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/iac.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/instruction-audit.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/integrations.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/inventory.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/js-ast.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/lifecycle-context.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/memory-plan.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/project-type.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/py-ast.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/reconciliation.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/requirement-evidence.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/retirement-manifest.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/routes.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/schemas.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/semantic-claims.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/spec-registry.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/speckit.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/scanners/task-context.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-diff.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-doc-roles.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-git.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-ignore.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-ir.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-requirements.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-source.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-sync-scope.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared-trace-patterns.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/shared.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validator-coverage.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validator-markers.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/api-doc-smells.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/api-surface.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/architecture.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/canonical-sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/changelog.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/cross-reference.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/diff-suspicion.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/doc-quality.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/docs-coverage.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/docs-diff.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/docs-sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/document-lifecycle.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/drift.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/environment.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/evidence.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/freshness.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/generated-staleness.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/metadata-sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/metrics-consistency.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/reference-existence.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/schema-sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/security.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/spec-kit.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/spec-registry.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/structure.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/surface-sync.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/test-spec.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/todo-tracking.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/validators/traceability.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/api-reference.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/baseline.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/doc-generators.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/file-transaction.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/fix-memory.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/generate-io.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/history.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/junit.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/mechanical.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/sarif.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/sections.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/cli/writers/spec-outcomes.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/commands/docguard.fix.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/commands/docguard.guard.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/commands/docguard.review.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/commands/docguard.score.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/configs/fastify.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/configs/generic.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/configs/nextjs.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/configs/python.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docguard_cli/__init__.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docguard_cli/wrapper.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/ai-integration.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/commands.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/configuration.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/doc-sections.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/faq.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/installation.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/profiles.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs/quickstart.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/01-express-api/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/01-express-api/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/01-express-api/server.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/02-python-flask/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/02-python-flask/app.py +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/02-python-flask/requirements.txt +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/src/index.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/tasks.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/examples/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/LICENSE +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/brief.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/complete.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/fix.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/generate.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/guard.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/init.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/preflight.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/review.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/score.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/sync.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/commands/trace.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/glama.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/llms-full.txt +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/llms.txt +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/mcpb/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/mcpb/manifest.template.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/packaging/homebrew/docguard.rb +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/packaging/submissions.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-agent-context-benchmark.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-agent-context-result.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-benchmark.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-config.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-evidence.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-feedback-fixture.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-specs.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/schemas/docguard-task-context.schema.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/smithery.yaml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/006-document-lifecycle/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/006-document-lifecycle/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/007-precision-evidence-loop/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/007-precision-evidence-loop/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/007-precision-evidence-loop/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/008-evidence-scoped-verification/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/008-evidence-scoped-verification/research.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/008-evidence-scoped-verification/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/008-evidence-scoped-verification/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/009-language-repository-coverage/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/009-language-repository-coverage/research.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/009-language-repository-coverage/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/009-language-repository-coverage/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/010-task-specific-agent-context/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/010-task-specific-agent-context/research.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/010-task-specific-agent-context/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/010-task-specific-agent-context/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/011-tokenless-scheduled-releases/plan.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/011-tokenless-scheduled-releases/spec.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/specs/011-tokenless-scheduled-releases/tasks.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ADR.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/AGENTS.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ARCHITECTURE.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/CHANGELOG.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/CURRENT-STATE.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/DATA-MODEL.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/DEPLOYMENT.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/DRIFT-LOG.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ENVIRONMENT.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/KNOWN-GOTCHAS.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/REQUIREMENTS.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ROADMAP.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/RUNBOOKS.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/SECURITY.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/TEST-SPEC.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/TROUBLESHOOTING.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/VENDOR-BUGS.md.template +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/ci/gitlab-component.yml +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/commands/docguard.fix.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/commands/docguard.guard.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/commands/docguard.init.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/commands/docguard.review.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/commands/docguard.update.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/.docguard.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/.env.example +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/AGENTS.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/CHANGELOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/DRIFT-LOG.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/README.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/package.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/src/api.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/src/notifier.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/src/scheduler.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/demo-fixture/src/worker.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/evidence-manifest.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/templates/feedback-fixture.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/adoption-workflow.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agent-context-benchmark.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agent-evidence.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agent-readability.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agent.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agents-check-readonly.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agents-command.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/agents-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/anchor-autofix.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/api-authority-precision.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/api-doc-smells.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/api-doc.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/api-surface.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/api-write.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/architecture.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/archive.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/assessment.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/b7-node-env-symmetry.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/backup-failure.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/badge.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/baseline.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/benchmark-manifest.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/benchmark-metrics.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/benchmark-runner.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/canonical-docs-nested-phase2.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/canonical-docs-nested.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/canonical-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/catalog-submission.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/cdk-detection.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/changed-only-scoping.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/changed-only.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/changelog.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/check-coverage.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/ci-reproducibility.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/ci-scaffolder.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/commands.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/cross-reference.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/demo-command.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/diagnose-review-guidance.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/diff-suspicion.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/doc-quality.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/doc-role-boundaries.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/doc-role-mapping.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/doc-section-synonyms.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docguard-config-schema.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docguardignore.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docs-coverage-reference-evidence.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docs-coverage-scope.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docs-coverage.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docs-diff.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/docs-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/document-lifecycle.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/drift.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/ensure-skills-idempotent.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/env-schema-detection.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/environment.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/evidence-adapters.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/evidence-integration.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/evidence-manifest.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/evidence-python-literal.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/explain-coverage.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/feedback-contributions.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/feedback-fixture.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-context-precision.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-diff-precision.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-report-2-cli.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-report-3-deferred.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-report-3.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/field-review-clarity.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/file-transaction.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/finding-severity-config.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/fix-memory.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/fix-suppression.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/fixture-projects.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/fixtures/release-workflow-probe.json +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/freshness.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/frontend-deep.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/frontend.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/generate-io.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/generated-staleness.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/guard-classify.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/guard-no-throw.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/history.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/hooks-contract.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/hooks.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/i18n.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/impact.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/init-smart-detection.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/instruction-audit.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/integrations.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/inventory.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/js-ast.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/junit.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/llms-full-pack.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/mapped-writers.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/mcp-http.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/mcp.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/mechanical.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/memory-plan.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/metadata-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/metrics-consistency.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/metrics-dedup.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/monorepo-scanning.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/multi-spec.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/nudge-hook.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/openapi-parse-honesty.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/patch-0.11.2.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/plan-disk-cache.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/profile-flag.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/project-type.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/py-ast.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/python-import-graph.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/reconcile.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/reference-existence.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/regenerate-section.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/release-version-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/report.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/repository-root.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/requirement-scope.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/route-field-precision.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/routes-express-mounts.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/routes-fastify.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/routes-multilang.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/routes-nextjs-app-router.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/sarif.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/scheduled-release.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/schema-sync-scope.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/schema-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/schemas-multilang.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/schemas.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/scoping-extended.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/score-assurance.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/score-suggestions.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/section-na-markers.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/sections.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/security-init-injection.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/security.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/severity.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/shared-diff.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/shared-git.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/shared-ignore-functions.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/shared-ir.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/shared-source.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/spec-kit-helper-json.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/spec-registry.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/speckit-bugfix.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/speckit-phantom.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/starter-scaffold.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/stress-test.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/structure.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/surface-sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/sweep-nudge.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/sync-since.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/sync.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/task-context.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/test-spec.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/todo-tracking.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/trace-features.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/trace-multilang.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/trace-reverse.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/traceability-fixtures.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/traceability-ir.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/traceability-lifecycle.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/traceability.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/upgrade-pr-e2e.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/upgrade-pr.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/upgrade.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/v020-consolidation.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/validator-markers.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/validator-naming.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/verify-change-context.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/version-pin.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/watch-reliability.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/whats-new.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/tests/worker-python-capability.test.mjs +0 -0
- {docguard_cli-0.41.0 → docguard_cli-0.41.2}/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.41.
|
|
9
|
+
version: 0.41.2
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-fix
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.41.
|
|
12
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
10
|
+
version: 0.41.2
|
|
11
11
|
source: extensions/spec-kit-docguard/skills/docguard-guard
|
|
12
12
|
---
|
|
13
|
-
<!-- docguard:version: 0.41.
|
|
13
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
9
|
+
version: 0.41.2
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-review
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.41.
|
|
12
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
9
|
+
version: 0.41.2
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-score
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.41.
|
|
12
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
7
|
+
version: 0.41.2
|
|
8
8
|
source: extensions/spec-kit-docguard/skills/docguard-sync
|
|
9
9
|
---
|
|
10
|
-
<!-- docguard:version: 0.41.
|
|
10
|
+
<!-- docguard:version: 0.41.2 -->
|
|
11
11
|
|
|
12
12
|
# DocGuard Sync Skill
|
|
13
13
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"reviewed": {
|
|
9
9
|
"lifecycle": {
|
|
10
10
|
"approval": "approved",
|
|
11
|
-
"delivery": "
|
|
11
|
+
"delivery": "verified",
|
|
12
12
|
"context": "current",
|
|
13
13
|
"retirementReason": null,
|
|
14
14
|
"storage": "working_tree",
|
|
@@ -34,8 +34,91 @@
|
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
36
|
"reconciliation": {
|
|
37
|
-
"lastReviewedRevision":
|
|
38
|
-
"outcomes": [
|
|
37
|
+
"lastReviewedRevision": "2ff1baaefdebfc1dd7ef2d9c5e6d1f584f8af9bb",
|
|
38
|
+
"outcomes": [
|
|
39
|
+
{
|
|
40
|
+
"revision": "c283d1b70985858db2468667e60a9f772642b1a2",
|
|
41
|
+
"reason": "Verified v0.41.0 adoption workflow integrity: PR #395 merged at f925e40; release PR #396 passed approved CI and supply-chain checks, merged at 7ec6356, and publication run 34989969217 completed npm, PyPI, GHCR, GitHub Release, extension ZIP, MCPB, and catalog sync with no accepted deviations.",
|
|
42
|
+
"evidence": [
|
|
43
|
+
"cli/assessment.mjs",
|
|
44
|
+
"cli/commands/hooks.mjs",
|
|
45
|
+
"cli/evidence/python-literal.mjs",
|
|
46
|
+
"cli/findings.mjs",
|
|
47
|
+
"cli/scanners/instruction-audit.mjs",
|
|
48
|
+
"cli/scanners/routes.mjs",
|
|
49
|
+
"cli/shared-git.mjs",
|
|
50
|
+
"cli/shared.mjs",
|
|
51
|
+
"cli/validators/traceability.mjs",
|
|
52
|
+
"docs-canonical/ARCHITECTURE.md",
|
|
53
|
+
"docs-canonical/DATA-MODEL.md",
|
|
54
|
+
"docs-canonical/REQUIREMENTS.md",
|
|
55
|
+
"docs-canonical/SECURITY.md",
|
|
56
|
+
"docs-canonical/TEST-SPEC.md",
|
|
57
|
+
"tests/adoption-workflow.test.mjs",
|
|
58
|
+
"tests/api-authority-precision.test.mjs",
|
|
59
|
+
"tests/api-write.test.mjs",
|
|
60
|
+
"tests/assessment.test.mjs",
|
|
61
|
+
"tests/doc-role-boundaries.test.mjs",
|
|
62
|
+
"tests/docguard-config-schema.test.mjs",
|
|
63
|
+
"tests/docs-sync.test.mjs",
|
|
64
|
+
"tests/environment.test.mjs",
|
|
65
|
+
"tests/evidence-python-literal.test.mjs",
|
|
66
|
+
"tests/field-context-precision.test.mjs",
|
|
67
|
+
"tests/finding-severity-config.test.mjs",
|
|
68
|
+
"tests/instruction-audit.test.mjs",
|
|
69
|
+
"tests/metrics-consistency.test.mjs",
|
|
70
|
+
"tests/npm-pack-smoke.test.mjs",
|
|
71
|
+
"tests/reconcile.test.mjs",
|
|
72
|
+
"tests/routes-express-mounts.test.mjs",
|
|
73
|
+
"tests/severity.test.mjs",
|
|
74
|
+
"tests/todo-tracking.test.mjs",
|
|
75
|
+
"tests/traceability-lifecycle.test.mjs"
|
|
76
|
+
],
|
|
77
|
+
"deviations": [],
|
|
78
|
+
"successor": null
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"revision": "2ff1baaefdebfc1dd7ef2d9c5e6d1f584f8af9bb",
|
|
82
|
+
"reason": "Durable post-merge review at 2ff1baa: taskless living-spec completion, R9 release evidence, and status-preserving maintenance passed complete reconciliation, self-guard, 1,866 tests, Node 18/20/22/24 CI, and OSV with no accepted deviations.",
|
|
83
|
+
"evidence": [
|
|
84
|
+
"cli/assessment.mjs",
|
|
85
|
+
"cli/commands/hooks.mjs",
|
|
86
|
+
"cli/evidence/python-literal.mjs",
|
|
87
|
+
"cli/findings.mjs",
|
|
88
|
+
"cli/scanners/instruction-audit.mjs",
|
|
89
|
+
"cli/scanners/routes.mjs",
|
|
90
|
+
"cli/shared-git.mjs",
|
|
91
|
+
"cli/shared.mjs",
|
|
92
|
+
"cli/validators/traceability.mjs",
|
|
93
|
+
"docs-canonical/ARCHITECTURE.md",
|
|
94
|
+
"docs-canonical/DATA-MODEL.md",
|
|
95
|
+
"docs-canonical/REQUIREMENTS.md",
|
|
96
|
+
"docs-canonical/SECURITY.md",
|
|
97
|
+
"docs-canonical/TEST-SPEC.md",
|
|
98
|
+
"tests/adoption-workflow.test.mjs",
|
|
99
|
+
"tests/api-authority-precision.test.mjs",
|
|
100
|
+
"tests/api-write.test.mjs",
|
|
101
|
+
"tests/assessment.test.mjs",
|
|
102
|
+
"tests/doc-role-boundaries.test.mjs",
|
|
103
|
+
"tests/docguard-config-schema.test.mjs",
|
|
104
|
+
"tests/docs-sync.test.mjs",
|
|
105
|
+
"tests/environment.test.mjs",
|
|
106
|
+
"tests/evidence-python-literal.test.mjs",
|
|
107
|
+
"tests/field-context-precision.test.mjs",
|
|
108
|
+
"tests/finding-severity-config.test.mjs",
|
|
109
|
+
"tests/instruction-audit.test.mjs",
|
|
110
|
+
"tests/metrics-consistency.test.mjs",
|
|
111
|
+
"tests/npm-pack-smoke.test.mjs",
|
|
112
|
+
"tests/reconcile.test.mjs",
|
|
113
|
+
"tests/routes-express-mounts.test.mjs",
|
|
114
|
+
"tests/severity.test.mjs",
|
|
115
|
+
"tests/todo-tracking.test.mjs",
|
|
116
|
+
"tests/traceability-lifecycle.test.mjs"
|
|
117
|
+
],
|
|
118
|
+
"deviations": [],
|
|
119
|
+
"successor": null
|
|
120
|
+
}
|
|
121
|
+
]
|
|
39
122
|
}
|
|
40
123
|
},
|
|
41
124
|
"intent": {
|
|
@@ -70,7 +153,7 @@
|
|
|
70
153
|
"artifacts": [
|
|
71
154
|
{
|
|
72
155
|
"path": "specs/012-adoption-workflow-integrity/spec.md",
|
|
73
|
-
"digest": "sha256:
|
|
156
|
+
"digest": "sha256:6f007a67be27b07599e058bd2dadc97031bc0753649ae296f95c4ea3b87ea821"
|
|
74
157
|
}
|
|
75
158
|
],
|
|
76
159
|
"taskCompletion": {
|
|
@@ -210,6 +293,11 @@
|
|
|
210
293
|
"file": "tests/doc-role-boundaries.test.mjs",
|
|
211
294
|
"line": 1
|
|
212
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"requirementId": "FR-015",
|
|
298
|
+
"file": "tests/docguard-config-schema.test.mjs",
|
|
299
|
+
"line": 1
|
|
300
|
+
},
|
|
213
301
|
{
|
|
214
302
|
"requirementId": "FR-015",
|
|
215
303
|
"file": "tests/docs-sync.test.mjs",
|
|
@@ -311,7 +399,7 @@
|
|
|
311
399
|
]
|
|
312
400
|
},
|
|
313
401
|
"reconciliation": {
|
|
314
|
-
"lastReviewedRevision": "
|
|
402
|
+
"lastReviewedRevision": "2a47de58f155f847b318f75267c43c2ee2828fd9",
|
|
315
403
|
"outcomes": [
|
|
316
404
|
{
|
|
317
405
|
"revision": "834e0a2299402205f5bdca7a55e353bad71bab28",
|
|
@@ -414,6 +502,74 @@
|
|
|
414
502
|
],
|
|
415
503
|
"deviations": [],
|
|
416
504
|
"successor": null
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"revision": "7374d8c35deb68e77541525082fd94643494d802",
|
|
508
|
+
"reason": "Reviewed taskless living-contract completion and status-preserving released maintenance with paired controls; all 1,866 tests and self-guard passed with no accepted deviations.",
|
|
509
|
+
"evidence": [
|
|
510
|
+
"cli/commands/reconcile.mjs",
|
|
511
|
+
"cli/commands/retire.mjs",
|
|
512
|
+
"cli/commands/specs.mjs",
|
|
513
|
+
"cli/commands/sync.mjs",
|
|
514
|
+
"cli/docguard.mjs",
|
|
515
|
+
"cli/scanners/document-lifecycle.mjs",
|
|
516
|
+
"cli/scanners/lifecycle-context.mjs",
|
|
517
|
+
"cli/scanners/reconciliation.mjs",
|
|
518
|
+
"cli/scanners/requirement-evidence.mjs",
|
|
519
|
+
"cli/scanners/retirement-manifest.mjs",
|
|
520
|
+
"cli/scanners/spec-registry.mjs",
|
|
521
|
+
"cli/shared-sync-scope.mjs",
|
|
522
|
+
"cli/validators/traceability.mjs",
|
|
523
|
+
"cli/writers/file-transaction.mjs",
|
|
524
|
+
"cli/writers/spec-outcomes.mjs",
|
|
525
|
+
"docs-canonical/ARCHITECTURE.md",
|
|
526
|
+
"docs-canonical/DATA-MODEL.md",
|
|
527
|
+
"docs-canonical/REQUIREMENTS.md",
|
|
528
|
+
"docs-canonical/TEST-SPEC.md",
|
|
529
|
+
"tests/archive.test.mjs",
|
|
530
|
+
"tests/document-lifecycle.test.mjs",
|
|
531
|
+
"tests/file-transaction.test.mjs",
|
|
532
|
+
"tests/hooks-contract.test.mjs",
|
|
533
|
+
"tests/reconcile.test.mjs",
|
|
534
|
+
"tests/spec-completion.test.mjs",
|
|
535
|
+
"tests/spec-registry.test.mjs"
|
|
536
|
+
],
|
|
537
|
+
"deviations": [],
|
|
538
|
+
"successor": null
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"revision": "2a47de58f155f847b318f75267c43c2ee2828fd9",
|
|
542
|
+
"reason": "Durable post-merge review at 2a47de5: living-contract completion and released-maintenance behavior are anchored to main after R9's durable outcome; complete reconciliation and self-guard passed with no accepted deviations.",
|
|
543
|
+
"evidence": [
|
|
544
|
+
"cli/commands/reconcile.mjs",
|
|
545
|
+
"cli/commands/retire.mjs",
|
|
546
|
+
"cli/commands/specs.mjs",
|
|
547
|
+
"cli/commands/sync.mjs",
|
|
548
|
+
"cli/docguard.mjs",
|
|
549
|
+
"cli/scanners/document-lifecycle.mjs",
|
|
550
|
+
"cli/scanners/lifecycle-context.mjs",
|
|
551
|
+
"cli/scanners/reconciliation.mjs",
|
|
552
|
+
"cli/scanners/requirement-evidence.mjs",
|
|
553
|
+
"cli/scanners/retirement-manifest.mjs",
|
|
554
|
+
"cli/scanners/spec-registry.mjs",
|
|
555
|
+
"cli/shared-sync-scope.mjs",
|
|
556
|
+
"cli/validators/traceability.mjs",
|
|
557
|
+
"cli/writers/file-transaction.mjs",
|
|
558
|
+
"cli/writers/spec-outcomes.mjs",
|
|
559
|
+
"docs-canonical/ARCHITECTURE.md",
|
|
560
|
+
"docs-canonical/DATA-MODEL.md",
|
|
561
|
+
"docs-canonical/REQUIREMENTS.md",
|
|
562
|
+
"docs-canonical/TEST-SPEC.md",
|
|
563
|
+
"tests/archive.test.mjs",
|
|
564
|
+
"tests/document-lifecycle.test.mjs",
|
|
565
|
+
"tests/file-transaction.test.mjs",
|
|
566
|
+
"tests/hooks-contract.test.mjs",
|
|
567
|
+
"tests/reconcile.test.mjs",
|
|
568
|
+
"tests/spec-completion.test.mjs",
|
|
569
|
+
"tests/spec-registry.test.mjs"
|
|
570
|
+
],
|
|
571
|
+
"deviations": [],
|
|
572
|
+
"successor": null
|
|
417
573
|
}
|
|
418
574
|
]
|
|
419
575
|
}
|
|
@@ -453,7 +609,7 @@
|
|
|
453
609
|
"artifacts": [
|
|
454
610
|
{
|
|
455
611
|
"path": "specs/006-document-lifecycle/spec.md",
|
|
456
|
-
"digest": "sha256:
|
|
612
|
+
"digest": "sha256:d87fabd012d9e5e336cae6b80b4037ec429b5d9d826674c77fa036f65ed899f6"
|
|
457
613
|
},
|
|
458
614
|
{
|
|
459
615
|
"path": "specs/006-document-lifecycle/plan.md",
|
|
@@ -6145,6 +6145,60 @@
|
|
|
6145
6145
|
"related_bugs": [],
|
|
6146
6146
|
"occurrences": 1,
|
|
6147
6147
|
"last_seen": "2026-09-15T15:30:00.000Z"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"id": "bug-371",
|
|
6151
|
+
"timestamp": "2026-09-15T16:19:00.847Z",
|
|
6152
|
+
"error_message": "An evidence-complete living verification spec could not complete without a tasks.md ledger",
|
|
6153
|
+
"file": "cli/commands/specs.mjs",
|
|
6154
|
+
"root_cause": "Completion treated every persistence model as a one-time implementation plan and required task boxes even when a living contract had qualified evidence for every requirement",
|
|
6155
|
+
"fix": "Allow taskless completion only for living specs with complete qualified requirement evidence; retain strict non-empty complete ledgers for every declared task file and every other persistence model",
|
|
6156
|
+
"tags": [
|
|
6157
|
+
"spec-lifecycle",
|
|
6158
|
+
"living-spec",
|
|
6159
|
+
"stale-docs",
|
|
6160
|
+
"false-blocker"
|
|
6161
|
+
],
|
|
6162
|
+
"related_bugs": [],
|
|
6163
|
+
"occurrences": 1,
|
|
6164
|
+
"last_seen": "2026-09-15T16:19:00.847Z"
|
|
6165
|
+
},
|
|
6166
|
+
{
|
|
6167
|
+
"id": "bug-372",
|
|
6168
|
+
"timestamp": "2026-09-15T16:19:00.847Z",
|
|
6169
|
+
"error_message": "Released living specs could not record maintenance and completion would downgrade released to verified",
|
|
6170
|
+
"file": "cli/commands/specs.mjs",
|
|
6171
|
+
"root_cause": "The maintenance gate recognized only verified living specs and completeSpec unconditionally assigned verified after every transaction",
|
|
6172
|
+
"fix": "Accept verified and released living maintenance, emit status-preserving transitions, and preserve released delivery after a reviewed outcome",
|
|
6173
|
+
"tags": [
|
|
6174
|
+
"spec-lifecycle",
|
|
6175
|
+
"released",
|
|
6176
|
+
"maintenance",
|
|
6177
|
+
"status-regression"
|
|
6178
|
+
],
|
|
6179
|
+
"related_bugs": [
|
|
6180
|
+
"bug-371"
|
|
6181
|
+
],
|
|
6182
|
+
"occurrences": 1,
|
|
6183
|
+
"last_seen": "2026-09-15T16:19:00.847Z"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"id": "bug-373",
|
|
6187
|
+
"timestamp": "2026-09-15T16:21:14.288Z",
|
|
6188
|
+
"error_message": "The packed CLI version smoke test accepted any semantic version instead of the package version",
|
|
6189
|
+
"file": "tests/npm-pack-smoke.test.mjs",
|
|
6190
|
+
"root_cause": "The assertion used a generic docguard vX.Y.Z regular expression and could not detect a stale but well-formed version",
|
|
6191
|
+
"fix": "Read package.json from the extracted tarball and require exact equality with the extracted CLI --version output",
|
|
6192
|
+
"tags": [
|
|
6193
|
+
"release",
|
|
6194
|
+
"npm-pack",
|
|
6195
|
+
"version",
|
|
6196
|
+
"false-green",
|
|
6197
|
+
"test-quality"
|
|
6198
|
+
],
|
|
6199
|
+
"related_bugs": [],
|
|
6200
|
+
"occurrences": 1,
|
|
6201
|
+
"last_seen": "2026-09-15T16:21:14.288Z"
|
|
6148
6202
|
}
|
|
6149
6203
|
]
|
|
6150
6204
|
}
|
|
@@ -155,3 +155,6 @@
|
|
|
155
155
|
|
|
156
156
|
- **2026-09-14 — Agent-context benchmark integrity:** Comparative promotion is ineligible when any trial fails at the infrastructure layer; a zero-step service exit is not an agent outcome. Bind retained observations to the exact manifest, executor, analysis, selector, and fixture digests, and keep frozen fixtures unchanged after observation. If repository governance annotations would alter them, use a reviewed historical baseline for lifecycle reconciliation instead of rewriting the benchmark evidence.
|
|
157
157
|
- **2026-09-15 — Packed adoption is the release boundary.** Qualify the exact tarball through repository discovery, finding rendering, proposed remediation, and post-action verification on both clean and dirty disposable repositories. Component success and subprocess exit alone are insufficient. Compare source-status fingerprints before and after. Treat low-confidence absence as review evidence only; it must never authorize deletion, even under a force flag. Real-project replays classify warning quality and expose cross-validator composition that synthetic units miss.
|
|
158
|
+
|
|
159
|
+
- **2026-09-15 — Living-spec completion and durable evidence:** A living verification contract may omit `tasks.md` only when every requirement has qualified source/test evidence; declared empty or incomplete ledgers and all other persistence models still fail closed. Maintenance of released living specs must preserve `released → released`. Because squash changes the candidate commit, durable implementation outcomes are recorded in a post-merge transaction against reachable main history; generated outcome churn cannot qualify itself.
|
|
160
|
+
- **2026-09-15 — Packed version assertions:** A release smoke test that accepts any semantic version is a false-green. Execute the extracted tarball and compare `--version` exactly to that tarball's `package.json`; run registry installation probes from a fresh directory because `npx` inside the package checkout can select a stale local binary.
|
|
@@ -1333,3 +1333,4 @@
|
|
|
1333
1333
|
| 14:36 | Session end: 32 writes across 9 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 12 reads | ~71601 tok |
|
|
1334
1334
|
| 14:56 | Edited .github/workflows/release.yml | expanded (+53 lines) | ~845 |
|
|
1335
1335
|
| 14:56 | Edited README.md | expanded (+19 lines) | ~245 |
|
|
1336
|
+
| 12:18 | Fixed living-spec completion and released maintenance; merged PRs #398–#400; published and independently verified v0.41.1; removed 348 temp artifacts | specs lifecycle, registry, roadmap, release | 1,866 tests + Node 18/20/22/24 + OSV + all publication targets passed | ~43000 tok |
|
|
@@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.41.2] - 2026-09-15
|
|
11
|
+
|
|
12
|
+
Automated weekly release — batches everything merged since `v0.41.1`.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Require exact packed CLI version (#402)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Require the extracted npm package's `--version` output to equal its exact
|
|
22
|
+
packed `package.json` version, preventing a plausible but stale semantic
|
|
23
|
+
version from passing release smoke tests.
|
|
24
|
+
|
|
25
|
+
## [0.41.1] - 2026-09-15
|
|
26
|
+
|
|
27
|
+
Automated weekly release — batches everything merged since `v0.41.0`.
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Anchor lifecycle evidence to main (#400)
|
|
32
|
+
- Anchor R9 lifecycle evidence to main (#399)
|
|
33
|
+
- Fix living spec finalization and close R9 (#398)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Fixed
|
|
37
|
+
|
|
38
|
+
- Allow an evidence-complete living specification to finish without creating a
|
|
39
|
+
stale `tasks.md` solely for lifecycle bookkeeping, while continuing to reject
|
|
40
|
+
missing task ledgers for other persistence models and empty or incomplete
|
|
41
|
+
ledgers wherever they are declared. Released living contracts can record later
|
|
42
|
+
maintenance without downgrading their release state.
|
|
43
|
+
- Record the reviewed document-lifecycle maintenance outcome against its exact
|
|
44
|
+
source revision and qualified implementation/test evidence.
|
|
45
|
+
- Close roadmap milestone R9 after independently verifying every v0.41.0
|
|
46
|
+
publication target and record the adoption workflow's reviewed outcome without
|
|
47
|
+
creating a stale task ledger.
|
|
48
|
+
- Anchor the adoption workflow's final maintenance outcome to durable main commit
|
|
49
|
+
`2ff1baa` after the protected merge checks completed.
|
|
50
|
+
- Anchor the document-lifecycle maintenance outcome to durable main commit
|
|
51
|
+
`2a47de5`, completing the post-merge evidence chain.
|
|
52
|
+
|
|
10
53
|
## [0.41.0] - 2026-09-15
|
|
11
54
|
|
|
12
55
|
Automated weekly release — batches everything merged since `v0.40.5`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: docguard-cli
|
|
3
|
-
Version: 0.41.
|
|
3
|
+
Version: 0.41.2
|
|
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
|
|
@@ -13,28 +13,42 @@ structural score is useful, but it is not proof that arbitrary prose is true.
|
|
|
13
13
|
|
|
14
14
|
## Active roadmap
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
Qualify the same installed journey that an adopter or AI agent follows, including
|
|
21
|
-
existing repository state, rendered remediation, post-action verification, and
|
|
22
|
-
the packed documentation surface. Fail closed when diff coverage, lifecycle
|
|
23
|
-
evidence, or path resolution is incomplete. Add exact finding-code policy while
|
|
24
|
-
preserving intrinsic detector severity, and label structural maturity separately
|
|
25
|
-
from the combined readiness verdict.
|
|
26
|
-
|
|
27
|
-
Release evidence requires the complete test suite, frozen precision benchmark,
|
|
28
|
-
packed-package workflow, self-guard, and read-only replay against the reported
|
|
29
|
-
web and Python adopter repositories. The milestone moves to Delivered only after
|
|
30
|
-
those results are reviewed and the release artifacts are published.
|
|
16
|
+
No unreleased milestone is currently committed. New work starts with a reviewed
|
|
17
|
+
specification and measurable acceptance criteria rather than an evergreen task
|
|
18
|
+
list that can become stale.
|
|
31
19
|
|
|
32
20
|
## Delivered roadmap
|
|
33
21
|
|
|
34
|
-
R1–
|
|
22
|
+
R1–R9 are implemented, evidence-reviewed, and released. The maintained living
|
|
35
23
|
specifications remain current verification contracts; historical implementation
|
|
36
24
|
plans are recoverable from Git and do not create a second source of truth.
|
|
37
25
|
|
|
26
|
+
### R9 — Adoption workflow integrity (released in v0.41.0)
|
|
27
|
+
|
|
28
|
+
Governing spec: `specs/012-adoption-workflow-integrity/spec.md`.
|
|
29
|
+
|
|
30
|
+
The installed journey now covers existing repository state, rendered
|
|
31
|
+
remediation, post-action verification, and the packed documentation surface.
|
|
32
|
+
Incomplete diff coverage, lifecycle evidence, and path resolution fail closed.
|
|
33
|
+
Exact finding-code policy preserves intrinsic detector severity, and structural
|
|
34
|
+
maturity is reported separately from the combined readiness verdict.
|
|
35
|
+
|
|
36
|
+
- [x] Merge the reviewed implementation in PR #395 at `f925e40`.
|
|
37
|
+
- [x] Pass the complete 1,864-test release suite, frozen precision benchmark,
|
|
38
|
+
packed-package workflow, self-guard, and read-only web/Python adopter replays.
|
|
39
|
+
- [x] Pass the approved CI run `34989354122` and supply-chain run `34989355584`
|
|
40
|
+
for release PR #396.
|
|
41
|
+
- [x] Merge and tag v0.41.0 at `7ec6356`.
|
|
42
|
+
- [x] Complete publication run `34989969217` for npm, PyPI, GHCR, GitHub
|
|
43
|
+
Release, the Spec Kit extension ZIP, MCPB, and catalog sync.
|
|
44
|
+
- [x] Re-run the expanded 1,866-test suite while finalizing the living lifecycle
|
|
45
|
+
evidence, with no failures or accepted deviations.
|
|
46
|
+
|
|
47
|
+
This milestone intentionally has no `plan.md` or `tasks.md`. Its living spec and
|
|
48
|
+
qualified implementation/test links are the maintained verification contract;
|
|
49
|
+
the release history is retained in Git and `CHANGELOG.md` without leaving a
|
|
50
|
+
one-time plan in active AI context.
|
|
51
|
+
|
|
38
52
|
### R1 — Document lifecycle foundation (released in v0.37.0)
|
|
39
53
|
|
|
40
54
|
Give specifications and planning documents an explicit end of life.
|
|
@@ -57,7 +57,10 @@ function archiveReadiness(spec, targetVerified = false) {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
function completionTransition(spec) {
|
|
60
|
-
if (spec?.reviewed.lifecycle.
|
|
60
|
+
if (spec?.reviewed.lifecycle.persistenceModel === 'living'
|
|
61
|
+
&& ['verified', 'released'].includes(spec.reviewed.lifecycle.delivery)) {
|
|
62
|
+
return `${spec.reviewed.lifecycle.delivery}→${spec.reviewed.lifecycle.delivery}`;
|
|
63
|
+
}
|
|
61
64
|
return spec?.reviewed.lifecycle.delivery === 'in_progress'
|
|
62
65
|
? 'in_progress→implemented→verified'
|
|
63
66
|
: 'implemented→verified';
|
|
@@ -77,14 +80,22 @@ export function planSpecCompletion(projectDir, config, flags, options = {}) {
|
|
|
77
80
|
|
|
78
81
|
let reconcile = null;
|
|
79
82
|
if (spec) {
|
|
80
|
-
const maintenance = spec.reviewed.lifecycle.delivery
|
|
83
|
+
const maintenance = ['verified', 'released'].includes(spec.reviewed.lifecycle.delivery)
|
|
81
84
|
&& spec.reviewed.lifecycle.persistenceModel === 'living';
|
|
82
85
|
if (spec.reviewed.lifecycle.approval !== 'approved') blockers.push({ code: 'SPC002', message: 'Only an approved spec can become verified.' });
|
|
83
86
|
if (!['in_progress', 'implemented'].includes(spec.reviewed.lifecycle.delivery) && !maintenance) {
|
|
84
87
|
blockers.push({ code: 'SPC002', message: `Expected delivery=in_progress, implemented, or verified with persistenceModel=living; found ${spec.reviewed.lifecycle.delivery}/${spec.reviewed.lifecycle.persistenceModel || 'unset'}.` });
|
|
85
88
|
}
|
|
86
89
|
const tasks = spec.observed.taskCompletion;
|
|
87
|
-
|
|
90
|
+
const hasTaskLedger = spec.observed.artifacts.some(artifact => /(?:^|\/)tasks\.md$/i.test(artifact.path));
|
|
91
|
+
if (hasTaskLedger && (!tasks.total || tasks.checked !== tasks.total)) {
|
|
92
|
+
blockers.push({ code: 'SPC003', message: `All declared tasks must be checked (${tasks.checked}/${tasks.total}).` });
|
|
93
|
+
} else if (!hasTaskLedger && spec.reviewed.lifecycle.persistenceModel !== 'living') {
|
|
94
|
+
blockers.push({
|
|
95
|
+
code: 'SPC003',
|
|
96
|
+
message: 'Completion requires a task ledger unless the approved spec is a living verification contract with qualified evidence for every requirement.',
|
|
97
|
+
});
|
|
98
|
+
}
|
|
88
99
|
if (spec.observed.implementationEvidence.length === 0) blockers.push({ code: 'SPC004', message: 'At least one qualified source implementation annotation is required.' });
|
|
89
100
|
if (spec.observed.testEvidence.length === 0) blockers.push({ code: 'SPC004', message: 'At least one qualified test annotation is required.' });
|
|
90
101
|
const covered = new Set([...spec.observed.implementationEvidence, ...spec.observed.testEvidence].map(item => item.requirementId));
|
|
@@ -162,7 +173,7 @@ export function completeSpec(projectDir, config, flags, options = {}) {
|
|
|
162
173
|
successor: flags.successor || null,
|
|
163
174
|
};
|
|
164
175
|
const specContent = appendImplementationOutcome(readFileSync(specPath, 'utf8'), outcome);
|
|
165
|
-
spec.reviewed.lifecycle.delivery = 'verified';
|
|
176
|
+
if (spec.reviewed.lifecycle.delivery !== 'released') spec.reviewed.lifecycle.delivery = 'verified';
|
|
166
177
|
spec.reviewed.reconciliation.lastReviewedRevision = plan.revision;
|
|
167
178
|
spec.reviewed.reconciliation.outcomes = [...spec.reviewed.reconciliation.outcomes, outcome].slice(-20);
|
|
168
179
|
const artifact = spec.observed.artifacts.find(item => item.path === spec.path);
|
|
@@ -222,4 +222,4 @@ Requirement definitions are identified by immutable spec ID plus requirement ID
|
|
|
222
222
|
|
|
223
223
|
Validation, `trace --features`, and the spec registry share definition parsing and reference resolution. A qualified reference credits only its target document. Ambiguous bare references credit neither feature and produce a review finding for each unresolved definition. A wrong qualifier is an orphan reference and never falls back to a bare match. Registry completion evidence always requires an explicit spec ID or exact path qualifier, even when a bare ID is currently unique. Repeated mentions within one document do not create additional identities. Linkage remains evidence of a declaration, not proof of behavioral correctness.
|
|
224
224
|
|
|
225
|
-
Completion also supports reviewed maintenance of a verified living spec. It reconciles from the prior reviewed revision and appends a
|
|
225
|
+
Completion also supports reviewed maintenance of a verified or released living spec. It reconciles from the prior reviewed revision and appends a status-preserving outcome when a linked source, test, canonical document, or decision changed. Eligibility comes exclusively from those reviewable changes; generated registry, active-context, and implementation-outcome updates are excluded.
|
|
@@ -99,11 +99,12 @@ matching reminders as superseded.
|
|
|
99
99
|
Run `docguard reconcile --since <merge-base> --format json` when implementation
|
|
100
100
|
may have changed approved behavior outside the original Spec Kit flow. Review
|
|
101
101
|
unsupported files and intent-change classifications; write mode can refresh only
|
|
102
|
-
DocGuard-owned mechanical sections. After tasks, source and test
|
|
103
|
-
affected canonical docs are reviewed, run `docguard specs complete --id <spec-id>
|
|
102
|
+
DocGuard-owned mechanical sections. After declared tasks, source and test
|
|
103
|
+
evidence, and affected canonical docs are reviewed, run `docguard specs complete --id <spec-id>
|
|
104
104
|
--since <merge-base> --check` as the merge gate. Apply the same command with
|
|
105
105
|
`--write --reason "<reviewed outcome>"` on a clean controlled checkout to record
|
|
106
|
-
verification.
|
|
106
|
+
verification. A taskless living verification contract is eligible only when every
|
|
107
|
+
requirement has qualified evidence. Keep living specs current; archive only when the registry reports
|
|
107
108
|
that the selected persistence model is ready.
|
|
108
109
|
|
|
109
110
|
## Recipe 4 — Score (track CDD maturity over time)
|
|
@@ -151,16 +151,20 @@ duplicate identities, and archive/storage contradictions fail closed. The
|
|
|
151
151
|
output omits timestamps and sorts unordered collections, so `specs --check`
|
|
152
152
|
can compare a byte-stable result in CI.
|
|
153
153
|
|
|
154
|
-
`docguard specs complete` requires a clean Git revision,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
154
|
+
`docguard specs complete` requires a clean Git revision, coverage for every
|
|
155
|
+
requirement through qualified implementation or test evidence, existing affected
|
|
156
|
+
canonical documents, a supported reconciliation plan, and a guard result without
|
|
157
|
+
errors. Declared task ledgers must be non-empty and fully checked. An approved
|
|
158
|
+
`living` verification contract may omit the task ledger because its qualified
|
|
159
|
+
requirement evidence is the durable completion proof; other persistence models
|
|
160
|
+
still require one. Its staged transaction updates the bounded outcome,
|
|
158
161
|
registry, feature-spec outcome index, and `.docguard/current-context.json` as one
|
|
159
162
|
validated set. The context file contains pointers and content hashes rather than
|
|
160
|
-
copying governing prose, and excludes every retired spec. A verified
|
|
161
|
-
can append a maintenance outcome
|
|
162
|
-
source, test, canonical document, or decision changed after the last
|
|
163
|
-
revision. Generated registry and outcome updates do not satisfy that
|
|
163
|
+
copying governing prose, and excludes every retired spec. A verified or released
|
|
164
|
+
living spec can append a status-preserving maintenance outcome only when a new
|
|
165
|
+
linked source, test, canonical document, or decision changed after the last
|
|
166
|
+
reviewed revision. Generated registry and outcome updates do not satisfy that
|
|
167
|
+
gate.
|
|
164
168
|
|
|
165
169
|
## Task Context Packet
|
|
166
170
|
|
|
@@ -3,7 +3,7 @@ schema_version: "1.0"
|
|
|
3
3
|
extension:
|
|
4
4
|
id: "docguard"
|
|
5
5
|
name: "DocGuard — CDD Enforcement"
|
|
6
|
-
version: "0.41.
|
|
6
|
+
version: "0.41.2"
|
|
7
7
|
description: "Documentation integrity for AI-assisted repositories: lifecycle registry, drift validation, traceability, safe archival, SARIF/JUnit, MCP, GitHub Actions, and Spec Kit hooks."
|
|
8
8
|
author: "Ricardo Accioly"
|
|
9
9
|
repository: "https://github.com/raccioly/docguard"
|
|
@@ -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.41.
|
|
9
|
+
version: 0.41.2
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-fix
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.41.
|
|
12
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
10
|
+
version: 0.41.2
|
|
11
11
|
source: extensions/spec-kit-docguard/skills/docguard-guard
|
|
12
12
|
---
|
|
13
|
-
<!-- docguard:version: 0.41.
|
|
13
|
+
<!-- docguard:version: 0.41.2 -->
|
|
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.41.
|
|
9
|
+
version: 0.41.2
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-review
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.41.
|
|
12
|
+
<!-- docguard:version: 0.41.2 -->
|
|
13
13
|
|
|
14
14
|
# DocGuard Review Skill
|
|
15
15
|
|