spike-commander/FRIDAY-CLI — reverse-engineered prompt
Reverse engineered prompt
Build me a simple terminal assistant called FRIDAY that runs with Node and TypeScript. I want to chat with it by typing, and also use a command like /voice to record about 5 seconds of speech and have it transcribed. It should be able to speak replies out loud too. Let me choose either Gemini or Groq with API keys in a .env file, and make sure it still works if I only have one provider set up.
It should feel friendly in the command line and support a few useful slash commands like help, clear, exit, open Chrome or other apps, and take screenshots. I also want it to look at files I put in a data folder so it can answer questions based on my local content.
Please set it up with an easy dev run mode, plus a build and start flow for normal use. Keep the setup straightforward, and if anything is unclear, look up the current docs online and make sensible choices.
Want more depth? Deep Reverse