@@ -29,6 +29,8 @@ Focus: Requirements Engineering (PA2) + Architecture Design (PA3)
2929 is either completed or the finding is noted in the checklist with a tracked issue;
3030 each tracked issue must have the **team ** set and the **milestone ** set
3131- All requirements relevant for v1.0 must be explicitly marked as such
32+ - The current state of every module — including its implementation — must be
33+ integrated into the ``reference_integration `` repository
3234- Implementation of functionality must be planned via tickets in the
3335 `main S-CORE GitHub project <https://github.com/orgs/eclipse-score/projects >`__ —
3436 each ticket must have the **team ** set and the **milestone ** set
@@ -99,6 +101,16 @@ Work Breakdown
99101 shall be tracked by tickets. Each ticket must be assigned to a milestone
100102 less than or equal to ``v1.0 ``, have the dedicated **team ** attribute set,
101103 and have its **process area ** set to ``pa4_impl ``.
104+ - Define the set of **target platforms ** that S-CORE officially supports
105+ for v1.0. For every supported platform there shall be an **official
106+ toolchain **, and the ``reference_integration `` repository shall provide
107+ a dedicated CI/CD workflow that compiles every module against that
108+ platform's toolchain. Every implementation module must be **buildable
109+ with this toolchain **, and it is **strongly recommended ** that each
110+ module reuses the same toolchain definition locally instead of
111+ maintaining its own. The supported platforms together with their
112+ official toolchains shall be **properly documented ** so that every
113+ module owner can refer to a single authoritative source.
102114- Create and fully complete the Module Verification Report for every
103115 module. All findings shall be documented as tickets assigned to a
104116 milestone less than or equal to ``v1.0 ``, with the corresponding
0 commit comments