Skip to content

Commit 0324c49

Browse files
committed
Require review fix commits and push follow-up replies
1 parent 973fe7a commit 0324c49

3 files changed

Lines changed: 2 additions & 15 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This file guides coding agents working in this repository. Keep it operational a
6262
- Update the PR title whenever the branch scope changes materially and the current title no longer describes the work accurately.
6363
- Update the PR description whenever behavior, tooling, documentation, or test coverage changes materially from the current summary.
6464
- The maintained PR body should cover the behavior change, docs or tooling updates, and verification performed.
65+
- When handling pull request review suggestions that require code changes, commit the fix, push the branch, and update the review reply after the branch reflects the final change set.
6566
- Treat the PR title, PR summary, and `CHANGELOG` entry as required closing steps before the branch is ready.
6667

6768
## Branch Workflow

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- Document the `release` branch workflow and require merge requests to target `release`
88
- Add agent instructions to keep pull request titles and summaries current and update the changelog on every PR
9+
- Require review-driven code changes to be committed, pushed, and followed by an updated review reply
910
- Adopt `uv` as the default contributor workflow and lock the local development environment
1011
- Replace Black, isort, Flake8, and pyupgrade with Ruff for Python formatting and linting
1112
- Add Makefile help output plus dedicated `lint` and `format` targets

docs/developer.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ Pin or install the default contributor Python version:
88

99
```bash
1010
uv python install 3.12
11-
```
12-
13-
Create and sync the project environment:
14-
15-
```bash
1611
uv sync
1712
```
1813

@@ -24,17 +19,7 @@ Setup the app:
2419

2520
```bash
2621
uv run python manage.py migrate
27-
```
28-
29-
Optional:
30-
31-
```bash
3222
uv run python manage.py createsuperuser
33-
```
34-
35-
Or use:
36-
37-
```bash
3823
make superuser
3924
```
4025

0 commit comments

Comments
 (0)