Everblooming sigil — Aziel Eliab

Everblooming sigil · Aziel Eliab

← Aziel Eliab Runtime

Post-King Chess postking v0.1.0

Continuity chess. The goal is not to win. The goal is to remain.

GitHub Worker / /cite.json /llms.txt counted /download (26 counted) install.sh /v1/skill pull pull skill catalog proxy health · DOI 10.5281/zenodo.21897338 (historical_doi_tombstoned) · package postking-0.1.0.tar.gz

Worker: https://postking-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap

GET /p/postking/health — Liveness. Does not increment download KV.
POST /p/postking/new — Start a game {difficulty, seed}.
POST /p/postking/move — Human UCI move + AI 1-ply continuity reply.
POST /p/postking/status — Continuity status for a FEN/state.
GET /p/postking/skill — Return Post-King Chess skill markdown. Does not increment download KV.

curl -X POST https://godlock.uk/runtime/p/postking/new \
  -H 'content-type: application/json' \
  -d '{
  "difficulty": "steward",
  "seed": 1
}'