Replies: 2 comments
|
Thanks for writing this up. An hour and a half of setup that ends in nothing is the report I can't produce myself. I know where everything is, so I can't see what only makes sense once you already know it. Nothing here is inappropriate. It stays. Point by point, and what I did about each. 1. Docs drift (agents → adapters). Correct, and the rename is only the visible half. The real problem is that nothing fails when a concept gets renamed and the prose keeps the old word: the reference docs are generated and checked, the narrative pages people actually land on first are not. Filed as #3527. The fix there is a gate, not a find-and-replace pass; a pass drifts again by the next release. 2. For what it's worth, goose and pi are both registered adapters and go through the same planning path as codex, so nothing about your first attempt was wrong. From your description it was the same fatal all three times — the switch to codex changed nothing because the adapter was never the problem. 3. Run started, produced no plan. Filed as #3528. I can't reproduce it from what I have. If the run directory still exists, 4. TUI scrolling and first-glance layout. #3529. On the controversial point, a straight answer instead of a balanced one, since a balanced one is no use to you. You're right about the size. What your note actually changes is ordering. A first run that dies on a wrong error message costs more than any new feature is worth, so the first-use path goes before anything else. On September — offer taken, if it still stands. The most useful shape is the one you already wrote in your own list: two of the tickets you had queued, a clean machine, and a note at every point where you stopped, including the ones that feel too small to write down. Those are the ones I can't see from here. I'll leave #3527 and #3528 open until then rather than guess at them. |
|
v3.14.159 is out, and most of what it contains started here. The error that sent you after a flag that doesn't exist is fixed (#3526) — it names The reference docs are now gated in CI against the registered CLI — if a command or flag exists in only one of the two places, the build fails (#3511, #3536). Twenty-three commands were documenting flags the parser rejects. That's the "bots to update outdated docs" idea, though as a gate rather than a bot; a pass would drift again by the next release. The narrative pages you actually land on first are not covered yet, which is #3527 and the harder half. Still open for the next one: #3527 (narrative drift), #3528 (your no-plan run), #3529 (TUI scrolling and first-glance layout). The README now says beta and solo-maintained, which it should have said a while ago. One more thing, unrelated: we're putting the repo on Google Code Wiki so there's a browsable, always-current map of the codebase — a second entry point that can't go stale the way handwritten pages do. The request is pending on their side and appears to be demand-driven, so if you feel like nudging it along, it's about ten seconds: #3553 has the steps. Thanks again. This one was worth the hour and a half you lost. |
Uh oh!
There was an error while loading. Please reload this page.
I just wanted to give a quick feedback since I believe the project worth it.
It is going to be not a comprehensive review but rather a note. But since I noticed that the project perhaps lacks some feedback from the community maybe it will be helpful.
If you find it inappropriate feel free to just erase/hide it.
First and foremost: the project has a great potential and solves a problem with a good approach: a lot of control and configurability. It also plugs other tools instead of creating another harness.
But despite spending around an hour and a half to configure it I wasn't able to achieve my goal.
I had a bunch of PDRs and related tickets waiting for implementation. I wanted to find an orchestrator that can help me quickly implement them in parallel in separate git trees.
Despite Bernstein seems easy to configure and start using, it is not.
At this point I stopped.
What I see needs to be done to make this project usable by other people without consulting the author.
And a highly subjective comment that is controversial: the app is trying to do a lot of stuff and it does not do it well sometimes. The TUI is hard to understand at the first glance, some issues like the scrolling does not work. Perhaps reducing a number of features and the dev UI may reduce the surface of work and make the project maintenance easier.
Sorry again for being perhaps a bit more negative and not focusing on good, but I just couldn't get the "good" working so I can't objectively review it.
I'd be happy to help with all mentioned after mid September when I am done with my stuff, I think the project is worth it.
Best regards
All reactions