proto-socket/.claude/settings.json
toki c384516b47 feat: implement new communication patterns and add cross-test support
- Add Transport class for unified communication layer
- Implement new communicator patterns
- Add VERSIONING.md for version management
- Add crosstest files for Dart/Go integration testing
- Update protocol documentation
- Add new skills and templates for AI-assisted development
- Various bug fixes and improvements to Dart implementation
2026-04-12 07:53:31 +09:00

15 lines
310 B
JSON

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