* Sync agent pipeline artifacts to 0.6.0. Add model routing defaults, L2 role updates, convoy telemetry, and manifest tracking without touching unrelated in-progress work. * Record tcg-vault interactive sync (kept local L1/L3 customizations). Update last_synced_at after reviewing behind/conflict artifacts; no overwrites applied. Co-authored-by: Cursor <cursoragent@cursor.com> * chore(agent-pipeline): sync 0.6.0 — implementer Mode 2 fix pass + UI designer - role-implementer Mode 2 (fix pass) and role-reviewer hand-off - role-ui-designer + model-routing updates from upstream 783e2a3 - manifest last_synced_at bumped Co-authored-by: Cursor <cursoragent@cursor.com> * chore(agent-pipeline): sync v0.7.0 model routing Composer Standard for architect, Grok for audit fan-out, Sonnet 5 escalation path. Co-authored-by: Cursor <cursoragent@cursor.com> * chore(agent-pipeline): finish 0.6.0/0.7.0 sync on branch Install security baseline, convoy planning, security-audit and ui-ux-pro-max skills; align PR template and metrics docs with convoy-metrics-gate; refresh manifest hashes while keeping tcg-vault-local L1/L3 customizations. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
<!--
|
|
PR title for convoy work: convoy: <short description>
|
|
(pipeline: convoy=<slug>, brief=<N>)
|
|
skip: <comma-separated flags or empty>
|
|
|
|
Skip flags (Conductor sets these — do not edit by hand):
|
|
ia, ux, arch, test, review, security, visual, a11y, design, smoke, qa, docs, flag
|
|
Never skip: plan-approval, pr-merge, prod-promote
|
|
|
|
When convoy-metrics-gate.yml is installed: convoy PRs must add rows to
|
|
.convoys/.metrics.jsonl. Run scripts/log-convoy-event.sh after each role,
|
|
or add skip-metrics label with reason in the PR body.
|
|
-->
|
|
|
|
## Summary
|
|
|
|
<!-- 2-3 bullets: what changed and why. User-facing language preferred. -->
|
|
|
|
## Convoy + Brief
|
|
|
|
- Convoy: `.convoys/<slug>.md`
|
|
- Brief: `.convoys/<slug>/brief-<N>-...md`
|
|
|
|
## Acceptance criteria
|
|
|
|
<!-- Copy from the brief; check off as you complete. -->
|
|
|
|
- [ ]
|
|
- [ ]
|
|
- [ ] No scope expansion (only files listed in the brief's `files:` were edited)
|
|
|
|
## Test plan
|
|
|
|
<!-- What was tested, how, and what wasn't tested with rationale. -->
|
|
|
|
## Pipeline gates
|
|
|
|
<!-- Filled in by CI / role-reviewer. Don't edit. -->
|
|
|
|
- [ ] CI: lint, types, build, unit tests
|
|
- [ ] Forbidden patterns / npm audit (if installed)
|
|
- [ ] Visual diff (if UI change)
|
|
- [ ] A11y audit (if UI change)
|
|
- [ ] Design-system audit (if UI change)
|
|
- [ ] Security audit (if code change)
|
|
- [ ] Reviewer report
|
|
- [ ] Smoke on staging (after merge to develop)
|
|
|
|
## Security notes
|
|
|
|
<!-- Auth, permissions, or data-handling changes? Link security audit findings. -->
|
|
|
|
## Notes for reviewer
|
|
|
|
<!-- Anything unusual, intentional trade-offs, or follow-ups. -->
|