verstak/docs
mirivlad 69eb909d48 step 3: nodes repository + CRUD + CLI node commands
- types.go: TypeSpace/Case/Folder/Note/... + Slugify()
- node.go: Node struct, Meta, IsDeleted/IsRoot helpers
- repository.go: full CRUD (Create, Get, GetActive, ListChildren,
  ListRoots, UpdateTitle, Move, SoftDelete) + Meta KV (MetaSet,
  MetaGet, MetaList)
- node_cmd.go: thin wrappers around repository
- main.go: verstak node create/list/get/move/delete subcommands
- repository_test.go: 12 tests covering all CRUD paths

Acceptance: go build pass, go test pass (12 tests),
  CLI create+list+get+move+delete all working.
2026-05-30 19:09:25 +08:00
..
00_README.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
01_Product_Spec.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
02_Architecture.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
03_Data_Model_Storage.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
04_Sync_Backup_Activity.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
05_UI_UX.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
06_Roadmap.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
07_AI_Coder_Prompts.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
08_MVP_Checklist.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00
PLAN.md step 3: nodes repository + CRUD + CLI node commands 2026-05-30 19:09:25 +08:00
verstak_browser_extension_prompts.md step 1: skeleton - go module, CLI stub with --version, structure 2026-05-30 18:42:19 +08:00