meta(tasks): create [morecms-subtree-split] in OpeItcLoc03/admin
This commit is contained in:
@@ -35,3 +35,26 @@ Do **not** invent migration recipes, file lists, taxonomies, or scope decisions
|
||||
<!-- created-by: OpeItcLoc03@DESKTOP-NSEF0UK / from: OpeItcLoc03/workshop / 2026-05-21T10:21:59.082Z -->
|
||||
|
||||
---
|
||||
|
||||
## 🔵 [morecms-subtree-split] — Шаг 2 миграции: в `~/projects/MoreThenCms` создать 4 subtree-split ветки, каждая хранит per-file history своего dir'а. Эти ветки потом импортируются в admin (см. `admin-subtree-import-and-cleanup`).
|
||||
|
||||
См. `.wiki/concepts/admin-infra-project.md` §Migration mechanics шаг 2 для полного контекста.
|
||||
|
||||
**Status:** blocked
|
||||
**Where I stopped:** (not started)
|
||||
**Next action:** ```powershell
|
||||
cd ~/projects/MoreThenCms
|
||||
git subtree split --prefix=.wiki/entities -b split-wiki-entities
|
||||
git subtree split --prefix=.wiki/sources -b split-wiki-sources
|
||||
git subtree split --prefix=.wiki/concepts -b split-wiki-concepts
|
||||
git subtree split --prefix=.tasks -b split-tasks
|
||||
```
|
||||
|
||||
Acceptance: `git branch | grep split-` показывает 4 ветки. Каждая `git log split-<x>` содержит коммиты только относящиеся к соответствующему dir'у. **Не push'ить** эти ветки — они служебные, нужны только для local subtree-add в admin.
|
||||
|
||||
Done — пометить 🟢 + переходить к `admin-subtree-import-and-cleanup`.
|
||||
**Blocker:** admin-infra-project-pointers
|
||||
**Branch:** n/a
|
||||
<!-- created-by: OpeItcLoc03@DESKTOP-NSEF0UK / from: OpeItcLoc03/workshop / 2026-05-21T10:22:50.307Z -->
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user