Wiki Log¶
Append-only. Newest entries at the bottom. Format: ## [YYYY-MM-DD] <op> | <subject>.
[2026-07-07] ingest | Wiki bootstrap¶
- Created wiki following the LLM Wiki pattern (Karpathy gist 442a6bf5).
- Scope decision: portable agent knowledge only — playbooks, lessons, patterns. Client-specific/confidential info explicitly excluded (lives in
clients/*/CLIENT.md). - Playbooks are copied at build time from
bonbondino-client-sites/_checklists/(that repo stays the source of truth). - Publishing: MkDocs Material → Google VM (nginx + basic auth). Scripts in
scripts/wiki/.
[2026-07-07] ops | Publishing moved to Cloudflare Pages¶
- Replaced the Google VM (nginx + basic auth) plan with Cloudflare Pages, project
bonbon-wiki, custom domainwiki.bonbondino.com. - Access control: Cloudflare Access (Zero Trust), team-email allowlist via one-time PIN.
build.shnow copies all_checklists/*.mdexcept CLAUDE.md / WIKI.md / contact-form.md and builds withmkdocs build --strict.- Linked from the bonbondino.com admin dashboard.
[2026-07-07] ingest | agency/docs marketing guides¶
- Ingested
agency/docs/into the wiki as the newmarketing/section (native wiki content — source of truth is the wiki): cold-email-outreach, instantly-setup, gog-cli-email, instagram-autoposting, plus service-menu fromagency/brand/SERVICE_CHECKLIST.md. marketing_hooks.mdbecame the first pattern page:patterns/marketing-hooks.md.- Dropped from ingest: the stale K-Pub post log (2026-03-03) in the Instagram guide — project-specific state, not transferable.
- Originals replaced with pointer files; campaign artifacts (
agency/promotions/) and brand assets stay out of the wiki. - Nav renamed: Playbooks → Dev Playbooks; new Marketing section added.
[2026-07-07] ops | Consolidation — wiki is the single source of truth¶
- Dev playbooks moved INTO the wiki (
wiki/playbooks/is now native content, no longer a build copy).build.shcopy step removed;wiki/playbooks/un-gitignored. - The
_checklistsrepo inbonbondino-client-sitesis retired to a pointer README (history preserved in its git log). - Client-site CLAUDE.md pointers updated to
/Users/ja58968/Projects/bonbondino_company/wiki/playbooks/. - Stale paths inside README.md and RETROSPECTIVE.md rewritten in place.