dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Nested Helps #194

Open inverted-capital opened 6 months ago

inverted-capital commented 6 months ago

Some times some preconditions need to be met for a help to be executable, such as if the help pertains to a CRM, then you need to have a CRM first, and if you don't have one, then you need to install one.

So in this way, some helps will call on other ones.

It could be that the helps for the CRM are only available if you have the CRM, and so the local knowledge is used if present, which automatically favours having goals that are at the correct relevancy based on what is installed on the system.

But it is easy to imagine scenarios where nesting is useful, like a tool that only works if you have some other tools installed, or only works if you have an email account attached, etc. Running out of credit is one such example, where you would need to be guided on how to get sufficient credits to do what you are planning.