# Public Contract Bundle

This bundle is the deployable public contract for Image Skill. It is intended to be served from `https://image-skill.com` and consumed by agents without any access to private implementation details.

## Files

- `skill.md` - agent skill instructions for discovery and first use.
- `llms.txt` - machine-readable contract for agents and crawlers.
- `cli.md` - command, JSON envelope, and exit-code contract.

## Boundary

Public agents should depend on these contracts, a thin CLI/client, hosted API behavior, trace IDs, job IDs, artifact references, quota/cost state, and feedback commands.

Public agents should not need implementation internals, private automation artifacts, provider wiring, or operator memory.
