mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-01 04:39:01 +02:00
22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(make test:*)",
|
|
"Bash(uv run pytest:*)",
|
|
"Bash(LANGGRAPH_TEST_FAST=0 make start-services:*)",
|
|
"Bash(LANGGRAPH_TEST_FAST=0 uv run:*)",
|
|
"Bash(EXIT_CODE=$?)",
|
|
"Bash(make stop-services:*)",
|
|
"Bash(exit $EXIT_CODE)",
|
|
"Read(//Users/sydney_runkle/oss/langgraph/**)",
|
|
"Bash(python3:*)",
|
|
"Bash(find:*)",
|
|
"Bash(python -m pytest:*)",
|
|
"Bash(python:*)",
|
|
"Read(//tmp/**)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|