mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
* 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.
289 B
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.