chore: remove all backwards-compatibility shims (#732) - #841
Merged
Conversation
With no external installs yet, the compat inventory serves no purpose. Clean slate for public release: remove every shim rather than tag them for removal. ## Legacy CLI aliases - Delete seed.ts, sprout.ts, variant.ts - Remove sleep/wake/seed/sprout legacy dispatch from mind.ts - Remove deprecated install/uninstall from service.ts - Remove dangling variant case from cli.ts and cli-remote.ts ## Protocol/config shims - Remove X-Volute-Session→X-Volute-Thread header compat (auth.ts) - Remove deprecated channel schedule field (volute-config.ts, schedules.ts) - Delete migrate-thread-config.ts + test - Remove legacy /configure endpoint (setup.ts) + tests - Remove legacy body.accept upgrade path (minds.ts) - Remove legacy session+from_id/to_id range path (minds.ts) - Clean up corresponding frontend legacy branches ## Startup migrations - Remove migrateConfigSecrets, migrateSetupCompleted (setup.ts) - Remove migrateAiModelQualification (ai-service.ts) - Delete migrate-thread-config.ts, migrate-name-placeholder.ts, migrate-init-infrastructure.ts + tests - Remove their calls from daemon.ts One deliberate skip: schema.ts null-parent fallback requires a DB migration and touches active redrive code; flagged for a future cleanup. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
psamiton
approved these changes
Jul 24, 2026
hekataion
enabled auto-merge (squash)
July 24, 2026 15:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
With no external installs yet (only bardo, fully upgraded), the backwards-compat inventory serves no purpose. Clean slate for public release: remove everything rather than tag it for future removal.
~1000 lines deleted.
Legacy CLI aliases — deleted
seed.ts,sprout.ts,variant.tssleep/wake/seed/sproutlegacy dispatch frommind.tsinstall/uninstallfromservice.tsProtocol/config shims — removed
X-Volute-Session→X-Volute-Threadheader compatchannelschedule fieldmigrate-thread-config.ts(whole file)/configureendpointbody.acceptupgrade pathsession+from_id/to_idrange pathStartup migrations — deleted
migrateConfigSecrets,migrateSetupCompletedmigrateAiModelQualificationmigrate-thread-config.ts,migrate-name-placeholder.ts,migrate-init-infrastructure.tsOne deliberate skip
schema.tsnull-parent fallback (target_mind ?? mind) — requires a DB migration to make the column NOT NULL and touches active redrive code. Flagged for future cleanup.Verification
Fixes #732
🤖 Generated with Claude Code