Skip to content

Releases: IronAdamant/wikifier

v4.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:42

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.5.0...v4.5.1

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:25

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.4.0...v4.5.0

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:24

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.3.2...v4.4.0

v4.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:02

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.3.1...v4.3.2

v4.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:34

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.3.0...v4.3.1

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:17

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.2.0...v4.3.0

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 04:46

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.1.4...v4.2.0

v4.1.4: mcp and skills docs sync for latest human dashboard UX

Choose a tag to compare

@IronAdamant IronAdamant released this 05 Jun 00:56

Installation

pip install wikifier

See the README for full usage and the mandatory LLM new-session rule.

Full Changelog: v4.1.3...v4.1.4

v4.1.3: Human dashboard command buttons + first-run update-maps UX

Choose a tag to compare

@IronAdamant IronAdamant released this 05 Jun 00:49

v4.1.3 patch for the human investigation layer (secondary, opt-in).

  • Added visible 'Quick actions' toolbar with easy copy-to-clipboard buttons for the main commands (check-changes, update-maps, monitor &). Feedback bar includes exact command + 'run in this project folder then Refresh' + manual refresh link.
  • Prominent primary buttons in empty states: big 'Copy command & run wikifier update-maps (first time)' in 'No structure map yet'; combined first-time setup button in 'No files yet'.
  • 'Automatically on first run': when the no-map empty state first appears in a browser session, the update-maps command is auto-copied (sessionStorage guarded) with a note, so it feels automatic on first open of a fresh project dashboard.
  • Existing 'Rebuild tree' / 'Update data' buttons now use the improved copy+feedback UX.
  • All keeps the clean human view (chart + files + descriptions + copies). Buttons make commands easily accessible without clutter.
  • Docs sync: skills/run.md and wikifier/mcp/README.md human layer sections updated to describe the new UX (command buttons, auto first-run). cli.py comment updated for accuracy. No change to MCP tools, agent protocol, or core behavior.
  • Recorded under subid=human-dashboard-commands. No new features or scope change.
  • Version 4.1.2 -> 4.1.3. See commit for the dashboard template + doc updates (propagates via init to targets).

Complements the recent natural README simplification + PyPI description SEO for AI agents.

v4.1.2: Mapping / update speed hygiene (scandir + git fastpath + excludes + parser micro-opts)

Choose a tag to compare

@IronAdamant IronAdamant released this 04 Jun 23:10

v4.1.2 patch for mapping/update speed hygiene (scandir + git fastpath + excludes + parser micro-opts) plus PyPI description and README refinements for natural SEO targeting AI agents/LLMs searching for token-efficient autonomous codebase wikis.

Key updates:

  • README simplified to ~124 lines with natural prose embedding key terms: agent-to-agent codebase wiki, token-saving for LLMs/agents, autonomous record-change + mark-green, zero-dependency, MCP tools, etc. (no forced lists).
  • PyPI short description updated to flow naturally: 'Zero-dependency agent-to-agent codebase wiki for LLMs and AI agents. Autonomously maintained via record-change and mark-green for token-efficient lookup... Optional MCP server with rich tools for agents.'
  • Keywords expanded for discoverability.
  • All changes keep agent-first focus, follow full protocol (FRESH, record+mark-green).

See commits for details. Full natural README now emphasizes LLM/agent use cases while staying lean.