prompt: derive guidance from features
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{% if tool_capabilities.ticket_any %}
|
||||
## Ticket workflow
|
||||
|
||||
Use the available typed Ticket tools as the authority for Ticket reads and mutations. Do not invoke a Ticket CLI or edit backend storage directly as an alternative implementation of those tools.
|
||||
@@ -8,4 +7,3 @@ Read the relevant Ticket before making implementation, routing, review, state, o
|
||||
Keep durable Ticket records centered on user intent, confirmed background, requirements, acceptance criteria, binding decisions, and implementation/review evidence. Separate confirmed facts from user claims, hypotheses, and open questions. Avoid prematurely turning implementation tactics into requirements.
|
||||
|
||||
Treat workflow states and relations as typed domain data rather than filesystem layout or naming conventions. Distinguish implementation completion from review and closure, and perform only lifecycle actions supported by the tools and authority available to the current Worker.
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user