Commit 208acce
Add create_pull_request_with_copilot to WRITE_OPERATIONS and add test
Address review feedback:
- Add create_pull_request_with_copilot to WRITE_OPERATIONS in tools.rs
so label_resource emits operation="write", matching DIFC enforcement
for other PR creation tools.
- Add unit test for create_pull_request_with_copilot writer integrity
in tool_rules, mirroring the existing create_pull_request test.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e42ce71 commit 208acce
2 files changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4381 | 4381 | | |
4382 | 4382 | | |
4383 | 4383 | | |
| 4384 | + | |
| 4385 | + | |
| 4386 | + | |
| 4387 | + | |
| 4388 | + | |
| 4389 | + | |
| 4390 | + | |
| 4391 | + | |
| 4392 | + | |
| 4393 | + | |
| 4394 | + | |
| 4395 | + | |
| 4396 | + | |
| 4397 | + | |
| 4398 | + | |
| 4399 | + | |
| 4400 | + | |
| 4401 | + | |
| 4402 | + | |
| 4403 | + | |
| 4404 | + | |
| 4405 | + | |
| 4406 | + | |
| 4407 | + | |
| 4408 | + | |
4384 | 4409 | | |
4385 | 4410 | | |
4386 | 4411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments