Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions factory.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
"inPlanning": "3de351f2-90e6-4731-aa6b-4a55b77f481e",
"humanReview": "24462e2d-9946-4dd1-a798-931cdd678498"
},
"linear": {
"states": {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Scope the Linear state names to team AR

With the current factory state resolver, linear.states is resolved as a workspace-wide, unscoped name map before falling back to the explicit stateIds. In a multi-team Linear workspace where another team also has common workflow names like Done, this new global mapping can make startup fail with an ambiguous state-name error instead of using the pinned UUIDs; since this config subscribes only to team AR, these names should be placed under a team-scoped mapping rather than the global states block.

Useful? React with 👍 / 👎.

"readyForAgent": "Ready for Agent",
"agentImplementing": "Agent Implementing",
"done": "Done",
"inPlanning": "In Planning",
"humanReview": "In Human Review"
}
},
"safety": {
"requireTitlePrefix": "[factory]",
"requireTeamKey": "AR"
Expand Down
Loading