-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention neededExtra attention neededpriority-mediumMedium priorityMedium priority
Description
Description
Extend SlackClaw to support non-iOS projects including Android, web applications, and backend services.
Current Limitation
Currently optimized for iOS/Swift projects only.
Proposed Support
- Android: Kotlin/Java, Gradle, Android Studio
- Web Frontend: React, Vue, Angular, TypeScript
- Web Backend: Node.js, Python, Go, Rust
- Multi-platform: Flutter, React Native
Implementation
- Detect project type from directory structure
- Language-specific tools and commands
- Framework-specific analysis patterns
- Custom system prompts per language
Example Configuration
CHANNEL_PROJECTS = {
"android-app": {
"path": "/path/to/android",
"type": "android",
"build_tool": "gradle"
},
"web-frontend": {
"path": "/path/to/web",
"type": "react",
"package_manager": "npm"
}
}Benefits
- Broader applicability
- One bot for all projects
- Consistent workflow across stacks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention neededExtra attention neededpriority-mediumMedium priorityMedium priority