Remove mention of down migrations in go-reviewer agent doc, narrow .fleet permissions (#40666)

We don't do down migrations.

---------

Co-authored-by: Scott Gress <scottmgress@gmail.com>
This commit is contained in:
Ian Littman
2026-03-02 10:03:55 -06:00
committed by GitHub
co-authored by Scott Gress
parent 07047bec17
commit 1a7ef2a41e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ You are a Go code reviewer specialized in the Fleet codebase. Review code change
- SQL injection prevention (parameterized queries only)
- Proper use of sqlx/goqu patterns
- New queries have appropriate indexes
- Migrations are reversible and tested
- Migrations have corresponding tests
- `ds.writer(ctx)` vs `ds.reader(ctx)` used correctly for write/read operations
### API endpoints
+3 -1
View File
@@ -5,7 +5,9 @@
},
"permissions": {
"allow": [
"Read(~/.fleet/**)"
"Read(~/.fleet/claude-projects/**)",
"Write(~/.fleet/claude-projects/**)",
"Edit(~/.fleet/claude-projects/**)"
]
},
"hooks": {