Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/skills/overall-status/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
11 changes: 0 additions & 11 deletions docs/s_core_v_1/releases/index.rst

This file was deleted.

4 changes: 4 additions & 0 deletions docs/s_core_v_1/roadmap/overall_status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Overall Status
==============

.. important::

**Data collected on: 2026-06-02**

Comment on lines +6 to +9

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is /overal-status skill updating this field without explicit instruction to do it?

.. note::

This status overview is generated with AI assistance and is **not yet
Expand Down
Loading