diff --git a/docs/pr-discussions/PR-3676-shard-tick-2026-05-16t02-10z-otto-cli-cold-boot-cron-rearm-l.md b/docs/pr-discussions/PR-3676-shard-tick-2026-05-16t02-10z-otto-cli-cold-boot-cron-rearm-l.md index 231786e8e..eb87972da 100644 --- a/docs/pr-discussions/PR-3676-shard-tick-2026-05-16t02-10z-otto-cli-cold-boot-cron-rearm-l.md +++ b/docs/pr-discussions/PR-3676-shard-tick-2026-05-16t02-10z-otto-cli-cold-boot-cron-rearm-l.md @@ -8,7 +8,7 @@ merged_at: "2026-05-16T02:22:40Z" closed_at: "2026-05-16T02:22:40Z" head_ref: "shard/tick-0210z-otto-cli-2026-05-16" base_ref: "main" -archived_at: "2026-05-16T02:24:22Z" +archived_at: "2026-05-16T02:30:09Z" archive_tool: "tools/pr-preservation/archive-pr.ts" --- diff --git a/docs/pr-discussions/PR-3678-fix-hygiene-regen-docs-backlog-md-index-clear-generated-inde.md b/docs/pr-discussions/PR-3678-fix-hygiene-regen-docs-backlog-md-index-clear-generated-inde.md index 7ebec7b8b..8ee0393b8 100644 --- a/docs/pr-discussions/PR-3678-fix-hygiene-regen-docs-backlog-md-index-clear-generated-inde.md +++ b/docs/pr-discussions/PR-3678-fix-hygiene-regen-docs-backlog-md-index-clear-generated-inde.md @@ -8,7 +8,7 @@ merged_at: "2026-05-16T02:17:22Z" closed_at: "2026-05-16T02:17:22Z" head_ref: "fix/backlog-md-generated-index-regen-otto-cli-2026-05-16" base_ref: "main" -archived_at: "2026-05-16T02:24:21Z" +archived_at: "2026-05-16T02:30:09Z" archive_tool: "tools/pr-preservation/archive-pr.ts" --- diff --git a/docs/pr-discussions/PR-3679-shard-tick-2026-05-16t02-13z-otto-cli-backlog-md-regen-3678.md b/docs/pr-discussions/PR-3679-shard-tick-2026-05-16t02-13z-otto-cli-backlog-md-regen-3678.md index d13fa6978..2fa9320d3 100644 --- a/docs/pr-discussions/PR-3679-shard-tick-2026-05-16t02-13z-otto-cli-backlog-md-regen-3678.md +++ b/docs/pr-discussions/PR-3679-shard-tick-2026-05-16t02-13z-otto-cli-backlog-md-regen-3678.md @@ -8,7 +8,7 @@ merged_at: "2026-05-16T02:19:07Z" closed_at: "2026-05-16T02:19:07Z" head_ref: "shard/tick-0213z-otto-cli-2026-05-16" base_ref: "main" -archived_at: "2026-05-16T02:24:20Z" +archived_at: "2026-05-16T02:30:08Z" archive_tool: "tools/pr-preservation/archive-pr.ts" --- diff --git a/docs/pr-discussions/PR-3680-fix-hygiene-5-6-for-repo-root-paths-in-0213z-tick-shard.md b/docs/pr-discussions/PR-3680-fix-hygiene-5-6-for-repo-root-paths-in-0213z-tick-shard.md new file mode 100644 index 000000000..cd837c22f --- /dev/null +++ b/docs/pr-discussions/PR-3680-fix-hygiene-5-6-for-repo-root-paths-in-0213z-tick-shard.md @@ -0,0 +1,37 @@ +--- +pr_number: 3680 +title: "fix(hygiene): 5\u21926 .. for repo-root paths in 0213Z tick shard" +author: "AceHack" +state: "MERGED" +created_at: "2026-05-16T02:21:57Z" +merged_at: "2026-05-16T02:24:20Z" +closed_at: "2026-05-16T02:24:20Z" +head_ref: "fix-0213z-links-on-main" +base_ref: "main" +archived_at: "2026-05-16T02:30:07Z" +archive_tool: "tools/pr-preservation/archive-pr.ts" +--- + +# PR #3680: fix(hygiene): 5→6 .. for repo-root paths in 0213Z tick shard + +## PR description + +Same Copilot P1 pattern flagged on [PR #3676](https://github.com/Lucent-Financial-Group/Zeta/pull/3676) (0210Z shard): tick shards live 5 directories below `docs/`, so `../../../../../` lands at `docs/` not repo root. + +[PR #3679](https://github.com/Lucent-Financial-Group/Zeta/pull/3679) merged at 02:19:07Z before review caught the issue → fixing on main. + +Diff: 2 broken links (1 `.claude/rules/...`, 1 `docs/backlog/...`) → correct 6-level form. + +Co-Authored-By: Claude + +## Reviews + +### COMMENTED — @copilot-pull-request-reviewer (2026-05-16T02:23:00Z) + +## Pull request overview + +Fixes two broken relative links in the `0213Z.md` tick shard. The file lives 6 directories below the repo root (`docs/hygiene-history/ticks/2026/05/16/`), so paths needed `../../../../../../` (six `..`) rather than the original five to reach repo root before descending into `docs/backlog/...` and `.claude/rules/...`. Same xref-integrity pattern previously flagged on PR #3676. + +**Changes:** +- Corrects `..` depth from 5 to 6 on the `B-0545` backlog row link. +- Corrects `..` depth from 5 to 6 on the `.claude/rules/codeql-no-source-on-docs-only-pr-is-broken-commit-canary.md` link.