Kayvan Sylvan

Results 188 comments of Kayvan Sylvan

> I'm not strongly advocating for it, but the opposing rationale so far is not compelling. Fair. > I think the strongest reason not to, would be that other system...

@mattjoyce @johnsaigle @jmd1010 @KenMacD We do maintain a JSON pattern descriptions file (which we update every time a new pattern is added) https://github.com/danielmiessler/Fabric/blob/main/scripts/pattern_descriptions/pattern_descriptions.json Maybe we can do something using this...

@johnsaigle does that file give you what you need?

@johnsaigle You don't have to copy your custom patterns into ~/.config/fabric/patterns any more. As of... (consults the new [CHANGELOG.md](https://github.com/danielmiessler/Fabric/blob/main/CHANGELOG.md) file)... v.1.4.232 you can run `fabric -S` and tell it where...

Here's another solution, @johnsaigle ```bash mkdir ~/.config/fabric/patter_descriptions/ code_helper -ignore .env ~/.config/fabric 'Read all the patterns in the patterns/ \ directory and create a text file in the pattern_descriptions/ directory that...

@johnsaigle There is now an up-to-date `pattern_explanations.md` being installed with the latest versions of fabric. ```text $ tail ~/.config/fabric/patterns/pattern_explanations.md 211. **tweet**: Provides a step-by-step guide on crafting engaging tweets with...

> How feasible is it for fabric to also have a command that generates this patterns in the configured custom directory? > > My dream workflow would to be able...

I'm having a similar issue with the Turbo plan now. I'm on a roll with a project this weekend and ran into the token limit problem. I've only been a...

I'm of the same mind as @C947326 @dannyneira I love Warp and I appreciate what you guys are rolling out -- and I'd love to know where I am on...

The "suggest_pattern" pattern fills this need. It might need some more wrappers/infrastructure around it, but I recently revamped that pattern. I'm closing this issue, @stoerr - please play around with...