Merge branch 'main' into rewbs/tool-use-charge-to-subscription
This commit is contained in:
@@ -460,7 +460,7 @@ class TestBuildContextFilesPrompt:
|
||||
with patch("pathlib.Path.home", return_value=fake_home):
|
||||
result = build_context_files_prompt(cwd=str(tmp_path))
|
||||
assert "Project Context" in result
|
||||
assert "# Hermes ☤" in result
|
||||
assert "Hermes Agent" in result
|
||||
|
||||
def test_loads_agents_md(self, tmp_path):
|
||||
(tmp_path / "AGENTS.md").write_text("Use Ruff for linting.")
|
||||
|
||||
Reference in New Issue
Block a user