Post-release cross-audit findings: the 5th Alpha Zoo family never reached the
frontend (AlphaZoo card grid missing fundamental, academic still 6, '4 zoos'
i18n strings x5 locales), factors/__init__ docstring, or the asset-allocation
skill ('4 optimizers'). Wiki: 29->30 presets, docs version selector bumped to
0.1.11 (labels only; content is unversioned). README x5: locale parity for the
07-04 UTC news entry, india_broker in the loaders tree comment (20 sources),
ja/ko contributor headings translated.
Vibe-Trading Wiki
Static source for https://vibetrading.wiki.
Local preview
cd wiki
python3 -m http.server 8088
Open http://localhost:8088/home/ for the landing page and these wiki sections:
http://localhost:8088/docs/http://localhost:8088/tutorials/http://localhost:8088/alpha-library/http://localhost:8088/research-lab/
Direct docs URLs such as /docs/latest/getting-started/vibe-trading-overview are handled by Cloudflare Pages via _redirects. The simple Python preview server does not apply those rewrite rules, so use /docs/ as the local entry point.
Cloudflare Pages
- Project root:
wiki - Build command: leave empty
- Output directory:
. - Custom domain:
vibetrading.wiki
The site is static and needs no build step. The only dynamic piece is a small
analytics layer in functions/ (Cloudflare Pages Functions): _middleware.js
classifies each page request as AI-agent / bot / human by User-Agent and counts
it into a D1 database (vibetrading-analytics, binding DB), and
api/stats.js serves the footer's aggregate counts alongside public PyPI and
GitHub numbers. The counter is anonymous and first-party — no cookies, no
per-visitor identifier, no IP retention.