mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 18:36:47 +00:00
docs(cli): guide assistants to platform tools
This commit is contained in:
@@ -39,6 +39,8 @@ def test_create_flow_declarative_project_can_run(
|
||||
assert "human_feedback" not in agents_md
|
||||
claude_md = (project_root / "CLAUDE.md").read_text(encoding="utf-8")
|
||||
assert "@AGENTS.md" in claude_md.splitlines()
|
||||
cursor_md = (project_root / "CURSOR.md").read_text(encoding="utf-8")
|
||||
assert "@AGENTS.md" in cursor_md.splitlines()
|
||||
gemini_md = (project_root / "GEMINI.md").read_text(encoding="utf-8")
|
||||
assert "@./AGENTS.md" in gemini_md.splitlines()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user