fix(plan): broken relative links in §4.1.2 CHANGELOG entry template
Phase 6 lychee regression выявил 2 broken-link в docs/superpowers/plans/2026-05-15-ruflo-big-bang-integration.md:680 — template для CHANGELOG_claude_md.md entry имел relative paths `(specs/...)` и `(plans/...)` которые резолвились в docs/superpowers/plans/specs/... и docs/superpowers/plans/plans/... (double-prefix, файлы не существуют). Fix: changed к correct relative form: - specs/... → ../specs/... (parent dir) - plans/... → 2026-05-15-ruflo-big-bang-integration.md (same dir, bare filename) Per Pravila §4.7 п.4 + memory quirk 76: relative paths from plans/specs require explicit `../<sibling>/` или bare filename для same-dir. Lychee post-fix: 487 OK / 0 errors (was 485 OK / 2 errors pre-fix). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -677,7 +677,7 @@ git diff docs/CHANGELOG_claude_md.md
|
||||
|
||||
Если empty — добавить entry для CLAUDE.md v2.0:
|
||||
|
||||
> «**v2.0 от 15.05.2026** — Ruflo big-bang integration: 8 → 9-level priority chain, ruflo Queen-led routing уровень −1. §1 +уровень −1 ruflo (entry-point); §3.4 +orchestration chapter; §5 п.10 → sub-policy note. Major bump reflects architectural inversion. Spec/plan: [docs/superpowers/specs/2026-05-15-ruflo-integration-design.md](specs/2026-05-15-ruflo-integration-design.md), [docs/superpowers/plans/2026-05-15-ruflo-big-bang-integration.md](plans/2026-05-15-ruflo-big-bang-integration.md). Связано: Pravila v1.14, PSR_v1 v3.0, Tooling v2.0.»
|
||||
> «**v2.0 от 15.05.2026** — Ruflo big-bang integration: 8 → 9-level priority chain, ruflo Queen-led routing уровень −1. §1 +уровень −1 ruflo (entry-point); §3.4 +orchestration chapter; §5 п.10 → sub-policy note. Major bump reflects architectural inversion. Spec/plan: [docs/superpowers/specs/2026-05-15-ruflo-integration-design.md](../specs/2026-05-15-ruflo-integration-design.md), [docs/superpowers/plans/2026-05-15-ruflo-big-bang-integration.md](2026-05-15-ruflo-big-bang-integration.md). Связано: Pravila v1.14, PSR_v1 v3.0, Tooling v2.0.»
|
||||
|
||||
- [ ] **Step 4.1.3: Commit cross-refs sync + CHANGELOG**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user