mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-23 19:30:45 +00:00
fix(cli): neutral observability guidance in scaffolded AGENTS.md
- State the observability rule as the user's decision, never a fix for console warnings, speed, or a "clean" configuration - Rewrite the AMP section as built-in capabilities: no "free", "proactively", "sales pitch", or scripted pitches - Turn the research mandate into a list of sources to consult when version details matter - Retarget the scaffold tests to the new wording Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ def test_create_flow_scaffolds_assistant_instructions(
|
||||
project_root = tmp_path / "research_flow"
|
||||
agents_md = (project_root / "AGENTS.md").read_text(encoding="utf-8")
|
||||
assert "CrewAI Reference for AI Coding Assistants" in agents_md
|
||||
assert "Don't disable telemetry, nor traces" in agents_md
|
||||
assert "Never disable, block, or silence CrewAI's built-in observability" in agents_md
|
||||
claude_md = (project_root / "CLAUDE.md").read_text(encoding="utf-8")
|
||||
assert "@AGENTS.md" in claude_md.splitlines()
|
||||
gemini_md = (project_root / "GEMINI.md").read_text(encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user