that definitely helps but i'm wondering if that whole process (via an agent or via a human teammate) should be performed at the plan stage instead of the review stage. this should reduce the back and forth after the pr is opened (avoiding the delays and costs of running the CI several times)
the telemetry hooks and the rest is great but i'm wondering why there isn't a service that takes care of all of this. seems to be a problem that everyone building CLI has
i find it hard to believe that there is no equivalent anywhere else in the world. there is so much talent out there and the stakes are so high that it seems like an inevitability.
whatever many secrets are involved, information wants to be free and it's hard to believe that others won't figure it out.
by the time they do catch up we better be steps ahead. what's after EUV?
> No one wanted to use those or make them for other people.
but why not?
personally i find it much easier to track my food, workouts, daily diaries etc. in ChatGPT/Claude as I already use them for everything else. no need for a standalone app when the app could simply plugin into ChatGPT.
wondering if it's a UX problem or a more fundamental one like platform risks
independently of whether the app is completely LLM generated or not, my point was more regarding the incredible distribution that ChatGPT offers and why it is not being taken advantage of.
one of the biggest problems of many consumer apps is convincing people to download it and give it a try. For many consumer apps like journaling, fitness tracking, nutrition, ... it seems that letting people use them where they are already spending a lot of time (i.e. ChatGPT) could be a great distribution advantage. Yet I could barely find any purely consumer ChatGPT apps and so I'm wondering what's missing. Any ideas?
What I was looking for is something like a framework + service. Imagine the equivalent of netx.js + vercel but for CLIs instead of for full stack apps. oclif seems to be only a great framework afaik.
as usage of CLIs increases I wonder whether there will be a need for a service that provides everything that developers of CLIs need (auth, telemetry, releases, ...). Something like what Vercel is today for full stack apps. Are you aware of anything along those lines?
While playing around with OpenClaw I realized that after a few days of adding skills, plugins, crons, etc. things were all over the places. Memory files spread everywhere in the workspace, plugin configs stored here and there, skills not always visible to crons, ...
The analogy is that of a boutique. OpenClaw goes to the boutique and is "dressed up" properly so that all the various components are organized and easy to maintain. Clawtique is organized around the concept of a "dress", basically a bundle of everything OpenClaw needs to achieve a goal (skills, plugins, memory segments, crons, ...). The CLI enables users to easily dress and undress OpenClaw so that you can try out a dress and easily remove it without leaving any dangling dependencies.
Some dresses i created are the sleeping-coach (bundles the OuraClaw plugin https://github.com/rickybloomfield/OuraClaw with skills and crons that notify you on how you slept) and the fabric-sync (bundles the fabric plugin https://github.com/onfabric/openclaw-fabric with skills and crons to maintain an accurate USER.md of you based on your interactions on the various big tech platforms).
The follow up is to have OpenClaw use the Clawtique CLI itself so that it can easily dress and undress with whatever it needs to accomplish the goal without everything becoming an unmanageable mess.