Merge pull request #62 from PR0M3TH3AN/codex/review-roadmap-for-non-existent-design-proposals

Add placeholder ADRs for roadmap DPs
This commit is contained in:
thePR0M3TH3AN
2025-05-22 14:23:49 -04:00
committed by GitHub
9 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# DP-002: Dirty Flag Design & FTS Rebuild Cadence
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
This placeholder reserves the DP number for the dirty-scan design proposal described in the roadmap. Details will be filled in once the full specification is drafted.

View File

@@ -0,0 +1,7 @@
# DP-004: Content-Blob Strategy (Inline vs External Table)
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Reserved for the proposal covering how file contents are stored and indexed for full-text search and annotations.

View File

@@ -0,0 +1,7 @@
# DP-005: Hash Column & Bloom-Based Deduplication
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Reserved for the proposal defining SHA-256 hashing and duplicate detection via Bloom filters.

View File

@@ -0,0 +1,7 @@
# DP-006: Embeddings Size & Model Choice
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Placeholder for design decisions around semantic embeddings, vector store schema, and model selection.

View File

@@ -0,0 +1,7 @@
# DP-007: Search DSL v2 Grammar
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Reserved for the formal grammar and parser design for the advanced search language.

View File

@@ -0,0 +1,7 @@
# DP-008: Workflow Tables & Validation
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Placeholder for the schema and validation rules supporting structured workflows and relationship templates.

View File

@@ -0,0 +1,7 @@
# DP-009: TUI Key Map & Redraw Budget
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Reserved for the design of keyboard interactions and performance targets for the TUI.

View File

@@ -0,0 +1,7 @@
# DP-010: DB/IP Bridge for KDE Sidebar
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Placeholder for communication mechanisms and packaging strategy for the Dolphin sidebar integration.

View File

@@ -0,0 +1,7 @@
# DP-011: Sync Backend Trade-Study
**Status**: Pending
**Authors**: TBA
**Date**: 2025-05-19
Reserved for evaluation of synchronization approaches and end-to-end UI test plan.