Main reformatted the fallback.Execute call to multi-line (golines); our branch renamed agent.Candidates → activeCandidates for routing. Kept both: multi-line formatting + routing variable.
42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd:*)",
|
|
"Bash(cd /e/Project/picoclaw && go test ./pkg/memory/... -v -count=1 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && golangci-lint run ./pkg/memory/... 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && golangci-lint run ./pkg/memory/... --fix 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go test ./pkg/memory/... -count=1 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go vet ./pkg/memory/... 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go build ./... 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go test ./pkg/memory/... -bench=. -benchmem -run=^$ 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go test ./pkg/session/... -count=1 2>&1)",
|
|
"mcp__sequential-thinking__sequentialthinking",
|
|
"Bash(cd /e/Project/picoclaw && git push -u origin feat/jsonl-memory-store 2>&1)",
|
|
"Bash(head:*)",
|
|
"WebSearch",
|
|
"Bash(cd /e/Project/picoclaw && gh issue view 711 --comments 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && gh pr view 732 --comments 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && gh pr view 732 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && gh pr checks 732 2>&1)",
|
|
"Bash(echo no upstream remote:*)",
|
|
"Bash(cd /e/Project/picoclaw && git rebase upstream/main 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go build ./pkg/memory/... 2>&1)",
|
|
"Bash(cd /e/Project/picoclaw && go test ./pkg/memory/... -count=1 -v 2>&1)",
|
|
"Bash(gh api:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(find .:*)",
|
|
"Bash(golangci-lint run:*)",
|
|
"Bash(gh pr:*)",
|
|
"Bash(gh issue:*)",
|
|
"Bash(git fetch:*)",
|
|
"Bash(echo exit: $?:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(git log:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(go vet:*)"
|
|
]
|
|
}
|
|
}
|