mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 10:26:25 +00:00
docs(cli): guide assistants to platform tools
This commit is contained in:
@@ -1148,6 +1148,8 @@ def test_create_crew_scaffolds_assistant_instructions(tmp_path, monkeypatch):
|
||||
assert "CrewAI Reference for AI Coding Assistants" 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()
|
||||
|
||||
@@ -1207,5 +1209,7 @@ def test_json_create_scaffolds_assistant_instructions(tmp_path, monkeypatch):
|
||||
assert "crew.jsonc" 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