Long-living project instructions/memory? #700
Replies: 2 comments 1 reply
-
|
I'd just put what you have above into a Readme at project root, reworded as instruction- or reference-like. Most agents seem to pick up Readme reliably on their own. |
Beta Was this translation helpful? Give feedback.
-
|
In my workflow organization tool (shameless plug: Responsible Vibe MCP), I'm using a trunk based development approach (feature branches). Each feature branch creates it own process memory (depending on the workflow used, bugfix, feature, ...). As per my experience, tasks are crucial, but phase specific instructions and recorded key decisions (across tasks) are equally important. Therefore, I didn't convert all my logic into beads forumlae and mols, but integrated beads into the existing tooling. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. Is it possible to use project-specific instructions along with beads in a way that's long-lived? For instance, I currently create a PageIndex like yaml file with keyword tags, a small description, and a path to specific markdown files that expands on different project-specific topics. They could be about anything like guardrails on how to handle security, what specific technologies are using, code quality instructions, have to handle testing, etc. These pretty much exist and needed for the entire life of the project and should get updated over time when instructions change. The way I have it set up is to read instructions as needed depending on the intent of the task. For instance, if there's a change being done to the front end, it'll read the frontend markdown and not any other markdown that isn't related.
I'm trying to figure out how would that fit into the beads model where it seams like everything is tied to a "task" that eventually is completed. The only thing that came into mind was creating 1 "project instructions" top-level bead and then new tasks would link to that as a "related" issue. Not sure if that's the only approach.
Beta Was this translation helpful? Give feedback.
All reactions