From b333b7ff2c905231b6d71103447d09f4aac8e194 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 17 Jan 2026 16:47:29 -0800 Subject: [PATCH] Move plan to plans/ directory, add completion step - Rename docs/k8s-migration.md to plans/k8s-migration.md - Create plans/completed/ for finished plans - Add Plan Completion section with instructions to archive when done Co-Authored-By: Claude Opus 4.5 --- {docs => plans}/k8s-migration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) rename {docs => plans}/k8s-migration.md (99%) diff --git a/docs/k8s-migration.md b/plans/k8s-migration.md similarity index 99% rename from docs/k8s-migration.md rename to plans/k8s-migration.md index 939587a..ff09b5f 100644 --- a/docs/k8s-migration.md +++ b/plans/k8s-migration.md @@ -1190,3 +1190,15 @@ ansible/ | Woodpecker | `woodpeckerci/woodpecker-server` | Note: Zot runs as a native binary on indri (built from source at `~/code/3rd/zot`), not as a container. + +--- + +## Plan Completion + +When all phases are complete and verified: + +```bash +# Move plan to completed directory with completion date +git mv plans/k8s-migration.md plans/completed/k8s-migration.$(date +%Y-%m-%d).md +git commit -m "Complete k8s migration plan" +```