refactor: flatten docs/ — move V2 docs from docs/v2/ to docs/

- git mv docs/v2/*.md docs/ (11 planning documents)
- Remove empty docs/v2/ directory
- Update all references: AGENTS.md, CHANGELOG.md, README.md, ARCHITECTURE.md
- Fix outdated repo tree in ARCHITECTURE.md to match actual structure
This commit is contained in:
swanadiva
2026-07-07 12:04:59 +07:00
parent 7794ca554b
commit c215d68c81
13 changed files with 63 additions and 62 deletions
+8 -9
View File
@@ -24,8 +24,7 @@ hostkeeper/ (root — bersih untuk V2)
├── mobile/ ← (BELUM DIBUAT) V2 mobile wrapper
├── template/ ← Referensi UI React (Lumina System)
│ └── src/components/ 7 React screens (Dashboard, Terminal, SFTP, Snippets, Keychain, Settings, Brief)
├── docs/
│ └── v2/ ← Dokumentasi perencanaan V2 (10 file, 6,310 baris)
├── docs/ ← Dokumentasi perencanaan V2 (10 file, 6,310 baris)
└── AGENTS.md ← file ini (checkpoint AI)
Git branches:
@@ -50,7 +49,7 @@ Git branches:
## 3. V2 Status — Pre-Development
### ✅ Sudah Selesai
- 10 dokumen perencanaan di `docs/v2/`:
- 10 dokumen perencanaan di `docs/`:
- `ARCHITECTURE.md` — GoFiber v2 + React + Electron + mobile WebView
- `API.md` — REST + WebSocket spec (1,303 baris)
- `DATA_MODELS.md` — Host, Group, Snippet, Key, PortForward, Workspace, Config
@@ -138,12 +137,12 @@ Step 9: Setup Electron: npm install electron electron-builder --save-dev
| Untuk | Lihat di |
|-------|----------|
| Arsitektur lengkap | `docs/v2/ARCHITECTURE.md` |
| API spec | `docs/v2/API.md` |
| Data models | `docs/v2/DATA_MODELS.md` |
| UI component tree | `docs/v2/UI_COMPONENTS.md` |
| Sprint plan detail | `docs/v2/SPRINT_PLAN.md` |
| Template analysis + bugs | `docs/v2/TEMPLATE_ANALYSIS.md` |
| Arsitektur lengkap | `docs/ARCHITECTURE.md` |
| API spec | `docs/API.md` |
| Data models | `docs/DATA_MODELS.md` |
| UI component tree | `docs/UI_COMPONENTS.md` |
| Sprint plan detail | `docs/SPRINT_PLAN.md` |
| Template analysis + bugs | `docs/TEMPLATE_ANALYSIS.md` |
| Template source code | `template/src/components/` |
| Template AGENTS.md | `template/AGENTS.md` (desain system) |
| V1 shared packages | `v1/pkg/ssh/`, `v1/pkg/crypto/`, `v1/pkg/storage/`, `v1/pkg/config/`, `v1/pkg/knownhosts/` |