manticoresoftware / manticoresoftware/clt

Feature: Branch per workdir on user

Open
#106 0 comments 0 reactions 1 assignee Claimed by @donhardman View on GitHub
Dominant language
Svelte
Stars
8
Forks
3
Avg merge
2d 10h
Merged PRs (30d)
2

Description

As discussed before, to make it easier and simpler to work in parallel, we can separate our logic for the workdir we use for running and writing tests into one folder per branch. This will make it possible to work with different branches in the same browser in multiple tabs, or even in the UI tab.

Create separate folders for each branch so multiple test tabs can run simultaneously without conflicts.

Current Problem:
- Single directory shared across branches
- Can't run multiple tabs at once

Solution:
- Each branch checkout = new folder
- Multiple tabs can work independently

Implementation:
1. When user switches branch in UI → create new folder
2. Sparse checkout in the new folder
3. Keep semantic search running from main repo only
4. Each tab works in its own branch folder

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.