Commit 025951e
Add S-CORE v1.0 roadmap, release-gate docs, and overall-status SKILL (#230)
* improve ref integration documentation
* Fix CI: write quality reports to docs/verification_report
The path docs/s_core_v_1/verification did not exist and was not created,
causing the unit-test/coverage script to crash with FileNotFoundError.
Use the existing docs/verification_report directory (and create it if
missing) for both the script output and the workflow summary step.
* docs: add missing pages to root toctree
Sphinx (warnings-as-errors) failed because
docs/s_core_v_1/index.rst and docs/verification_report/platform_verification_report.rst
were referenced via grid-cards but not listed in any toctree.
* docs(roadmap): refresh overall_status against pinned score ref
- Repin score from 5b8a1e34 to 1b51518e (81 source-link URLs)
- Baselibs PA3 Component Architecture: 164/166 -> 165/167
skill(overall-status): clean up and fix checklist counter
- Restructure SKILL.md (1063 -> 517 lines): drop migration notes,
duplicated callouts, and the empty 'Complete RST Snapshot' section.
- Specify counting model in plain prose (no formulas).
- Fix count_checklist_status: chklst_*.rst stores :status: indented
inside the .. document:: block, not at column 0. Updated section
3.3 and the Step-2 helper accordingly.
* docs(roadmap): add per-PA release-progress SVG figures and document generation in SKILL
- Add docs/_assets/pa{2,3,4,5}_*.svg charts showing release evolution
(v0.5.0-beta -> v0.6.0 -> v0.7.0 -> current main) above each PA
module-tracker table in overall_status.rst.
- Embed via .. figure:: directives with alt text and width.
- Extend .github/skills/overall-status/SKILL.md (sec. 6a) with:
- release pinning recipe (annotated-tag deref, known_good schema diffs,
'now' = known_good.json on main of reference_integration)
- per-chart metric table and SVG generation workflow
- Communication vs. Some/IP double-count guard (applies to all PAs)
- rule that charts use TOTAL directive count, not valid-only
- PA5 split: historical bars from TEST-macro regex, 'now' bar from
PA5 RST table column sums; documented divergences.
* docs(overall_status): refine PA1/PA5 layout, add platform-ver admonition, fix label warnings
- PA1: render FR issue titles next to the issue number; restrict #549
to Baselibs; add #757 'qualified json-parser' to Baselibs (no
milestone); drop #914/#917 from Communication (local IPC scope only)
- PA5: drop per-module Platform Ver. Rpt column; add prominent
Platform Verification Report admonition after the table
- PA5: split test counts onto a separate line-block line below the
status emoji
- PA5: add reader notes for C0/C1 coverage source and Static/Dynamic
analysis semantics
- Add cross-reference labels (overall_status_pa2..pa5) to fix six
Sphinx 'undefined label' warnings from pi1/pi2/pi3
- custom.css: neutralise blockquote/line-block styling inside list
tables so secondary lines blend into the cell; style new
.platform-ver-report admonition
Sphinx build now reports 0 warnings, 0 errors.
SKILL.md updated to document all of the above (sections 4.0, 4.2,
5.0, 5.1, 5.2).
* docs: mark overall_status as AI-generated and indicative
* docs(overall_status): enlarge status headings and add rollout progress bar
- Style 'Process Status' rubrics with new .status-heading class for larger,
bolder appearance.
- Replace 'Implementation status: ...' rubrics with an inline 'Rollout status'
row containing label, percentage, progress bar and detail text in one line.
- Add corresponding CSS in docs/_assets/custom.css (.status-heading,
.impl-status-row and .impl-status-bar/.impl-status-fill).
* docs(roadmap): add Planning Approach page
- New planning_approach.rst summarising how v1.0 is planned: GitHub project,
Product Increment tickets per Feature Team / Community mapped to milestones,
sub-tickets and the GitHub project's process area attribute for grouping.
- Link to the authoritative Platform Management Plan as primary reference.
- Add the page to the roadmap toctree (after Overall Status).
* docs(roadmap): refine PI1 work breakdown for Release Gate v0.8
- Clarify automation checks are part of docs-as-code toolchain (//:docs)
- Add CI/CD workflow item for requirement/architecture validation
- Add inspection checklist completion item with team and process area
- Add Module Verification Report completion item (pa5_verification)
- Add outstanding implementation tickets item (pa4_impl)
- Replace 'component' attribute references with 'team'
- Remove Feasibility Check section
* docs(pi1): expand v0.8 work breakdown with TL-circle review and unified Bazel targets
* docs(roadmap): add platform/toolchain bullet, ref-int integration item, and Terminology section
* Address SKILL.md review findings (PR #230)
- Fix --paginate being embedded in URL string; pass it as a real CLI flag
- Renumber duplicate ### 5.4 (Rollout status row) to ### 5.5
- Fix stray 'e|' prefix on the PA5 Static Analysis row
- Add overall_status_pa1 to the required-labels list (§5.0)
- Clarify in §3.4 that the per-cell LOC uses the §6a.2 byte÷30 method
- Document why the Time keyword in KW_FALLBACK has a leading space
* Add overall_status_pa1 anchor to overall_status.rst (PR #230)
Matches the PA2-PA5 pattern so :ref:`overall_status_pa1` from PI pages
resolves without warnings.
* Fix four obvious bugs from PR #230 review (#256)
* Fix four obvious bugs found in review of PR #230
- SKILL.md §6 Step 6: stale §5.4 cross-reference updated to §5.5 after
the Rollout status heading was renumbered (§5.4 is now Pie chart row)
- SKILL.md comp_req_cell(): trlc=True with both counts zero returned
"✅ Available (0/0 comp_req [TRLC])" instead of "❌ Open" because the
zero-guard only fired when parts was empty, but trlc forced a part entry;
fix: check ct==0 and at==0 unconditionally before building parts
- SKILL.md §6a.2: count_directives() was referenced but never defined;
replaced with count_directives_with_status(...)[1]
- quality_runners.py: zip() paired unit-test and coverage dicts by
position, silently dropping rust coverage exit codes beyond the first
module; replaced with a flat check over the merged dict
* style: collapse any() to single line to satisfy ruff
* Address remaining PR #230 review findings
- §1: clarify NM and Diagnostic Services are PA1-only (no own repo,
no known_good.json key); their PA2-PA5 cells render ❌ Open by
design and they contribute 0 to the per-PA progress charts.
- §2: cross-reference note explaining why no rows exist for them
and what to do once their repos are created.
- §4 PA5: drop the orphaned 5th pipe column on the Static Analysis
row (silently dropped by Markdown renderers); promote the
no-link discipline note to a blockquote below the table covering
both Static and Dynamic Analysis.
* Roadmap: add Safety Analysis and Safety Management to Qualifiable State
Addresses PR #230 review comments by @aschemmel-tech and @masc2023:
- Add **Safety Analysis** to the mandatory process areas list — it is
already highlighted (blue) in the Development grid below, the prose
list was inconsistent.
- Add **Safety Management** to the mandatory list and switch its
Management-grid card from card-pa-grey to card-pa-highlight. Safety
Management produces the safety manuals and the safety (release)
package required for qualification, so it is a mandatory condition
for the Qualifiable State.
- Add a short rationale paragraph explaining why both PAs are
mandatory.
---------
Co-authored-by: Alexander Lanin <Alexander.Lanin@etas.com>1 parent d489ba9 commit 025951e
33 files changed
Lines changed: 5147 additions & 35 deletions
File tree
- .github/skills/overall-status
- docs
- _assets
- integration_process
- s_core_v_1
- releases
- _assets
- roadmap
- verification_report
- scripts
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
Loading
0 commit comments