Skip to content

feat(init): display storage paths when prompting for scope#16

Merged
jeff-r2026 merged 1 commit into
masterfrom
worktree-feat+init-show-scope-paths
May 20, 2026
Merged

feat(init): display storage paths when prompting for scope#16
jeff-r2026 merged 1 commit into
masterfrom
worktree-feat+init-show-scope-paths

Conversation

@jeff-r2026
Copy link
Copy Markdown
Collaborator

Summary

  • Display user → ~/.teamai/ and project → $PWD/.teamai/ storage paths before the scope selection prompt during teamai init
  • Only shown when scope is interactively prompted (not when --scope flag is provided)
  • Helps users understand where their data will be stored before making a choice

Closes #7

Test plan

  • npx tsc --noEmit passes
  • All 938 existing tests pass
  • Added 2 new test cases for path display behavior
    • Verifies paths are shown when scope is prompted interactively
    • Verifies paths are NOT shown when --scope flag is used

Show user and project scope storage paths (e.g. ~/.teamai/, $PWD/.teamai/)
before the scope selection prompt so users know where data will be stored.

Closes #7
@jeff-r2026 jeff-r2026 merged commit abe60c7 into master May 20, 2026
7 checks passed
@jeff-r2026 jeff-r2026 deleted the worktree-feat+init-show-scope-paths branch May 20, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant