@@ -17,15 +17,15 @@ The tool proposal consists of three main phases:
1717
1818- ** New/Change Path** : 15-day review period including:
1919 - Tool information checking
20- - Entry creation in [ available-tools.yaml ]
20+ - Entry creation in [ available-tools.json ]
2121 - Optional: vendor contact, testing, and user feedback collection
2222- ** Delete Path** : Review deletion reasoning
2323- ** Common validation** : Valid requests proceed to PR creation and merge process
2424- ** PR Process** : Includes remark resolution cycle if needed
2525
2626### 3. ** Review Complete List (Annually)**
2727
28- - Task Force Member initiates annual review of tools listed in [ available-tools.yaml ]
28+ - Task Force Member initiates annual review of tools listed in [ available-tools.json ]
2929- Tools to review distributed evenly among task force members
3030- Evaluation based on:
3131 - Tool maintenance status
@@ -69,13 +69,13 @@ flowchart TD
6969 %% New/Change Path
7070 B4 --> B5{Valid change/<br/>new tool for<br/>safety-critical<br/>Rust projects}
7171 B5 --> |No| B6[Close Issue with justification]
72- B5 --> |Yes| B7[Fill up new entry in<br/>available-tools.yaml ]
72+ B5 --> |Yes| B7[Fill up new entry in<br/>available-tools.json ]
7373 B7 --> B8[<strong>Optional:</strong><br/><ul><li>Contact vendor</li><li>Test/Present tool</li><li>Collect user feedback</li></ul>]
7474
7575 %% Delete Path
7676 B3 --> B12{Valid?}
7777 B12 --> |No| B6
78- B12 --> |Yes| B13[Delete entry from<br/>available-tools.yaml ]
78+ B12 --> |Yes| B13[Delete entry from<br/>available-tools.json ]
7979
8080 %% PR
8181 B8 --> B14[See section:<br/>Changes to the Tools List]
0 commit comments