@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.
- package/dist/cli.js +20 -14
- package/dist/cli.js.map +3 -3
- package/dist/services/documentService.d.ts.map +1 -1
- package/dist/services/documentService.js +12 -2
- package/dist/services/documentService.js.map +1 -1
- package/dist/ui/components/docs/DocsPanel.d.ts.map +1 -1
- package/dist/ui/components/docs/DocsPanel.js +1 -1
- package/dist/ui/components/docs/DocsPanel.js.map +1 -1
- package/dist/ui/components/launch/VersionBanner.js +1 -1
- package/dist/ui/components/launch/VersionBanner.js.map +1 -1
- package/dist/ui/components/layout/KeybindsLegend.d.ts.map +1 -1
- package/dist/ui/components/layout/KeybindsLegend.js +1 -1
- package/dist/ui/components/layout/KeybindsLegend.js.map +1 -1
- package/dist/ui/components/tabs/BugReportTab.js +1 -1
- package/dist/ui/components/tabs/BugReportTab.js.map +1 -1
- package/dist/ui/services/docsService.d.ts +12 -27
- package/dist/ui/services/docsService.d.ts.map +1 -1
- package/dist/ui/services/docsService.js +40 -67
- package/dist/ui/services/docsService.js.map +1 -1
- package/docs/README.md +3 -410
- package/package.json +10 -7
- package/scripts/copy-docs-to-user.cjs +34 -0
- package/docs/Context/CheckpointFlowDiagram.md +0 -673
- package/docs/Context/ContextArchitecture.md +0 -898
- package/docs/Context/ContextCompression.md +0 -1102
- package/docs/Context/ContextManagment.md +0 -750
- package/docs/Context/Index.md +0 -209
- package/docs/Context/README.md +0 -390
- package/docs/DevelopmentRoadmap/Index.md +0 -238
- package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +0 -419
- package/docs/DevelopmentRoadmap/PlanedFeatures.md +0 -448
- package/docs/DevelopmentRoadmap/README.md +0 -174
- package/docs/DevelopmentRoadmap/Roadmap.md +0 -572
- package/docs/DevelopmentRoadmap/RoadmapVisual.md +0 -372
- package/docs/Hooks/Architecture.md +0 -885
- package/docs/Hooks/Index.md +0 -244
- package/docs/Hooks/KeyboardShortcuts.md +0 -248
- package/docs/Hooks/Protocol.md +0 -817
- package/docs/Hooks/README.md +0 -403
- package/docs/Hooks/UserGuide.md +0 -1483
- package/docs/Hooks/VisualGuide.md +0 -598
- package/docs/Index.md +0 -506
- package/docs/Installation.md +0 -586
- package/docs/Introduction.md +0 -367
- package/docs/LLM Models/Index.md +0 -239
- package/docs/LLM Models/LLM_GettingStarted.md +0 -748
- package/docs/LLM Models/LLM_Index.md +0 -701
- package/docs/LLM Models/LLM_MemorySystem.md +0 -337
- package/docs/LLM Models/LLM_ModelCompatibility.md +0 -499
- package/docs/LLM Models/LLM_ModelsArchitecture.md +0 -933
- package/docs/LLM Models/LLM_ModelsCommands.md +0 -839
- package/docs/LLM Models/LLM_ModelsConfiguration.md +0 -1094
- package/docs/LLM Models/LLM_ModelsList.md +0 -1071
- package/docs/LLM Models/LLM_ModelsList.md.backup +0 -400
- package/docs/LLM Models/README.md +0 -355
- package/docs/MCP/MCP_Architecture.md +0 -1086
- package/docs/MCP/MCP_Commands.md +0 -1111
- package/docs/MCP/MCP_GettingStarted.md +0 -590
- package/docs/MCP/MCP_Index.md +0 -524
- package/docs/MCP/MCP_Integration.md +0 -866
- package/docs/MCP/MCP_Marketplace.md +0 -160
- package/docs/MCP/README.md +0 -415
- package/docs/Prompts System/Architecture.md +0 -760
- package/docs/Prompts System/Index.md +0 -223
- package/docs/Prompts System/PromptsRouting.md +0 -1047
- package/docs/Prompts System/PromptsTemplates.md +0 -1102
- package/docs/Prompts System/README.md +0 -389
- package/docs/Prompts System/SystemPrompts.md +0 -856
- package/docs/Quickstart.md +0 -535
- package/docs/Tools/Architecture.md +0 -884
- package/docs/Tools/GettingStarted.md +0 -624
- package/docs/Tools/Index.md +0 -216
- package/docs/Tools/ManifestReference.md +0 -141
- package/docs/Tools/README.md +0 -440
- package/docs/Tools/UserGuide.md +0 -773
- package/docs/Troubleshooting.md +0 -1265
- package/docs/UI&Settings/Architecture.md +0 -729
- package/docs/UI&Settings/ColorASCII.md +0 -34
- package/docs/UI&Settings/Commands.md +0 -755
- package/docs/UI&Settings/Configuration.md +0 -872
- package/docs/UI&Settings/Index.md +0 -293
- package/docs/UI&Settings/Keybinds.md +0 -372
- package/docs/UI&Settings/README.md +0 -278
- package/docs/UI&Settings/Terminal.md +0 -637
- package/docs/UI&Settings/Themes.md +0 -604
- package/docs/UI&Settings/UIGuide.md +0 -550
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
# Prompts System Documentation Index
|
|
2
|
-
|
|
3
|
-
**Quick Reference with Links**
|
|
4
|
-
|
|
5
|
-
This index provides quick navigation to all Prompts System documentation with brief descriptions.
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## 📚 Core Documentation
|
|
10
|
-
|
|
11
|
-
### [README.md](README.md)
|
|
12
|
-
|
|
13
|
-
**Overview and Navigation Guide**
|
|
14
|
-
|
|
15
|
-
Main entry point for Prompts System documentation. Provides overview of system prompts, templates, routing, and common use cases.
|
|
16
|
-
|
|
17
|
-
**Topics:** Overview, System Prompts, Templates, Routing
|
|
18
|
-
**Audience:** All users
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
### [Architecture](Architecture.md)
|
|
23
|
-
|
|
24
|
-
**System Architecture and Design** ⏳ Coming Soon
|
|
25
|
-
|
|
26
|
-
Complete technical documentation of the Prompts System architecture. Will cover prompt construction, template engine, routing logic, and optimization strategies.
|
|
27
|
-
|
|
28
|
-
**Topics:** Architecture, Components, Prompt Assembly, Optimization
|
|
29
|
-
**Audience:** Developers, architects
|
|
30
|
-
|
|
31
|
-
**Planned Sections:**
|
|
32
|
-
|
|
33
|
-
- System overview and architecture
|
|
34
|
-
- Prompt construction pipeline
|
|
35
|
-
- Template engine design
|
|
36
|
-
- Routing and mode system
|
|
37
|
-
- Optimization strategies
|
|
38
|
-
- Component interactions
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
### [System Prompts](SystemPrompts.md)
|
|
43
|
-
|
|
44
|
-
**System Prompt Construction**
|
|
45
|
-
|
|
46
|
-
Comprehensive guide to system prompt construction. Explains how system prompts are built from components, what information is included, and how they're optimized.
|
|
47
|
-
|
|
48
|
-
**Topics:** System Prompts, Construction, Components, Optimization
|
|
49
|
-
**Audience:** All users
|
|
50
|
-
|
|
51
|
-
**Key Sections:**
|
|
52
|
-
|
|
53
|
-
- System prompt components
|
|
54
|
-
- Prompt assembly process
|
|
55
|
-
- Tool description injection
|
|
56
|
-
- Context information injection
|
|
57
|
-
- Mode-specific instructions
|
|
58
|
-
- Optimization techniques
|
|
59
|
-
- Token management
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
### [Prompt Templates](PromptsTemplates.md)
|
|
64
|
-
|
|
65
|
-
**Template System**
|
|
66
|
-
|
|
67
|
-
Detailed guide to the prompt template system. Covers template types, variable substitution, composition, and creating custom templates.
|
|
68
|
-
|
|
69
|
-
**Topics:** Templates, Variables, Composition, Custom Templates
|
|
70
|
-
**Audience:** All users
|
|
71
|
-
|
|
72
|
-
**Key Sections:**
|
|
73
|
-
|
|
74
|
-
- Template types and structure
|
|
75
|
-
- Variable substitution syntax
|
|
76
|
-
- Template composition
|
|
77
|
-
- Built-in templates
|
|
78
|
-
- Creating custom templates
|
|
79
|
-
- Template management
|
|
80
|
-
- Best practices
|
|
81
|
-
|
|
82
|
-
---
|
|
83
|
-
|
|
84
|
-
### [Prompt Routing](PromptsRouting.md)
|
|
85
|
-
|
|
86
|
-
**Routing and Modes**
|
|
87
|
-
|
|
88
|
-
Guide to prompt routing and mode system. Explains how prompts are selected based on context, mode switching, and mode-specific behavior.
|
|
89
|
-
|
|
90
|
-
**Topics:** Routing, Modes, Selection, Context-Aware
|
|
91
|
-
**Audience:** All users
|
|
92
|
-
|
|
93
|
-
**Key Sections:**
|
|
94
|
-
|
|
95
|
-
- Routing modes (chat, code, planning, review)
|
|
96
|
-
- Mode detection and selection
|
|
97
|
-
- Mode-specific prompts
|
|
98
|
-
- Mode switching
|
|
99
|
-
- Context-aware routing
|
|
100
|
-
- Custom modes
|
|
101
|
-
- Performance optimization
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## 📖 Documentation by Topic
|
|
106
|
-
|
|
107
|
-
### System Prompts
|
|
108
|
-
|
|
109
|
-
- [System Prompts](SystemPrompts.md) - Complete guide
|
|
110
|
-
- [README](README.md#system-prompts) - Overview
|
|
111
|
-
- [Architecture](Architecture.md#prompt-construction) - Implementation (Coming Soon)
|
|
112
|
-
|
|
113
|
-
### Templates
|
|
114
|
-
|
|
115
|
-
- [Prompt Templates](PromptsTemplates.md) - Complete guide
|
|
116
|
-
- [README](README.md#prompt-templates) - Overview
|
|
117
|
-
- [Architecture](Architecture.md#template-engine) - Implementation (Coming Soon)
|
|
118
|
-
|
|
119
|
-
### Routing
|
|
120
|
-
|
|
121
|
-
- [Prompt Routing](PromptsRouting.md) - Complete guide
|
|
122
|
-
- [README](README.md#prompt-routing) - Overview
|
|
123
|
-
- [Architecture](Architecture.md#routing-system) - Implementation (Coming Soon)
|
|
124
|
-
|
|
125
|
-
### Configuration
|
|
126
|
-
|
|
127
|
-
- [README](README.md#configuration) - Configuration overview
|
|
128
|
-
- [System Prompts](SystemPrompts.md#configuration) - Prompt settings
|
|
129
|
-
- [Prompt Templates](PromptsTemplates.md#configuration) - Template settings
|
|
130
|
-
- [Prompt Routing](PromptsRouting.md#configuration) - Routing settings
|
|
131
|
-
|
|
132
|
-
---
|
|
133
|
-
|
|
134
|
-
## 📖 Documentation by Audience
|
|
135
|
-
|
|
136
|
-
### For New Users
|
|
137
|
-
|
|
138
|
-
1. [README](README.md) - Start here
|
|
139
|
-
2. [System Prompts](SystemPrompts.md) - Understanding prompts
|
|
140
|
-
3. [Prompt Routing](PromptsRouting.md) - Using modes
|
|
141
|
-
|
|
142
|
-
### For Regular Users
|
|
143
|
-
|
|
144
|
-
1. [Prompt Templates](PromptsTemplates.md) - Using templates
|
|
145
|
-
2. [Prompt Routing](PromptsRouting.md#custom-modes) - Custom modes
|
|
146
|
-
3. [README](README.md#configuration) - Configuration
|
|
147
|
-
|
|
148
|
-
### For Developers
|
|
149
|
-
|
|
150
|
-
1. [Architecture](Architecture.md) - System design (Coming Soon)
|
|
151
|
-
2. [System Prompts](SystemPrompts.md#optimization) - Optimization
|
|
152
|
-
3. [Prompt Templates](PromptsTemplates.md#advanced) - Advanced templates
|
|
153
|
-
|
|
154
|
-
---
|
|
155
|
-
|
|
156
|
-
## 🔗 Related Documentation
|
|
157
|
-
|
|
158
|
-
### Core Systems
|
|
159
|
-
|
|
160
|
-
- [Context Management](../Context/ContextManagment.md) - Context system
|
|
161
|
-
- [Tools System](../Tools/README.md) - Tool execution
|
|
162
|
-
- [Model Management](../LLM%20Models/README.md) - Model selection
|
|
163
|
-
|
|
164
|
-
### Commands
|
|
165
|
-
|
|
166
|
-
- [Prompt Commands](../UI&Settings/Commands.md#prompt-commands) - CLI commands
|
|
167
|
-
- [Template Commands](../UI&Settings/Commands.md#template-commands) - Template management
|
|
168
|
-
- [Mode Commands](../UI&Settings/Commands.md#mode-commands) - Mode switching
|
|
169
|
-
|
|
170
|
-
### Developer Resources
|
|
171
|
-
|
|
172
|
-
- Knowledge DB: `dev_PromptSystem.md` - Architecture details
|
|
173
|
-
|
|
174
|
-
---
|
|
175
|
-
|
|
176
|
-
## 📊 Documentation Status
|
|
177
|
-
|
|
178
|
-
### Completed ✅
|
|
179
|
-
|
|
180
|
-
| Document | Status |
|
|
181
|
-
| ------------------- | ----------- |
|
|
182
|
-
| README.md | ✅ Complete |
|
|
183
|
-
| Index.md | ✅ Complete |
|
|
184
|
-
| SystemPrompts.md | ✅ Complete |
|
|
185
|
-
| PromptsTemplates.md | ✅ Complete |
|
|
186
|
-
| PromptsRouting.md | ✅ Complete |
|
|
187
|
-
|
|
188
|
-
### Planned ⏳
|
|
189
|
-
|
|
190
|
-
| Document | Status |
|
|
191
|
-
| --------------- | -------------- |
|
|
192
|
-
| Architecture.md | ⏳ Coming Soon |
|
|
193
|
-
|
|
194
|
-
**Overall Progress:** 83% complete (5/6 files)
|
|
195
|
-
|
|
196
|
-
---
|
|
197
|
-
|
|
198
|
-
## 🎯 Quick Links
|
|
199
|
-
|
|
200
|
-
### Common Tasks
|
|
201
|
-
|
|
202
|
-
- View system prompt → [System Prompts](SystemPrompts.md#viewing-prompts)
|
|
203
|
-
- Use template → [Prompt Templates](PromptsTemplates.md#using-templates)
|
|
204
|
-
- Switch mode → [Prompt Routing](PromptsRouting.md#switching-modes)
|
|
205
|
-
- Create template → [Prompt Templates](PromptsTemplates.md#creating-templates)
|
|
206
|
-
|
|
207
|
-
### Understanding Systems
|
|
208
|
-
|
|
209
|
-
- How system prompts work → [System Prompts](SystemPrompts.md)
|
|
210
|
-
- How templates work → [Prompt Templates](PromptsTemplates.md)
|
|
211
|
-
- How routing works → [Prompt Routing](PromptsRouting.md)
|
|
212
|
-
- System architecture → [Architecture](Architecture.md) (Coming Soon)
|
|
213
|
-
|
|
214
|
-
### Configuration
|
|
215
|
-
|
|
216
|
-
- System prompt settings → [README](README.md#system-prompt-settings)
|
|
217
|
-
- Template settings → [README](README.md#template-settings)
|
|
218
|
-
- Routing settings → [README](README.md#routing-settings)
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
|
|
222
|
-
**Last Updated:** January 26, 2026
|
|
223
|
-
**Version:** 0.1.0
|