Skip to content

Add comprehensive guidance for AI coding agents in AGENTS.md - #26

Merged
rsinghcodes merged 1 commit into
mainfrom
dev
Aug 3, 2026
Merged

Add comprehensive guidance for AI coding agents in AGENTS.md#26
rsinghcodes merged 1 commit into
mainfrom
dev

Conversation

@rsinghcodes

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings August 3, 2026 10:34
@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for tailrresume canceled.

Name Link
🔨 Latest commit e0554aa
🔍 Latest deploy log https://app.netlify.com/projects/tailrresume/deploys/6a706ece471ef2000816a770

@rsinghcodes
rsinghcodes merged commit 7eff461 into main Aug 3, 2026
13 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new root-level AGENTS.md to centralize guidance for AI coding agents working in the Tailr monorepo, covering repo layout, backend/frontend commands, architecture, and key operational gotchas.

Changes:

  • Introduces a comprehensive root AGENTS.md with backend and frontend workflows, configuration notes, and architecture pointers.
  • Documents CI-aligned backend commands (ruff/mypy/pytest) and frontend scripts (lint/type-check/build).
  • Captures project-specific gotchas (e.g., Redis-only docker-compose, Qdrant embedding dimensions).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md

- `config/settings.py` (pydantic-settings, `case_sensitive=True`, reads `.env`) requires `DATABASE_URL` and `GEMINI_API_KEY`. Copy `apps/backend/.env.example` to `.env` for defaults.
- Key defaults: `API_PREFIX=/api/v1`, `GEMINI_MODEL=gemini-2.5-flash`, `QDRANT_COLLECTION=tailr-documents`, CORS allows `http://localhost:3000`.
- On startup, `app/lifespan.py` runs readiness checks against PostgreSQL, Redis, Qdrant, and Gemini. All four services are required; the app logs warnings for offline services but does not crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants