feat(mcp,cli): create_card phase_id and title on CreateCardInput#283
Merged
adriannoes merged 5 commits intoJun 11, 2026
Conversation
This was referenced Jun 3, 2026
d3deee2 to
a5f7517
Compare
dfc09d2 to
db4b77e
Compare
gbrlcustodio
left a comment
Collaborator
There was a problem hiding this comment.
Review of create_card phase_id/title. One corrected behavior note, one refactor note, a parity nit, and two findings that intersect the #281 start-form-phase decision.
a5f7517 to
d096020
Compare
db4b77e to
2e0d0b8
Compare
Collaborator
Author
|
Thanks @gbrlcustodio — addressed in |
2e0d0b8 to
66d0703
Compare
Danielmoraisg
approved these changes
Jun 11, 2026
…merge Agents can seed cards in orphan phases without execute_graphql; validate phase_id at boundary; fix title_warning to compare API response only.
Replace start_form_phase discovery paths with startFormPhaseId and update get_pipe inventory test to match the simplified SDK response.
Elicit start-form fields (not phase fields) on the interactive phase_id path, then merge programmatic phase values. Drop start-form phase inventory hints from get_pipe. Mirror MCP title_warning on pipefy card create.
…tring
Restore or {} when createCard is GraphQL null; anchor move-target hint to
create-then-move workflow per review feedback.
598f553 to
ca568bb
Compare
794d560
into
feat/card-phase-erg/3-mcp-cli-phase-inventory
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Analytics pipe seeding (
306996636) requiredexecute_graphqlfor phase inventory and phase-local creates. Spec:.cursor/dev-planning/specs/archive/card-phase-ergonomics/— Stack after #277 (closed).Depends on: #282
Objective
#1 chaos-pipe pain: cards in orphan/non–start-form phases via
createCard+introspect_type("CreateCardInput").create_card(phase_id=…)withvalidate_tool_id, merged start-form + phase field filteringtitleonCreateCardInput;title_warningonly on real API mismatch (F1)card create --phase-id(F3)start_form_phase.iddiscovery (F4)Improvements