Skip to content

Commit c530c1d

Browse files
committed
docs: Correct README status - Phase 3 is partial, not complete
Changes: - Status line: 'Phase 1-3 Complete' → 'Phase 1-2 Complete, Phase 3 Partial' - Key features: Removed 'pattern matching' (not implemented) - Key features: Changed to 'Shortest path, all paths finding, BFS/DFS traversal' - Phase 5: Fixed deferred features list (pattern matching, bulk ops) Accurate status: Phase 1 ✅, Phase 2 ✅, Phase 3 Partial (5/7 done)
1 parent ac0602e commit c530c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sqlite-graph is an alpha-stage graph database library that combines the reliabil
1919
- 📊 **Type-Safe** - Full TypeScript support with generic types
2020
-**High Performance** - Optimized indexes and prepared statements
2121
- 🔄 **ACID Transactions** - Built on SQLite's transaction system
22-
- 🎯 **Graph Algorithms** - Shortest path, traversal, pattern matching
22+
- 🎯 **Graph Algorithms** - Shortest path, all paths finding, BFS/DFS traversal
2323
- 🛠️ **Universal Schema** - Flexible JSON properties for any data model
2424
- 🔮 **Future WASM Support** - Path to Rust optimization when needed
2525

@@ -205,7 +205,7 @@ See [ROADMAP.md](ROADMAP.md) for complete 6-week timeline.
205205

206206
### Phase 5: Post-v1.0 Polish
207207
- [ ] Community adoption and feedback
208-
- [ ] Missing Phase 3 features (all paths, pattern matching)
208+
- [ ] Missing Phase 3 features (pattern matching, bulk operations)
209209
- [ ] Documentation and examples
210210
- [ ] npm ecosystem presence
211211

@@ -266,7 +266,7 @@ MIT License - see [LICENSE](LICENSE) for details
266266

267267
---
268268

269-
**Status:** 🟡 Alpha - Phase 1-3 Complete | Phase 4 (Browser Support) In Progress
269+
**Status:** 🟡 Alpha - Phase 1-2 Complete, Phase 3 Partial | Phase 4 (Browser Support) In Progress
270270
**Current Phase:** Building v1.0 with universal browser support (6-week timeline)
271271
**Test Status:** 294 tests passing | 2 suites with memory issues | ~75-80% coverage (estimated)
272272
**Not Production Ready:** Memory crashes in coverage tests, missing npm publish config

0 commit comments

Comments
 (0)