Browse Source
- Refactored DetectionController with modern async patterns and proper separation of concerns - Enhanced YOLO inference engine with improved error handling and resource management - Updated floating FAB UI with better state management and user feedback - Added comprehensive project documentation in CLAUDE.md including build commands - Integrated Atlassian workspace configuration for project management - Cleaned up legacy backup files and improved code organization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>arch-004-detection-coordinator
8 changed files with 96 additions and 1618 deletions
@ -1,7 +1,18 @@ |
|||||
{ |
{ |
||||
"permissions": { |
"permissions": { |
||||
"allow": [ |
"allow": [ |
||||
"Bash(ls:*)" |
"Bash(ls:*)", |
||||
|
"WebFetch(domain:docs.anthropic.com)", |
||||
|
"mcp__atlassian__getAccessibleAtlassianResources", |
||||
|
"mcp__atlassian__getVisibleJiraProjects", |
||||
|
"mcp__atlassian__getConfluenceSpaces", |
||||
|
"mcp__atlassian__createConfluencePage", |
||||
|
"mcp__atlassian__updateConfluencePage", |
||||
|
"Bash(find:*)", |
||||
|
"mcp__atlassian__createJiraIssue", |
||||
|
"mcp__atlassian__getConfluencePage", |
||||
|
"mcp__atlassian__getPagesInConfluenceSpace", |
||||
|
"mcp__atlassian__getJiraIssue" |
||||
], |
], |
||||
"deny": [] |
"deny": [] |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue