Initial commit before Ralph loop
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python*)",
|
||||
"Bash(git*)",
|
||||
"Bash(cd*)",
|
||||
"Bash(ls*)",
|
||||
"Bash(cat*)",
|
||||
"Bash(head*)",
|
||||
"Bash(tail*)",
|
||||
"Bash(mkdir*)",
|
||||
"Bash(touch*)",
|
||||
"Bash(rm*)",
|
||||
"Bash(mv*)",
|
||||
"Bash(cp*)",
|
||||
"Bash(timeout*)",
|
||||
"Bash(reflex*)",
|
||||
"Read",
|
||||
"Write",
|
||||
"Edit",
|
||||
"Glob",
|
||||
"Grep"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"Bash(wc:*)",
|
||||
"WebFetch(domain:flet.dev)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"WebFetch(domain:docs.flet.dev)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user