Skip to content

Commit 82a3573

Browse files
committed
Update AGENTS.md to clarify bun lint and remove git rules
1 parent 036f8a4 commit 82a3573

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

AGENTS.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,5 @@
33
## Rules
44

55
- you may be running in parallel with other agents; cooperate to avoid conflicts, but avoid committing changes made by others
6-
- run `bun lint` to format code and run linters; there are no tests
6+
- run `bun lint` to format code and run linters (including `astro check`); there are no tests
77
- ignore any backward compatibility - break stuff everywhere if needed
8-
9-
## Git
10-
11-
- only commit what has changed in the current thread, don't commit parallel agent's work
12-
- if you see unexpected changes, leave them as-is
13-
- short, imperative commit titles (e.g., "add game server S3 bucket")
14-
- detailed commit descriptions telling:
15-
- context behind the changes: what, how and why,
16-
- manual testing steps,
17-
- special considerations.
18-
- if commit is meant to fix an issue, add `fix #123` at the end of the commit message.

0 commit comments

Comments
 (0)