docs(wiki): repoint every repo link at github.com/ze-software/ze
Codeberg's 2026-07-23 LLM policy made hosting development there untenable, so
the module path and origin moved to github.com/ze-software/ze (main 34cd33b87).
Every clone URL, browse link, issue link and Go import path in the wiki still
named a repository the project has left.
Three forms needed three different targets, which is why this was scripted
rather than sed'd: a browse link becomes /blob/main/ for a file and /tree/main/
for a directory, an import path just swaps its root, and the clone, issues and
wiki links each have their own GitHub shape. The two prose labels that named
Codeberg (the footer's "Source on Codeberg" and Home's "development on
Codeberg") are corrected too, since the rewrite would otherwise leave them
contradicting their own links.
bin/gen-llms-txt.go carried the old base URL as its default, so every
regeneration would have reintroduced 177 stale links into llms.txt. Fixed at
the source rather than in the generated output.
The Codeberg wiki remains a single-page redirect, so the remotes described in
the untracked CLAUDE.md are unchanged and still accurate.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
docs(wiki): sync wiki with 075d46b4b..44673dfea (388 commits)
New page: vrrp.md (VRRP first-hop redundancy, RFC 9568/3768).
Updated 21 existing pages covering: the RFC requirement gate (make ze-rfc-check,
138 RFCs enrolled, ai/RFC-REQUIREMENTS.md ledger, /ze-rfc-audit); BMP Loc-RIB
monitoring (RFC 9069, Peer Type 3); RPKI origin-validation actions (renamed
rpki/action, per-peer/group override, re-validation on VRP change) and the
matching config examples; Looking Glass per-peer route counts and birdwatcher
state_changed/last_error; CLI namespace grammar, stdin/stdout, plugin
tab-completion and renamed show commands; L2TP --user filter and RADIUS CoA
port; AAA profile enforcement (fail-closed); and show bgp rib rpf.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EmLhGEE7o91brycJfwfvZm
docs(wiki): update CLI commands to show <noun> grammar
Update 7 wiki pages to reflect the unified show <noun> command grammar:
cli, bmp, bgp-rr, static-routes, policy-routing, looking-glass,
feature-inventory. Regenerate llms-full.txt.
Sync wiki with 289 commits of May development
New pages: static-routes (ECMP, BFD failover), policy-routing (PBR
via nftables), pppoe (RFC 2516 access concentrator).
Updated: bmp (looking glass integration, ze bmp rib show), looking-glass
(BMP monitoring routes, new API endpoints), status (PPPoE, static routes,
policy routing, diagnostics, appliance builder, host hardware, MCP
task-augmented tools, VPP MPLS, firewall VPP backend, UPDATE coalescing,
SSH public keys, Workbench V2), feature-inventory (same additions plus
per-section detail).
Sidebar adds static-routes, policy-routing, pppoe to Configuration and
Plugins/Subsystems sections.
Source commit: ab0d20c40 (2026-05-14).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wiki: sync with 538 commits of April development
The wiki was pinned to 7fcc808 (2026-04-11) while the codebase added
BFD, BMP, L2TP/PPP, firewall, traffic control, VPP integration,
WireGuard, tunnel interfaces, TACACS+, NTP, sysctl, route reflector,
route filters, gRPC API, and many more features across 538 commits.
Updated 13 existing pages to fix factually wrong claims (BFD/BMP
"not implemented", 32 plugin count, tunnels "not implemented") and
reflect the current feature set. Created 9 new pages for the major
new subsystems. Bumped .source-commit to current HEAD.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>