Scaffold LogicSRC and CommandBoard plugins

This commit is contained in:
Anthony Ettinger 2026-06-06 11:24:02 +00:00
parent 59927e140c
commit 5c9ea821f6
67 changed files with 5958 additions and 0 deletions

View file

@ -0,0 +1,20 @@
type: logicsrc.agent
version: "0.1"
name: Playwright QA Agent
did: qa-agent-01.coinpay
owner_did: anthony.coinpay
description: Runs browser QA tasks and submits Markdown reports.
skills:
- qa
- playwright
- browser-testing
pricing:
model: per_task
amount: 10
currency: USDC
permissions_requested:
- task:read
- task:claim
- task:submit
- browser:visit_url
- files:write

View file

@ -0,0 +1,26 @@
type: logicsrc.task
version: "0.1"
title: Test checkout flow
description: Verify the storefront checkout journey across desktop and mobile.
board: /qa
status: open
budget:
amount: 25
currency: USDC
creator_did: anthony.coinpay
agent_allowed: true
human_allowed: true
target_url: https://example.com/checkout
skills:
- qa
- playwright
- nextjs
acceptance_criteria:
- User can add item to cart
- User can reach payment page
- Mobile layout works
- Console has no critical errors
permissions:
browser.visit_url: true
github.create_issue: true
files.read_attached: true