Skip to content

Commit 6610342

Browse files
Revise BUCKET allowed values and add classification table
Updated allowed values and added a table for domain classification.
1 parent 0330d1d commit 6610342

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.github/NOMENCLATURE_AGENT_INSTRUCTIONS.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,22 @@ All files must follow this exact pattern:
1919
- Example: `00`, `24`, `72`
2020

2121
2. **BUCKET** (2 digits): Domain classification
22-
- Allowed values: `00`, `10`, `20`, `30`, `40`, `50`, `60`, `70`, `80`, `90`
23-
- `00` = Lifecycle artifacts only
24-
- `10` = Operations
25-
- `20` = Primary Subsystem
26-
- `30` = Circularity
27-
- `40` = Software
28-
- `50` = Structures
29-
- `60` = Storages
30-
- `70` = Propulsion
31-
- `80` = Energy
32-
- `90` = Tables/Schemas/Diagrams/Reference
22+
- Allowed values: `00`,`01`, `10`, `20`, `30`, `40`, `50`, `60`, `70`, `80`, `90`
23+
24+
| BLOCK | Domain–Subsystem | Environment |
25+
| ------- | ---------------------------------------- | -------------------------------- |
26+
| **B00** | GENERAL (universal, implicit) | **all** |
27+
| **B01** | POLICIES (governance, standards, rules) | **all** |
28+
| **B10** | INFRASTRUCTURES AND SPACEPORTS | **onboard + offboard + simtest** |
29+
| **B20** | ROBOTICS | **onboard + offboard** |
30+
| **B30** | CYBERSECURITY, DATA, COMMS | **digital + onboard** |
31+
| **B40** | PHYSICS (pressure/thermal/cryo) | **onboard + simtest** |
32+
| **B50** | PHYSICAL (aerostructures + HW, material) | **onboard + offboard** |
33+
| **B60** | DYNAMICS (thrust/attitude/inerting) | **onboard + simtest** |
34+
| **B70** | LAUNCHERS AND ENGINES | **onboard + simtest** |
35+
| **B80** | RENEWABLE ENERGY & CIRCULARITY | **onboard + offboard** |
36+
| **B90** | OPTICS, SENSORING AND OBSERVATION | **onboard + offboard + simtest** |
37+
3338

3439
3. **TYPE** (2-8 uppercase alphanumeric): Artifact type
3540
- Approved types: `PLAN`, `MIN`, `RPT`, `LOG`, `ACT`, `IDX`, `FHA`, `PSSA`, `SSA`, `FTA`, `ANA`, `REQ`, `DAL`, `TRC`, `CAT`, `LST`, `GLO`, `MAT`, `SCH`, `DIA`, `TAB`, `STD`

0 commit comments

Comments
 (0)