File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,14 +48,13 @@ def main():
4848 help = "Path to the `<.dp-in>` macro file to be run" ,
4949 )
5050 runmacro_parser .set_defaults (func = runmacro )
51- # agent application
51+ # agentify application
5252 agentify_parser = apps_parsers .add_parser (
5353 "agentify" ,
5454 help = "Deploy diffpy.cmi agentic skills in the local environment." ,
5555 )
5656 agentify_parser .add_argument (
5757 "--agent" ,
58- "-a" ,
5958 help = "The agent to use for the agentic skill." ,
6059 default = "claude" ,
6160 choices = ["claude" , "codex" ],
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def test_agentify_update():
9999 "To overwrite, pass '--update' flag to update the skill"
100100 ),
101101 )
102- # C1 : Deploy again with --update flag when skill already exists
102+ # C2 : Deploy again with --update flag when skill already exists
103103 # with a dummy file in the skill directory.
104104 # Expect no error to be raised, and the skill is updated.
105105 dummy_file = skill_path / "dummy.txt"
You can’t perform that action at this time.
0 commit comments