fix: housekeeper API paths and entity hallucination prevention
Build and Push / build (release) Successful in 56s

- Update all client endpoints to use /housekeeping/ prefix
- Add critical rule requiring list_devices() before control actions
- Add housekeeping API spec documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-17 20:43:46 +01:00
co-authored by Claude Opus 4.5
parent 583c407edd
commit e5d50dda77
5 changed files with 366 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tatlock"
version = "1.8.5"
version = "1.8.6"
description = "OpenAI-compatible API with Ollama backend"
requires-python = ">=3.12"
dependencies = []