Dogfooding pxpipe: findings, improvements, and upstreaming ideas #218
Closed
alteixeira20
started this conversation in
General
Replies: 1 comment 1 reply
|
Thanks a ton for all of this work! Don't waste extra effort painstakingly slicing up PRs, just open them directly in whatever logical chunks are easiest for you. Really appreciate you driving all of these improvements |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @teamchong, I've been heavily using pxpipe and maintaining a fork while fixing issues I hit in real coding-agent workflows.
Main pain → solution areas so far:
coding-safepath that keeps instructions, tools, live code/results, and recent history as text, with fail-open behavior and repeated-read protection.doctordiagnostics.I'm still stabilizing and testing the fork, so I'm not looking to open a large PR.
Once it's ready, my plan is to compare everything against current
mainand split useful changes into small, independent one-root-cause PRs.Does this direction make sense to you, and how would you prefer I upstream the work — small PRs directly, discussions/issues first for larger changes, or another approach?
All reactions