docs(peek-tasks): document peek:ready / peek:triage quality markers and peek:wontfix terminal state
The peek-tasks skill now reflects the triage-pass vocabulary:
- New "Quality markers" section: every active peek:todo carries
peek:ready (scoped, queue-ready) or peek:triage (needs scoping).
Default actionable view is peek:todo ∩ peek:ready.
- New "peek:wontfix" terminal state for items closed without shipping
(analysis concluded "don't do this", or fix is blocked indefinitely).
- peek:deferred retired — Don'ts list calls this out and points to
peek:wontfix (close) or peek:triage (decision needed).
- Status transitions table updated: every transition out of peek:todo
also clears the peek:ready/peek:triage marker, so items don't carry
stale quality flags through wip → done.
- Quick recipes updated; added "close as wontfix" and "triage → ready"
flows; removed the old "Defer this" recipe.
- create_item recipe now requires a quality marker on new items.
- List recipe defaults updated: top-of-page query is
list_items({ tags: ['peek:todo', 'peek:ready'] }), not the unfiltered
todo dump.
Counts in the skill body match post-triage state (~258 todos, 53
ready, 203 triage). The bare #peek tag handling is unchanged.