Skip to content

Commit 7d8f76f

Browse files
Apply suggestions from code review
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent ce3d761 commit 7d8f76f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/develop_ai_coders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Companion to [`docs/develop.md`](develop.md) (humans, general) and [`AGENTS.md`]
44

55
This file teaches the **human driving the AI agent**. AGENTS.md teaches the agent. develop.md teaches the human contributing without an agent. Three audiences, three docs, no overlap.
66

7-
EMHASS landmines AI tools won't flag without explicit prompt: sign conventions, SOC scaling, MILP infeasibility, `q_input_start=0`, dual logger, `OptimizationCacheKey`, source-resolve discipline. Each section below addresses one.
7+
EMHASS landmines AI tools won't flag without an explicit prompt: sign conventions, SOC scaling, MILP infeasibility, `q_input_start=0`, dual logger, `OptimizationCacheKey`, source-resolve discipline. Each section below addresses one.
88

99
## 1. AI-tool setup
1010

@@ -36,7 +36,7 @@ Conventions seen in community:
3636
- `pytest tests/` passes locally before commit
3737
- `uvx ruff check .` clean before push
3838

39-
PR adding a tested Cursor-setup recipe for EMHASS welcome.
39+
PR adding a tested Cursor-setup recipe for EMHASS is welcome.
4040

4141
### 1c. Aider (untested — contribution welcome)
4242

@@ -45,7 +45,7 @@ Conventions seen in community:
4545
- `/test` and `/lint` if configured in `.aider.conf.yml`
4646
- Same pytest + ruff baseline
4747

48-
PR adding a tested Aider-setup recipe welcome.
48+
PR adding a tested Aider-setup recipe is welcome.
4949

5050
## 2. Decision-tree: issue-first vs PR-direct
5151

0 commit comments

Comments
 (0)