proto-socket/.claude/settings.json
toki 182dcae5bf fix: update Dart close() implementation
- Fix base_client.dart close() method
- Update communicator.dart for close() pattern
- Update protobuf_server.dart and ws_protobuf_server.dart
- Update communicator_test.dart for close() API
- skills: rename implement/SKILL.md to plan/SKILL.md
- tasks: add dart_close_fix task files
2026-04-11 19:53:12 +09:00

14 lines
286 B
JSON

{
"permissions": {
"allow": [
"Bash(apt-get update:*)",
"Bash(apt-get install:*)",
"Bash(sudo apt-get:*)",
"Bash(protoc --version)",
"Bash(dart analyze:*)"
],
"additionalDirectories": [
"/config/workspace/toki_socket/tasks"
]
}
}