mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Scaffold LogicSRC and CommandBoard plugins
This commit is contained in:
parent
59927e140c
commit
5c9ea821f6
67 changed files with 5958 additions and 0 deletions
26
packages/schemas/fixtures/task.yaml
Normal file
26
packages/schemas/fixtures/task.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue