chore: update project_status - Step 2 backup complete
This commit is contained in:
parent
6f0c2ccbed
commit
41347c68c6
|
|
@ -68,23 +68,19 @@ Tailscale Funnel が数秒のタイムアウトで接続を切断 → browser
|
|||
- 全 posimai-* アプリ 22個 → gitea / github リモート両方あり確認済み
|
||||
- ponshu-room → 同上
|
||||
|
||||
### PC 消失で消えるもの(git 管理外・PC のみ)
|
||||
- `server.js` — Synology API サーバー本体ソース(CRITICAL)
|
||||
- `CLAUDE.md` — AI ルール設定(CRITICAL)
|
||||
- `.claude/memory/` — 全引き継ぎ記憶(CRITICAL)
|
||||
- `_template/` — アプリ雛形(HIGH)
|
||||
- `deploy-server.sh` — デプロイスクリプト(HIGH)
|
||||
- `scripts/` — 各種スクリプト(MEDIUM)
|
||||
### Step 2 完了済み(2026-03-17)
|
||||
- `posimai-root` リポジトリ: gitea/github 両方に push 済み
|
||||
- 内容: CLAUDE.md, AGENTS.md, _template/, deploy-server.sh, scripts/, server.js, .gitignore
|
||||
- Gitea: http://100.76.7.3:3000/mai/posimai-root
|
||||
- GitHub: https://github.com/posimai/posimai-root (private)
|
||||
- `claude-memory` リポジトリ: gitea/github 両方に push 済み
|
||||
- 内容: memory/ 以下の全 .md ファイル(8ファイル)
|
||||
- Gitea: http://100.76.7.3:3000/mai/claude-memory
|
||||
- GitHub: https://github.com/posimai/claude-memory (private)
|
||||
|
||||
### 次セッション: Step 2 バックアップ整備(未完了)
|
||||
**手順**:
|
||||
1. Gitea Web UI で `posimai-root` リポジトリを新規作成(http://100.76.7.3:3000/mai/)
|
||||
2. GitHub で `posimai/posimai-root` を private リポジトリとして作成
|
||||
3. `c:/Users/maita/posimai-project/` で git init → remote 設定
|
||||
4. `.gitignore` 作成(node_modules, .vercel, *.bak, m-ai-dashboard*, mai_quick*, _conoha/)
|
||||
5. `git add CLAUDE.md _template/ deploy-server.sh scripts/ server.js`
|
||||
6. push to both remotes
|
||||
7. `.claude/` ディレクトリも別途 `claude-memory` リポジトリでバックアップ
|
||||
### バックアップ後の残リスク
|
||||
- `posimai-root` の .gitignore で各アプリディレクトリは除外(個別リポジトリで管理)
|
||||
- memory 変更時は手動で `cd ~/.claude/projects/c--Users-maita-posimai-project/memory && git add . && git commit && git push gitea main && git push github main` が必要
|
||||
|
||||
### Step 1 完了済み(2026-03-17)
|
||||
- posimai-dashboard: Header.tsx 末尾改行コミット・push 済み
|
||||
|
|
|
|||
Loading…
Reference in New Issue