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

Function intent_opts

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

Source from the content-addressed store, hash-verified

944 }
945
946 fn intent_opts(title: &str) -> atomic_repository::IntentCreateOptions {
947 atomic_repository::IntentCreateOptions {
948 title: title.to_string(),
949 priority: Some("medium".to_string()),
950 assignee: None,
951 labels: Vec::new(),
952 session_id: None,
953 turn_id: None,
954 kind: None,
955 }
956 }
957
958 /// Overwrite a created intent's body (and optionally its status) with a
959 /// 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