wikifier 4.3.2__tar.gz → 4.4.0__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.
- {wikifier-4.3.2/wikifier.egg-info → wikifier-4.4.0}/PKG-INFO +2 -2
- {wikifier-4.3.2 → wikifier-4.4.0}/README.md +1 -1
- wikifier-4.4.0/index.html +717 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/__init__.py +1 -1
- wikifier-4.4.0/wikifier/index.html +717 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/scripts/wikifier.ps1 +3 -2
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/scripts/wikifier.sh +11 -5
- wikifier-4.4.0/wikifier/serve.py +181 -0
- {wikifier-4.3.2 → wikifier-4.4.0/wikifier.egg-info}/PKG-INFO +2 -2
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier.egg-info/SOURCES.txt +2 -0
- wikifier-4.3.2/index.html +0 -879
- wikifier-4.3.2/wikifier/index.html +0 -879
- {wikifier-4.3.2 → wikifier-4.4.0}/CONTRIBUTING.md +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/LICENSE +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/MANIFEST.in +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/diagnostics.html +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/docs/spec.md +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/pyproject.toml +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/setup.cfg +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/skills/run.md +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/tests/test_barrel_invalidation.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/tests/test_health.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/tests/test_import_cache.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/tests/test_parsers.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/__main__.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/cli.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/contracts.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/daemon.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/diagnostics.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/health.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/import_cache.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/library.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/locking.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/mcp/__init__.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/mcp/server.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/parsers/__init__.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/parsers/bree.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/parsers/cdia.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/parsers/javascript.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/parsers/python.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/resolution.py +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier/scripts/wikifier.bat +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier.egg-info/dependency_links.txt +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier.egg-info/entry_points.txt +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier.egg-info/requires.txt +0 -0
- {wikifier-4.3.2 → wikifier-4.4.0}/wikifier.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wikifier
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.4.0
|
|
4
4
|
Summary: Zero-dependency agent-to-agent codebase wiki for LLMs and AI agents. Autonomously maintained via record-change and mark-green for token-efficient lookup of files, dependencies, health, and summaries — across tiny scripts to 50k+ monorepos. Optional MCP server with rich tools for agents.
|
|
5
5
|
Author-email: Aron Amos <aron@example.com>
|
|
6
6
|
Maintainer: Aron Amos
|
|
@@ -137,7 +137,7 @@ Works with Claude Desktop, Claude Code, Cursor, Cline, and any Model Context Pro
|
|
|
137
137
|
|
|
138
138
|
## The Human Layer (Secondary, by Design)
|
|
139
139
|
|
|
140
|
-
`wikifier init` copies a single static `index.html` into your project: a
|
|
140
|
+
`wikifier init` copies a single static `index.html` into your project: a dashboard showing the Mermaid code-structure chart, files with short descriptions, and a folder browser — useful for humans investigating what the agents know. View it with **`wikifier serve`** (then open http://localhost:8787/index.html) — browsers block `file://` fetches, so a double-clicked index.html can't read the wiki files; the page detects that case and shows you the fix. When served by `wikifier serve`, the dashboard's buttons genuinely **run** `update-maps`/`check-changes` (whitelisted commands only, localhost-only) and a **Stop server** button shuts the process down when you're done; behind any plain static server the same buttons fall back to copy + auto-refresh. The agent-facing markdown files and tools remain the single source of truth.
|
|
141
141
|
|
|
142
142
|
## Intended Use: Strictly Agent-to-Agent
|
|
143
143
|
|
|
@@ -105,7 +105,7 @@ Works with Claude Desktop, Claude Code, Cursor, Cline, and any Model Context Pro
|
|
|
105
105
|
|
|
106
106
|
## The Human Layer (Secondary, by Design)
|
|
107
107
|
|
|
108
|
-
`wikifier init` copies a single static `index.html` into your project: a
|
|
108
|
+
`wikifier init` copies a single static `index.html` into your project: a dashboard showing the Mermaid code-structure chart, files with short descriptions, and a folder browser — useful for humans investigating what the agents know. View it with **`wikifier serve`** (then open http://localhost:8787/index.html) — browsers block `file://` fetches, so a double-clicked index.html can't read the wiki files; the page detects that case and shows you the fix. When served by `wikifier serve`, the dashboard's buttons genuinely **run** `update-maps`/`check-changes` (whitelisted commands only, localhost-only) and a **Stop server** button shuts the process down when you're done; behind any plain static server the same buttons fall back to copy + auto-refresh. The agent-facing markdown files and tools remain the single source of truth.
|
|
109
109
|
|
|
110
110
|
## Intended Use: Strictly Agent-to-Agent
|
|
111
111
|
|