fix(qa): resolve remaining v3.0.1 issues — CI, code bugs, docs

CI: Fix black formatting in core/site_registry.py
Code: list_projects uses SiteManager, WP Advanced health uses REST API
Docs: Fix transport types, endpoint guide, env var reference for all plugins

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-02-18 18:55:12 +03:30
parent cb6bcd8136
commit 809dc264af
6 changed files with 245 additions and 108 deletions

View File

@@ -91,9 +91,7 @@ class ProjectManager:
if config:
self._create_project_instance(plugin_type, project_id, config)
except Exception as e:
self.logger.error(
f"Failed to create {plugin_type} project '{project_id}': {e}", exc_info=True
)
self.logger.debug(f"Legacy ProjectManager: skipped {plugin_type}/{project_id}: {e}")
def _load_project_config(self, plugin_type: str, project_id: str) -> dict[str, Any] | None:
"""