testsAndMisc/docs/superpowers/contracts/root-cleanup-2026-05-14.json
Krzysztof kuhy Rudnicki 84632cef34 chore: spring-clean repo root (move docs, relocate batch3 script, drop stale outputs)
- Move 7 loose top-level Markdown reports under docs/cleanup-2026-05/.
- Relocate batch3_bloatware_uninstall.sh into phone_focus_mode/ where its
  ADB/phone wiring belongs.
- Delete tracked out.json (empty puzzle_solver fixture).
- Remove untracked clutter (mp4/wav/lcov/log/txt) from the working tree.
2026-05-14 20:01:09 +02:00

17 lines
1.1 KiB
JSON

{
"title": "Repo root spring cleaning",
"objective": "Remove stray top-level artifacts: relocate seven loose Markdown reports into docs/cleanup-2026-05/, move batch3_bloatware_uninstall.sh into phone_focus_mode/, delete the stale out.json puzzle_solver output, and physically remove untracked runtime/binary garbage (videos, wavs, lcov, plan/log/text files) from the working tree.",
"acceptance_criteria": [
"No loose *_SUMMARY.md / *_GUIDE.md / *_REPORT.md / *_GUIDELINES.md / DELIVERABLES_INDEX.md files remain at repo root.",
"batch3_bloatware_uninstall.sh lives under phone_focus_mode/.",
"out.json is removed from the index.",
"Working tree contains no .mp4 / .wav / .lcov / cinema_plan_*.txt / batch3_execution.log / out.txt at the root."
],
"out_of_scope": [
"Editing the moved documents' contents.",
"Removing any tracked code or library files.",
"Modifying .gitignore beyond the existing patterns."
],
"verifier": "git status --short && ls /home/kuhy/testsAndMisc | grep -E '\\.(md|mp4|wav|lcov)$|^out\\.|^cinema_plan|^batch3_'"
}