Initial commit before Ralph loop

This commit is contained in:
Andrew Charlwood
2026-02-04 13:04:29 +00:00
commit fdd33a67af
89 changed files with 20660 additions and 0 deletions
+26
View File
@@ -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": []
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(wc:*)",
"WebFetch(domain:flet.dev)",
"WebFetch(domain:github.com)",
"WebFetch(domain:docs.flet.dev)"
]
}
}