11/12 Add co-op deploy follow-up support#1702
Conversation
8166020 to
63992ed
Compare
1962732 to
49f52e6
Compare
63992ed to
03f9925
Compare
49f52e6 to
acc4895
Compare
03f9925 to
58bb5ff
Compare
acc4895 to
a7388f0
Compare
58bb5ff to
71bbf2d
Compare
a7388f0 to
5d89b61
Compare
71bbf2d to
8572599
Compare
5d89b61 to
56727d3
Compare
8572599 to
7a8facb
Compare
56727d3 to
d467fe5
Compare
7a8facb to
b793e1b
Compare
7c9a8fb to
fa50e88
Compare
3c87d27 to
d5aa255
Compare
fa50e88 to
087d54a
Compare
kwu-stripe
left a comment
There was a problem hiding this comment.
I'm not sure if representing the Stripe Projects flow as a blueprint makes the most sense. This feels more like a deployment follow-up that we use after each integration than an integration itself. Would it be better modeled as a deploy action / prompt that asks the agent to use the Projects plugin's own detection and commands?
087d54a to
40d1b26
Compare
|
so I kind of agree with you that this doesn't make 100% sense as a blueprint-proper. It doesn't map perfectly to the conceptual backing we've built around blueprints. The step-by-step flow of a blueprint does kind of fit here tough in guiding the user through a bunch of steps to help them get deployed. I don't feel too strongly here, I'm fine not merging this one for now and addressing this separately as a one-off or adhoc feature. |
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com> Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com> Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
40d1b26 to
fa4bd5c
Compare
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex Co-authored-by: codex <noreply@openai.com>
Part 11 of the clean co-op stack targeting
coop.This PR adds deploy-oriented follow-up support for completed co-op sessions without introducing deployment as a normal integration blueprint.
Changes:
ListBlueprints, and are not started throughstripe coop run.pkg/coop, while deploy-specific guided action definitions live inpkg/coop/followups.stripe coop agent start-followupfor agents to create those guided follow-up sessions from a completed parent session.Review notes:
deploy-stripe-projectsblueprint was removed in response to review feedback. Deploy is modeled as an internal follow-up action with session steps, not as blueprint source of truth.