UNPKG

@clduab11/gemini-flow

Version:

Revolutionary AI agent swarm coordination platform with Google Services integration, multimedia processing, and production-ready monitoring. Features 8 Google AI services, quantum computing capabilities, and enterprise-grade security.

126 lines (112 loc) • 4.29 kB
# Legacy Archive Inventory ## Complete Archive Contents ### šŸ“ .hive-mind/ (Distributed Coordination System) ``` .hive-mind/ ā”œā”€ā”€ config.json # Hive configuration ā”œā”€ā”€ hive.db # Main coordination database ā”œā”€ā”€ hive.db-shm # Shared memory file ā”œā”€ā”€ hive.db-wal # Write-ahead log ā”œā”€ā”€ memory.db # Memory management └── sessions/ ā”œā”€ā”€ hive-mind-prompt-swarm-1754080677307-azu23tze3.txt ā”œā”€ā”€ session-1754080677310-2m7gdi3cz-auto-save-1754080707312.json ā”œā”€ā”€ hive-mind-prompt-swarm-1754081983462-u8ohklimp.txt └── session-1754081983463-bnk6hn10h-auto-save-1754082013464.json ``` ### šŸ“ .swarm/ (Swarm Memory System) ``` .swarm/ ā”œā”€ā”€ memory.db # Swarm coordination database ā”œā”€ā”€ memory.db-shm # Shared memory file └── memory.db-wal # Write-ahead log ``` ### šŸ“ .roo/ (Room-based Coordination) ``` .roo/ ā”œā”€ā”€ mcp.md # MCP protocol documentation ā”œā”€ā”€ mcp-list.txt # MCP server list ā”œā”€ā”€ rules-code/ # Code generation rules │ ā”œā”€ā”€ rules.md │ ā”œā”€ā”€ tool_guidelines_index.md │ ā”œā”€ā”€ file_operations_guidelines.md │ ā”œā”€ā”€ insert_content.md │ └── code_editing.md ā”œā”€ā”€ rules-debug/ # Debug mode rules │ └── rules.md ā”œā”€ā”€ rules-post-deployment-monitoring-mode/ │ └── rules.md ā”œā”€ā”€ rules-refinement-optimization-mode/ │ └── rules.md ā”œā”€ā”€ rules-sparc/ # SPARC methodology rules │ └── rules.md ā”œā”€ā”€ rules-spec-pseudocode/ # Specification rules │ └── rules.md └── rules-tutorial/ # Tutorial rules └── rules.md ``` ### šŸ“ .claude/ (Complete Claude Configuration) ``` .claude/ ā”œā”€ā”€ settings.json # Main settings ā”œā”€ā”€ settings.local.json # Local overrides ā”œā”€ā”€ agents/ # Agent definitions │ ā”œā”€ā”€ README.md │ ā”œā”€ā”€ MIGRATION_SUMMARY.md │ ā”œā”€ā”€ base-template-generator.md │ ā”œā”€ā”€ analysis/ │ ā”œā”€ā”€ architecture/ │ ā”œā”€ā”€ consensus/ │ ā”œā”€ā”€ core/ │ ā”œā”€ā”€ data/ │ ā”œā”€ā”€ development/ │ ā”œā”€ā”€ devops/ │ ā”œā”€ā”€ documentation/ │ ā”œā”€ā”€ github/ │ ā”œā”€ā”€ hive-mind/ │ ā”œā”€ā”€ optimization/ │ ā”œā”€ā”€ sparc/ │ ā”œā”€ā”€ specialized/ │ ā”œā”€ā”€ testing/ │ └── workflow/ ā”œā”€ā”€ commands/ # Command documentation │ ā”œā”€ā”€ analysis/ │ ā”œā”€ā”€ automation/ │ ā”œā”€ā”€ coordination/ │ ā”œā”€ā”€ github/ │ ā”œā”€ā”€ hooks/ │ ā”œā”€ā”€ memory/ │ ā”œā”€ā”€ monitoring/ │ ā”œā”€ā”€ optimization/ │ ā”œā”€ā”€ training/ │ └── workflows/ └── helpers/ # Automation scripts ā”œā”€ā”€ setup-mcp.sh ā”œā”€ā”€ quick-start.sh ā”œā”€ā”€ github-setup.sh ā”œā”€ā”€ github-safe.js ā”œā”€ā”€ standard-checkpoint-hooks.sh └── checkpoint-manager.sh ``` ### šŸ“„ Single Files - `.roomodes` - Room mode configuration ## Archive Statistics - **Total Files**: 100+ files - **Database Files**: 6 SQLite databases (with WAL/SHM) - **Configuration Files**: 15+ JSON/YAML configs - **Documentation**: 50+ markdown files - **Scripts**: 10+ shell/JavaScript automation scripts - **Session Data**: Multiple session snapshots ## Migration Impact - **Space Freed**: ~25MB removed from active codebase - **Git History**: Preserved, now properly ignored - **References**: All updated to gemini-flow - **Functionality**: Core features preserved in new structure ## Recovery Instructions To restore specific functionality from archive: 1. **Identify Component**: Locate in archive structure above 2. **Extract Configuration**: Copy relevant settings to `.gemini/` 3. **Update References**: Replace claude-flow → gemini-flow 4. **Test Compatibility**: Verify with current codebase 5. **Update Documentation**: Reflect changes in GEMINI.md āš ļø **Warning**: Do not restore database files directly - schema may be incompatible