CODEX_ADK/BACKEND/.claude-docs
Svrnty 229a0698a3 Initial commit: CODEX_ADK monorepo
Multi-agent AI laboratory with ASP.NET Core 8.0 backend and Flutter frontend.
Implements CQRS architecture, OpenAPI contract-first API design.

BACKEND: Agent management, conversations, executions with PostgreSQL + Ollama
FRONTEND: Cross-platform UI with strict typing and Result-based error handling

Co-Authored-By: Jean-Philippe Brule <jp@svrnty.io>
2025-10-26 23:12:32 -04:00
..
api-quick-reference.md Initial commit: CODEX_ADK monorepo 2025-10-26 23:12:32 -04:00
FLUTTER-INTEGRATION.md Initial commit: CODEX_ADK monorepo 2025-10-26 23:12:32 -04:00
FLUTTER-QUICK-START.md Initial commit: CODEX_ADK monorepo 2025-10-26 23:12:32 -04:00
README.md Initial commit: CODEX_ADK monorepo 2025-10-26 23:12:32 -04:00
strict-typing.md Initial commit: CODEX_ADK monorepo 2025-10-26 23:12:32 -04:00

Claude Code Context & Guidelines

This directory contains context and guidelines for Claude Code when working with this repository.

File Organization

Core Guidelines

Frontend Integration (Flutter)

Quick Reference

For Claude Code

When working on this project, always refer to:

  1. /CLAUDE.md - Main project standards and CQRS patterns
  2. .claude-docs/strict-typing.md - Type safety requirements

For Developers

See project root:

  • /README.md - Main project documentation
  • /CLAUDE.md - Claude Code instructions and CQRS patterns
  • /docs/ - API documentation, architecture, and OpenAPI spec

For Flutter Team

  • Start: .claude-docs/FLUTTER-QUICK-START.md
  • Complete guide: .claude-docs/FLUTTER-INTEGRATION.md
  • API contract: /docs/openapi.json

Document Purpose

These files provide context to Claude Code to ensure:

  • Consistent code quality
  • Proper typing and safety
  • Clear communication
  • Successful frontend integration with Flutter

Note: This directory is for Claude Code context. For general project documentation, see the root /docs directory.

Last Updated: 2025-01-26