chore: add local consistency sync cli

This commit is contained in:
2026-07-02 00:15:16 +02:00
parent 1f61008837
commit a361ce8731
15 changed files with 422 additions and 33 deletions

View File

@@ -31,7 +31,15 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["api", "mcp_server", "task_flow_engine"]
artifacts = ["custodian_cli.py", "statehub_register.py"]
artifacts = [
"custodian_cli.py",
"statehub_register.py",
"scripts/consistency_check.py",
"scripts/repo_sync.py",
"scripts/mcp_registration.py",
"scripts/project_claude_md.template",
"scripts/project_rules/*.template",
]
[tool.uv.sources]
llm-connect = { path = "/home/worsch/llm-connect", editable = true }