Skip to content

Commit b168221

Browse files
committed
docs(stage6-7): add implementation strategy and roadmap documentation
- Add Stage 6: Implementation strategy (build, test, observability, release) - Add Stage 7: Roadmap and task catalog with release planning - Update spec index with new reading orders and stage summaries - Update status board for Stage 6-7 completion - Fix README image path for vitepress-docs - Update mutex-queue ADR with additional context - Bump version to 1.2.0
1 parent 479ccd3 commit b168221

11 files changed

Lines changed: 3442 additions & 436 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ await db.query("SELECT * FROM notes WHERE id = ?", [1]);
258258

259259
The console output highlights SQL keywords and shows how long each statement took (click to preview):
260260

261-
[![Debug console output](docs/assets/debug.png)](docs/assets/debug.png)
261+
[![Debug console output](vitepress-docs/assets/debug.png)](docs/assets/debug.png)
262262

263263
#### Transactions
264264

docs/00-control/00-spec.md

Lines changed: 191 additions & 283 deletions
Large diffs are not rendered by default.

docs/00-control/01-status.md

Lines changed: 232 additions & 150 deletions
Large diffs are not rendered by default.

docs/04-adr/0003-mutex-queue-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ await db.exec("VALID SQL"); // Succeeds (queue not broken)
274274

275275
## Navigation
276276

277-
**Previous ADR**: [ADR-0002: OPFS Storage](./0002-opfs-persistent-storage.md) - File-based persistence
277+
**Previous ADR**: [ADR-0002: OPFS Storage](./0004-release-versioning-system.md) - File-based persistence
278278

279279
**Next ADR**: [ADR-0004: Release Versioning](./0004-release-versioning-system.md) - Migration management
280280

0 commit comments

Comments
 (0)