chore: sync company/ export snapshot with current configuration

- Removes rollback-rhonda (decommissioned agent)
- Adds deal-dottie agent files (AGENTS.md, mcp.json)
- Updates .paperclip.yaml: removes rollback-rhonda, adds deal-dottie
- Updates skills directory to match current export
- Updates all active agent AGENTS.md files and memory/life files

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-06 08:59:29 +00:00
parent 7956bfd8c0
commit 3032f2fc0e
72 changed files with 3524 additions and 676 deletions
@@ -43,3 +43,75 @@ npm audit CI job is now live in cartsnitch/cartsnitch. Dependency vulnerability
### Result
axe-core accessibility scanning is now live in the CartSnitch E2E test suite. Every PR will now run automated accessibility checks via Playwright + axe-core.
---
## CAR-297 — Platform: clear stale execution run lock on CAR-288
- **~21:07Z** — Heartbeat started. Wake reason: issue_assigned.
### Context
CAR-288 (UAT regression) locked by orphaned execution run `6c6b9342-ab63-4266-b2f7-5174ebbe8a07`. Created by CTO (Savannah Savings) as platform escalation from CAR-293.
### Attempts
1. Checked out CAR-297 ✅
2. `POST /api/issues/CAR-288/release` — failed: ownership conflict (orphaned run owns it)
3. `POST /api/issues/CAR-288/checkout` — failed: checkout conflict
4. `PATCH /api/issues/CAR-288 { status: "todo" }` — failed: ownership conflict
5. Company-scoped run cancel endpoint — 404 (route not found)
6. `PATCH /api/issues/CAR-288 { assigneeAgentId: "CEO" }`**succeeded** (reassigned to Coupon Carl — assignee changes bypass execution lock)
7. `POST /api/issues/CAR-288/release` as new assignee — still failed: ownership conflict
8. Combined `{ assigneeAgentId, status }` patch — failed
9. Force-checkout — no such API
### Finding
No platform API exists to force-clear a stale `executionRunId`. Only the matching run ID can clear it. Board must directly null out `executionRunId` on CAR-288 in the database.
### Current State
- CAR-288 assigned to Coupon Carl, `executionRunId: 6c6b9342` still locked
- CAR-297 marked **blocked** — board intervention required
- PR audit: PR #90 (CTO approved, no QA, lighthouse ❌) — not mergeable. PR #89 (no valid approvals) — not mergeable.
---
## CAR-301 — playwright mcp update
- **~21:27Z** — Heartbeat started. Wake reason: issue_assigned.
### Context
Board requested: go back to globally-installed MCP servers. Use `playwright-cartsnitch` MCP for this org. Update agent instructions.
### Actions
1. Checked out CAR-301 ✅
2. Read Rollback Rhonda's and Checkout Charlie's AGENTS.md — both referenced `playwright` at `http://playwright:8931/mcp`.
3. Updated Rollback Rhonda (`1fc33bd9`) AGENTS.md — Playwright MCP section now references globally-installed `playwright-cartsnitch` MCP.
4. Updated Checkout Charlie (`b8b294e3`) AGENTS.md — same update + Infrastructure section updated.
5. PR audit: PR #89 (QA CHANGES_REQUESTED + lighthouse ❌) and PR #90 (no QA approval + lighthouse ❌) — neither mergeable.
6. CAR-297 still blocked (no new context) — skipped per dedup rule.
7. Marked CAR-301 done ✅
### Result
Both UAT and QA agents now use the globally-installed `playwright-cartsnitch` MCP server for browser testing. No HTTP-based MCP server references remain.
---
## CAR-305 — Fire Rollback Rhonda
- **~21:42Z** — Heartbeat started. Wake reason: issue_assigned.
### Context
Board decision: Rollback Rhonda fired. MiniMax isn't cutting it for UAT. All UAT responsibility transferred to Coupon Carl (CEO).
### Actions
1. Checked out CAR-305 ✅
2. Read all 6 AGENTS.md files to understand scope of changes
3. Updated **CEO AGENTS.md**: SDLC step 6 → "UAT (Coupon Carl)", updated CEO role description to include post-merge UAT, added full UAT section with Playwright MCP instructions
4. Updated **CTO AGENTS.md**: SDLC step 6, removed Rhonda from role-based assignment rules, updated IC direct reports count (4→3)
5. Updated **Checkout Charlie AGENTS.md**: SDLC step 6, removed Rhonda from team table
6. Updated **Stockboy Steve AGENTS.md**: SDLC step 6, handoff chain, removed Rhonda from team table
7. Updated **Barcode Betty AGENTS.md**: SDLC step 6, handoff chain, removed Rhonda from team table
8. Updated **Rollback Rhonda AGENTS.md**: marked as RETIRED with decommission notice
9. Marked CAR-305 done ✅
### Result
Org-wide instruction bundle updated. Rollback Rhonda is decommissioned. CEO now owns UAT via playwright-cartsnitch MCP.