stats: document zero_padded_numeric; bump stat count 47 -> 48
Reflects PR #3934 (qsv #3938): the new --zero-padded-numeric flag/column
brings the stats summary-statistic count to 48. Document the flag in the main
stats page (Aggregation-and-Statistics) and bump the 47 -> 48 count across the
pages that cite it. The xsv-vs-qsv-1.0.0 legacy snapshot in Comparison.md and
the describegpt 47-token content-type vocabulary are intentionally left as-is.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
wiki: adopt GitHub Alerts for callouts across the wiki
Convert advisory blockquotes and inline callouts to semantic GitHub
Alerts (NOTE/TIP/IMPORTANT/CAUTION):
- [!NOTE] for the standard category-page "workflow layer" ledes and
other top-of-page orientation / "canonical reference" notes
- [!IMPORTANT] for behavior-affecting gotchas (auto approx-stats on OOM,
group-by unsupported aggs, MiniJinja filter-errors-as-values,
synthesize cross-column correlation, profile always-warn RFC4180)
- [!TIP] for the Binary-Variants TL;DR and Why-qsv "why it matters"
- [!CAUTION] for foreach shell-injection risk and joinp --cross blowup
Also update the Contributing-to-the-Wiki category template to use the
[!NOTE] lede so new pages follow the convention.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
wiki: scaffold tiered IA + Phase A foundation pages
Adds the new wiki information architecture: Home as a discoverability hub
with a "Where things live" table, a tiered sidebar (Beginner/Intermediate/
Advanced), and the 9 foundation pages of Phase A.
- Home rewritten as a hub with three CTAs, tier-grouped page lists, and
pointers to anchor datasets used across the wiki.
- _Sidebar groups pages by Get Started / Command Reference / Cookbook /
Tuning / Ecosystem / Reference / Legacy.
- _Footer adds universal links (Discussions, qsv pro, benchmarks, license).
- Tier-Legend explains the Beginner/Intermediate/Advanced badges.
- Installation covers prebuilt binaries, package managers, cargo install,
source builds, SIGILL/portable variants, MSI installer, self-update, and
signature verification.
- Getting-Started walks through count/headers/stats/sample/search/slice/
flatten/select/sort/table/lens/clipboard/index against wcp.csv (verified
end-to-end against the actual dataset; outputs match qsv 20.0.0).
- Why-qsv is the elevator pitch: speed numbers (with deep-links to
BENCHMARKS.md), composability, batteries-included list, ecosystem.
- Binary-Variants explains qsv vs qsvlite vs qsvdp vs qsvmcp vs qsvpy with
a decision tree.
Plan: /Users/joelnatividad/.claude/plans/the-wiki-is-a-typed-dragon.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>