feat: generate repository rename adoption plans
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a049a4-ee9f-78e1-9d66-2cb0f9bea3e3
This commit is contained in:
parent
bdf3a1fdf8
commit
ef0b6df3b8
7 changed files with 1294 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ packages = ["api", "mcp_server", "task_flow_engine"]
|
|||
artifacts = [
|
||||
"custodian_cli.py",
|
||||
"repository_rename_cli.py",
|
||||
"repository_rename_workplan.py",
|
||||
"statehub_register.py",
|
||||
"scripts/consistency_check.py",
|
||||
"scripts/repo_sync.py",
|
||||
|
|
@ -45,6 +46,7 @@ artifacts = [
|
|||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"custodian_cli.py" = "custodian_cli.py"
|
||||
"repository_rename_cli.py" = "repository_rename_cli.py"
|
||||
"repository_rename_workplan.py" = "repository_rename_workplan.py"
|
||||
"statehub_register.py" = "statehub_register.py"
|
||||
"scripts/consistency_check.py" = "scripts/consistency_check.py"
|
||||
"scripts/ensure_gitignore_claude_rules.py" = "scripts/ensure_gitignore_claude_rules.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue