wikifier 4.1.3__tar.gz → 4.1.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.
Files changed (48) hide show
  1. {wikifier-4.1.3/wikifier.egg-info → wikifier-4.1.4}/PKG-INFO +9 -2
  2. {wikifier-4.1.3 → wikifier-4.1.4}/README.md +8 -1
  3. {wikifier-4.1.3 → wikifier-4.1.4}/pyproject.toml +1 -1
  4. {wikifier-4.1.3 → wikifier-4.1.4}/skills/run.md +1 -1
  5. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/__init__.py +1 -1
  6. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/cli.py +4 -2
  7. {wikifier-4.1.3 → wikifier-4.1.4/wikifier.egg-info}/PKG-INFO +9 -2
  8. {wikifier-4.1.3 → wikifier-4.1.4}/CONTRIBUTING.md +0 -0
  9. {wikifier-4.1.3 → wikifier-4.1.4}/LICENSE +0 -0
  10. {wikifier-4.1.3 → wikifier-4.1.4}/MANIFEST.in +0 -0
  11. {wikifier-4.1.3 → wikifier-4.1.4}/diagnostics.html +0 -0
  12. {wikifier-4.1.3 → wikifier-4.1.4}/docs/Basis-v0.3.md +0 -0
  13. {wikifier-4.1.3 → wikifier-4.1.4}/docs/RELEASE_NOTES.md +0 -0
  14. {wikifier-4.1.3 → wikifier-4.1.4}/docs/TRADEOFFS.md +0 -0
  15. {wikifier-4.1.3 → wikifier-4.1.4}/docs/spec.md +0 -0
  16. {wikifier-4.1.3 → wikifier-4.1.4}/docs/v0.4-Execution-Plan.md +0 -0
  17. {wikifier-4.1.3 → wikifier-4.1.4}/docs/v0.4-execution-plan.md +0 -0
  18. {wikifier-4.1.3 → wikifier-4.1.4}/index.html +0 -0
  19. {wikifier-4.1.3 → wikifier-4.1.4}/setup.cfg +0 -0
  20. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/__main__.py +0 -0
  21. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/contracts.py +0 -0
  22. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/daemon.py +0 -0
  23. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/diagnostics.py +0 -0
  24. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/gap1_validation_harness.py +0 -0
  25. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/health.py +0 -0
  26. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/import_cache.py +0 -0
  27. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/locking.py +0 -0
  28. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/mcp/__init__.py +0 -0
  29. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/mcp/server.py +0 -0
  30. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/parsers/__init__.py +0 -0
  31. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/parsers/bree.py +0 -0
  32. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/parsers/cdia.py +0 -0
  33. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/parsers/javascript.py +0 -0
  34. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/parsers/python.py +0 -0
  35. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/resolution.py +0 -0
  36. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/exclude_patterns.txt +0 -0
  37. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/file_health.md +0 -0
  38. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/library.md +0 -0
  39. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/monitored_paths.txt +0 -0
  40. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/pending_updates.md +0 -0
  41. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/wikifier.bat +0 -0
  42. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/wikifier.ps1 +0 -0
  43. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier/scripts/wikifier.sh +0 -0
  44. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier.egg-info/SOURCES.txt +0 -0
  45. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier.egg-info/dependency_links.txt +0 -0
  46. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier.egg-info/entry_points.txt +0 -0
  47. {wikifier-4.1.3 → wikifier-4.1.4}/wikifier.egg-info/requires.txt +0 -0
  48. {wikifier-4.1.3 → wikifier-4.1.4}/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.1.3
3
+ Version: 4.1.4
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
@@ -74,10 +74,17 @@ M5 broad real-world dogfood (85-90%+) on multiple external 5k–50k+ creative pr
74
74
  Recent focus (v4.1.x):
75
75
  - Human investigation layer separation (only the clean `index.html` viewer is deployed to targets; `diagnostics.html` is maintainer-only).
76
76
  - Mapping & update speed hygiene (faster candidate collection with scandir + git fast-path, consistent excludes, parser micro-opts).
77
- - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project. See v4.1.3 notes.
77
+ - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project.
78
+ - mcp and skills docs sync: updated the human layer descriptions in `skills/run.md` and `wikifier/mcp/README.md` (and cli.py comment) to accurately reflect the new dashboard command buttons, empty-state CTAs, and first-run auto-copy behavior. See v4.1.4 notes.
78
79
 
79
80
  Full history moved to `docs/` and `Findings/`. The project stays deliberately lean and agent-first.
80
81
 
82
+ **v4.1.4 (2026-06)**: mcp and skills docs sync for latest human dashboard UX (very minor polish; no behaviour change).
83
+ - Updated "Human investigation layer" section in `skills/run.md` and "Human layer in MCP projects" in `wikifier/mcp/README.md` to describe the Quick actions toolbar, prominent first-time command buttons in empty states, and session-guarded auto-copy of update-maps on first no-map render.
84
+ - Minor update to cli.py comment on copy_human_dashboards for accuracy.
85
+ - Ensures docs accurately describe what humans see in the secondary viewer after init, without altering agent protocol, MCP tools, or core behavior.
86
+ - All under FRESH + record+mark-green (subid=human-dashboard-commands). Complements the v4.1.3 dashboard template changes.
87
+
81
88
  **v4.1.3 (2026-06)**: Human dashboard command buttons + first-run update-maps UX (very minor polish to the secondary human investigation layer).
82
89
  - Added visible "Quick actions" bar with easy one-click copy buttons for the primary commands available to humans using the dashboard (check-changes, update-maps, start monitor). Feedback includes exact pasteable command + "run in this project folder then Refresh" guidance + manual refresh link.
83
90
  - Enhanced empty states ("No structure map yet", "No files yet") with prominent primary buttons for the relevant commands (update-maps prioritized, combined first-time setup for files).
@@ -42,10 +42,17 @@ M5 broad real-world dogfood (85-90%+) on multiple external 5k–50k+ creative pr
42
42
  Recent focus (v4.1.x):
43
43
  - Human investigation layer separation (only the clean `index.html` viewer is deployed to targets; `diagnostics.html` is maintainer-only).
44
44
  - Mapping & update speed hygiene (faster candidate collection with scandir + git fast-path, consistent excludes, parser micro-opts).
45
- - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project. See v4.1.3 notes.
45
+ - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project.
46
+ - mcp and skills docs sync: updated the human layer descriptions in `skills/run.md` and `wikifier/mcp/README.md` (and cli.py comment) to accurately reflect the new dashboard command buttons, empty-state CTAs, and first-run auto-copy behavior. See v4.1.4 notes.
46
47
 
47
48
  Full history moved to `docs/` and `Findings/`. The project stays deliberately lean and agent-first.
48
49
 
50
+ **v4.1.4 (2026-06)**: mcp and skills docs sync for latest human dashboard UX (very minor polish; no behaviour change).
51
+ - Updated "Human investigation layer" section in `skills/run.md` and "Human layer in MCP projects" in `wikifier/mcp/README.md` to describe the Quick actions toolbar, prominent first-time command buttons in empty states, and session-guarded auto-copy of update-maps on first no-map render.
52
+ - Minor update to cli.py comment on copy_human_dashboards for accuracy.
53
+ - Ensures docs accurately describe what humans see in the secondary viewer after init, without altering agent protocol, MCP tools, or core behavior.
54
+ - All under FRESH + record+mark-green (subid=human-dashboard-commands). Complements the v4.1.3 dashboard template changes.
55
+
49
56
  **v4.1.3 (2026-06)**: Human dashboard command buttons + first-run update-maps UX (very minor polish to the secondary human investigation layer).
50
57
  - Added visible "Quick actions" bar with easy one-click copy buttons for the primary commands available to humans using the dashboard (check-changes, update-maps, start monitor). Feedback includes exact pasteable command + "run in this project folder then Refresh" guidance + manual refresh link.
51
58
  - Enhanced empty states ("No structure map yet", "No files yet") with prominent primary buttons for the relevant commands (update-maps prioritized, combined first-time setup for files).
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wikifier"
7
- version = "4.1.3"
7
+ version = "4.1.4"
8
8
  description = "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."
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -243,4 +243,4 @@ All support `project_root=...` and return structured data (plus side-effecting s
243
243
 
244
244
  See README.md "Intended Use" for the strict agent-to-agent wiki scope (token saving for lookup + autonomous update/create of wiki entries only). M5 dogfood validated this on real external projects with the exact patterns above. Recent 4.0.1 hygiene (health coerce + superseded prune) further improves reliability of the matrix for agents doing direct lookups/updates.
245
245
 
246
- **Human investigation layer (secondary, opt-in)**: `wikifier init` copies only `index.html` (the clean human wiki viewer) into the target project (the folder where MCP/CLI run). `diagnostics.html` (Wikifier maintainer hub) is no longer copied — it would show the wrong tree (Wikifier's internals) and be stale for the host project. Humans open the local `index.html` (via `python -m http.server` recommended) to see a clean visual of *that project's* agent-maintained wiki: prominent code structure / dependency chart (Mermaid) as the hero, followed by a simple "Files & descriptions" list (paths + short "what this file is about" summaries pulled from the wiki notes), and a lightweight "Browse by folder" tree derived from the health data. It auto-polls for refresh when the monitor or agents update the underlying .md files. Prominent copy buttons export "structure as text" (Mermaid source) and a clean full snapshot (tree + file list + descriptions) — exactly the compact, token-saving view agents use. The default human page is intentionally free of dense agent internals (those live in `diagnostics.html` in the Wikifier source for technical users). If an old diagnostics.html is present, it can be safely deleted. The .md files + MCP/CLI/tools remain the primary SSOT and update mechanism for agents. This layer lets humans (or teams) visually investigate and copy-paste wiki summaries for their own work / LLM chats without touching agent behavior or adding deps.
246
+ **Human investigation layer (secondary, opt-in)**: `wikifier init` copies only `index.html` (the clean human wiki viewer) into the target project (the folder where MCP/CLI run). `diagnostics.html` (Wikifier maintainer hub) is no longer copied — it would show the wrong tree (Wikifier's internals) and be stale for the host project. Humans open the local `index.html` (via `python -m http.server` recommended) to see a clean visual of *that project's* agent-maintained wiki: prominent code structure / dependency chart (Mermaid) as the hero, followed by a simple "Files & descriptions" list (paths + short "what this file is about" summaries pulled from the wiki notes), and a lightweight "Browse by folder" tree derived from the health data. A "Quick actions" toolbar provides one-click copy buttons for the main commands (check-changes, update-maps, monitor &); empty states ("no map yet", "no files yet") have prominent buttons for first-time commands (update-maps is prioritized). On first open with no map, the update-maps command is auto-copied (sessionStorage-guarded) with guidance so initial setup feels automatic. It auto-polls for refresh when the monitor or agents update the underlying .md files. Prominent copy buttons export "structure as text" (Mermaid source) and a clean full snapshot (tree + file list + descriptions) — exactly the compact, token-saving view agents use. The default human page is intentionally free of dense agent internals (those live in `diagnostics.html` in the Wikifier source for technical users). If an old diagnostics.html is present, it can be safely deleted. The .md files + MCP/CLI/tools remain the primary SSOT and update mechanism for agents. This layer lets humans (or teams) visually investigate and copy-paste wiki summaries for their own work / LLM chats without touching agent behavior or adding deps.
@@ -62,4 +62,4 @@ from .contracts import (
62
62
  compute_acs_confidence,
63
63
  )
64
64
 
65
- __version__ = "4.1.3"
65
+ __version__ = "4.1.4"
@@ -1160,8 +1160,10 @@ def health(
1160
1160
  # Human Investigation Layer (secondary sub-project)
1161
1161
  # Only index.html (the clean human wiki viewer) is copied into target projects by init.
1162
1162
  # It provides the prominent code structure chart (Mermaid), "Files & descriptions" list with
1163
- # short summaries, folder browser, and copy buttons for the *target project's* agent-maintained
1164
- # wiki (data-driven from its file_health.* + library.md after check-changes + update-maps).
1163
+ # short summaries, folder browser, copy buttons for tree/snapshot, a "Quick actions" toolbar
1164
+ # with copy buttons for main commands (check-changes, update-maps, monitor &), and prominent
1165
+ # buttons + session-guarded auto-copy of update-maps in empty states for easy first-run setup.
1166
+ # (data-driven from its file_health.* + library.md after check-changes + update-maps).
1165
1167
  # diagnostics.html is the Wikifier-specific heavy maintainer/refactor/porter hub (architecture,
1166
1168
  # full command map, porting checklist, this project's own source tree with purposes). It is
1167
1169
  # *not* copied to foreign project roots — it would point at the wrong folder and be stale for
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wikifier
3
- Version: 4.1.3
3
+ Version: 4.1.4
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
@@ -74,10 +74,17 @@ M5 broad real-world dogfood (85-90%+) on multiple external 5k–50k+ creative pr
74
74
  Recent focus (v4.1.x):
75
75
  - Human investigation layer separation (only the clean `index.html` viewer is deployed to targets; `diagnostics.html` is maintainer-only).
76
76
  - Mapping & update speed hygiene (faster candidate collection with scandir + git fast-path, consistent excludes, parser micro-opts).
77
- - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project. See v4.1.3 notes.
77
+ - Human dashboard UX: prominent Quick actions toolbar with copy-to-clipboard buttons for main commands (check-changes, update-maps, monitor &); big primary buttons in empty states for first-time setup; auto-copy of `wikifier update-maps` command on first render of "no structure map yet" (session-guarded) so it feels automatic on first run of a fresh project.
78
+ - mcp and skills docs sync: updated the human layer descriptions in `skills/run.md` and `wikifier/mcp/README.md` (and cli.py comment) to accurately reflect the new dashboard command buttons, empty-state CTAs, and first-run auto-copy behavior. See v4.1.4 notes.
78
79
 
79
80
  Full history moved to `docs/` and `Findings/`. The project stays deliberately lean and agent-first.
80
81
 
82
+ **v4.1.4 (2026-06)**: mcp and skills docs sync for latest human dashboard UX (very minor polish; no behaviour change).
83
+ - Updated "Human investigation layer" section in `skills/run.md` and "Human layer in MCP projects" in `wikifier/mcp/README.md` to describe the Quick actions toolbar, prominent first-time command buttons in empty states, and session-guarded auto-copy of update-maps on first no-map render.
84
+ - Minor update to cli.py comment on copy_human_dashboards for accuracy.
85
+ - Ensures docs accurately describe what humans see in the secondary viewer after init, without altering agent protocol, MCP tools, or core behavior.
86
+ - All under FRESH + record+mark-green (subid=human-dashboard-commands). Complements the v4.1.3 dashboard template changes.
87
+
81
88
  **v4.1.3 (2026-06)**: Human dashboard command buttons + first-run update-maps UX (very minor polish to the secondary human investigation layer).
82
89
  - Added visible "Quick actions" bar with easy one-click copy buttons for the primary commands available to humans using the dashboard (check-changes, update-maps, start monitor). Feedback includes exact pasteable command + "run in this project folder then Refresh" guidance + manual refresh link.
83
90
  - Enhanced empty states ("No structure map yet", "No files yet") with prominent primary buttons for the relevant commands (update-maps prioritized, combined first-time setup for files).
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