From 85dd37b2bca90fc7f53618b83bfb82b5e955cbb4 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:46:42 +0000 Subject: [PATCH 1/2] Fix duplicate releases listing and add data collection date - Remove redundant docs/s_core_v_1/releases/index.rst which was picked up by the glob toctree in releases.rst, causing release notes to appear twice on the Releases page. - Add a highlighted 'Data collected on' note at the top of overall_status.rst so readers know the snapshot date. --- docs/s_core_v_1/releases/index.rst | 11 ----------- docs/s_core_v_1/roadmap/overall_status.rst | 4 ++++ 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 docs/s_core_v_1/releases/index.rst diff --git a/docs/s_core_v_1/releases/index.rst b/docs/s_core_v_1/releases/index.rst deleted file mode 100644 index 80a4c325cbf..00000000000 --- a/docs/s_core_v_1/releases/index.rst +++ /dev/null @@ -1,11 +0,0 @@ -S-CORE Release Notes -==================== - - -.. toctree:: - :maxdepth: 1 - - release_note_score_v0_7.rst - release_note_score_v0_6.rst - release_note_score_v0_5_beta.rst - release_note_score_v0_5_alpha.rst diff --git a/docs/s_core_v_1/roadmap/overall_status.rst b/docs/s_core_v_1/roadmap/overall_status.rst index 86043c9f32a..85e0765cc5a 100644 --- a/docs/s_core_v_1/roadmap/overall_status.rst +++ b/docs/s_core_v_1/roadmap/overall_status.rst @@ -3,6 +3,10 @@ Overall Status ============== +.. important:: + + **Data collected on: 2026-06-02** + .. note:: This status overview is generated with AI assistance and is **not yet From 74bf4a3f59c5510e5ebba3b0f598a231243d60ca Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:09:17 +0000 Subject: [PATCH 2/2] Document data collection date update in overall-status SKILL Step 6 now explicitly requires bumping the 'Data collected on' admonition at the top of overall_status.rst on every regeneration. --- .github/skills/overall-status/SKILL.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/skills/overall-status/SKILL.md b/.github/skills/overall-status/SKILL.md index 0e728dfc550..baa780ba321 100644 --- a/.github/skills/overall-status/SKILL.md +++ b/.github/skills/overall-status/SKILL.md @@ -907,6 +907,23 @@ block above it (see §5.5). Source links as in §5.2. Pie-chart row and the `Process Status` rubric stay unchanged unless the sphinx-needs tag changes. +**Always update the data collection date** at the top of +`docs/s_core_v_1/roadmap/overall_status.rst` to the date the refresh was +performed (UTC, ISO format `YYYY-MM-DD`). The date lives in an +`important` admonition directly below the page title: + +```rst +Overall Status +============== + +.. important:: + + **Data collected on: YYYY-MM-DD** +``` + +If the admonition is missing, add it. Never leave a stale date — every +regeneration must bump it, even if no module values changed. + ### Step 7 — Adding a new module 1. Append to §1 module list and §2 repo table (with key + path filter).