From bd665ea643f7c55254fa4e44e55f78bb771ad3da Mon Sep 17 00:00:00 2001 From: Max Mayfield Date: Sun, 1 Mar 2026 06:59:03 +0000 Subject: [PATCH] Trigger CI for P1 Rust and P2 Go agent --- products/01-llm-cost-router/src/api/main.rs | 1 + products/02-iac-drift-detection/agent/cmd/main.go | 1 + 2 files changed, 2 insertions(+) create mode 100644 products/02-iac-drift-detection/agent/cmd/main.go diff --git a/products/01-llm-cost-router/src/api/main.rs b/products/01-llm-cost-router/src/api/main.rs index 7a5297c..5b64f9f 100644 --- a/products/01-llm-cost-router/src/api/main.rs +++ b/products/01-llm-cost-router/src/api/main.rs @@ -42,3 +42,4 @@ async fn main() -> anyhow::Result<()> { Ok(()) } +// CI: 06:59 diff --git a/products/02-iac-drift-detection/agent/cmd/main.go b/products/02-iac-drift-detection/agent/cmd/main.go new file mode 100644 index 0000000..de9ffcb --- /dev/null +++ b/products/02-iac-drift-detection/agent/cmd/main.go @@ -0,0 +1 @@ +// CI: 06:59