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 <noreply@anthropic.com>
This commit is contained in:
parent
b703abe4d1
commit
b333b7ff2c
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue