claude-toolstack-cli 1.0.0__tar.gz → 1.0.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.
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/PKG-INFO +6 -8
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/README.md +6 -8
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/PKG-INFO +6 -8
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/__init__.py +1 -1
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/pyproject.toml +1 -1
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/LICENSE +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/SOURCES.txt +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/dependency_links.txt +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/entry_points.txt +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/requires.txt +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/top_level.txt +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/__main__.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/autopilot.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/bundle.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/cli.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/confidence.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/config.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/__init__.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/apply.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/archive.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/baseline.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/evaluate.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/experiment_eval.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/experiment_schema.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/extract.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/load.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/model.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/patch.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/registry.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/report.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/scan.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/store.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/trends.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/tuning_schema.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/corpus/variants.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/ctags.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/diff_context.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/errors.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/http.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/ranking.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/render.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/schema.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/__init__.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/candidates.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/chunker.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/config.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/embedder.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/indexer.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/search.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/semantic/store.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/sidecar.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/cts/structural.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/setup.cfg +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_apply.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_archive.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_autopilot.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_baseline.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_bundle.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_candidates.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_confidence.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_corpus.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_ctags.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_diff_context.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_doctor.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_errors.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_evaluate.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_experiment_eval.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_experiment_schema.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_narrowing.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_patch.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_ranking.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_registry.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_registry_policy.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_schema.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_semantic_autopilot.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_semantic_scaffold.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_semantic_search_cli.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_sidecar.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_structural.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_trends.py +0 -0
- {claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/tests/test_variants.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-toolstack-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: CLI client for Claude Toolstack gateway
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -331,14 +331,12 @@ Claude Code runs directly on the host. Configure gateway as an MCP server or cal
|
|
|
331
331
|
|
|
332
332
|
Use Claude Desktop's Code tab with an SSH environment pointing to your Linux host. The tool farm runs on the host; the GUI stays on your laptop.
|
|
333
333
|
|
|
334
|
-
##
|
|
334
|
+
## Documentation
|
|
335
335
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
- Vector store options (SQLite+FAISS, Weaviate, Milvus)
|
|
341
|
-
- Job preset customization
|
|
336
|
+
| Doc | What It Covers |
|
|
337
|
+
|-----|---------------|
|
|
338
|
+
| [Handbook](docs/HANDBOOK.md) | Complete operational reference — architecture, commands, security, tuning, troubleshooting, design decisions |
|
|
339
|
+
| [Tuning Guide](docs/tuning.md) | Slice sizing by repo size, PSI monitoring, adding language servers, vector store options, job presets |
|
|
342
340
|
|
|
343
341
|
## No-Thrash Validation
|
|
344
342
|
|
|
@@ -318,14 +318,12 @@ Claude Code runs directly on the host. Configure gateway as an MCP server or cal
|
|
|
318
318
|
|
|
319
319
|
Use Claude Desktop's Code tab with an SSH environment pointing to your Linux host. The tool farm runs on the host; the GUI stays on your laptop.
|
|
320
320
|
|
|
321
|
-
##
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
- Vector store options (SQLite+FAISS, Weaviate, Milvus)
|
|
328
|
-
- Job preset customization
|
|
321
|
+
## Documentation
|
|
322
|
+
|
|
323
|
+
| Doc | What It Covers |
|
|
324
|
+
|-----|---------------|
|
|
325
|
+
| [Handbook](docs/HANDBOOK.md) | Complete operational reference — architecture, commands, security, tuning, troubleshooting, design decisions |
|
|
326
|
+
| [Tuning Guide](docs/tuning.md) | Slice sizing by repo size, PSI monitoring, adding language servers, vector store options, job presets |
|
|
329
327
|
|
|
330
328
|
## No-Thrash Validation
|
|
331
329
|
|
{claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-toolstack-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: CLI client for Claude Toolstack gateway
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -331,14 +331,12 @@ Claude Code runs directly on the host. Configure gateway as an MCP server or cal
|
|
|
331
331
|
|
|
332
332
|
Use Claude Desktop's Code tab with an SSH environment pointing to your Linux host. The tool farm runs on the host; the GUI stays on your laptop.
|
|
333
333
|
|
|
334
|
-
##
|
|
334
|
+
## Documentation
|
|
335
335
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
- Vector store options (SQLite+FAISS, Weaviate, Milvus)
|
|
341
|
-
- Job preset customization
|
|
336
|
+
| Doc | What It Covers |
|
|
337
|
+
|-----|---------------|
|
|
338
|
+
| [Handbook](docs/HANDBOOK.md) | Complete operational reference — architecture, commands, security, tuning, troubleshooting, design decisions |
|
|
339
|
+
| [Tuning Guide](docs/tuning.md) | Slice sizing by repo size, PSI monitoring, adding language servers, vector store options, job presets |
|
|
342
340
|
|
|
343
341
|
## No-Thrash Validation
|
|
344
342
|
|
|
File without changes
|
{claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_toolstack_cli-1.0.0 → claude_toolstack_cli-1.0.1}/claude_toolstack_cli.egg-info/requires.txt
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
|
|
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
|
|
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
|
|
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
|