testsAndMisc/docs/superpowers/evidence/remove-steam-backlog-enforcer-2026-05-28.json
Krzysztof kuhy Rudnicki acfb1c48a0 chore: remove steam_backlog_enforcer — extracted to own repo
Moved to https://github.com/kuhyx/steam-backlog-enforcer with full git
history, rewritten imports, standalone pyproject.toml, and CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 07:27:32 +02:00

26 lines
1.1 KiB
JSON

{
"intent": "Remove steam_backlog_enforcer from monorepo after extracting it to its own GitHub repo.",
"scope": [
"python_pkg/steam_backlog_enforcer/ — deleted",
"CLAUDE.md — removed steam_backlog_enforcer documentation sections",
"No other packages affected"
],
"changes": [
"Deleted python_pkg/steam_backlog_enforcer/ entirely (extracted to github.com/kuhyx/steam-backlog-enforcer)",
"Updated CLAUDE.md: removed steam_backlog_enforcer architecture section, removed its test command, updated project overview and test patterns"
],
"verification": [
{
"command": "python -m pytest python_pkg/ --cov=python_pkg --cov-branch --cov-fail-under=100 -q",
"result": "pass",
"evidence": "902 passed, 100% branch coverage across all remaining packages"
}
],
"risks": [
"Any local scripts pointing to python_pkg/steam_backlog_enforcer/ will break — use the standalone repo instead"
],
"rollback": [
"Clone github.com/kuhyx/steam-backlog-enforcer and place it back under python_pkg/ with original imports (python_pkg.steam_backlog_enforcer.*)"
]
}