manual page/ Tutorial
Tutorial: first loop
- Sections
- 3
- Format
- Markdown
- Order
- 11 / 156
Walk one small change through Suspec:
Pull -> Spec -> Task -> Run -> Review -> Close
You will create:
intake/checkout-expiry.mdspecs/checkout/spec.mdtasks/checkout-expiry.md- a task run summary
reviews/checkout-expiry.mdfindings/session-expiry-is-409.md- an updated
status.md
Scenario
Requirement:
A checkout session older than 30 minutes must return
409 SESSION_EXPIRED, never a 5xx.
This uses the fictional shop-api from the examples. The Suspec artifacts are real; the code and test command are illustrative.
Run the same loop on your own repo for executable proof.
Pages
Prerequisites
- a Suspec workspace from Adopting Suspec
- an agent or human worker
- a code repo for your real run
Starter kit: Set up a workspace