refactor: deprecate standalone mode, managed mode is now default#126
Open
thieung wants to merge 2 commits intonextlevelbuilder:mainfrom
Open
refactor: deprecate standalone mode, managed mode is now default#126thieung wants to merge 2 commits intonextlevelbuilder:mainfrom
thieung wants to merge 2 commits intonextlevelbuilder:mainfrom
Conversation
Standalone mode is deprecated; managed mode is now the only mode. Remove redundant "managed mode" qualifiers from comments, docs, and error messages. Error strings now reference "database stores" instead of "managed mode" for clarity.
Simplify onboard wizard, extract helpers to dedicated file, update env example and entrypoint for default managed mode, clean up prepare-env script, update i18n catalogs.
5 tasks
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
Changes
Commit 1: Remove managed/standalone mode distinction (23 files)
Go source (
internal/):// Managed mode:prefix from route registration comments inserver.go"requires managed mode"→"requires database stores"indelegate_prep.go,handoff_tool.go,team_tool_manager.gomanager.go,bridge_server.go// --- Managed mode: X ---→// --- DB-backed: X ---in all agent method handlersDocumentation (
docs/,api-reference.md):(managed mode)qualifiers from section headers and inline textManaged Mode Wiring→Database Wiring,Managed Mode -- Providers from Database→Providers from Database, etc."In managed mode, ..."phrasing with direct descriptionsCommit 2: Streamline onboard process (9 files)
Backend (
cmd/,internal/i18n/):cmd/onboard_helpers.goInfrastructure (
.env.example,docker-entrypoint.sh,prepare-env.sh):Test plan
go build ./...passesgo vet ./...passes