Восстановить H1-заголовки Part D/E/F/G, осиротевшие под Part C#43
Open
rodion-m wants to merge 1 commit into
Open
Восстановить H1-заголовки Part D/E/F/G, осиротевшие под Part C#43rodion-m wants to merge 1 commit into
rodion-m wants to merge 1 commit into
Conversation
Six top-level `#` section headings were removed — not demoted, not replaced — during two unrelated terminology-cleanup passes: * 1f21daa "terminology cleaning (counterfactuality)": Part D, Part E, Section E-I * 562813f "C.2.P - epistemic precision restoration": Part F, Cluster F.I, Part G Their `##` content survived, so it became nested under `# **Part C — Kernel Extensions Specifications**`. This desynced the heading hierarchy from the Table of Content and the Preface (both still list Parts A-K as separate parts) and broke section-level splitting of the spec — ~48k lines of Part D/E/F/G now fall under Part C, and Part G ends up under the scale-map block. Re-insert each heading verbatim, exactly as it existed immediately before deletion, before the first sub-section of its part (D.5, E.1, F.0.1, G.Core). +6 headings, no content changed; top-level H1 count returns to 20. Refs ailev#42 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Исправляет #42.
Восстанавливает шесть H1-заголовков разделов, случайно удалённых в коммитах
1f21daa(«terminology cleaning (counterfactuality)») и562813f(«C.2.P - epistemic precision restoration»). В обоих случаях заголовки были стёрты целиком (−6 строк H1, 0 замен), а их##-содержимое осиротело под# **Part C — Kernel Extensions Specifications**.Заголовки возвращены в точных формулировках, в которых они существовали непосредственно перед удалением, и поставлены перед первым подразделом своей части:
# **Part D – Multi-scale Ethics & Conflict‑Optimisation**## D.5# **Part E - FPF Constitution and Authoring Cluster**+# Section E‑I - The FPF Constitution## E.1# **Part F — The Unification Suite (U‑Suite): …**+# Cluster F.I — Context of Meaning and Lexical Inputs## F.0.1# Part G – Discipline SoTA Patterns Kit## G.CoreDiff минимальный: +13 строк (6 заголовков и пустые строки-разделители), содержимое не изменялось. После фикса число H1-заголовков верхнего уровня снова равно 20, а иерархия заголовков снова согласована с Table of Content и Preface («how Parts A-K fit together»).
Почему это исправление, а не возврат намеренной реструктуризации: удаление произошло в двух разных коммитах разных кампаний по чистке терминологии, заголовки были именно удалены (а не понижены до
##), ToC/Preface и нумерация паттернов (D.*/E.*/F.*/G.*) всё это время оставались рассчитанными на отдельные части.