- 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
15 lines
310 B
JSON
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"
|
|
]
|
|
}
|
|
}
|