Wikantik Content vs Code Deployment

The single most common operational confusion in this project: deploying code does not deploy content. Production's page store and database persist across every release; the docs/wikantik-pages/ directory in the repo seeds fresh installs only.

The two paths

ChangePath
Application code, templates, bundled system pagesRelease + deploy — Wikantik Release and Deploy Process
Wiki page content (articles, hubs, runbooks)MCP authoring tools against prod, or bin/remote.sh pages-push for bulk rsync

Content-path details

Verification after content changes

verify_pages (links/metadata/SEO/retrieval lint) followed by a live assemble_bundle query for anything retrieval-sensitive — the static lint alone does not prove retrievability. Policy context: Content Program Policy.

See Also