feat(prometheus): allow bash commands for Prometheus agent
Remove bash tool restriction from prometheus-md-only hook. Prometheus can now execute bash commands for better plan generation context.
This commit is contained in:
@@ -9,7 +9,7 @@ export const ALLOWED_EXTENSIONS = [".md"]
|
||||
|
||||
export const ALLOWED_PATH_PREFIX = ".sisyphus"
|
||||
|
||||
export const BLOCKED_TOOLS = ["Write", "Edit", "write", "edit", "bash"]
|
||||
export const BLOCKED_TOOLS = ["Write", "Edit", "write", "edit"]
|
||||
|
||||
export const PLANNING_CONSULT_WARNING = `
|
||||
|
||||
|
||||
Reference in New Issue
Block a user