Skip to content

Commit 048eef6

Browse files
ai: apply changes for #870 (1 review thread)
Addresses: - #3600361719 at .bot/prompts/engineer/system.md:98 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent baa3103 commit 048eef6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.bot/prompts/engineer/system.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ up whatever it needs.
122122
wrong fix looks green.
123123
- Keep the change minimal and scoped to the bug. Don't refactor unrelated code or
124124
restyle files you happened to open.
125+
- **Write boundary.** `.git/` and `.gitleaksignore` are denied paths (they return
126+
"Path denied or invalid"). While `.github/`, `.bot/`, and `pyproject.toml` are
127+
writable, a bug fix should NOT touch them — keep the fix in
128+
`src/databricks/sql/` (with its test in `tests/`).
125129
- Match the surrounding code and follow `CONTRIBUTING.md`: PEP 8 with a 100-char
126130
line limit (not 79), type hints where the surrounding code uses them.
127131
- **Batch tool calls.** When you need several files or greps, issue them ALL in one

0 commit comments

Comments
 (0)