Skip to content

Commit 74bf4a3

Browse files
committed
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.
1 parent 85dd37b commit 74bf4a3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/skills/overall-status/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,23 @@ block above it (see §5.5). Source links as in §5.2. Pie-chart row and the
907907
`Process Status` rubric stay unchanged unless the sphinx-needs tag
908908
changes.
909909

910+
**Always update the data collection date** at the top of
911+
`docs/s_core_v_1/roadmap/overall_status.rst` to the date the refresh was
912+
performed (UTC, ISO format `YYYY-MM-DD`). The date lives in an
913+
`important` admonition directly below the page title:
914+
915+
```rst
916+
Overall Status
917+
==============
918+
919+
.. important::
920+
921+
**Data collected on: YYYY-MM-DD**
922+
```
923+
924+
If the admonition is missing, add it. Never leave a stale date — every
925+
regeneration must bump it, even if no module values changed.
926+
910927
### Step 7 — Adding a new module
911928

912929
1. Append to §1 module list and §2 repo table (with key + path filter).

0 commit comments

Comments
 (0)