CreateCommand
UMLLifeline
Skill Seekers
::
skill_seekers
::
Sequence Diagrams
::
Create Pipeline (Unified)
::
CreateCommand
Description
none
Properties
Name
Value
name
CreateCommand
stereotype
null
visibility
public
selector
represent
Role2
isMultiInstance
false
Relationships
execute() (User→CreateCommand)
1: detect(source) (CreateCommand→SourceDetector)
SourceInfo(type, parsed) (SourceDetector→CreateCommand)
2: validate_source(source_info) (CreateCommand→SourceDetector)
3: initialize(args, config_path, source_info) (CreateCommand→ExecutionContext)
4: _validate_arguments() (CreateCommand→CreateCommand)
5: _route_to_scraper() -> get_converter(type, config) (CreateCommand→SkillConverter)
converter.run() (CreateCommand→SkillConverter)
converter result (SkillConverter→CreateCommand)
6: _run_enhancement(ctx) (CreateCommand→CreateCommand)
7: _run_workflows() (CreateCommand→CreateCommand)
return 0 (CreateCommand→User)
Diagrams
14 Create Pipeline (Unified)