docguard-cli 0.34.4__tar.gz → 0.34.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.34.4/extensions/spec-kit-docguard → docguard_cli-0.34.5/.agent}/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.34.4/extensions/spec-kit-docguard → docguard_cli-0.34.5/.agent}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.34.4/extensions/spec-kit-docguard → docguard_cli-0.34.5/.agent}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/auto-merge.yml +19 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/release.yml +37 -1
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/scheduled-release.yml +37 -3
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/anatomy.md +6 -6
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/buglog.json +80 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/_session.json +67 -7
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/memory.md +16 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/token-ledger.json +854 -7
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/CHANGELOG.md +11 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/PKG-INFO +1 -1
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/extension.yml +1 -1
- {docguard_cli-0.34.4/.agent → docguard_cli-0.34.5/extensions/spec-kit-docguard}/skills/docguard-fix/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/skills/docguard-guard/SKILL.md +2 -2
- {docguard_cli-0.34.4/.agent → docguard_cli-0.34.5/extensions/spec-kit-docguard}/skills/docguard-review/SKILL.md +2 -2
- {docguard_cli-0.34.4/.agent → docguard_cli-0.34.5/extensions/spec-kit-docguard}/skills/docguard-score/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/skills/docguard-sync/SKILL.md +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/package-lock.json +2 -2
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/package.json +1 -1
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/pyproject.toml +1 -1
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/commands.test.mjs +20 -3
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/docguard.fix.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/docguard.guard.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/docguard.review.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/docguard.score.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.analyze.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.checklist.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.clarify.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.constitution.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.implement.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.plan.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.specify.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.tasks.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/commands/speckit.taskstoissues.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-analyze/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-checklist/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-clarify/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-constitution/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-implement/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-plan/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-specify/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-tasks/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.agent/skills/speckit-taskstoissues/SKILL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.claude/rules/openwolf.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.claude/settings.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.docguard.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.docguardignore +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/ISSUE_TEMPLATE/docguard-feedback.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/dependabot.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/scripts/speckit-submission.py +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/ci.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/jules-triage.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/supply-chain.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.github/workflows/sync-speckit-catalog.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.gitignore +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.jules/bolt.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.jules/palette.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.jules/sentinel.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.jules-setup.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.npmignore +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.npmrc +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.pre-commit-hooks.yaml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/extensions/.cache/catalog-ebf165086500aab1-metadata.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/extensions/.cache/catalog-ebf165086500aab1.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/extensions/.cache/catalog-metadata.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/extensions/.cache/catalog.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/init-options.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/memory/constitution.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/scripts/bash/check-prerequisites.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/scripts/bash/common.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/scripts/bash/create-new-feature.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/scripts/bash/setup-plan.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/scripts/bash/update-agent-context.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/agent-file-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/checklist-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/constitution-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/plan-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/spec-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.specify/templates/tasks-template.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/OPENWOLF.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/cerebrum.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/config.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/cron-manifest.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/cron-state.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/daemon.log +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/designqc-report.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/_wrap_up_nudged +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/package.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/post-read.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/post-write.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/pre-read.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/pre-write.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/session-start.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/shared.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/hooks/stop.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/identity.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/reframe-frameworks.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/.wolf/suggestions.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/AGENTS.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/CLAUDE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/CODE_OF_CONDUCT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/COMPARISONS.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/CONTRIBUTING.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/DRIFT-LOG.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/Dockerfile +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/LICENSE +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/PHILOSOPHY.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/PRIVACY.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/README.es.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/README.pt-BR.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/ROADMAP.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/SECURITY.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/STANDARD.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/SUPPLY-CHAIN-AUDIT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/SUPPORT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/VALIDATION.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/action.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/assets/bin/docguard +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/assets/demo.gif +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/assets/demo.tape +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/assets/docguard-logo.png +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/agent.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/agents.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/badge.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/ci.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/demo.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/diagnose.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/diff.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/explain.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/feedback.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/fix.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/generate.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/guard.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/hooks.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/impact.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/init.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/llms.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/mcp.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/memory.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/publish.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/report.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/score.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/setup.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/sync-tests.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/trace.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/upgrade.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/verify.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/commands/watch.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/config.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/docguard.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/ensure-skills.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/findings.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/agent-readability.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/api-doc.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/cdk.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/doc-tools.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/frontend.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/iac.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/instruction-audit.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/integrations.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/inventory.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/js-ast.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/memory-plan.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/project-type.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/py-ast.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/routes.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/schemas.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/semantic-claims.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/scanners/speckit.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-diff.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-git.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-ignore.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-ir.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-source.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared-trace-patterns.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/shared.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validator-markers.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/api-doc-smells.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/api-surface.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/architecture.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/canonical-sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/changelog.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/cross-reference.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/diff-suspicion.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/doc-quality.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/docs-coverage.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/docs-diff.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/docs-sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/drift.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/environment.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/freshness.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/generated-staleness.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/metadata-sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/metrics-consistency.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/reference-existence.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/schema-sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/security.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/spec-kit.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/structure.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/surface-sync.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/test-spec.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/todo-tracking.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/validators/traceability.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/api-reference.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/baseline.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/doc-generators.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/fix-memory.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/generate-io.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/history.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/junit.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/mechanical.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/sarif.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/cli/writers/sections.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/commands/docguard.fix.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/commands/docguard.guard.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/commands/docguard.review.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/commands/docguard.score.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/configs/fastify.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/configs/generic.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/configs/nextjs.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/configs/python.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docguard_cli/__init__.py +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docguard_cli/wrapper.py +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/ai-integration.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/commands.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/configuration.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/doc-sections.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/faq.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/installation.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/profiles.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs/quickstart.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/CI-RECIPES.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/REQUIREMENTS.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/SURFACE-AUDIT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/docs-implementation/MIGRATION-v0.20.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/01-express-api/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/01-express-api/package.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/01-express-api/server.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/02-python-flask/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/02-python-flask/app.py +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/02-python-flask/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/02-python-flask/requirements.txt +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/CHANGELOG.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/package.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/src/index.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/tasks.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/03-spec-kit-project/tests/basic.test.js +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/examples/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/LICENSE +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/diagnose.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/fix.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/generate.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/guard.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/init.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/score.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/sync.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/commands/trace.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/scripts/bash/common.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/scripts/bash/docguard-check-docs.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/scripts/bash/docguard-init-doc.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/scripts/bash/docguard-suggest-fix.sh +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/templates/extensions.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/templates/github-workflows/docguard-autofix.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/extensions/spec-kit-docguard/templates/github-workflows/docguard-guard.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/glama.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/llms-full.txt +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/llms.txt +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/mcpb/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/mcpb/manifest.template.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/packaging/homebrew/docguard.rb +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/packaging/submissions.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/schemas/docguard-config.schema.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/server.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/smithery.yaml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/001-fix-ignore-validators/plan.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/001-fix-ignore-validators/spec.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/001-fix-ignore-validators/tasks.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/002-fix-test-discovery/plan.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/002-fix-test-discovery/spec.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/002-fix-test-discovery/tasks.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/003-v011-false-positives/plan.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/003-v011-false-positives/spec.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/003-v011-false-positives/tasks.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/004-v020-env-var-false-negative/spec.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/specs/005-hugocross-next-bugs/spec.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ADR.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/AGENTS.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ARCHITECTURE.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/CHANGELOG.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/CURRENT-STATE.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/DATA-MODEL.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/DEPLOYMENT.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/DRIFT-LOG.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ENVIRONMENT.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/KNOWN-GOTCHAS.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/REQUIREMENTS.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ROADMAP.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/RUNBOOKS.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/SECURITY.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/TEST-SPEC.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/TROUBLESHOOTING.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/VENDOR-BUGS.md.template +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ci/github-actions.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/ci/gitlab-component.yml +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/commands/docguard.fix.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/commands/docguard.guard.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/commands/docguard.init.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/commands/docguard.review.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/commands/docguard.update.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/.docguard.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/.env.example +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/AGENTS.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/CHANGELOG.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/DRIFT-LOG.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/README.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/API-REFERENCE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/ARCHITECTURE.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/DATA-MODEL.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/ENVIRONMENT.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/SECURITY.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/docs-canonical/TEST-SPEC.md +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/package.json +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/src/api.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/src/notifier.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/src/scheduler.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/templates/demo-fixture/src/worker.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/agent-readability.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/agent.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/agents-command.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/agents-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/anchor-autofix.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/api-doc-smells.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/api-doc.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/api-surface.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/api-write.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/architecture.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/b7-node-env-symmetry.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/backup-failure.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/badge.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/baseline.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/canonical-docs-nested-phase2.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/canonical-docs-nested.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/canonical-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/cdk-detection.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/changed-only-scoping.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/changed-only.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/changelog.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/cross-reference.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/demo-command.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/diff-suspicion.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/doc-quality.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/doc-section-synonyms.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/docguardignore.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/docs-coverage.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/docs-diff.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/docs-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/drift.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/ensure-skills-idempotent.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/env-schema-detection.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/environment.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/explain-coverage.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/field-report-2-cli.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/field-report-3-deferred.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/field-report-3.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/fix-memory.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/fix-suppression.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/fixture-projects.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/freshness.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/frontend-deep.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/frontend.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/generate-io.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/generated-staleness.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/guard-classify.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/guard-no-throw.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/history.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/hooks.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/i18n.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/impact.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/init-smart-detection.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/instruction-audit.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/integrations.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/inventory.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/js-ast.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/junit.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/llms-full-pack.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/mcp-http.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/mcp.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/mechanical.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/memory-plan.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/metadata-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/metrics-consistency.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/metrics-dedup.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/monorepo-scanning.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/multi-spec.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/npm-pack-smoke.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/nudge-hook.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/openapi-parse-honesty.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/patch-0.11.2.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/plan-disk-cache.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/profile-flag.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/project-type.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/py-ast.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/reference-existence.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/regenerate-section.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/report.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/routes-express-mounts.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/routes-fastify.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/routes-multilang.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/routes-nextjs-app-router.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/sarif.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/schema-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/schemas-multilang.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/schemas.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/scoping-extended.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/score-suggestions.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/section-na-markers.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/sections.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/security-init-injection.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/security.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/severity.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/shared-diff.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/shared-git.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/shared-ignore-functions.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/shared-ir.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/shared-source.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/speckit-bugfix.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/speckit-phantom.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/starter-scaffold.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/stress-test.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/structure.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/surface-sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/sweep-nudge.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/sync-since.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/sync.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/test-spec.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/todo-tracking.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/trace-features.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/trace-multilang.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/trace-reverse.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/traceability-ir.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/traceability.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/upgrade-pr-e2e.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/upgrade-pr.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/upgrade.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/v020-consolidation.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/validator-markers.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/validator-naming.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/verify-change-context.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/version-pin.test.mjs +0 -0
- {docguard_cli-0.34.4 → docguard_cli-0.34.5}/tests/whats-new.test.mjs +0 -0
|
@@ -6,10 +6,10 @@ description: AI-driven documentation repair with structured research workflow, t
|
|
|
6
6
|
compatibility: Requires DocGuard CLI installed (npm i -g docguard-cli or npx docguard-cli)
|
|
7
7
|
metadata:
|
|
8
8
|
author: docguard
|
|
9
|
-
version: 0.34.
|
|
9
|
+
version: 0.34.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-fix
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.34.
|
|
12
|
+
<!-- docguard:version: 0.34.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.34.
|
|
10
|
+
version: 0.34.5
|
|
11
11
|
source: extensions/spec-kit-docguard/skills/docguard-guard
|
|
12
12
|
---
|
|
13
|
-
<!-- docguard:version: 0.34.
|
|
13
|
+
<!-- docguard:version: 0.34.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.34.
|
|
9
|
+
version: 0.34.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-review
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.34.
|
|
12
|
+
<!-- docguard:version: 0.34.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.34.
|
|
9
|
+
version: 0.34.5
|
|
10
10
|
source: extensions/spec-kit-docguard/skills/docguard-score
|
|
11
11
|
---
|
|
12
|
-
<!-- docguard:version: 0.34.
|
|
12
|
+
<!-- docguard:version: 0.34.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.34.
|
|
7
|
+
version: 0.34.5
|
|
8
8
|
source: extensions/spec-kit-docguard/skills/docguard-sync
|
|
9
9
|
---
|
|
10
|
-
<!-- docguard:version: 0.34.
|
|
10
|
+
<!-- docguard:version: 0.34.5 -->
|
|
11
11
|
|
|
12
12
|
# DocGuard Sync Skill
|
|
13
13
|
|
|
@@ -56,7 +56,8 @@ jobs:
|
|
|
56
56
|
|
|
57
57
|
const BOT_DEPENDABOT = 'dependabot[bot]';
|
|
58
58
|
const BOT_JULES = 'google-labs-jules[bot]';
|
|
59
|
-
|
|
59
|
+
const BOT_ACTIONS = 'github-actions[bot]';
|
|
60
|
+
if (![BOT_DEPENDABOT, BOT_JULES, BOT_ACTIONS].includes(author)) {
|
|
60
61
|
core.info(`#${num} authored by ${author} (not a handled bot) — leaving alone.`);
|
|
61
62
|
return;
|
|
62
63
|
}
|
|
@@ -96,7 +97,23 @@ jobs:
|
|
|
96
97
|
});
|
|
97
98
|
const paths = files.map((f) => f.filename);
|
|
98
99
|
|
|
99
|
-
if (author ===
|
|
100
|
+
if (author === BOT_ACTIONS) {
|
|
101
|
+
// Release PRs cut by scheduled-release.yml. Tightly constrained:
|
|
102
|
+
// must come from a release/ branch and touch ONLY the version +
|
|
103
|
+
// changelog + generated extension metadata. Anything else under
|
|
104
|
+
// this bot's name is not something we cut, so hold it.
|
|
105
|
+
if (!pr.head.ref.startsWith('release/')) {
|
|
106
|
+
await hold('needs-review', `an automated PR from a non-\`release/\` branch (\`${pr.head.ref}\`).`);
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
const ALLOWED = /^(package(-lock)?\.json|CHANGELOG\.md|extensions\/|\.agent\/)/;
|
|
110
|
+
const unexpected = paths.filter((p) => !ALLOWED.test(p));
|
|
111
|
+
if (unexpected.length) {
|
|
112
|
+
await hold('needs-review', `a release PR touching unexpected files:\n${unexpected.map((p) => `- \`${p}\``).join('\n')}`);
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
core.info(`#${num} automated release PR (${pr.head.ref}) — eligible.`);
|
|
116
|
+
} else if (author === BOT_DEPENDABOT) {
|
|
100
117
|
// Version delta from the title: "bump X from 1.2.3 to 1.2.4"
|
|
101
118
|
const m = /from (\d+)\.(\d+)\.(\d+)\S* to (\d+)\.(\d+)\.(\d+)/.exec(pr.title || '');
|
|
102
119
|
if (!m) { await hold('needs-review', 'could not parse the version delta from the PR title.'); return; }
|
|
@@ -204,7 +204,16 @@ jobs:
|
|
|
204
204
|
- uses: actions/setup-node@v7
|
|
205
205
|
with:
|
|
206
206
|
node-version: 20
|
|
207
|
-
registry-url
|
|
207
|
+
# DELIBERATELY NO `registry-url`. setup-node's registry-url writes an
|
|
208
|
+
# .npmrc containing:
|
|
209
|
+
# //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
|
|
210
|
+
# With NODE_AUTH_TOKEN removed (Trusted Publishing), that expands to
|
|
211
|
+
# an EMPTY token. npm then takes the token-auth path holding no token
|
|
212
|
+
# and 404s, never attempting the OIDC exchange at all. v0.34.4 failed
|
|
213
|
+
# exactly this way: npm@11 installed fine, provenance signed fine, no
|
|
214
|
+
# OIDC notice in the log, then "404 ... could not be found or you do
|
|
215
|
+
# not have permission". npm defaults to registry.npmjs.org anyway, so
|
|
216
|
+
# dropping this loses nothing.
|
|
208
217
|
|
|
209
218
|
# Trusted Publishing (OIDC) needs npm CLI >= 11.5.0; Node 20's bundled
|
|
210
219
|
# npm predates that, so self-update first. Pinned to the 11.x line
|
|
@@ -223,6 +232,33 @@ jobs:
|
|
|
223
232
|
# same way; a short-lived token is minted per run.
|
|
224
233
|
- run: npm install -g npm@11
|
|
225
234
|
|
|
235
|
+
# Fail LOUDLY if anything put an auth token back in the npm config.
|
|
236
|
+
# A stray (even empty) _authToken silently routes npm away from OIDC and
|
|
237
|
+
# the only symptom is a generic 404 that reads like a missing package --
|
|
238
|
+
# it cost four releases (v0.34.1 through v0.34.4) to identify. Better to
|
|
239
|
+
# break here with a clear message than to publish-fail cryptically again.
|
|
240
|
+
- name: Assert no npm auth token is configured (OIDC must be the path)
|
|
241
|
+
run: |
|
|
242
|
+
npm --version
|
|
243
|
+
# NOTE: `npm config get <key>` refuses on auth keys ("protected") and
|
|
244
|
+
# `npm config list --json` omits them entirely, so neither can be used
|
|
245
|
+
# to detect this. Grep the actual .npmrc files instead.
|
|
246
|
+
USERCONFIG=$(npm config list | sed -n 's/^userconfig = "\(.*\)"$/\1/p')
|
|
247
|
+
HITS=""
|
|
248
|
+
for f in "$USERCONFIG" ".npmrc" "$HOME/.npmrc"; do
|
|
249
|
+
if [ -n "$f" ] && [ -f "$f" ] && grep -qE '_authToken|_auth[[:space:]]*=' "$f"; then
|
|
250
|
+
HITS="$HITS $f"
|
|
251
|
+
fi
|
|
252
|
+
done
|
|
253
|
+
if [ -n "$HITS" ]; then
|
|
254
|
+
echo "::error::npm auth token found in:$HITS"
|
|
255
|
+
echo "::error::Even an EMPTY _authToken routes npm to token auth and skips OIDC/Trusted Publishing —"
|
|
256
|
+
echo "::error::the only symptom is a generic 404 that reads like a missing package."
|
|
257
|
+
echo "::error::Remove registry-url from setup-node and any NODE_AUTH_TOKEN from this job."
|
|
258
|
+
exit 1
|
|
259
|
+
fi
|
|
260
|
+
echo "No auth token configured — npm will use OIDC (Trusted Publishing)."
|
|
261
|
+
|
|
226
262
|
- name: Publish (with provenance)
|
|
227
263
|
run: npm publish --provenance
|
|
228
264
|
|
|
@@ -124,14 +124,48 @@ jobs:
|
|
|
124
124
|
npm test
|
|
125
125
|
node cli/docguard.mjs guard || [ $? -eq 2 ]
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
# Two stacked constraints make a direct `git push origin HEAD:main`
|
|
128
|
+
# impossible here, so this opens a PR instead:
|
|
129
|
+
#
|
|
130
|
+
# 1. main requires a pull request. github-actions[bot] is not an admin
|
|
131
|
+
# and has no bypass, so a direct push is rejected outright.
|
|
132
|
+
# 2. A PR opened with GITHUB_TOKEN does NOT trigger further workflow
|
|
133
|
+
# runs (GitHub's loop guard). So ci.yml would never fire on it, the
|
|
134
|
+
# required test (18/20/22/24) checks would never report, and the PR
|
|
135
|
+
# would sit forever on "Expected — waiting for status to be
|
|
136
|
+
# reported" — unmergeable.
|
|
137
|
+
#
|
|
138
|
+
# So: push a branch (unprotected), open the PR, then explicitly dispatch
|
|
139
|
+
# ci.yml against that branch so the checks DO report on its head SHA.
|
|
140
|
+
# auto-merge.yml then merges it once all four legs are green, and the
|
|
141
|
+
# resulting package.json change on main triggers release.yml to publish.
|
|
142
|
+
- name: Open release PR and kick off its CI
|
|
128
143
|
if: steps.check.outputs.changed == 'true'
|
|
144
|
+
env:
|
|
145
|
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
129
146
|
run: |
|
|
147
|
+
BRANCH="release/v${NEW_VERSION}"
|
|
130
148
|
git config user.name "github-actions[bot]"
|
|
131
149
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
150
|
+
git checkout -b "$BRANCH"
|
|
132
151
|
git add package.json package-lock.json CHANGELOG.md extensions/ .agent/ 2>/dev/null || true
|
|
133
152
|
git commit -m "release: v${NEW_VERSION} — automated weekly batch
|
|
134
153
|
|
|
135
154
|
Cut by .github/workflows/scheduled-release.yml. Publishing itself is
|
|
136
|
-
handled by release.yml, which triggers
|
|
137
|
-
git push origin
|
|
155
|
+
handled by release.yml, which triggers once this lands on main."
|
|
156
|
+
git push origin "$BRANCH"
|
|
157
|
+
|
|
158
|
+
gh pr create \
|
|
159
|
+
--base main \
|
|
160
|
+
--head "$BRANCH" \
|
|
161
|
+
--title "release: v${NEW_VERSION} — automated weekly batch" \
|
|
162
|
+
--body "Automated weekly release cut by \`scheduled-release.yml\`.
|
|
163
|
+
|
|
164
|
+
Batches everything merged since \`${{ steps.check.outputs.last_tag }}\`. Tests and \`guard\` already passed on this tree before the PR was opened; CI is dispatched separately below so the required checks report (a GITHUB_TOKEN-opened PR does not trigger workflows on its own).
|
|
165
|
+
|
|
166
|
+
Once green, \`auto-merge.yml\` merges this, and the \`package.json\` change triggers \`release.yml\` to tag and publish."
|
|
167
|
+
|
|
168
|
+
# Required checks must actually report on this SHA or the PR can
|
|
169
|
+
# never merge -- see constraint 2 above.
|
|
170
|
+
gh workflow run ci.yml --ref "$BRANCH"
|
|
171
|
+
echo "Opened $BRANCH and dispatched CI."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# anatomy.md
|
|
2
2
|
|
|
3
|
-
> Auto-maintained by OpenWolf. Last scanned: 2026-09-11T15:
|
|
3
|
+
> Auto-maintained by OpenWolf. Last scanned: 2026-09-11T15:50:08.916Z
|
|
4
4
|
> Files: 707 tracked | Anatomy hits: 0 | Misses: 0
|
|
5
5
|
|
|
6
6
|
## ../../../../../../../tmp/
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
- `.pre-commit-hooks.yaml` — DocGuard hooks for the pre-commit framework (https://pre-commit.com). (~490 tok)
|
|
30
30
|
- `action.yml` — Declares fs (~7591 tok)
|
|
31
31
|
- `AGENTS.md` — AI Agent Instructions — DocGuard (~1827 tok)
|
|
32
|
-
- `CHANGELOG.md` — Changelog (~
|
|
32
|
+
- `CHANGELOG.md` — Changelog (~53296 tok)
|
|
33
33
|
- `CLAUDE.md` — OpenWolf (~57 tok)
|
|
34
34
|
- `CODE_OF_CONDUCT.md` — Contributor Covenant Code of Conduct (~532 tok)
|
|
35
35
|
- `COMPARISONS.md` — Comparisons & Honest Limitations (~3382 tok)
|
|
@@ -959,11 +959,11 @@
|
|
|
959
959
|
|
|
960
960
|
## .github/workflows/
|
|
961
961
|
|
|
962
|
-
- `auto-merge.yml` — CI: Auto-merge (green bot PRs) (~
|
|
962
|
+
- `auto-merge.yml` — CI: Auto-merge (green bot PRs) (~2234 tok)
|
|
963
963
|
- `ci.yml` — CI: DocGuard CI (~1843 tok)
|
|
964
964
|
- `jules-triage.yml` — CI: Jules PR Triage (~1635 tok)
|
|
965
|
-
- `release.yml` — CI: Auto Release — Tag, GitHub Release, npm, PyPI (~
|
|
966
|
-
- `scheduled-release.yml` — CI: Scheduled Release (~
|
|
965
|
+
- `release.yml` — CI: Auto Release — Tag, GitHub Release, npm, PyPI (~4892 tok)
|
|
966
|
+
- `scheduled-release.yml` — CI: Scheduled Release (~2099 tok)
|
|
967
967
|
- `sync-speckit-catalog.yml` — CI: Prepare Spec Kit Catalog Submission (Manual) (~1385 tok)
|
|
968
968
|
|
|
969
969
|
## .jules/
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
- `canonical-docs-nested-phase2.test.mjs` — Phase 2 of the nested-canonical-docs fix: the remaining 14 sites found (~1482 tok)
|
|
1117
1117
|
- `canonical-docs-nested.test.mjs` — Regression: canonical docs in SUBFOLDERS must be seen by every consumer. (~2028 tok)
|
|
1118
1118
|
- `changelog.test.mjs` — Exports x, x (~1315 tok)
|
|
1119
|
-
- `commands.test.mjs` — DocGuard CLI Tests — Tests all commands and flags (~
|
|
1119
|
+
- `commands.test.mjs` — DocGuard CLI Tests — Tests all commands and flags (~10729 tok)
|
|
1120
1120
|
- `cross-reference.test.mjs` — Cross-Reference Validator — K-7 / S-8 (~4060 tok)
|
|
1121
1121
|
- `ensure-skills-idempotent.test.mjs` — v0.24 — Skill install is idempotent (field report, Issue D). (~1133 tok)
|
|
1122
1122
|
- `field-report-3-deferred.test.mjs` — v0.28 — the detection-gap items deferred from LLM field report #3. (~3325 tok)
|
|
@@ -4624,6 +4624,86 @@
|
|
|
4624
4624
|
"related_bugs": [],
|
|
4625
4625
|
"occurrences": 1,
|
|
4626
4626
|
"last_seen": "2026-09-11T15:34:41.023Z"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"id": "bug-280",
|
|
4630
|
+
"timestamp": "2026-09-11T15:44:51.130Z",
|
|
4631
|
+
"error_message": "Significant refactor of ",
|
|
4632
|
+
"file": ".github/workflows/release.yml",
|
|
4633
|
+
"root_cause": "9 lines replaced/restructured",
|
|
4634
|
+
"fix": "Rewrote 16→21 lines (9 removed)",
|
|
4635
|
+
"tags": [
|
|
4636
|
+
"auto-detected",
|
|
4637
|
+
"refactor",
|
|
4638
|
+
"yml"
|
|
4639
|
+
],
|
|
4640
|
+
"related_bugs": [],
|
|
4641
|
+
"occurrences": 1,
|
|
4642
|
+
"last_seen": "2026-09-11T15:44:51.130Z"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"id": "bug-281",
|
|
4646
|
+
"timestamp": "2026-09-11T15:45:19.623Z",
|
|
4647
|
+
"error_message": "Significant refactor of ",
|
|
4648
|
+
"file": ".github/workflows/scheduled-release.yml",
|
|
4649
|
+
"root_cause": "3 lines replaced/restructured",
|
|
4650
|
+
"fix": "Rewrote 11→45 lines (3 removed)",
|
|
4651
|
+
"tags": [
|
|
4652
|
+
"auto-detected",
|
|
4653
|
+
"refactor",
|
|
4654
|
+
"yml"
|
|
4655
|
+
],
|
|
4656
|
+
"related_bugs": [],
|
|
4657
|
+
"occurrences": 1,
|
|
4658
|
+
"last_seen": "2026-09-11T15:45:19.623Z"
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"id": "bug-282",
|
|
4662
|
+
"timestamp": "2026-09-11T15:45:32.759Z",
|
|
4663
|
+
"error_message": "Wrong condition in logic",
|
|
4664
|
+
"file": ".github/workflows/auto-merge.yml",
|
|
4665
|
+
"root_cause": "Condition was: if (author === BOT_DEPENDABOT)",
|
|
4666
|
+
"fix": "Changed to: if (author === BOT_ACTIONS)",
|
|
4667
|
+
"tags": [
|
|
4668
|
+
"auto-detected",
|
|
4669
|
+
"logic-fix",
|
|
4670
|
+
"yml"
|
|
4671
|
+
],
|
|
4672
|
+
"related_bugs": [],
|
|
4673
|
+
"occurrences": 1,
|
|
4674
|
+
"last_seen": "2026-09-11T15:45:32.759Z"
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"id": "bug-283",
|
|
4678
|
+
"timestamp": "2026-09-11T15:49:08.791Z",
|
|
4679
|
+
"error_message": "Significant refactor of ",
|
|
4680
|
+
"file": "tests/commands.test.mjs",
|
|
4681
|
+
"root_cause": "3 lines replaced/restructured",
|
|
4682
|
+
"fix": "Rewrote 8→25 lines (3 removed)",
|
|
4683
|
+
"tags": [
|
|
4684
|
+
"auto-detected",
|
|
4685
|
+
"refactor",
|
|
4686
|
+
"mjs"
|
|
4687
|
+
],
|
|
4688
|
+
"related_bugs": [],
|
|
4689
|
+
"occurrences": 1,
|
|
4690
|
+
"last_seen": "2026-09-11T15:49:08.791Z"
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"id": "bug-284",
|
|
4694
|
+
"timestamp": "2026-09-11T15:50:08.928Z",
|
|
4695
|
+
"error_message": "Incorrect value in code",
|
|
4696
|
+
"file": "CHANGELOG.md",
|
|
4697
|
+
"root_cause": "Had `scheduled-release.yml`",
|
|
4698
|
+
"fix": "Changed to `tests/commands.test.mjs`",
|
|
4699
|
+
"tags": [
|
|
4700
|
+
"auto-detected",
|
|
4701
|
+
"wrong-value",
|
|
4702
|
+
"md"
|
|
4703
|
+
],
|
|
4704
|
+
"related_bugs": [],
|
|
4705
|
+
"occurrences": 1,
|
|
4706
|
+
"last_seen": "2026-09-11T15:50:08.928Z"
|
|
4627
4707
|
}
|
|
4628
4708
|
]
|
|
4629
4709
|
}
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"count": 3,
|
|
22
22
|
"tokens": 4114,
|
|
23
23
|
"first_read": "2026-09-11T15:15:37.248Z"
|
|
24
|
+
},
|
|
25
|
+
"/private/tmp/claude-501/-Users-ricardoaccioly-Repo-claude-canonical-spec-kit/25ac0636-5765-49fe-a808-dd97dc825b30/tasks/bcylzwtls.output": {
|
|
26
|
+
"count": 1,
|
|
27
|
+
"tokens": 0,
|
|
28
|
+
"first_read": "2026-09-11T15:48:05.168Z"
|
|
24
29
|
}
|
|
25
30
|
},
|
|
26
31
|
"files_written": [
|
|
@@ -113,21 +118,76 @@
|
|
|
113
118
|
"action": "edit",
|
|
114
119
|
"tokens": 742,
|
|
115
120
|
"at": "2026-09-11T15:34:41.021Z"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/release.yml",
|
|
124
|
+
"action": "edit",
|
|
125
|
+
"tokens": 231,
|
|
126
|
+
"at": "2026-09-11T15:44:03.069Z"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/release.yml",
|
|
130
|
+
"action": "edit",
|
|
131
|
+
"tokens": 378,
|
|
132
|
+
"at": "2026-09-11T15:44:14.382Z"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/release.yml",
|
|
136
|
+
"action": "edit",
|
|
137
|
+
"tokens": 338,
|
|
138
|
+
"at": "2026-09-11T15:44:51.128Z"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/scheduled-release.yml",
|
|
142
|
+
"action": "edit",
|
|
143
|
+
"tokens": 739,
|
|
144
|
+
"at": "2026-09-11T15:45:19.621Z"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/auto-merge.yml",
|
|
148
|
+
"action": "edit",
|
|
149
|
+
"tokens": 107,
|
|
150
|
+
"at": "2026-09-11T15:45:25.169Z"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/.github/workflows/auto-merge.yml",
|
|
154
|
+
"action": "edit",
|
|
155
|
+
"tokens": 310,
|
|
156
|
+
"at": "2026-09-11T15:45:32.758Z"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/CHANGELOG.md",
|
|
160
|
+
"action": "edit",
|
|
161
|
+
"tokens": 638,
|
|
162
|
+
"at": "2026-09-11T15:46:08.414Z"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/tests/commands.test.mjs",
|
|
166
|
+
"action": "edit",
|
|
167
|
+
"tokens": 419,
|
|
168
|
+
"at": "2026-09-11T15:49:08.790Z"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"file": "/Users/ricardoaccioly/Repo_claude/canonical-spec-kit/CHANGELOG.md",
|
|
172
|
+
"action": "edit",
|
|
173
|
+
"tokens": 254,
|
|
174
|
+
"at": "2026-09-11T15:50:08.926Z"
|
|
116
175
|
}
|
|
117
176
|
],
|
|
118
177
|
"edit_counts": {
|
|
119
178
|
".github/dependabot.yml": 1,
|
|
120
|
-
"CHANGELOG.md":
|
|
179
|
+
"CHANGELOG.md": 7,
|
|
121
180
|
"package.json": 3,
|
|
122
|
-
".github/workflows/release.yml":
|
|
181
|
+
".github/workflows/release.yml": 5,
|
|
123
182
|
".github/workflows/ci.yml": 1,
|
|
124
|
-
".github/workflows/auto-merge.yml":
|
|
125
|
-
".github/workflows/scheduled-release.yml":
|
|
126
|
-
".github/workflows/jules-triage.yml": 1
|
|
183
|
+
".github/workflows/auto-merge.yml": 3,
|
|
184
|
+
".github/workflows/scheduled-release.yml": 2,
|
|
185
|
+
".github/workflows/jules-triage.yml": 1,
|
|
186
|
+
"tests/commands.test.mjs": 1
|
|
127
187
|
},
|
|
128
188
|
"anatomy_hits": 2,
|
|
129
|
-
"anatomy_misses":
|
|
189
|
+
"anatomy_misses": 3,
|
|
130
190
|
"repeated_reads_warned": 4,
|
|
131
191
|
"cerebrum_warnings": 0,
|
|
132
|
-
"stop_count":
|
|
192
|
+
"stop_count": 15
|
|
133
193
|
}
|
|
@@ -1290,3 +1290,19 @@
|
|
|
1290
1290
|
| 11:33 | Created .github/workflows/scheduled-release.yml | — | ~1539 |
|
|
1291
1291
|
| 11:33 | Edited .github/workflows/jules-triage.yml | added error handling | ~464 |
|
|
1292
1292
|
| 11:34 | Edited CHANGELOG.md | added error handling | ~693 |
|
|
1293
|
+
| 11:36 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1294
|
+
| 11:37 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1295
|
+
| 11:37 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1296
|
+
| 11:38 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1297
|
+
| 11:39 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1298
|
+
| 11:41 | Session end: 15 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~63299 tok |
|
|
1299
|
+
| 11:44 | Edited .github/workflows/release.yml | expanded (+9 lines) | ~231 |
|
|
1300
|
+
| 11:44 | Edited .github/workflows/release.yml | expanded (+22 lines) | ~378 |
|
|
1301
|
+
| 11:44 | Edited .github/workflows/release.yml | 16→21 lines | ~338 |
|
|
1302
|
+
| 11:45 | Edited .github/workflows/scheduled-release.yml | expanded (+34 lines) | ~739 |
|
|
1303
|
+
| 11:45 | Edited .github/workflows/auto-merge.yml | 6→7 lines | ~107 |
|
|
1304
|
+
| 11:45 | Edited .github/workflows/auto-merge.yml | added 3 condition(s) | ~310 |
|
|
1305
|
+
| 11:46 | Edited CHANGELOG.md | expanded (+10 lines) | ~595 |
|
|
1306
|
+
| 11:47 | Session end: 22 writes across 8 files (dependabot.yml, CHANGELOG.md, package.json, release.yml, ci.yml) | 4 reads | ~66040 tok |
|
|
1307
|
+
| 11:49 | Edited tests/commands.test.mjs | expanded (+17 lines) | ~391 |
|
|
1308
|
+
| 11:50 | Edited CHANGELOG.md | 1→2 lines | ~237 |
|