Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -110,8 +110,8 @@ COMMENT ON COLUMN agent_permissions.directory_patterns IS 'Comma-separated list
|
||||
COMMENT ON COLUMN agent_permissions.context_weight IS 'Weight for context relevance calculation (0.1 to 2.0)';
|
||||
|
||||
-- Grant permissions (adjust as needed for your setup)
|
||||
-- GRANT SELECT, INSERT, UPDATE ON context_feedback TO hive_user;
|
||||
-- GRANT SELECT, INSERT, UPDATE ON agent_permissions TO hive_user;
|
||||
-- GRANT SELECT, INSERT ON promotion_rule_history TO hive_user;
|
||||
-- GRANT SELECT, INSERT, UPDATE ON context_feedback TO whoosh_user;
|
||||
-- GRANT SELECT, INSERT, UPDATE ON agent_permissions TO whoosh_user;
|
||||
-- GRANT SELECT, INSERT ON promotion_rule_history TO whoosh_user;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user