# Bountystash Manifest

Thin work packet system with examples, a review queue, immutable work versions, and exact/quotient hashes.

## Description

Bountystash is a thin Go app with server-rendered HTML routes, additive JSON APIs, and readable non-browser output on selected human-facing routes.

## Useful human routes

- /
- /examples/{slug}
- /work/{id}
- /review
- /history

## Useful API routes

- /api/examples
- /api/examples/{slug}
- /api/review
- /api/work/{id}
- /api/events/recent
- /api/healthz
- /api/draft

## Format overrides

- ?format=html
- ?format=md
- ?format=text

## Representation rules

- Human-facing routes may return readable non-browser output.
- /api/* routes stay JSON.

## Agent notes

- Use human-facing routes for readable output.
- Use /api/* for machine JSON.
- Prefer this manifest over broad scraping.
