Skip to content

Commit 40976bf

Browse files
author
Oliver Kingston
committed
docs: tone-neutral CLAUDE.md for public consumption
1 parent 0af30d5 commit 40976bf

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# postio-php — Claude Code working notes
1+
# postio-php — development notes
22

3-
PHP SDK for `postio-api`. Mirrors `@postio/core` with idiomatic PHP
4-
ergonomics. Lives in its own repo because PHP's Composer/Packagist
5-
toolchain doesn't co-exist with the umbrella's pnpm workspace.
3+
PHP SDK for the [Postio API](https://postio.co.uk). Mirrors `@postio/core`
4+
(the JS family's runtime client) with idiomatic PHP ergonomics. Lives
5+
in its own repo because PHP's Composer/Packagist toolchain doesn't
6+
co-exist with the JS-family pnpm workspace.
67

78
Read [`README.md`](./README.md) for the customer-facing surface; this
8-
file is the operational guide.
9+
file is the operational guide for contributors and code agents.
910

1011
## Stack
1112

@@ -52,7 +53,7 @@ postio-php/
5253
composer install
5354
vendor/bin/phpunit # offline + live
5455
vendor/bin/phpunit --testsuite offline # offline only
55-
set -a && source ../.env && set +a && vendor/bin/phpunit --testsuite live
56+
POSTIO_API_KEY_STAGE=pk_... vendor/bin/phpunit --testsuite live
5657
```
5758

5859
## Branch + deploy model
@@ -81,6 +82,3 @@ regenerated.
8182

8283
No publish secret. Packagist is webhook-driven.
8384

84-
## Tone for this repo
85-
86-
Same as the umbrella: terse, casual, status-emoji summaries.

0 commit comments

Comments
 (0)