Conversation
|
@dvic is attempting to deploy a commit to the plgeek Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@dvic I think just keeping it as story / task is the best path here. My inclination is that bug and chore types dont add much value context-wise for the model - they're both tasks. Does that work for you? |
Update PRD skills and JSON tracker to support typed work items: - US-xxx → story (user-facing features, "As a user, I want...") - TA-xxx → task (technical work: schema, backend, bugs, maintenance) - Add type field to prd.json schema, inferred from ID prefix if not explicit - Support both workItems and userStories arrays for backward compatibility - Use --labels="ralph" only; type classification via --type= flag Addresses subsy#88
23f277a to
14f15b7
Compare
Sure, I've updated the PR |
|
@dvic I've been reviewing the changes and they are fine. |
I'll try to do a mini project with and without this PR and see what the differences are :) |
Addresses #88
Changes
Adds work item type distinction to PRD skills and JSON tracker:
US-xxxTA-xxxUS-xxxfor stories,TA-xxxfor taskstypefield to prd.json schema (inferred from prefix if not explicit)--type=story|taskflagtypefield still workNote: Haven't tested this yet - wanted to run it by you early. Happy to adjust based on feedback.