wikifier 4.5.0__tar.gz → 4.5.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.
Files changed (44) hide show
  1. {wikifier-4.5.0/wikifier.egg-info → wikifier-4.5.1}/PKG-INFO +5 -1
  2. {wikifier-4.5.0 → wikifier-4.5.1}/README.md +4 -0
  3. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/__init__.py +1 -1
  4. {wikifier-4.5.0 → wikifier-4.5.1/wikifier.egg-info}/PKG-INFO +5 -1
  5. {wikifier-4.5.0 → wikifier-4.5.1}/CONTRIBUTING.md +0 -0
  6. {wikifier-4.5.0 → wikifier-4.5.1}/LICENSE +0 -0
  7. {wikifier-4.5.0 → wikifier-4.5.1}/MANIFEST.in +0 -0
  8. {wikifier-4.5.0 → wikifier-4.5.1}/diagnostics.html +0 -0
  9. {wikifier-4.5.0 → wikifier-4.5.1}/docs/spec.md +0 -0
  10. {wikifier-4.5.0 → wikifier-4.5.1}/index.html +0 -0
  11. {wikifier-4.5.0 → wikifier-4.5.1}/pyproject.toml +0 -0
  12. {wikifier-4.5.0 → wikifier-4.5.1}/setup.cfg +0 -0
  13. {wikifier-4.5.0 → wikifier-4.5.1}/skills/run.md +0 -0
  14. {wikifier-4.5.0 → wikifier-4.5.1}/tests/test_barrel_invalidation.py +0 -0
  15. {wikifier-4.5.0 → wikifier-4.5.1}/tests/test_health.py +0 -0
  16. {wikifier-4.5.0 → wikifier-4.5.1}/tests/test_import_cache.py +0 -0
  17. {wikifier-4.5.0 → wikifier-4.5.1}/tests/test_parsers.py +0 -0
  18. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/__main__.py +0 -0
  19. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/cli.py +0 -0
  20. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/contracts.py +0 -0
  21. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/daemon.py +0 -0
  22. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/diagnostics.py +0 -0
  23. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/health.py +0 -0
  24. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/import_cache.py +0 -0
  25. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/index.html +0 -0
  26. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/library.py +0 -0
  27. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/locking.py +0 -0
  28. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/mcp/__init__.py +0 -0
  29. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/mcp/server.py +0 -0
  30. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/parsers/__init__.py +0 -0
  31. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/parsers/bree.py +0 -0
  32. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/parsers/cdia.py +0 -0
  33. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/parsers/javascript.py +0 -0
  34. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/parsers/python.py +0 -0
  35. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/resolution.py +0 -0
  36. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/scripts/wikifier.bat +0 -0
  37. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/scripts/wikifier.ps1 +0 -0
  38. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/scripts/wikifier.sh +0 -0
  39. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier/serve.py +0 -0
  40. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier.egg-info/SOURCES.txt +0 -0
  41. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier.egg-info/dependency_links.txt +0 -0
  42. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier.egg-info/entry_points.txt +0 -0
  43. {wikifier-4.5.0 → wikifier-4.5.1}/wikifier.egg-info/requires.txt +0 -0
  44. {wikifier-4.5.0 → wikifier-4.5.1}/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.5.0
3
+ Version: 4.5.1
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,6 +137,10 @@ 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 human dashboard — the project file tree with agent-wiki descriptions, health pills, and one-click Run/Stop controls, served locally by wikifier serve](https://raw.githubusercontent.com/IronAdamant/wikifier/main/screenshot/front_page_review.png)
141
+
142
+ *The dashboard served by `wikifier serve`: live file tree with wiki descriptions, health status pills, and action buttons that run `update-maps`/`check-changes` directly (localhost-only) — plus a Stop server button for when you're done.*
143
+
140
144
  `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
145
 
142
146
  ## Intended Use: Strictly Agent-to-Agent
@@ -105,6 +105,10 @@ 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 human dashboard — the project file tree with agent-wiki descriptions, health pills, and one-click Run/Stop controls, served locally by wikifier serve](https://raw.githubusercontent.com/IronAdamant/wikifier/main/screenshot/front_page_review.png)
109
+
110
+ *The dashboard served by `wikifier serve`: live file tree with wiki descriptions, health status pills, and action buttons that run `update-maps`/`check-changes` directly (localhost-only) — plus a Stop server button for when you're done.*
111
+
108
112
  `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
113
 
110
114
  ## Intended Use: Strictly Agent-to-Agent
@@ -61,4 +61,4 @@ from .contracts import (
61
61
  compute_acs_confidence,
62
62
  )
63
63
 
64
- __version__ = "4.5.0"
64
+ __version__ = "4.5.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wikifier
3
- Version: 4.5.0
3
+ Version: 4.5.1
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,6 +137,10 @@ 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 human dashboard — the project file tree with agent-wiki descriptions, health pills, and one-click Run/Stop controls, served locally by wikifier serve](https://raw.githubusercontent.com/IronAdamant/wikifier/main/screenshot/front_page_review.png)
141
+
142
+ *The dashboard served by `wikifier serve`: live file tree with wiki descriptions, health status pills, and action buttons that run `update-maps`/`check-changes` directly (localhost-only) — plus a Stop server button for when you're done.*
143
+
140
144
  `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
145
 
142
146
  ## Intended Use: Strictly Agent-to-Agent
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