code-context-engine 0.4.0__tar.gz → 0.4.1__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.
- {code_context_engine-0.4.0/src/code_context_engine.egg-info → code_context_engine-0.4.1}/PKG-INFO +11 -11
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/README.md +10 -10
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/pyproject.toml +1 -1
- {code_context_engine-0.4.0 → code_context_engine-0.4.1/src/code_context_engine.egg-info}/PKG-INFO +11 -11
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/__init__.py +1 -1
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/LICENSE +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/setup.cfg +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/SOURCES.txt +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/dependency_links.txt +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/entry_points.txt +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/requires.txt +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/top_level.txt +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/cli.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/cli_style.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/compressor.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/ollama_client.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/output_rules.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/prompts.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/quality.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/config.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/_page.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/server.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/editors.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/event_bus.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/chunker.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/embedder.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/embedding_cache.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/git_hooks.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/git_indexer.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/ignorefile.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/manifest.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/pipeline.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/secrets.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/watcher.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/bootstrap.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/git_context.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/mcp_server.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/session_capture.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/compressor.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/db.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/extractive.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/grammar.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/hook_installer.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/hook_server.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/hooks.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/migrate.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/models.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/pricing.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/project_commands.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/confidence.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/query_parser.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/retriever.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/serve_http.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/services.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/__init__.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/backend.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/fts_store.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/graph_store.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/local_backend.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/remote_backend.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/vector_store.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/utils.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_init_probe.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_mcp_config.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_savings.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_savings_buckets.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_savings_e2e.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_serve.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_sessions_export.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_sessions_status.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_smoke.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_cli_uninstall.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_config.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_e2e.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_event_bus.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_models.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_project_commands.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_real_life.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_services.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_token_efficiency.py +0 -0
- {code_context_engine-0.4.0 → code_context_engine-0.4.1}/tests/test_token_packing.py +0 -0
{code_context_engine-0.4.0/src/code_context_engine.egg-info → code_context_engine-0.4.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-context-engine
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Index your codebase. AI searches instead of re-reading files. Save 70%+ on tokens. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex.
|
|
5
5
|
Author-email: Fazle Elahee <felahee@gmail.com>, Raj <rajkumar.sakti@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -47,7 +47,7 @@ Provides-Extra: http
|
|
|
47
47
|
Dynamic: license-file
|
|
48
48
|
|
|
49
49
|
<p align="center">
|
|
50
|
-
<img src="docs/logo.svg" alt="Code Context Engine" width="160">
|
|
50
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/logo.svg" alt="Code Context Engine" width="160">
|
|
51
51
|
</p>
|
|
52
52
|
|
|
53
53
|
<h1 align="center">Code Context Engine</h1>
|
|
@@ -78,7 +78,7 @@ Dynamic: license-file
|
|
|
78
78
|
</p>
|
|
79
79
|
|
|
80
80
|
<p align="center">
|
|
81
|
-
<img src="docs/demo.gif" alt="CCE Demo" width="800">
|
|
81
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/demo.gif" alt="CCE Demo" width="800">
|
|
82
82
|
</p>
|
|
83
83
|
|
|
84
84
|
---
|
|
@@ -160,7 +160,7 @@ With CCE: context_search "payment flow" = 800 tokens
|
|
|
160
160
|
cce dashboard
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-

|
|
163
|
+

|
|
164
164
|
|
|
165
165
|
**Dollar estimates** fetched from live Anthropic pricing:
|
|
166
166
|
|
|
@@ -335,12 +335,12 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
335
335
|
|
|
336
336
|
| Page | Content |
|
|
337
337
|
|------|---------|
|
|
338
|
-
| [Examples](docs/wiki/Examples.md) | Real conversations with Claude |
|
|
339
|
-
| [How It Works](docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
340
|
-
| [CLI Reference](docs/wiki/CLI-Reference.md) | Every command with output |
|
|
341
|
-
| [Configuration](docs/wiki/Configuration.md) | All config options |
|
|
342
|
-
| [Project Commands](docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
343
|
-
| [Tech Stack](docs/wiki/Tech-Stack.md) | Every library and why |
|
|
338
|
+
| [Examples](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Examples.md) | Real conversations with Claude |
|
|
339
|
+
| [How It Works](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
340
|
+
| [CLI Reference](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/CLI-Reference.md) | Every command with output |
|
|
341
|
+
| [Configuration](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Configuration.md) | All config options |
|
|
342
|
+
| [Project Commands](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
343
|
+
| [Tech Stack](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Tech-Stack.md) | Every library and why |
|
|
344
344
|
|
|
345
345
|
---
|
|
346
346
|
|
|
@@ -365,7 +365,7 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
365
365
|
|
|
366
366
|
## Contributing
|
|
367
367
|
|
|
368
|
-
Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup.
|
|
368
|
+
Contributions welcome. See [https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md](https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md) for setup.
|
|
369
369
|
|
|
370
370
|
---
|
|
371
371
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/logo.svg" alt="Code Context Engine" width="160">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/logo.svg" alt="Code Context Engine" width="160">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Code Context Engine</h1>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</p>
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
33
|
-
<img src="docs/demo.gif" alt="CCE Demo" width="800">
|
|
33
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/demo.gif" alt="CCE Demo" width="800">
|
|
34
34
|
</p>
|
|
35
35
|
|
|
36
36
|
---
|
|
@@ -112,7 +112,7 @@ With CCE: context_search "payment flow" = 800 tokens
|
|
|
112
112
|
cce dashboard
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-

|
|
115
|
+

|
|
116
116
|
|
|
117
117
|
**Dollar estimates** fetched from live Anthropic pricing:
|
|
118
118
|
|
|
@@ -287,12 +287,12 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
287
287
|
|
|
288
288
|
| Page | Content |
|
|
289
289
|
|------|---------|
|
|
290
|
-
| [Examples](docs/wiki/Examples.md) | Real conversations with Claude |
|
|
291
|
-
| [How It Works](docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
292
|
-
| [CLI Reference](docs/wiki/CLI-Reference.md) | Every command with output |
|
|
293
|
-
| [Configuration](docs/wiki/Configuration.md) | All config options |
|
|
294
|
-
| [Project Commands](docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
295
|
-
| [Tech Stack](docs/wiki/Tech-Stack.md) | Every library and why |
|
|
290
|
+
| [Examples](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Examples.md) | Real conversations with Claude |
|
|
291
|
+
| [How It Works](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
292
|
+
| [CLI Reference](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/CLI-Reference.md) | Every command with output |
|
|
293
|
+
| [Configuration](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Configuration.md) | All config options |
|
|
294
|
+
| [Project Commands](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
295
|
+
| [Tech Stack](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Tech-Stack.md) | Every library and why |
|
|
296
296
|
|
|
297
297
|
---
|
|
298
298
|
|
|
@@ -317,7 +317,7 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
317
317
|
|
|
318
318
|
## Contributing
|
|
319
319
|
|
|
320
|
-
Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup.
|
|
320
|
+
Contributions welcome. See [https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md](https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md) for setup.
|
|
321
321
|
|
|
322
322
|
---
|
|
323
323
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "code-context-engine"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.1"
|
|
4
4
|
description = "Index your codebase. AI searches instead of re-reading files. Save 70%+ on tokens. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex."
|
|
5
5
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
6
6
|
license = "MIT"
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1/src/code_context_engine.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-context-engine
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Index your codebase. AI searches instead of re-reading files. Save 70%+ on tokens. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex.
|
|
5
5
|
Author-email: Fazle Elahee <felahee@gmail.com>, Raj <rajkumar.sakti@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -47,7 +47,7 @@ Provides-Extra: http
|
|
|
47
47
|
Dynamic: license-file
|
|
48
48
|
|
|
49
49
|
<p align="center">
|
|
50
|
-
<img src="docs/logo.svg" alt="Code Context Engine" width="160">
|
|
50
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/logo.svg" alt="Code Context Engine" width="160">
|
|
51
51
|
</p>
|
|
52
52
|
|
|
53
53
|
<h1 align="center">Code Context Engine</h1>
|
|
@@ -78,7 +78,7 @@ Dynamic: license-file
|
|
|
78
78
|
</p>
|
|
79
79
|
|
|
80
80
|
<p align="center">
|
|
81
|
-
<img src="docs/demo.gif" alt="CCE Demo" width="800">
|
|
81
|
+
<img src="https://raw.githubusercontent.com/elara-labs/code-context-engine/main/docs/demo.gif" alt="CCE Demo" width="800">
|
|
82
82
|
</p>
|
|
83
83
|
|
|
84
84
|
---
|
|
@@ -160,7 +160,7 @@ With CCE: context_search "payment flow" = 800 tokens
|
|
|
160
160
|
cce dashboard
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-

|
|
163
|
+

|
|
164
164
|
|
|
165
165
|
**Dollar estimates** fetched from live Anthropic pricing:
|
|
166
166
|
|
|
@@ -335,12 +335,12 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
335
335
|
|
|
336
336
|
| Page | Content |
|
|
337
337
|
|------|---------|
|
|
338
|
-
| [Examples](docs/wiki/Examples.md) | Real conversations with Claude |
|
|
339
|
-
| [How It Works](docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
340
|
-
| [CLI Reference](docs/wiki/CLI-Reference.md) | Every command with output |
|
|
341
|
-
| [Configuration](docs/wiki/Configuration.md) | All config options |
|
|
342
|
-
| [Project Commands](docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
343
|
-
| [Tech Stack](docs/wiki/Tech-Stack.md) | Every library and why |
|
|
338
|
+
| [Examples](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Examples.md) | Real conversations with Claude |
|
|
339
|
+
| [How It Works](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/How-It-Works.md) | Full 9-stage pipeline |
|
|
340
|
+
| [CLI Reference](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/CLI-Reference.md) | Every command with output |
|
|
341
|
+
| [Configuration](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Configuration.md) | All config options |
|
|
342
|
+
| [Project Commands](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Project-Commands.md) | Rules and preferences for Claude |
|
|
343
|
+
| [Tech Stack](https://github.com/elara-labs/code-context-engine/blob/main/docs/wiki/Tech-Stack.md) | Every library and why |
|
|
344
344
|
|
|
345
345
|
---
|
|
346
346
|
|
|
@@ -365,7 +365,7 @@ No GPU required. Embedding model runs on CPU via ONNX Runtime.
|
|
|
365
365
|
|
|
366
366
|
## Contributing
|
|
367
367
|
|
|
368
|
-
Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup.
|
|
368
|
+
Contributions welcome. See [https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md](https://github.com/elara-labs/code-context-engine/blob/main/CONTRIBUTING.md) for setup.
|
|
369
369
|
|
|
370
370
|
---
|
|
371
371
|
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/code_context_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/compressor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/prompts.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/compression/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/_page.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/dashboard/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/chunker.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/embedder.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/git_hooks.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/git_indexer.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/ignorefile.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/manifest.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/pipeline.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/secrets.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/indexer/watcher.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/bootstrap.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/integration/mcp_server.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/compressor.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/extractive.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/grammar.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/hook_installer.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/hook_server.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/memory/migrate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/project_commands.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/confidence.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/query_parser.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/retrieval/retriever.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/__init__.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/backend.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/fts_store.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/graph_store.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/local_backend.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/remote_backend.py
RENAMED
|
File without changes
|
{code_context_engine-0.4.0 → code_context_engine-0.4.1}/src/context_engine/storage/vector_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|