ecli-editor 0.1.2__tar.gz → 0.1.3__tar.gz

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 (28) hide show
  1. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/PKG-INFO +56 -37
  2. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/README.md +55 -36
  3. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/pyproject.toml +1 -1
  4. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/.gitignore +0 -0
  5. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/LICENSE +0 -0
  6. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/main.py +0 -0
  7. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/__init__.py +0 -0
  8. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/__main__.py +0 -0
  9. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/core/AsyncEngine.py +0 -0
  10. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/core/CodeCommenter.py +0 -0
  11. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/core/Ecli.py +0 -0
  12. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/core/History.py +0 -0
  13. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/core/__init__.py +0 -0
  14. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/integrations/AI.py +0 -0
  15. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/integrations/GitBridge.py +0 -0
  16. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/integrations/LinterBridge.py +0 -0
  17. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/integrations/__init__.py +0 -0
  18. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/py.typed +0 -0
  19. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/DrawScreen.py +0 -0
  20. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/KeyBinder.py +0 -0
  21. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/PanelManager.py +0 -0
  22. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/TerminalAppMode.py +0 -0
  23. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/__init__.py +0 -0
  24. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/ui/panels.py +0 -0
  25. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/utils/__init__.py +0 -0
  26. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/utils/logging_config.py +0 -0
  27. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/src/ecli/utils/utils.py +0 -0
  28. {ecli_editor-0.1.2 → ecli_editor-0.1.3}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecli-editor
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: ECLI — fast terminal code editor
5
5
  Project-URL: Homepage, https://ecli.io
6
6
  Project-URL: Documentation, https://ecli.io/docs
@@ -86,9 +86,28 @@ See the LICENSE file in the project root for full license text.
86
86
  </p>
87
87
 
88
88
  <p align="center">
89
- <a href="https://github.com/SSobol77/ecli/releases"><img alt="Latest Release" src="https://img.shields.io/github/v/release/SSobol77/ecli?include_prereleases&style=flat-square"></a>
90
- <a href="https://github.com/SSobol77/ecli/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/SSobol77/ecli?style=flat-square"></a>
91
- <a href="https://github.com/SSobol77/ecli"><img alt="Stars" src="https://img.shields.io/github/stars/SSobol77/ecli?style=flat-square"></a>
89
+ <a href="https://pypi.org/project/ecli-editor/">
90
+ <img alt="PyPI Version" src="https://img.shields.io/pypi/v/ecli-editor?style=flat-square&logo=pypi&logoColor=white">
91
+ </a>
92
+ <a href="https://pypi.org/project/ecli-editor/">
93
+ <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/ecli-editor?style=flat-square&logo=python&logoColor=white">
94
+ </a>
95
+ <a href="https://github.com/SSobol77/ecli/releases">
96
+ <img alt="Release" src="https://img.shields.io/github/v/release/SSobol77/ecli?include_prereleases&style=flat-square&label=release">
97
+ </a>
98
+ <a href="https://github.com/SSobol77/ecli/blob/main/LICENSE">
99
+ <img alt="License" src="https://img.shields.io/github/license/SSobol77/ecli?style=flat-square">
100
+ </a>
101
+ <a href="https://www.ecli.io">
102
+ <img alt="Website" src="https://img.shields.io/badge/website-ecli.io-blue?style=flat-square">
103
+ </a>
104
+ </p>
105
+
106
+ <p align="center">
107
+ <img alt="Linux" src="https://img.shields.io/badge/Linux-supported-success?style=flat-square&logo=linux&logoColor=white">
108
+ <img alt="macOS" src="https://img.shields.io/badge/macOS-supported-success?style=flat-square&logo=apple&logoColor=white">
109
+ <img alt="FreeBSD" src="https://img.shields.io/badge/FreeBSD-supported-success?style=flat-square&logo=freebsd&logoColor=white">
110
+ <img alt="Windows" src="https://img.shields.io/badge/Windows-supported-success?style=flat-square&logo=windows&logoColor=white">
92
111
  </p>
93
112
 
94
113
  ---
@@ -120,18 +139,18 @@ Download and install a pre-compiled package for your platform:
120
139
 
121
140
  ```bash
122
141
  # Debian/Ubuntu
123
- sudo apt install ./ecli_0.1.0_linux_x86_64.deb
142
+ sudo apt install ./ecli_0.1.3_linux_x86_64.deb
124
143
 
125
144
  # Fedora/RHEL/Rocky
126
- sudo dnf install ./ecli_0.1.0_linux_x86_64.rpm
145
+ sudo dnf install ./ecli_0.1.3_linux_x86_64.rpm
127
146
 
128
147
  # Windows (PowerShell)
129
- .\ecli_0.1.0_win_x86_64_setup.exe
130
- # Portable alternative: .\ecli_0.1.0_win_x86_64.exe
148
+ .\ecli_0.1.3_win_x86_64_setup.exe
149
+ # Portable alternative: .\ecli_0.1.3_win_x86_64.exe
131
150
  # See docs/install/windows.md for checksum verification and SmartScreen notes.
132
151
 
133
152
  # macOS
134
- open ecli_0.1.0_macos_universal2.dmg
153
+ open ecli_0.1.3_macos_universal2.dmg
135
154
  # First launch is blocked by Gatekeeper; see docs/install/macos.md
136
155
  # for the one-time "Open Anyway" or xattr workaround.
137
156
  ```
@@ -165,7 +184,7 @@ The Python distribution name is `ecli-editor`; the import package remains
165
184
 
166
185
  ### Complete Installation Instructions
167
186
 
168
- For detailed platform-specific installation instructions, system dependencies, and troubleshooting, see the [Installation Guide](docs/contributor/install.md).
187
+ For detailed platform-specific installation instructions, system dependencies, and troubleshooting, see the [Installation Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/install.md).
169
188
 
170
189
  #### 1. System Dependencies
171
190
 
@@ -208,8 +227,8 @@ Download from [GitHub Releases](https://github.com/SSobol77/ecli/releases):
208
227
 
209
228
  - **Linux**: `.deb` (Debian/Ubuntu), `.rpm` (Fedora/RHEL), `.AppImage` (any Linux), `.tar.gz`
210
229
  - **FreeBSD**: `.pkg`
211
- - **macOS**: `.dmg` ([install notes](docs/install/macos.md))
212
- - **Windows**: `.exe` installer or portable executable ([install notes](docs/install/windows.md))
230
+ - **macOS**: `.dmg` ([install notes](https://github.com/SSobol77/ecli/blob/main/docs/install/macos.md))
231
+ - **Windows**: `.exe` installer or portable executable ([install notes](https://github.com/SSobol77/ecli/blob/main/docs/install/windows.md))
213
232
 
214
233
  **Option B: PyPI (Python Package Index)**
215
234
 
@@ -261,8 +280,8 @@ make help # See all available build targets
261
280
 
262
281
  ECLI features a comprehensive multi-platform build system. For detailed information:
263
282
 
264
- - **Build from Source**: Read [docs/contributor/build-from-source.md](docs/contributor/build-from-source.md)
265
- - **Packaging Flows**: See [docs/release/packaging-flows.md](docs/release/packaging-flows.md)
283
+ - **Build from Source**: Read [docs/contributor/build-from-source.md](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md)
284
+ - **Packaging Flows**: See [docs/release/packaging-flows.md](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md)
266
285
 
267
286
  #### Common Build Commands
268
287
 
@@ -307,7 +326,7 @@ ecli [options] [file]
307
326
  | `Ctrl+F` | Search in file |
308
327
  | `F1` | Help |
309
328
 
310
- For comprehensive keybindings and usage guide, see [Getting Started](docs/contributor/development-setup.md).
329
+ For comprehensive keybindings and usage guide, see [Getting Started](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md).
311
330
 
312
331
  ---
313
332
 
@@ -316,27 +335,27 @@ For comprehensive keybindings and usage guide, see [Getting Started](docs/contri
316
335
  Complete documentation is organized by audience:
317
336
 
318
337
  ### For Users
319
- - [Installation Guide](docs/contributor/install.md) - Detailed setup instructions
320
- - [Build from Source](docs/contributor/build-from-source.md) - Build system quick start
321
- - [Getting Started](docs/contributor/development-setup.md) - First steps with ECLI
338
+ - [Installation Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/install.md) - Detailed setup instructions
339
+ - [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) - Build system quick start
340
+ - [Getting Started](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md) - First steps with ECLI
322
341
 
323
342
  ### For Developers
324
- - [Development Setup](docs/contributor/development-setup.md) - Development environment
325
- - [Architecture Overview](docs/architecture/current-architecture.md) - System design
326
- - [Packaging Flows](docs/release/packaging-flows.md) - Release packaging overview
327
- - [Build from Source](docs/contributor/build-from-source.md) - Local build commands
328
- - [Contributor Guide](docs/contributor/README.md) - Contributing to ECLI
343
+ - [Development Setup](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md) - Development environment
344
+ - [Architecture Overview](https://github.com/SSobol77/ecli/blob/main/docs/architecture/current-architecture.md) - System design
345
+ - [Packaging Flows](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md) - Release packaging overview
346
+ - [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) - Local build commands
347
+ - [Contributor Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md) - Contributing to ECLI
329
348
 
330
349
  ### For System Administrators
331
- - [Supported Platforms](docs/product/supported-platforms.md) - Platform matrix
332
- - [Configuration Guide](docs/config/README.md) - Configuration options
333
- - [Deployment Guide](docs/release/packaging-flows.md) - Production deployment
350
+ - [Supported Platforms](https://github.com/SSobol77/ecli/blob/main/docs/product/supported-platforms.md) - Platform matrix
351
+ - [Configuration Guide](https://github.com/SSobol77/ecli/blob/main/docs/config/README.md) - Configuration options
352
+ - [Deployment Guide](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md) - Production deployment
334
353
 
335
354
  ### Reference
336
- - [API Documentation](docs/extensions/plugin-api.md) - Plugin development
337
- - [Architecture Details](docs/architecture/README.md) - System internals
338
- - [Release Process](docs/release/release-process.md) - Release management
339
- - [Quality Standards](docs/quality/README.md) - Testing and quality gates
355
+ - [API Documentation](https://github.com/SSobol77/ecli/blob/main/docs/extensions/plugin-api.md) - Plugin development
356
+ - [Architecture Details](https://github.com/SSobol77/ecli/blob/main/docs/architecture/README.md) - System internals
357
+ - [Release Process](https://github.com/SSobol77/ecli/blob/main/docs/release/release-process.md) - Release management
358
+ - [Quality Standards](https://github.com/SSobol77/ecli/blob/main/docs/quality/README.md) - Testing and quality gates
340
359
 
341
360
  ---
342
361
 
@@ -351,7 +370,7 @@ ECLI is built on a modern, extensible architecture:
351
370
  - **Git Integration**: Direct git repository management
352
371
  - **Plugin System**: Extensible architecture for custom features
353
372
 
354
- For detailed architecture information, see [Architecture Overview](docs/architecture/current-architecture.md).
373
+ For detailed architecture information, see [Architecture Overview](https://github.com/SSobol77/ecli/blob/main/docs/architecture/current-architecture.md).
355
374
 
356
375
  ---
357
376
 
@@ -368,7 +387,7 @@ We welcome contributions! Here's how to get started:
368
387
  7. **Push** to your fork
369
388
  8. **Open** a Pull Request
370
389
 
371
- For detailed contribution guidelines, see [CONTRIBUTING](docs/contributor/README.md).
390
+ For detailed contribution guidelines, see [CONTRIBUTING](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md).
372
391
 
373
392
  ---
374
393
 
@@ -438,13 +457,13 @@ Found a bug? Please help us by opening an issue on GitHub:
438
457
  - macOS 12 and newer
439
458
  - Windows 10/11
440
459
 
441
- See [Supported Platforms](docs/product/supported-platforms.md) for detailed compatibility matrix.
460
+ See [Supported Platforms](https://github.com/SSobol77/ecli/blob/main/docs/product/supported-platforms.md) for detailed compatibility matrix.
442
461
 
443
462
  ---
444
463
 
445
464
  ## 📝 License
446
465
 
447
- ECLI is licensed under the [Apache License 2.0](LICENSE). See the LICENSE file for details.
466
+ ECLI is licensed under the [Apache License 2.0](https://github.com/SSobol77/ecli/blob/main/LICENSE). See the LICENSE file for details.
448
467
 
449
468
  ---
450
469
 
@@ -461,16 +480,16 @@ ECLI is licensed under the [Apache License 2.0](LICENSE). See the LICENSE file f
461
480
 
462
481
  ## 💬 Support
463
482
 
464
- - **Documentation**: Read [Build from Source](docs/contributor/build-from-source.md) and [Packaging Flows](docs/release/packaging-flows.md)
483
+ - **Documentation**: Read [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) and [Packaging Flows](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md)
465
484
  - **Community**: GitHub Discussions
466
485
  - **Bugs**: GitHub Issues
467
- - **Development**: See [Contributing](docs/contributor/README.md)
486
+ - **Development**: See [Contributing](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md)
468
487
 
469
488
  ---
470
489
 
471
490
  ## 🎯 Roadmap
472
491
 
473
- For planned features and current development status, see [Roadmap](docs/planning/roadmap.md).
492
+ For planned features and current development status, see [Roadmap](https://github.com/SSobol77/ecli/blob/main/docs/planning/roadmap.md).
474
493
 
475
494
  ---
476
495
 
@@ -23,9 +23,28 @@ See the LICENSE file in the project root for full license text.
23
23
  </p>
24
24
 
25
25
  <p align="center">
26
- <a href="https://github.com/SSobol77/ecli/releases"><img alt="Latest Release" src="https://img.shields.io/github/v/release/SSobol77/ecli?include_prereleases&style=flat-square"></a>
27
- <a href="https://github.com/SSobol77/ecli/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/SSobol77/ecli?style=flat-square"></a>
28
- <a href="https://github.com/SSobol77/ecli"><img alt="Stars" src="https://img.shields.io/github/stars/SSobol77/ecli?style=flat-square"></a>
26
+ <a href="https://pypi.org/project/ecli-editor/">
27
+ <img alt="PyPI Version" src="https://img.shields.io/pypi/v/ecli-editor?style=flat-square&logo=pypi&logoColor=white">
28
+ </a>
29
+ <a href="https://pypi.org/project/ecli-editor/">
30
+ <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/ecli-editor?style=flat-square&logo=python&logoColor=white">
31
+ </a>
32
+ <a href="https://github.com/SSobol77/ecli/releases">
33
+ <img alt="Release" src="https://img.shields.io/github/v/release/SSobol77/ecli?include_prereleases&style=flat-square&label=release">
34
+ </a>
35
+ <a href="https://github.com/SSobol77/ecli/blob/main/LICENSE">
36
+ <img alt="License" src="https://img.shields.io/github/license/SSobol77/ecli?style=flat-square">
37
+ </a>
38
+ <a href="https://www.ecli.io">
39
+ <img alt="Website" src="https://img.shields.io/badge/website-ecli.io-blue?style=flat-square">
40
+ </a>
41
+ </p>
42
+
43
+ <p align="center">
44
+ <img alt="Linux" src="https://img.shields.io/badge/Linux-supported-success?style=flat-square&logo=linux&logoColor=white">
45
+ <img alt="macOS" src="https://img.shields.io/badge/macOS-supported-success?style=flat-square&logo=apple&logoColor=white">
46
+ <img alt="FreeBSD" src="https://img.shields.io/badge/FreeBSD-supported-success?style=flat-square&logo=freebsd&logoColor=white">
47
+ <img alt="Windows" src="https://img.shields.io/badge/Windows-supported-success?style=flat-square&logo=windows&logoColor=white">
29
48
  </p>
30
49
 
31
50
  ---
@@ -57,18 +76,18 @@ Download and install a pre-compiled package for your platform:
57
76
 
58
77
  ```bash
59
78
  # Debian/Ubuntu
60
- sudo apt install ./ecli_0.1.0_linux_x86_64.deb
79
+ sudo apt install ./ecli_0.1.3_linux_x86_64.deb
61
80
 
62
81
  # Fedora/RHEL/Rocky
63
- sudo dnf install ./ecli_0.1.0_linux_x86_64.rpm
82
+ sudo dnf install ./ecli_0.1.3_linux_x86_64.rpm
64
83
 
65
84
  # Windows (PowerShell)
66
- .\ecli_0.1.0_win_x86_64_setup.exe
67
- # Portable alternative: .\ecli_0.1.0_win_x86_64.exe
85
+ .\ecli_0.1.3_win_x86_64_setup.exe
86
+ # Portable alternative: .\ecli_0.1.3_win_x86_64.exe
68
87
  # See docs/install/windows.md for checksum verification and SmartScreen notes.
69
88
 
70
89
  # macOS
71
- open ecli_0.1.0_macos_universal2.dmg
90
+ open ecli_0.1.3_macos_universal2.dmg
72
91
  # First launch is blocked by Gatekeeper; see docs/install/macos.md
73
92
  # for the one-time "Open Anyway" or xattr workaround.
74
93
  ```
@@ -102,7 +121,7 @@ The Python distribution name is `ecli-editor`; the import package remains
102
121
 
103
122
  ### Complete Installation Instructions
104
123
 
105
- For detailed platform-specific installation instructions, system dependencies, and troubleshooting, see the [Installation Guide](docs/contributor/install.md).
124
+ For detailed platform-specific installation instructions, system dependencies, and troubleshooting, see the [Installation Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/install.md).
106
125
 
107
126
  #### 1. System Dependencies
108
127
 
@@ -145,8 +164,8 @@ Download from [GitHub Releases](https://github.com/SSobol77/ecli/releases):
145
164
 
146
165
  - **Linux**: `.deb` (Debian/Ubuntu), `.rpm` (Fedora/RHEL), `.AppImage` (any Linux), `.tar.gz`
147
166
  - **FreeBSD**: `.pkg`
148
- - **macOS**: `.dmg` ([install notes](docs/install/macos.md))
149
- - **Windows**: `.exe` installer or portable executable ([install notes](docs/install/windows.md))
167
+ - **macOS**: `.dmg` ([install notes](https://github.com/SSobol77/ecli/blob/main/docs/install/macos.md))
168
+ - **Windows**: `.exe` installer or portable executable ([install notes](https://github.com/SSobol77/ecli/blob/main/docs/install/windows.md))
150
169
 
151
170
  **Option B: PyPI (Python Package Index)**
152
171
 
@@ -198,8 +217,8 @@ make help # See all available build targets
198
217
 
199
218
  ECLI features a comprehensive multi-platform build system. For detailed information:
200
219
 
201
- - **Build from Source**: Read [docs/contributor/build-from-source.md](docs/contributor/build-from-source.md)
202
- - **Packaging Flows**: See [docs/release/packaging-flows.md](docs/release/packaging-flows.md)
220
+ - **Build from Source**: Read [docs/contributor/build-from-source.md](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md)
221
+ - **Packaging Flows**: See [docs/release/packaging-flows.md](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md)
203
222
 
204
223
  #### Common Build Commands
205
224
 
@@ -244,7 +263,7 @@ ecli [options] [file]
244
263
  | `Ctrl+F` | Search in file |
245
264
  | `F1` | Help |
246
265
 
247
- For comprehensive keybindings and usage guide, see [Getting Started](docs/contributor/development-setup.md).
266
+ For comprehensive keybindings and usage guide, see [Getting Started](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md).
248
267
 
249
268
  ---
250
269
 
@@ -253,27 +272,27 @@ For comprehensive keybindings and usage guide, see [Getting Started](docs/contri
253
272
  Complete documentation is organized by audience:
254
273
 
255
274
  ### For Users
256
- - [Installation Guide](docs/contributor/install.md) - Detailed setup instructions
257
- - [Build from Source](docs/contributor/build-from-source.md) - Build system quick start
258
- - [Getting Started](docs/contributor/development-setup.md) - First steps with ECLI
275
+ - [Installation Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/install.md) - Detailed setup instructions
276
+ - [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) - Build system quick start
277
+ - [Getting Started](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md) - First steps with ECLI
259
278
 
260
279
  ### For Developers
261
- - [Development Setup](docs/contributor/development-setup.md) - Development environment
262
- - [Architecture Overview](docs/architecture/current-architecture.md) - System design
263
- - [Packaging Flows](docs/release/packaging-flows.md) - Release packaging overview
264
- - [Build from Source](docs/contributor/build-from-source.md) - Local build commands
265
- - [Contributor Guide](docs/contributor/README.md) - Contributing to ECLI
280
+ - [Development Setup](https://github.com/SSobol77/ecli/blob/main/docs/contributor/development-setup.md) - Development environment
281
+ - [Architecture Overview](https://github.com/SSobol77/ecli/blob/main/docs/architecture/current-architecture.md) - System design
282
+ - [Packaging Flows](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md) - Release packaging overview
283
+ - [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) - Local build commands
284
+ - [Contributor Guide](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md) - Contributing to ECLI
266
285
 
267
286
  ### For System Administrators
268
- - [Supported Platforms](docs/product/supported-platforms.md) - Platform matrix
269
- - [Configuration Guide](docs/config/README.md) - Configuration options
270
- - [Deployment Guide](docs/release/packaging-flows.md) - Production deployment
287
+ - [Supported Platforms](https://github.com/SSobol77/ecli/blob/main/docs/product/supported-platforms.md) - Platform matrix
288
+ - [Configuration Guide](https://github.com/SSobol77/ecli/blob/main/docs/config/README.md) - Configuration options
289
+ - [Deployment Guide](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md) - Production deployment
271
290
 
272
291
  ### Reference
273
- - [API Documentation](docs/extensions/plugin-api.md) - Plugin development
274
- - [Architecture Details](docs/architecture/README.md) - System internals
275
- - [Release Process](docs/release/release-process.md) - Release management
276
- - [Quality Standards](docs/quality/README.md) - Testing and quality gates
292
+ - [API Documentation](https://github.com/SSobol77/ecli/blob/main/docs/extensions/plugin-api.md) - Plugin development
293
+ - [Architecture Details](https://github.com/SSobol77/ecli/blob/main/docs/architecture/README.md) - System internals
294
+ - [Release Process](https://github.com/SSobol77/ecli/blob/main/docs/release/release-process.md) - Release management
295
+ - [Quality Standards](https://github.com/SSobol77/ecli/blob/main/docs/quality/README.md) - Testing and quality gates
277
296
 
278
297
  ---
279
298
 
@@ -288,7 +307,7 @@ ECLI is built on a modern, extensible architecture:
288
307
  - **Git Integration**: Direct git repository management
289
308
  - **Plugin System**: Extensible architecture for custom features
290
309
 
291
- For detailed architecture information, see [Architecture Overview](docs/architecture/current-architecture.md).
310
+ For detailed architecture information, see [Architecture Overview](https://github.com/SSobol77/ecli/blob/main/docs/architecture/current-architecture.md).
292
311
 
293
312
  ---
294
313
 
@@ -305,7 +324,7 @@ We welcome contributions! Here's how to get started:
305
324
  7. **Push** to your fork
306
325
  8. **Open** a Pull Request
307
326
 
308
- For detailed contribution guidelines, see [CONTRIBUTING](docs/contributor/README.md).
327
+ For detailed contribution guidelines, see [CONTRIBUTING](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md).
309
328
 
310
329
  ---
311
330
 
@@ -375,13 +394,13 @@ Found a bug? Please help us by opening an issue on GitHub:
375
394
  - macOS 12 and newer
376
395
  - Windows 10/11
377
396
 
378
- See [Supported Platforms](docs/product/supported-platforms.md) for detailed compatibility matrix.
397
+ See [Supported Platforms](https://github.com/SSobol77/ecli/blob/main/docs/product/supported-platforms.md) for detailed compatibility matrix.
379
398
 
380
399
  ---
381
400
 
382
401
  ## 📝 License
383
402
 
384
- ECLI is licensed under the [Apache License 2.0](LICENSE). See the LICENSE file for details.
403
+ ECLI is licensed under the [Apache License 2.0](https://github.com/SSobol77/ecli/blob/main/LICENSE). See the LICENSE file for details.
385
404
 
386
405
  ---
387
406
 
@@ -398,16 +417,16 @@ ECLI is licensed under the [Apache License 2.0](LICENSE). See the LICENSE file f
398
417
 
399
418
  ## 💬 Support
400
419
 
401
- - **Documentation**: Read [Build from Source](docs/contributor/build-from-source.md) and [Packaging Flows](docs/release/packaging-flows.md)
420
+ - **Documentation**: Read [Build from Source](https://github.com/SSobol77/ecli/blob/main/docs/contributor/build-from-source.md) and [Packaging Flows](https://github.com/SSobol77/ecli/blob/main/docs/release/packaging-flows.md)
402
421
  - **Community**: GitHub Discussions
403
422
  - **Bugs**: GitHub Issues
404
- - **Development**: See [Contributing](docs/contributor/README.md)
423
+ - **Development**: See [Contributing](https://github.com/SSobol77/ecli/blob/main/docs/contributor/README.md)
405
424
 
406
425
  ---
407
426
 
408
427
  ## 🎯 Roadmap
409
428
 
410
- For planned features and current development status, see [Roadmap](docs/planning/roadmap.md).
429
+ For planned features and current development status, see [Roadmap](https://github.com/SSobol77/ecli/blob/main/docs/planning/roadmap.md).
411
430
 
412
431
  ---
413
432
 
@@ -17,7 +17,7 @@ build-backend = "hatchling.build"
17
17
 
18
18
  [project]
19
19
  name = "ecli-editor"
20
- version = "0.1.2"
20
+ version = "0.1.3"
21
21
  description = "ECLI — fast terminal code editor"
22
22
  readme = "README.md"
23
23
  requires-python = ">=3.11"
File without changes
File without changes
File without changes