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:
co-authored by
Scott Gress
parent
07047bec17
commit
1a7ef2a41e
@@ -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
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
},
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read(~/.fleet/**)"
|
||||
"Read(~/.fleet/claude-projects/**)",
|
||||
"Write(~/.fleet/claude-projects/**)",
|
||||
"Edit(~/.fleet/claude-projects/**)"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user