Generated output — this is a static snapshot rendered from .vibekb/. The .vibekb/ content is the source of truth. See Reference for provenance.

Changes

What changed, and why it matters

Meaningful shifts in what the software does — not a log of every edit.

  1. Queue worker script evolution

    Verified from source 2026-07-21

    Multiple versioned/named queue processors coexist (sequential, parallel, v3 dynamicstyle, gpt, nowatermark, backups).

    Before / after

    The repository contains successive worker implementations rather than a single replaced file. Filenames encode history (parallel, v3, dynamicstyle, backup).

    Impact

    Operators must know which script cron executes. Documentation treats parallel.v3.dynamicstyle as best-evidence current, not as a verified production fact.

  2. Hardcoded secrets removed in favor of placeholders

    Inferred from source 2026-07-21

    Recent repository history replaced hardcoded secrets with .env.example placeholders.

    Evidence

    Git tip message references removing hardcoded secrets and adding placeholder env examples. Exact prior secret values are intentionally not recorded here.

  3. Rebootstrap onto current VibeKB tooling

    completed Inferred from source 2026-07-21

    Replaced the older custom static HTML guide workflow with the current VibeKB guide/tools, explainable diagrams, and generate-static.php snapshot under /docs.

    Before

    Arcana had an older .vibekb/ model and a hand-maintained static HTML site under /docs (custom URL layout, custom validation notes). The official VibeKB guide/ renderer and tools/generate-static.php were not present.

    After

    • Official VibeKB guide/ and tools/ are installed.
    • .vibekb/ carries provenance for commit 3d7f6a08304ce5a48c6628f04eacb1094fbd5c0d and five explainable diagrams.
    • /docs is generated by php tools/generate-static.php (GitHub Pages source path unchanged).
    • Prior model preserved at VibeKBbackup/.

    Impact

    Readers get the current VibeKB guide UX (diagrams, provenance panel, shared templates). Old /docs/*.html filenames from the custom static layout are replaced by the official static URL strategy. Application behaviour is unchanged.