File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments