...
Your repository name should be of the format <component_prefix>-<component_id>
, where component_prefix
may only include alphanumeric characters and underscores. It must begin with a letter and cannot have '_' as the last character. Similarly, your component_id
should only include letters and underscore. For example, if you are building a component for Predictive Maintenance, your repository name can be pm-PredictiveMaintenance
.
Note |
---|
Both component_prefix and component_id must be unique in order to prevent conflicts with other components. |
Warning |
---|
We are required to name the GitHub repository in this specific format because it enables us to integrate multiple components into the IA system. Each component repository includes predefined action services, as detailed in step 2. Without a unique prefix for these action services, the component cannot be added, as the IA system will attempt to register services with identical names, resulting in conflicts. |
...