Environment: kane-cli 0.4.10
Summary
Test Manager project/folder is global mutable state (~/.testmuai/kaneai/tui-config.json) with no --project/--folder flag on run / testmd run and no workspace awareness. Runs upload into whatever was last configured → cross-project bleed when switching between repos.
Ask
- Add
--project / --folder flags to run and testmd run, and/or
- Honor a repo-local
.testmuai/ binding (cwd-scoped), consistent with how variables/context are already cwd-local.
Why
Variables and context are cwd-local, but the TMS target is global — inconsistent, and easy to silently write to the wrong project. Related: #45 (env profiles + secrets).
Environment: kane-cli 0.4.10
Summary
Test Manager project/folder is global mutable state (
~/.testmuai/kaneai/tui-config.json) with no--project/--folderflag onrun/testmd runand no workspace awareness. Runs upload into whatever was last configured → cross-project bleed when switching between repos.Ask
--project/--folderflags torunandtestmd run, and/or.testmuai/binding (cwd-scoped), consistent with how variables/context are already cwd-local.Why
Variables and context are cwd-local, but the TMS target is global — inconsistent, and easy to silently write to the wrong project. Related: #45 (env profiles + secrets).