know-cli 0.7.2__tar.gz → 0.7.4__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.
- {know_cli-0.7.2 → know_cli-0.7.4}/PKG-INFO +2 -2
- {know_cli-0.7.2 → know_cli-0.7.4}/pyproject.toml +3 -4
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/__init__.py +1 -1
- {know_cli-0.7.2 → know_cli-0.7.4}/.github/actions/know-cli/action.yml +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/.github/workflows/example-advanced.yml +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/.github/workflows/example-basic.yml +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/.gitignore +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/AGENTS.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/KNOW_SKILL.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/README.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/answer_keys/q1.json +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/answer_keys/q2.json +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/answer_keys/q3.json +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/bench_agent_e2e.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/bench_report.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/bench_session_dedup.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/bench_token_efficiency.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/benchmark_task.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/conftest.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/.gitignore +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/BENCHMARK_REPORT.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/agent_grep_answers.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/agent_know_answers.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/session_dedup.json +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/results/token_efficiency.json +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/benchmark/run_all.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/arc.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/architecture-diff.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/architecture.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/dependencies.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/digest-compact.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/digest-llm.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/onboarding-new-devs.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/onboarding-new_devs.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-15-refactor-know-cli-v2-daemon-architecture-plan.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-16-feat-10x-agent-search-ranking-plan.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-16-feat-10x-search-quality-plan.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-16-feat-progressive-disclosure-session-dedup-deep-context-plan.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-16-fix-testing-issues-search-graph-performance-plan.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/docs/solutions/architecture/p2-p3-architectural-improvements.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/IMPROVEMENTS.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/ai.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/__init__.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/agent.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/core.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/diff.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/hooks.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/knowledge.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/mcp.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/search.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/cli/stats.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/config.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/context_engine.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/daemon.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/daemon_db.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/diff.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/embeddings.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/exceptions.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/file_categories.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/generator.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/git_hooks.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/import_graph.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/index.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/knowledge_base.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/logger.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/mcp_server.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/models.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/parsers.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/quality.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/query.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/ranking.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/scanner.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/semantic_search.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/stats.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/token_counter.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/src/know/watcher.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/README.md +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/conftest.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_efficiency.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_know.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_phases_4_6_7.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_query_understanding.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_token_features.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_unit.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_v2_features.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_v3_features.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_v3_search.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_week2.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_week3.py +0 -0
- {know_cli-0.7.2 → know_cli-0.7.4}/tests/test_week4.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: know-cli
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
4
4
|
Summary: Context Intelligence for AI Coding Agents — smart, token-budgeted code context
|
|
5
5
|
Project-URL: Homepage, https://github.com/sushilk1991/know-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/sushilk1991/know-cli
|
|
@@ -18,6 +18,7 @@ Classifier: Topic :: Software Development :: Documentation
|
|
|
18
18
|
Classifier: Topic :: Utilities
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Requires-Dist: click>=8.1.0
|
|
21
|
+
Requires-Dist: fastembed>=0.3.0
|
|
21
22
|
Requires-Dist: numpy>=1.24.0
|
|
22
23
|
Requires-Dist: pathspec>=0.11.0
|
|
23
24
|
Requires-Dist: pyyaml>=6.0
|
|
@@ -46,7 +47,6 @@ Requires-Dist: ruff>=0.1.0; extra == 'dev'
|
|
|
46
47
|
Provides-Extra: mcp
|
|
47
48
|
Requires-Dist: mcp>=1.0.0; extra == 'mcp'
|
|
48
49
|
Provides-Extra: search
|
|
49
|
-
Requires-Dist: fastembed>=0.3.0; extra == 'search'
|
|
50
50
|
Description-Content-Type: text/markdown
|
|
51
51
|
|
|
52
52
|
# know — 3x Fewer Tokens for AI Coding Agents
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "know-cli"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.4"
|
|
8
8
|
description = "Context Intelligence for AI Coding Agents — smart, token-budgeted code context"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -42,12 +42,11 @@ dependencies = [
|
|
|
42
42
|
"tree-sitter-ruby>=0.23.0",
|
|
43
43
|
"tree-sitter-c>=0.23.0",
|
|
44
44
|
"numpy>=1.24.0",
|
|
45
|
+
"fastembed>=0.3.0",
|
|
45
46
|
]
|
|
46
47
|
|
|
47
48
|
[project.optional-dependencies]
|
|
48
|
-
search = [
|
|
49
|
-
"fastembed>=0.3.0",
|
|
50
|
-
]
|
|
49
|
+
search = []
|
|
51
50
|
ai = [
|
|
52
51
|
"anthropic>=0.8.0",
|
|
53
52
|
]
|
|
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
|
{know_cli-0.7.2 → know_cli-0.7.4}/docs/plans/2026-02-16-feat-10x-agent-search-ranking-plan.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{know_cli-0.7.2 → know_cli-0.7.4}/docs/solutions/architecture/p2-p3-architectural-improvements.md
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
|