chore: move DEVELOPMENT.md and TODO.md to docs/

This commit is contained in:
achmad
2026-05-06 14:57:32 +07:00
parent 38db102aaf
commit 94901c7d9c
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -59,6 +59,7 @@ Android App → Instrumentation SDK → ADB Tunnel → Go Backend → React Fron
| `frontend-react/` | — | Vite + React + TypeScript UI | | `frontend-react/` | — | Vite + React + TypeScript UI |
| `android-sdk/` | `dev.achmad.droidscope` | Kotlin instrumentation SDK | | `android-sdk/` | `dev.achmad.droidscope` | Kotlin instrumentation SDK |
| `scripts/` | — | `dev.sh`, `build.sh`, `download-adb.sh` | | `scripts/` | — | `dev.sh`, `build.sh`, `download-adb.sh` |
| `docs/` | — | `DEVELOPMENT.md` (setup + build guide), `TODO.md` (implementation status) |
### Go workspace ### Go workspace
`go.work` links `./desktop` and `./backend-go` for local resolution. `desktop/go.mod` also has a `replace` directive — both are needed (`go.work` for IDE/build, `replace` for `go mod tidy`). `go.work` links `./desktop` and `./backend-go` for local resolution. `desktop/go.mod` also has a `replace` directive — both are needed (`go.work` for IDE/build, `replace` for `go mod tidy`).
+1 -1
View File
@@ -80,7 +80,7 @@ DroidScope/
## Getting Started ## Getting Started
See [DEVELOPMENT.md](DEVELOPMENT.md) for full setup instructions. See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) for full setup instructions.
**Quick start:** **Quick start:**
+3 -2
View File
@@ -199,8 +199,9 @@ DroidScope/
├── go.work ← Go workspace (links desktop + backend-go) ├── go.work ← Go workspace (links desktop + backend-go)
├── README.md ← Project overview and feature roadmap ├── README.md ← Project overview and feature roadmap
── TODO.md ← Implementation status ── docs/
── DEVELOPMENT.md ← This file ── DEVELOPMENT.md ← This file
└── TODO.md ← Implementation status
``` ```
--- ---
View File