docs(wiki): sync wiki with e87103f5..cc71d46e2 (155 commits)
New pages: ospf, isis (native OSPFv2/OSPFv3 and IS-IS link-state IGPs).
Updated 26 existing pages covering: OSPF and IS-IS index entries (sidebar,
feature-inventory, plugins, status, comparison, command-reference,
show-commands, glossary); MPLS/LDP/RSVP-TE with RFC 4090 facility-backup fast
reroute; the logical-name interface resolver and mac/match binding; firewall
IRR prefix-list filtering and the shared IRR prefix store; BGP
SR-Policy/MUP/VPLS/MVPN/FlowSpec plugin-pipeline migration, SRv6 RFC 9252 fixes,
and PATHS-LIMIT; the Go installer, zero-touch provisioning, and appliance
auto-init; and the interactive TUI launcher with the 7-role color system.
Regenerated llms.txt and llms-full.txt; bumped .source-commit to HEAD.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KY83ZW6tzbKTiJrS2MEVx1
docs(wiki): sync wiki with 57bc272..e87103f (130 commits)
New pages: class-of-service, bgp-filter-irr, bgp-nlri-srpolicy.
Updated 23 existing pages covering: CoS/QoS subsystem, PATHS-LIMIT capability,
SR-Policy NLRI, IRR prefix filtering, granular debug, ze format, nop keyword,
env var promotion, show enricher, FlowSpec rate-limit, plugin DoctorChecks,
L2TP priority, Workbench default UI, appliance ISO workflow, and performance
round 3 optimizations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: convert plugin examples from external { use } to internal { use }
Match the new `internal` keyword added in ze main. Built-in plugins
are now declared with `plugin { internal <name> { use <builtin> } }`
instead of the ambiguous `external { use }` form.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update plugin config to use 'use' keyword for built-in plugins
Replace 'run "ze plugin <name>"' with 'use <name>' across all wiki
pages (46 files). The 'use' keyword is for built-in (in-process)
plugins; 'run' is now reserved for external process plugins.
Updated system.md plugin section to document both keywords.
Based on main@80b7b7da (feat: add 'use' keyword for built-in plugins).
Added .source-commit to track the codebase commit this wiki is synced to.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Flatten wiki to root directory for GitHub wiki compatibility
GitHub wiki resolves pages by filename in the root directory only.
Moved all 123 .md files from subdirectories to root. Renamed
configuration/interfaces.md to configuration-interfaces.md to avoid
collision with interfaces/interfaces.md. Fixed 8 image paths.
Subdirectories are now empty (images/ retained for assets).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>