Skip to content

Commit 2b930af

Browse files
Update .agent/rules/000-bootstrap.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9f7e0ae commit 2b930af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agent/rules/000-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ trigger: always_on
1818
## Code Output Rules
1919
- ALWAYS respond with full end-to-end code for the modified module.
2020
- NEVER use shortcuts or "rest of code" comments.
21-
- Ensure `integer('id').generatedAlwaysAsIdentity()` is used for all Drizzle primary keys per 2026 standards.
21+
- Ensure `integer('id').primaryKey({ autoIncrement: true })` is used for all Drizzle primary keys (D1/SQLite standard).

0 commit comments

Comments
 (0)