fix: package quality-debt CLI support
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 24s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
tegwick 2026-08-30 23:36:23 +02:00
parent 2343574a0c
commit fc8ec49d9e
4 changed files with 35 additions and 0 deletions

View file

@ -37,6 +37,8 @@ artifacts = [
"repository_rename_workplan.py",
"statehub_register.py",
"scripts/consistency_check.py",
"scripts/quality_assessment.py",
"scripts/quality_debt.py",
"scripts/repo_sync.py",
"scripts/mcp_registration.py",
"scripts/project_claude_md.template",
@ -50,6 +52,8 @@ artifacts = [
"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"
"scripts/quality_assessment.py" = "scripts/quality_assessment.py"
"scripts/quality_debt.py" = "scripts/quality_debt.py"
"scripts/repo_sync.py" = "scripts/repo_sync.py"
"scripts/mcp_registration.py" = "scripts/mcp_registration.py"
"scripts/project_claude_md.template" = "scripts/project_claude_md.template"