-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Hey, I looked into plandex and found a lot to be excited about based on the description and some of the demos, in particular I liked that:
- It records the history of what the agent does in git
- it supports worktrees for development of different components
- well organized workflow and good descriptions of what is happening
- sandboxing is important to reduce the chance of wrecking someone's computer
but once I dug a bit deeper I found a few critical blockers:
- can't run multiple parallel agents simultaneously
- history is actually a hand-spun setup
- can't use my regular tools to check how things are going
- doesn't appear to be set up for multi-repo projects
- Not sure how it is possible to track how things are going.
Some things that could help address some of the blockers are:
- switch the .plandex to contain just another git repository
- git has api hooks that can help with this to record all the ai history and
- potentially either the .plandex repo can track main repo versions too, or let the main repo store git history if the user wants.
- at least let the main repo be a different subdir from the plandex cwd (and document that if it is already possible)
Feel free to do or not do these things, this looks a cool project and I just wanted to provide some suggestions for more parallel workflows, thanks for listening.
Metadata
Metadata
Assignees
Labels
No labels