Skip to content

Instantly share code, notes, and snippets.

View ChrisNeff's full-sized avatar
:shipit:
Shipping. 🛳️

Christopher Neff ChrisNeff

:shipit:
Shipping. 🛳️
View GitHub Profile
@ChrisNeff
ChrisNeff / small-bdd-example.md
Created November 28, 2025 20:17 — forked from bdfinst/small-bdd-example.md
Small BDD Example
Feature: I want to be able to add items to a shopping cart so that I can purchase them

Scenario: Adding a new item to an empty cart
Given the cart is empty
When I add item 123 to the cart
Then the cart should contain item 123
And the quantity should be 1

Scenario: Increasing quantity for an item already in the cart

Claude Agent SDK Technical Specification

Version: 1.0.0 Protocol Version: 2024-11-05 Last Updated: 2026-01-10

Table of Contents

  1. Overview
  2. Architecture