TextMachine project repository (AI translation of literary books). Includes: v2 architecture decisions, MVP plan, research 01-12, polygon experiments 01-03, backend-session revalidation verdict (03-implementation-notes.md). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
36 lines
No EOL
642 B
JSON
36 lines
No EOL
642 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash",
|
|
"Read",
|
|
"Edit",
|
|
"Write",
|
|
"Glob",
|
|
"Grep",
|
|
"WebFetch",
|
|
"WebSearch",
|
|
"Agent",
|
|
"Task",
|
|
"Skill",
|
|
"ToolSearch",
|
|
"Workflow",
|
|
"NotebookEdit",
|
|
"TodoWrite",
|
|
"Monitor",
|
|
"mcp__claude_ai_Gmail__*",
|
|
"mcp__claude_ai_Google_Calendar__*",
|
|
"mcp__claude_ai_Google_Drive__*"
|
|
],
|
|
"ask": [
|
|
"Bash(git commit)",
|
|
"Bash(git commit:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(scp:*)",
|
|
"Bash(sftp:*)"
|
|
],
|
|
"deny": [
|
|
"Read(./eval/.env)",
|
|
"Read(~/.textmachine.env)"
|
|
]
|
|
}
|
|
} |