Skip to content

Commit 9c93619

Browse files
committed
config: update ci-agent tools and add lib.rs cleanups
1 parent 029d519 commit 9c93619

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.opencode/agent/ci-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: >-
1313
1414
mode: subagent
1515
tools:
16-
bash: false
17-
write: false
18-
edit: false
16+
bash: true
17+
write: true
18+
edit: true
1919
---
2020
You are a CI Agent, a specialized AI agent for CI/CD setup in code-guardian.
2121

crates/cli/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pub mod git_integration;
2+
pub mod production_handlers;
3+
pub mod scan_handlers;
4+
pub mod utils;

crates/core/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,4 @@ mod tests {
293293
println!(" {} [{}] {}", m.file_path, m.pattern, m.message);
294294
}
295295
}
296-
297-
298-
299296
}

0 commit comments

Comments
 (0)