MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / intent_opts

Function intent_opts

atomic-cli/src/commands/triage/project.rs:1175–1185  ·  view source on GitHub ↗
(title: &str)

Source from the content-addressed store, hash-verified

1173 }
1174
1175 fn intent_opts(title: &str) -> atomic_repository::IntentCreateOptions {
1176 atomic_repository::IntentCreateOptions {
1177 title: title.to_string(),
1178 priority: Some("medium".to_string()),
1179 assignee: None,
1180 labels: Vec::new(),
1181 session_id: None,
1182 turn_id: None,
1183 kind: None,
1184 }
1185 }
1186
1187 /// Overwrite a created intent's body (and optionally its status) with a
1188 /// directive body, then index it into the KG. Reuses the created entry's

Callers 3

remediation_reportFunction · 0.85
report_with_intentFunction · 0.85
review_gate_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected