# Strict format: reference | category | scope_glob | canonical_source | reason
# Historical and planned entries must stay scoped to live tracked Markdown usage.

scripts/verify/verify-package-contents.sh | historical | CHANGELOG.md | - | Release history retains the script path that existed at publication time
hooks/post-guard-check.sh | historical | CHANGELOG.md | - | Release history retains the hook path that existed at publication time
hooks/_lib/pkg_rewrite.py | historical | plan/** | - | Completed audit plans retain the pre-Rust helper path discussed at the time
hooks/_lib/pkg_rewrite.py | historical | docs/internal/** | - | Internal audit evidence retains the pre-Rust helper path discussed at the time
hooks/_lib/session_metrics.py | historical | plan/** | - | Completed audit plans retain the pre-Rust helper path discussed at the time
hooks/_lib/session_metrics.py | historical | docs/internal/** | - | Internal audit evidence retains the pre-Rust helper path discussed at the time
scripts/ci/check-codex-shim-consistency.sh | historical | plan/** | - | Completed audit plan records the earlier shim validator name
_lib/log.sh | historical | plan/** | - | Completed audit plan records the earlier unqualified helper layout
_lib/detect_duplicate.sh | historical | plan/** | - | Completed audit plan records the earlier unqualified helper layout
_lib/detect_filename_collision.sh | historical | plan/** | - | Completed audit plan records the earlier unqualified helper layout
schemas/prompt-contract.schema.yaml | planned | plan/** | - | SPEC-96 plan records the proposed YAML schema path before implementation selected JSON
vibeguard-runtime/src/codex_app_server.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now codex_app_server/mod.rs)
vibeguard-runtime/src/codex_app_server_core.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now codex_app_server/core.rs)
vibeguard-runtime/src/codex_app_server_file_changes.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now codex_app_server/file_changes.rs)
vibeguard-runtime/src/codex_app_server_strategies.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now codex_app_server/strategies.rs)
vibeguard-runtime/src/codex_hooks.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now codex_hooks/mod.rs)
vibeguard-runtime/src/hook_checks.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now hook_checks/mod.rs)
vibeguard-runtime/src/hook_checks_common.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now hook_checks/common.rs)
vibeguard-runtime/src/hook_checks_write.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now hook_checks/write.rs)
vibeguard-runtime/src/log_query.rs | historical | plan/** | - | Completed plans retain the pre-reorg flat module path (now logging/query.rs)
vibeguard-runtime/src/log_query.rs | historical | docs/internal/** | - | Internal audit evidence retains the pre-reorg flat module path (now logging/query.rs)
