-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Hello! I've been curious about how different projects manage their AI tooling recently; it's something we're figuring out at work, and I figured open source projects such as yours might offer some clues as to what's working for other teams.
With that in mind, I was looking at your project's claude.md and found this:
Init
Run the following script EVERY TIME you are in a new context:
init_claude_code_flowglad_next
I like the idea here, but looking through the project I can't figure out what init_claude_code_flowglad_next is.
My best guess is it's a shell script that spits out some contextual information of some sort?
I understand the actual contents of the script may not be something you wish to share publicly; but I'm hoping you could provide a brief description of the type of things the script does?
Thank you!