verstak/docs
mirivlad b8d8427c46 step 2: init command + SQLite storage + migrations + config
- storage.go: DB wrapper, migration runner (in-code SQL strings)
- migrations.go: 001_init (nodes + node_meta + indexes)
- vault.go: Init() creates .verstak/ dirs, config.yml, index.db
- config.go: YAML config read/write
- util/uuid.go: UUIDv7 generator
- cmd/verstak/main.go: init --vault PATH command
- main_test.go: TestInitCreatesVault, TestInitConfigYAML

Acceptance: go build ./... pass, go test ./... pass
Init creates test-vault with .verstak/index.db + config.yml
Repeat Init is safe.
2026-05-30 18:58:47 +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 2: init command + SQLite storage + migrations + config 2026-05-30 18:58:47 +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