Merge branch 'main' into worktree-sessions

# Conflicts:
#	src/hqt/sessions/service.py
#	tests/test_sessions.py
This commit is contained in:
2026-06-10 21:07:20 -04:00
14 changed files with 1826 additions and 133 deletions
+2 -2
View File
@@ -43,11 +43,11 @@ def setup():
@pytest.mark.asyncio
async def test_full_lifecycle(setup):
async def test_full_lifecycle(setup, tmp_path):
proj_svc, sess_svc, tmux = setup
# Create project
project = proj_svc.create(name="test-proj", path="/tmp/test-proj")
project = proj_svc.create(name="test-proj", path=str(tmp_path))
assert project.id == 1
# Create session