Bump VERSION to 0.6.3, update changelog to reflect full version
comment stripping scope.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Second pass — removes chat-switchboard version numbers from config
field docs, section headers, file headers, and test comments. These
were pre-fork version tags that don't apply to switchboard-core.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Removes standalone "// v0.X.X:" comment lines and inline trailing
version annotations. Keeps version references in config field docs
and compatibility notes where they describe requirements.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Default set: notes, chat, chat-core, mermaid-renderer, schedules.
Removes dashboard, workflow-chat, workflow-demo, bug-report-triage,
content-approval, and employee-onboarding from auto-install. All
packages remain available via BUNDLED_PACKAGES=* or explicit list.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
marked.min.js and purify.min.js are unused vendor copies — the live
renderers use their own imports. dev.html was a standalone dev gallery
not referenced by anything. Removes cache entries from sw.js.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove orphaned channel/message type comments from interfaces.go,
unused roleFilterType() function from pages.go, and stale version
comment from main.go.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Shell script reads .pkg ZIPs, extracts manifests, and emits a
registry.json for self-hosted package discovery. Docs cover the
JSON format, admin config, and self-hosting setup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a registry URL field to Admin > Settings so admins can configure
an external package registry without touching env vars or the API directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SDK was sending { url } but the Go handler binds to { download_url },
causing every registry Install click to return 400.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>