@tecet/ollm 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/cli.js +20 -14
  2. package/dist/cli.js.map +3 -3
  3. package/dist/services/documentService.d.ts.map +1 -1
  4. package/dist/services/documentService.js +12 -2
  5. package/dist/services/documentService.js.map +1 -1
  6. package/dist/ui/components/docs/DocsPanel.d.ts.map +1 -1
  7. package/dist/ui/components/docs/DocsPanel.js +1 -1
  8. package/dist/ui/components/docs/DocsPanel.js.map +1 -1
  9. package/dist/ui/components/launch/VersionBanner.js +1 -1
  10. package/dist/ui/components/launch/VersionBanner.js.map +1 -1
  11. package/dist/ui/components/layout/KeybindsLegend.d.ts.map +1 -1
  12. package/dist/ui/components/layout/KeybindsLegend.js +1 -1
  13. package/dist/ui/components/layout/KeybindsLegend.js.map +1 -1
  14. package/dist/ui/components/tabs/BugReportTab.js +1 -1
  15. package/dist/ui/components/tabs/BugReportTab.js.map +1 -1
  16. package/dist/ui/services/docsService.d.ts +12 -27
  17. package/dist/ui/services/docsService.d.ts.map +1 -1
  18. package/dist/ui/services/docsService.js +40 -67
  19. package/dist/ui/services/docsService.js.map +1 -1
  20. package/docs/README.md +3 -410
  21. package/package.json +10 -7
  22. package/scripts/copy-docs-to-user.cjs +34 -0
  23. package/docs/Context/CheckpointFlowDiagram.md +0 -673
  24. package/docs/Context/ContextArchitecture.md +0 -898
  25. package/docs/Context/ContextCompression.md +0 -1102
  26. package/docs/Context/ContextManagment.md +0 -750
  27. package/docs/Context/Index.md +0 -209
  28. package/docs/Context/README.md +0 -390
  29. package/docs/DevelopmentRoadmap/Index.md +0 -238
  30. package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +0 -419
  31. package/docs/DevelopmentRoadmap/PlanedFeatures.md +0 -448
  32. package/docs/DevelopmentRoadmap/README.md +0 -174
  33. package/docs/DevelopmentRoadmap/Roadmap.md +0 -572
  34. package/docs/DevelopmentRoadmap/RoadmapVisual.md +0 -372
  35. package/docs/Hooks/Architecture.md +0 -885
  36. package/docs/Hooks/Index.md +0 -244
  37. package/docs/Hooks/KeyboardShortcuts.md +0 -248
  38. package/docs/Hooks/Protocol.md +0 -817
  39. package/docs/Hooks/README.md +0 -403
  40. package/docs/Hooks/UserGuide.md +0 -1483
  41. package/docs/Hooks/VisualGuide.md +0 -598
  42. package/docs/Index.md +0 -506
  43. package/docs/Installation.md +0 -586
  44. package/docs/Introduction.md +0 -367
  45. package/docs/LLM Models/Index.md +0 -239
  46. package/docs/LLM Models/LLM_GettingStarted.md +0 -748
  47. package/docs/LLM Models/LLM_Index.md +0 -701
  48. package/docs/LLM Models/LLM_MemorySystem.md +0 -337
  49. package/docs/LLM Models/LLM_ModelCompatibility.md +0 -499
  50. package/docs/LLM Models/LLM_ModelsArchitecture.md +0 -933
  51. package/docs/LLM Models/LLM_ModelsCommands.md +0 -839
  52. package/docs/LLM Models/LLM_ModelsConfiguration.md +0 -1094
  53. package/docs/LLM Models/LLM_ModelsList.md +0 -1071
  54. package/docs/LLM Models/LLM_ModelsList.md.backup +0 -400
  55. package/docs/LLM Models/README.md +0 -355
  56. package/docs/MCP/MCP_Architecture.md +0 -1086
  57. package/docs/MCP/MCP_Commands.md +0 -1111
  58. package/docs/MCP/MCP_GettingStarted.md +0 -590
  59. package/docs/MCP/MCP_Index.md +0 -524
  60. package/docs/MCP/MCP_Integration.md +0 -866
  61. package/docs/MCP/MCP_Marketplace.md +0 -160
  62. package/docs/MCP/README.md +0 -415
  63. package/docs/Prompts System/Architecture.md +0 -760
  64. package/docs/Prompts System/Index.md +0 -223
  65. package/docs/Prompts System/PromptsRouting.md +0 -1047
  66. package/docs/Prompts System/PromptsTemplates.md +0 -1102
  67. package/docs/Prompts System/README.md +0 -389
  68. package/docs/Prompts System/SystemPrompts.md +0 -856
  69. package/docs/Quickstart.md +0 -535
  70. package/docs/Tools/Architecture.md +0 -884
  71. package/docs/Tools/GettingStarted.md +0 -624
  72. package/docs/Tools/Index.md +0 -216
  73. package/docs/Tools/ManifestReference.md +0 -141
  74. package/docs/Tools/README.md +0 -440
  75. package/docs/Tools/UserGuide.md +0 -773
  76. package/docs/Troubleshooting.md +0 -1265
  77. package/docs/UI&Settings/Architecture.md +0 -729
  78. package/docs/UI&Settings/ColorASCII.md +0 -34
  79. package/docs/UI&Settings/Commands.md +0 -755
  80. package/docs/UI&Settings/Configuration.md +0 -872
  81. package/docs/UI&Settings/Index.md +0 -293
  82. package/docs/UI&Settings/Keybinds.md +0 -372
  83. package/docs/UI&Settings/README.md +0 -278
  84. package/docs/UI&Settings/Terminal.md +0 -637
  85. package/docs/UI&Settings/Themes.md +0 -604
  86. package/docs/UI&Settings/UIGuide.md +0 -550
@@ -1,448 +0,0 @@
1
- # Planned Features - Quick Reference
2
-
3
- **Last Updated:** January 26, 2026
4
- **Current Version:** v0.1.0 (Alpha)
5
-
6
- > **Status:** All features listed below are **planned for future alpha releases** (v0.2.0 - v0.9.0) and are not yet implemented.
7
-
8
- This document provides a quick reference for planned features in OLLM CLI alpha releases.
9
-
10
- **For detailed information, see:**
11
-
12
- - [Development Roadmap](Roadmap.md) - Complete roadmap overview
13
- - [Visual Roadmap](RoadmapVisual.md) - Visual timeline and dependency graphs
14
- - Version Specifications (`.kiro/specs/vX.X.X/`) - Detailed requirements and design documents
15
-
16
- ---
17
-
18
- ## v0.2.0: File Explorer & Enhanced MCP 📁
19
-
20
- **File Management & MCP Improvements**
21
-
22
- Tree-based file browser and enhanced MCP capabilities.
23
-
24
- **Key Features:**
25
-
26
- - Tree-based file browser in side panel
27
- - File operations (open, edit, rename, delete)
28
- - Git status indicators
29
- - Quick file search
30
- - MCP OAuth authentication
31
- - MCP health monitoring
32
- - MCP marketplace integration
33
-
34
- **Use When:** Managing project files, browsing code, MCP server management
35
-
36
- **Specs:**
37
-
38
- - `.kiro/specs/v0.2.0 File Explorer/`
39
- - `.kiro/specs/v0.2.0 MCP Integration/`
40
-
41
- ---
42
-
43
- ## v0.3.0: Advanced File Explorer & MCP Polish 🔍
44
-
45
- **Enhanced File Management**
46
-
47
- Advanced file operations and MCP stability improvements.
48
-
49
- **Key Features:**
50
-
51
- - Multi-file selection
52
- - File preview panel
53
- - Advanced search and filtering
54
- - Bookmarks and favorites
55
- - MCP error handling improvements
56
- - MCP performance optimizations
57
-
58
- **Use When:** Complex file operations, advanced search, stable MCP usage
59
-
60
- **Specs:**
61
-
62
- - `.kiro/specs/v0.3.0 File Explorer/`
63
- - `.kiro/specs/v0.3.0 MCP Integration/`
64
-
65
- ---
66
-
67
- ## v0.4.0: Code Editor ✏️
68
-
69
- **Built-in Terminal Code Editor**
70
-
71
- Edit files without leaving OLLM CLI.
72
-
73
- **Key Features:**
74
-
75
- - Terminal-based code editor (3rd window)
76
- - Cursor navigation and text editing
77
- - Undo/redo support
78
- - Copy/cut/paste operations
79
- - Find and go-to-line
80
- - Syntax highlighting (50+ languages)
81
- - Prettier formatting integration
82
- - Multiple file tabs
83
- - Auto-save functionality
84
-
85
- **Use When:** Quick edits, staying in OLLM CLI, syntax-aware editing
86
-
87
- **Spec:** `.kiro/specs/v0.4.0 Code Editor/`
88
-
89
- ---
90
-
91
- ## v0.5.0: Release Kraken 🦑
92
-
93
- **External LLM Provider Access**
94
-
95
- Access powerful cloud models when local models need assistance.
96
-
97
- **Key Features:**
98
-
99
- **CLI-Based Providers:**
100
-
101
- - Gemini CLI integration
102
- - Claude Code integration
103
- - Codex CLI integration
104
- - Subprocess execution bridge
105
-
106
- **API-Based Providers:**
107
-
108
- - OpenAI API integration
109
- - Anthropic API integration
110
- - Google AI API integration
111
- - Streaming response handling
112
-
113
- **Management:**
114
-
115
- - Provider discovery and health checks
116
- - Intelligent provider selection
117
- - Context transfer between providers
118
- - Cost tracking and budget enforcement
119
- - Auto-escalation on local model failure
120
- - Confirmation dialogs for external requests
121
-
122
- **Use When:** Complex reasoning, large context, specialized domains, local model limitations
123
-
124
- **Spec:** `.kiro/specs/v0.5.0 Release Kraken/`
125
-
126
- ---
127
-
128
- ## v0.6.0: RAG Integration 🔍
129
-
130
- **Semantic Search & Codebase Understanding**
131
-
132
- Find relevant code with semantic search.
133
-
134
- **Key Features:**
135
-
136
- - Codebase indexing with embeddings
137
- - Semantic code search
138
- - Context-aware file discovery
139
- - Symbol and definition search
140
- - Documentation search
141
- - Vector database integration
142
- - Incremental indexing
143
- - Search result ranking
144
-
145
- **Use When:** Large codebases, finding relevant code, better LLM context
146
-
147
- **Spec:** `.kiro/specs/v0.6.0 RAG-integration/`
148
-
149
- ---
150
-
151
- ## v0.7.0: GitHub Integration 🐙
152
-
153
- **GitHub Workflow Integration**
154
-
155
- Manage GitHub from the CLI.
156
-
157
- **Key Features:**
158
-
159
- - GitHub API integration
160
- - Repository management
161
- - Issue and PR creation
162
- - Code review assistance
163
- - Branch management
164
- - Commit history analysis
165
- - GitHub Actions integration
166
- - Gist support
167
-
168
- **Use When:** GitHub workflow automation, PR creation, code review
169
-
170
- **Spec:** `.kiro/specs/v0.7.0 GitHub-integration/`
171
-
172
- ---
173
-
174
- ## v0.8.0: Cross-Platform Support 🖥️
175
-
176
- **Enhanced Windows, macOS, Linux Compatibility**
177
-
178
- Consistent behavior across all major operating systems.
179
-
180
- **Key Features:**
181
-
182
- - Platform detection and defaults
183
- - Configuration path resolution (XDG, AppData)
184
- - Terminal capability detection
185
- - Cross-platform GPU monitoring (NVIDIA, AMD, Apple Silicon)
186
- - Path normalization
187
- - Shell selection (cmd.exe, /bin/sh)
188
- - Python command resolution
189
-
190
- **Use When:** Using OLLM CLI on different operating systems, platform-specific features
191
-
192
- **Spec:** `.kiro/specs/v0.8.0 Cross Platform/`
193
-
194
- ---
195
-
196
- ## v0.9.0: vLLM & Open Source Providers 🔌
197
-
198
- **High-Performance Inference Engines**
199
-
200
- Extended provider system for production deployments.
201
-
202
- **Key Features:**
203
-
204
- - vLLM provider integration
205
- - LM Studio support
206
- - Text Generation WebUI support
207
- - LocalAI support
208
- - High-performance streaming
209
- - Batch processing support
210
- - Model serving optimization
211
-
212
- **Use When:** Production deployments, faster inference, alternative LLM servers
213
-
214
- **Spec:** `.kiro/specs/v0.9.0 vLLM-LMS Providers/`
215
-
216
- ---
217
-
218
- ## Feature Comparison Matrix
219
-
220
- | Feature | Version | Priority | Dependencies |
221
- | ------------------ | ------- | -------- | ------------ |
222
- | File Explorer | v0.2.0 | High | v0.1.0 |
223
- | Enhanced MCP | v0.2.0 | High | v0.1.0 |
224
- | Advanced Explorer | v0.3.0 | High | v0.2.0 |
225
- | MCP Polish | v0.3.0 | High | v0.2.0 |
226
- | Code Editor | v0.4.0 | High | v0.1.0 |
227
- | RAG Search | v0.5.0 | High | v0.1.0 |
228
- | Kraken (CLI) | v0.6.0 | High | v0.1.0 |
229
- | Kraken (API) | v0.6.0 | High | v0.1.0 |
230
- | GitHub Integration | v0.7.0 | Medium | v0.1.0 |
231
- | Cross-Platform | v0.8.0 | Medium | v0.1.0 |
232
- | vLLM Provider | v0.9.0 | Medium | v0.1.0 |
233
- | LM Studio | v0.9.0 | Medium | v0.1.0 |
234
-
235
- ---
236
-
237
- ## Configuration Preview
238
-
239
- ### v0.2.0: File Explorer
240
-
241
- ```yaml
242
- fileExplorer:
243
- enabled: true
244
- showHidden: false
245
- gitStatus: true
246
- followActiveFile: true
247
- quickSearch: true
248
- ```
249
-
250
- ### v0.2.0: Enhanced MCP
251
-
252
- ```yaml
253
- mcp:
254
- oauth:
255
- enabled: true
256
- autoRefresh: true
257
- health:
258
- enabled: true
259
- checkInterval: 60000 # 60 seconds
260
- marketplace:
261
- enabled: true
262
- autoUpdate: false
263
- ```
264
-
265
- ### v0.4.0: Code Editor
266
-
267
- ```yaml
268
- editor:
269
- enabled: true
270
- syntaxHighlighting: true
271
- autoSave: true
272
- autoSaveDelay: 2000 # 2 seconds
273
- prettier:
274
- enabled: true
275
- formatOnSave: true
276
- tabs:
277
- maxOpen: 10
278
- ```
279
-
280
- ### v0.5.0: Kraken Integration
281
-
282
- ```yaml
283
- kraken:
284
- enabled: true
285
- confirmBeforeRelease: true
286
- autoEscalation:
287
- enabled: false
288
- triggers:
289
- - contextOverflow
290
- - localModelError
291
- sessionBudget: 10.00 # USD
292
- providers:
293
- geminiCli:
294
- enabled: true
295
- executable: gemini
296
- defaultModel: gemini-2.0-flash-exp
297
- claudeCode:
298
- enabled: true
299
- executable: claude-code
300
- openai:
301
- enabled: true
302
- apiKey: ${OPENAI_API_KEY}
303
- model: gpt-4
304
- maxTokens: 8192
305
- ```
306
-
307
- ### v0.6.0: RAG Integration
308
-
309
- ```yaml
310
- codebaseIndex:
311
- enabled: true
312
- autoIndex: true
313
- extensions: ['.ts', '.js', '.py', '.java', '.go']
314
- excludePatterns: ['node_modules', 'dist', '.git']
315
- maxFileSize: 1048576 # 1MB
316
- vectorDatabase: 'lancedb'
317
- ```
318
-
319
- ### v0.7.0: GitHub Integration
320
-
321
- ```yaml
322
- github:
323
- enabled: true
324
- token: ${GITHUB_TOKEN}
325
- defaultRepo: owner/repo
326
- autoLink: true # Auto-link issues/PRs in chat
327
- features:
328
- issues: true
329
- pullRequests: true
330
- codeReview: true
331
- actions: true
332
- ```
333
-
334
- ### v0.8.0: Cross-Platform
335
-
336
- ```yaml
337
- platform:
338
- shell:
339
- windows: cmd.exe
340
- unix: /bin/sh
341
- python:
342
- windows: python
343
- unix: python3
344
- paths:
345
- normalizeDisplay: true # Show forward slashes in UI
346
- terminal:
347
- forceUnicode: false
348
- forceColor: false
349
- ```
350
-
351
- ### v0.9.0: vLLM Provider
352
-
353
- ```yaml
354
- provider: vllm # ollama, vllm, lmstudio, etc.
355
-
356
- providers:
357
- vllm:
358
- baseUrl: http://localhost:8000
359
- apiKey: ${VLLM_API_KEY}
360
- timeout: 60000
361
-
362
- lmstudio:
363
- baseUrl: http://localhost:1234
364
- timeout: 30000
365
- ```
366
-
367
- ---
368
-
369
- ## Release Timeline
370
-
371
- **Current Status:** v0.1.0 (Alpha) - Released
372
-
373
- **Alpha Releases (v0.2.0 - v0.9.0):** Timeline to be determined based on:
374
-
375
- - Community feedback and feature requests
376
- - Resource availability
377
- - Technical dependencies
378
- - User workflow priorities
379
-
380
- **Estimated Timeline:**
381
-
382
- - Q2 2026: v0.2.0 - v0.3.0 (File Explorer & MCP)
383
- - Q3 2026: v0.4.0 - v0.5.0 (Code Editor & RAG)
384
- - Q4 2026: v0.6.0 - v0.7.0 (Kraken & GitHub)
385
- - Q1 2027: v0.8.0 - v0.9.0 (Cross-Platform & vLLM)
386
-
387
- **Beta Release (v1.0.0):** Q2 2027 (tentative)
388
-
389
- ---
390
-
391
- ## Priority Levels
392
-
393
- ### High Priority
394
-
395
- - **v0.2.0:** File Explorer & Enhanced MCP
396
- - **v0.4.0:** Code Editor
397
- - **v0.5.0:** Release Kraken
398
- - **v0.6.0:** RAG Integration
399
-
400
- ### Medium Priority
401
-
402
- - **v0.3.0:** Advanced File Explorer
403
- - **v0.7.0:** GitHub Integration
404
- - **v0.8.0:** Cross-Platform Support
405
- - **v0.9.0:** vLLM & Open Source Providers
406
-
407
- ---
408
-
409
- ## Contributing
410
-
411
- Interested in implementing a planned feature?
412
-
413
- 1. **Review the Specification**
414
- - Read detailed requirements in `.kiro/specs/vX.X.X Feature/`
415
- - Understand design and architecture
416
- - Review task breakdown
417
-
418
- 2. **Discuss Your Approach**
419
- - Open an issue with "feature" label
420
- - Propose implementation plan
421
- - Get feedback from maintainers
422
-
423
- 3. **Start Development**
424
- - Fork the repository
425
- - Create feature branch
426
- - Follow coding standards
427
- - Write tests
428
-
429
- 4. **Submit Pull Request**
430
- - Follow PR template
431
- - Include tests and documentation
432
- - Respond to review feedback
433
-
434
- See [Development Roadmap](Roadmap.md#contributing) for detailed contribution guidelines.
435
-
436
- ---
437
-
438
- ## Related Documentation
439
-
440
- - **[Roadmap Overview](Roadmap.md)** - Main roadmap document
441
- - **[Visual Roadmap](RoadmapVisual.md)** - Timeline and diagrams
442
- - **Version Specifications** - `.kiro/specs/vX.X.X/` directories
443
-
444
- ---
445
-
446
- **Last Updated:** January 26, 2026
447
- **Current Version:** v0.1.0 (Alpha)
448
- **Document Version:** 2.0
@@ -1,174 +0,0 @@
1
- # Development Roadmap
2
-
3
- **Future Development Plans for OLLM CLI**
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- This directory contains documentation about planned future development for OLLM CLI beyond the current v0.1.0 release.
10
-
11
- **Current Status:**
12
-
13
- - **Latest Release:** v0.1.0
14
- - **Completed:** Stages 1-9 (Core features)
15
- - **Planned:** Stages 10-15 (Future development)
16
-
17
- ---
18
-
19
- ## Documentation
20
-
21
- ### [Roadmap Overview](Roadmap.md)
22
-
23
- **Main entry point and overview**
24
-
25
- Quick overview of completed and planned features:
26
-
27
- - Completed features (v0.1.0)
28
- - Planned stages table with priorities
29
- - Contributing guidelines
30
- - Feedback channels
31
-
32
- **Topics:** Overview, Status, Quick Reference
33
- **Audience:** All users, new contributors
34
-
35
- ### [Planned Features](PlanedFeatures.md)
36
-
37
- **Complete roadmap for planned features**
38
-
39
- Detailed descriptions of all planned future development stages including:
40
-
41
- - Stage 10: Kraken Integration (External LLM providers)
42
- - Stage 11: Developer Productivity Tools (Git, @-mentions, diff review)
43
- - Stage 12: Cross-Platform Support (Enhanced compatibility)
44
- - Stage 13: Multi-Provider Support (vLLM, OpenAI-compatible)
45
- - Stage 14: File Upload System (Terminal file sharing)
46
- - Stage 15: Intelligence Layer (Semantic search, structured output, code execution)
47
-
48
- **Topics:** Future Features, Planned Development, Roadmap
49
- **Audience:** All users, contributors, stakeholders
50
-
51
- ### [Planned Features Quick Reference](PlanedFeatures.md)
52
-
53
- **One-page quick reference guide**
54
-
55
- Quick reference with:
56
-
57
- - One-page summaries of each stage
58
- - Configuration previews for each feature
59
- - Feature comparison matrix
60
- - Timeline information
61
-
62
- **Topics:** Quick Reference, Configuration Examples
63
- **Audience:** Developers, system administrators
64
-
65
- ### [Visual Roadmap](RoadmapVisual.md)
66
-
67
- **Visual representation with ASCII diagrams**
68
-
69
- Visual timeline and dependency graphs showing:
70
-
71
- - Development timeline with progress bars
72
- - Feature dependency graph
73
- - Priority vs complexity matrix
74
- - Feature availability timeline
75
- - Features organized by category
76
-
77
- **Topics:** Visual Timeline, Dependencies, Progress Tracking
78
- **Audience:** All users, project managers, stakeholders
79
-
80
- ---
81
-
82
- ## Quick Reference
83
-
84
- ### By Priority
85
-
86
- **High Priority:**
87
-
88
- - Kraken Integration (Stage 10)
89
- - Developer Productivity Tools (Stage 11)
90
- - Intelligence Layer (Stage 15)
91
-
92
- **Medium Priority:**
93
-
94
- - Cross-Platform Support (Stage 12)
95
- - Multi-Provider Support (Stage 13)
96
- - File Upload System (Stage 14)
97
-
98
- ### By Category
99
-
100
- **🔌 Provider Integration:**
101
-
102
- - Kraken Integration
103
- - Multi-Provider Support
104
-
105
- **🛠️ Developer Tools:**
106
-
107
- - Developer Productivity Tools
108
- - Intelligence Layer
109
-
110
- **🖥️ Platform:**
111
-
112
- - Cross-Platform Support
113
-
114
- **📁 File & Media:**
115
-
116
- - File Upload System
117
- - Intelligence Layer (vision)
118
-
119
- ---
120
-
121
- ## Detailed Specifications
122
-
123
- Each planned stage has detailed specifications in `.kiro/specs/`:
124
-
125
- - `.kiro/specs/stage-10-kraken-integration-future-dev/`
126
- - `.kiro/specs/stage-11-developer-productivity-future-dev/`
127
- - `.kiro/specs/stage-12-cross-platform-future-dev/`
128
- - `.kiro/specs/stage-13-vllm-openai-future-dev/`
129
- - `.kiro/specs/stage-14-file-upload-future-dev/`
130
- - `.kiro/specs/stage-15-intelligence-layer-future-dev/`
131
-
132
- Each specification directory contains:
133
-
134
- - `requirements.md` - Detailed requirements with acceptance criteria
135
- - `design.md` - Architecture and design decisions
136
- - `tasks.md` - Implementation task breakdown
137
-
138
- ---
139
-
140
- ## Contributing
141
-
142
- Interested in contributing to future development?
143
-
144
- 1. **Review Specifications** - Read the detailed requirements in `.kiro/specs/`
145
- 2. **Discuss Your Approach** - Open an issue with the "feature" label
146
- 3. **Start Small** - Consider implementing a subset or proof-of-concept
147
- 4. **Submit PR** - Follow contribution guidelines
148
-
149
- ---
150
-
151
- ## Feedback
152
-
153
- Have suggestions for the roadmap?
154
-
155
- - **Feature Requests:** Open issue with "feature-request" label
156
- - **Priority Feedback:** Comment on existing issues
157
- - **Use Case Sharing:** Describe workflows in GitHub Discussions
158
- - **Roadmap Discussion:** Open issue with "roadmap" label
159
-
160
- ---
161
-
162
- ## Related Documentation
163
-
164
- - [Roadmap Overview](Roadmap.md) - Main entry point
165
- - [Planned Features](PlanedFeatures.md) - Detailed roadmap
166
- - [Visual Roadmap](RoadmapVisual.md) - Visual timeline and diagrams
167
- - Development Plan (../../.dev/Development-Roadmap/ROADMAP.md) - Development tracking
168
- - [README](../../README.md) - Project overview
169
- - [Configuration](../UI&Settings/Configuration.md) - Settings reference
170
-
171
- ---
172
-
173
- **Last Updated:** 2026-01-16
174
- **Status:** Living document