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>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: android
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: ios
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: linux
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: macos
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: web
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: windows
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|