generated from coulomb/repo-seed
chore: add local consistency sync cli
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user