"""Shared fixtures for the AgenticCodebase test suite."""from__future__importannotationsimporttempfilefrompathlibimportPathimportpytest@pytest.fixture()deftmp_dir():"""Yield a temporary directory that is cleaned up after the test."""withtempfile.TemporaryDirectory()asd:yieldPath(d)