Replace channel names with chat channels registry#279
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
chat_channel_namesflow with achat_channelsregistry for channels and thread scopes.archived_atand route archive through/api/chat/channels/archive./api/chat/scopesto activity-only so historical messages do not recreate visible sidebar entities by themselves.chat_channel_namesas a rollback backup in migration 025; runtime code no longer reads or writes it..agents/skills/bricks-turso-branch-migration-testdocumenting the Turso branch DB migration validation workflow.Manual Cloud DB Validation
bricks-mig-0623afromdatabase-brickswith--from-db.chat_channelsexists andchat_channel_namesstill exists as deprecated rollback backup.chat_channels=23,chat_channel_names=23,migrations.version=025recorded once.AUTO_MIGRATE=falseand local Flutter Web againsthttp://127.0.0.1:3010.Validation Commands
npm run type-checkinapps/node_backendnpm test -- src/routes/chat.test.ts src/services/chatAsyncTransportService.test.ts src/services/localAgentLoopService.test.tsinapps/node_backendflutter analyzeinapps/mobile_chat_appflutter test test/chat_history_api_service_test.dart test/chat_navigation_page_test.dartinapps/mobile_chat_appCode Maps
docs/code_maps/feature_map.yamlanddocs/code_maps/logic_map.yamlfor thechat_session/ backend chat registry path.