Changes
What changed, and why it matters
Meaningful shifts in what the software does — not a log of every edit.
-
Queue worker script evolution
Verified from source 2026-07-21Multiple 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.dynamicstyleas best-evidence current, not as a verified production fact.Affected: Background render processing Parallel worker execution Dynamic band-style analysis
-
Hardcoded secrets removed in favor of placeholders
Inferred from source 2026-07-21Recent 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.
-
Rebootstrap onto current VibeKB tooling
completed Inferred from source 2026-07-21Replaced 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 VibeKBguide/renderer andtools/generate-static.phpwere not present.After
- Official VibeKB
guide/andtools/are installed. .vibekb/carries provenance for commit3d7f6a08304ce5a48c6628f04eacb1094fbd5c0dand five explainable diagrams./docsis generated byphp 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/*.htmlfilenames from the custom static layout are replaced by the official static URL strategy. Application behaviour is unchanged. - Official VibeKB