Files
knowledge-graph-agent/.claude/settings.local.json
T

23 lines
1.1 KiB
JSON
Raw Normal View History

2026-04-15 14:24:39 +08:00
{
"permissions": {
"allow": [
"Bash(curl -X POST \"http://localhost:3001/api/nodes\" -H \"Content-Type: application/json\" -d \"{\\\\\"id\\\\\":\\\\\"test_node_1\\\\\",\\\\\"label\\\\\":\\\\\"测试节点\\\\\",\\\\\"type\\\\\":\\\\\"测试类型\\\\\",\\\\\"x\\\\\":100,\\\\\"y\\\\\":200}\" -s)",
"Bash(curl -X PUT \"http://localhost:3001/api/nodes/test_node_1\" -H \"Content-Type: application/json\" -d \"{\\\\\"label\\\\\":\\\\\"更新后的测试节点\\\\\",\\\\\"x\\\\\":150}\" -s)",
2026-04-15 14:52:33 +08:00
"Bash(curl:*)",
"Bash(~/go/bin/swag init:*)",
2026-04-15 15:19:39 +08:00
"Bash(go run:*)",
"Bash(go list:*)",
"Bash(cat \"D:\\\\code\\\\knowledge-graph-agent\\\\backend\\\\handlers\"/*.go)",
"Bash(cat \"D:\\\\code\\\\knowledge-graph-agent\\\\backend\\\\neo4j\"/*.go)",
"Bash(mkdir:*)",
"Bash(go build:*)",
"Bash(sed -i 's/models\\\\./model\\\\./g' internal/service/neo4j_service.go)",
"Bash(sed -i 's/models\\\\./model\\\\./g' internal/handler/*.go)",
"Bash(sed -i 's/models\\\\./model\\\\./g' cmd/server/main.go)",
"Bash(go test:*)",
2026-04-17 14:41:21 +08:00
"Bash(swag init:*)",
"Bash(npm run *)"
2026-04-15 14:24:39 +08:00
]
}
}