Files
langflow/CLAUDE.md
Gabriel Luiz Freitas Almeida bc927abef2 chore: improve AI-agent context (CLAUDE.md auto-load + AGENTS.md tweaks) (#13028)
* chore: import AGENTS.md from CLAUDE.md so Claude Code loads project instructions

Claude Code does not yet natively support AGENTS.md. The previous CLAUDE.md
was a human-readable redirect, but the agent never followed it. Using the
@AGENTS.md import directive (which Claude Code does support) makes the
project instructions auto-load.

* chore: clarify dev-deps sync and pre-commit workflow in AGENTS.md

- Note that running tests inside a sub-package needs uv sync --group dev
  --package <name>; the default sync skips sub-package dev deps and leaves
  things like fakeredis uninstalled.
- Tighten the pre-commit workflow section: pre-commit hooks already run
  ruff/biome on commit, so the previous 5-step manual sequence overstated
  what's needed.
2026-05-07 19:12:12 +00:00

289 B

CLAUDE.md

@AGENTS.md

This project uses AGENTS.md as the standard for providing context to AI coding agents. The @AGENTS.md import above tells Claude Code to load AGENTS.md automatically; other tools that natively support AGENTS.md will pick it up directly.