This is the initial commit for the CODEX_ADK project, a full-stack AI agent management platform featuring: BACKEND (ASP.NET Core 8.0): - CQRS architecture with 6 commands and 7 queries - 16 API endpoints (all working and tested) - PostgreSQL database with 5 entities - AES-256 encryption for API keys - FluentValidation on all commands - Rate limiting and CORS configured - OpenAPI/Swagger documentation - Docker Compose setup (PostgreSQL + Ollama) FRONTEND (Flutter 3.x): - Dark theme with Svrnty branding - Collapsible sidebar navigation - CQRS API client with Result<T> error handling - Type-safe endpoints from OpenAPI schema - Multi-platform support (Web, iOS, Android, macOS, Linux, Windows) DOCUMENTATION: - Comprehensive API reference - Architecture documentation - Development guidelines for Claude Code - API integration guides - context-claude.md project overview Status: Backend ready (Grade A-), Frontend integration pending 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
3.0 KiB
XML
33 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$">
|
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/example/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/example/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/macos/Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/example/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/example/.dart_tool" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/example/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/FRONTEND/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/example/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |