refarch: create labs namespace for experimental commands (Issue #ARCH-13)#1005
Merged
refarch: create labs namespace for experimental commands (Issue #ARCH-13)#1005
Conversation
…-13) Move experimental/unstable commands behind `emdx labs` to establish a clean, committed API surface for 1.0. Stable commands remain at top level. Moved to `emdx labs`: - wiki (entire group), explore, distill, compact, briefing, serve, context - find --ask/--think/--debug/--wander/--watch → labs ask/wander/watch - maintain drift/gaps/contradictions/code-drift/wikify/entities/cloud-backup → labs maintain Stable top-level commands (18): save, find, view, edit, delete, gist, tag, task, db, status, prime, stale, touch, trash, history, diff, maintain, gui All labs commands print a stderr warning on use. find retains --context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
emdx labsnamespace for experimental commands, establishing a clean 1.0 API surfacelabs: wiki, explore, distill, compact, briefing, serve, contextfindflags (--ask,--think,--debug,--wander,--watch) into dedicatedlabs ask,labs wander,labs watchcommands —findgoes from 30+ flags to ~20maintainsubcommands (drift, gaps, contradictions, code-drift, wikify, entities, cloud-backup) tolabs maintainlabscommands print a stderr warning: "experimental command — may change or be removed"Stable 1.0 surface
save,find,view,edit,delete,gist,tag,task,db,status,prime,stale,touch,trash,history,diff,maintain,guiExperimental (labs)
ask,wander,watch,wiki,explore,distill,compact,context,briefing,serve,maintain(experimental subcommands)Test plan
ruff checkandruff formatcleanmypypasses (pre-commit hook)emdx --helpshows 18 stable commands + labsemdx labs --helpshows all experimental commandsemdx labs wiki --helpprints experimental warningemdx labs ask "question"works (wasfind --ask)emdx find --helpshows clean flag set without AI modesemdx maintain --helpshows only stable subcommandsemdx labs maintain --helpshows moved experimental subcommands🤖 Generated with Claude Code