Bug fix
bunx doctree-mcp-init returned 404 — bunx resolves package names, not binary names. The correct commands are now:
bunx doctree-mcp init # initialize wiki + configure AI tools
bunx doctree-mcp init --all # configure all supported tools
bunx doctree-mcp init --dry-run # preview without writing
bunx doctree-mcp lint # wiki health check
bunx doctree-mcp # start MCP server (unchanged)All docs and generated hook configs updated accordingly.